Private/Types/models/RemoteComputerSystem.generated.psm1
class RemoteComputerSystem { [String]$Domain = '' [String]$Manufacturer = '' [String]$Model = '' [int]$NumberOfProcessors = 0 [String]$SystemType = '' } |
class RemoteComputerSystem { [String]$Domain = '' [String]$Manufacturer = '' [String]$Model = '' [int]$NumberOfProcessors = 0 [String]$SystemType = '' } |