Well-Known Security Identifier verwenden
Autor: Dr. Holger Schwichtenberg
Bekannte Konten$SID = [System.Security.Principal.WellKnownSidType]::BuiltinAdministratorsSid $Account = new-object system.security.principal.securityidentifier($SID, $null) $Name = $Account.Translate([system.security.principal.ntaccount]).value $Name
$SID = [System.Security.Principal.WellKnownSidType]::BuiltinAdministratorsSid $Account = new-object system.security.principal.securityidentifier($SID, $null) $Name = $Account.Translate([system.security.principal.ntaccount]).value $Name
Liste aller Codebeispiele Definition '.NET Framework Class Library' PowerShell Community Portal