Private/Types/models/RemoteAccount.generated.psm1
class RemoteAccount { [String]$Caption = '' [String]$ClassName = '' [String]$Description = '' [String]$Domain = '' [String]$InstallDate = $null [boolean]$LocalAccount = $false [String]$Name = '' [String]$SID = '' [int]$SIDType = 0 [String]$Status = '' } |