external help file | Module Name | schema |
---|---|---|
AdmPwd.PS.dll-Help.xml |
AdmPwd.PS |
2.0.0 |
Prepares AD schema for the solution.
Update-AdmPwdADSchema [<CommonParameters>]
Prepares AD schema for the solution.
Cmdlet creates 3 new attributes in schema and adds them to mayContain set of computer objects:
- one attribute for admin password
- one attribute for password expiration time
- one attribute for password history
Cmdlet also creates 2 new Extended rights in AD configuration partition:
- Read Local admin password
- Reset Local admin password
Update-AdmPwdADSchema
Prepares AD schema for the solution.
User running this cmdlet needs to be member of the following roles:
- Schema Admins: to be able to extend the AD schema
- Enterprise Admins: to be able to create AdmPwd.E Extended Rights in Configuration partition
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Caller needs to have Schema Admin and Enterprise Admin roles.