Use-Powershell
26 January 2015
Active Directory schema attribute details
$schema =[DirectoryServices.ActiveDirectory.ActiveDirectorySchema]::GetCurrentSchema()
$schema.FindClass('user').optionalproperties | Where-Object {$_.name -eq 'employeeid'}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment