Includes&Samples |
Win32_UserAccount, ROOT\cimv2 - InstancesClass | Methods (1) | Properties (16) | Qualifiers (5) | Instances (4) | Namespaces (2)Samples: VB Script | C# | VB.Net | Search on:Microsoft Instances of Win32_UserAccountThis section contains sample wmi instances of Win32_UserAccount class with their properties from Microsoft Windows Server 2012 R2 Datacenter Evaluation. Instance \\W2012SDC\ROOT\cimv2:Win32_UserAccount.Domain="ROOTDOMAIN",Name="Administrator"Properties={ 'AccountType' : 512 //Long, 0x200 'Caption' : 'ROOTDOMAIN\Administrator' //String 'Description' : 'Built-in account for administering the computer/domain' //String 'Disabled' : False //Boolean, 0x0 'Domain' : 'ROOTDOMAIN' //String 'FullName' : '' //String 'InstallDate' : null 'LocalAccount' : False //Boolean, 0x0 'Lockout' : False //Boolean, 0x0 'Name' : 'Administrator' //String 'PasswordChangeable' : True //Boolean, 0xFFFFFFFF 'PasswordExpires' : True //Boolean, 0xFFFFFFFF 'PasswordRequired' : True //Boolean, 0xFFFFFFFF 'SID' : 'S-1-5-21-4251975986-251742880-3643873951-500' //String 'SIDType' : 1 //Byte, 0x1 'Status' : 'OK' //String } Instance \\W2012SDC\ROOT\cimv2:Win32_UserAccount.Domain="ROOTDOMAIN",Name="Guest"Properties={ 'AccountType' : 512 //Long, 0x200 'Caption' : 'ROOTDOMAIN\Guest' //String 'Description' : 'Built-in account for guest access to the computer/domain' //String 'Disabled' : True //Boolean, 0xFFFFFFFF 'Domain' : 'ROOTDOMAIN' //String 'FullName' : '' //String 'InstallDate' : null 'LocalAccount' : False //Boolean, 0x0 'Lockout' : False //Boolean, 0x0 'Name' : 'Guest' //String 'PasswordChangeable' : False //Boolean, 0x0 'PasswordExpires' : False //Boolean, 0x0 'PasswordRequired' : False //Boolean, 0x0 'SID' : 'S-1-5-21-4251975986-251742880-3643873951-501' //String 'SIDType' : 1 //Byte, 0x1 'Status' : 'Degraded' //String } Instance \\W2012SDC\ROOT\cimv2:Win32_UserAccount.Domain="ROOTDOMAIN",Name="krbtgt"Properties={ 'AccountType' : 512 //Long, 0x200 'Caption' : 'ROOTDOMAIN\krbtgt' //String 'Description' : 'Key Distribution Center Service Account' //String 'Disabled' : True //Boolean, 0xFFFFFFFF 'Domain' : 'ROOTDOMAIN' //String 'FullName' : '' //String 'InstallDate' : null 'LocalAccount' : False //Boolean, 0x0 'Lockout' : False //Boolean, 0x0 'Name' : 'krbtgt' //String 'PasswordChangeable' : True //Boolean, 0xFFFFFFFF 'PasswordExpires' : True //Boolean, 0xFFFFFFFF 'PasswordRequired' : True //Boolean, 0xFFFFFFFF 'SID' : 'S-1-5-21-4251975986-251742880-3643873951-502' //String 'SIDType' : 1 //Byte, 0x1 'Status' : 'Degraded' //String } Instance \\W2012SDC\ROOT\cimv2:Win32_UserAccount.Domain="ROOTDOMAIN",Name="RDV GRAPHICS SERVICE"Properties={ 'AccountType' : 512 //Long, 0x200 'Caption' : 'ROOTDOMAIN\RDV GRAPHICS SERVICE' //String 'Description' : 'Service account for Remote Desktop Virtual Graphics' //String 'Disabled' : True //Boolean, 0xFFFFFFFF 'Domain' : 'ROOTDOMAIN' //String 'FullName' : 'RDV GRAPHICS SERVICE' //String 'InstallDate' : null 'LocalAccount' : False //Boolean, 0x0 'Lockout' : False //Boolean, 0x0 'Name' : 'RDV GRAPHICS SERVICE' //String 'PasswordChangeable' : True //Boolean, 0xFFFFFFFF 'PasswordExpires' : True //Boolean, 0xFFFFFFFF 'PasswordRequired' : True //Boolean, 0xFFFFFFFF 'SID' : 'S-1-5-21-4251975986-251742880-3643873951-1002' //String 'SIDType' : 1 //Byte, 0x1 'Status' : 'Degraded' //String } |