- added .net versions check - added PrintMappedDrivesWMI - added PrintMicrosoftUpdatesCOM - added PrintSystemLastShutdownTime - added PrintCurrentUserIdleTime - added PowerShell Core Version check - updated ListCloudCreds - updated GetMcAfeeSitelistFiles - added PrintMachineAndUserCertificateFiles
9 lines
138 B
C#
9 lines
138 B
C#
namespace winPEAS.Native.Structs
|
|
{
|
|
internal struct LastInputInfo
|
|
{
|
|
public uint Size;
|
|
public uint Time;
|
|
}
|
|
}
|