Update-AdmPwdADSchema
SYNOPSIS
Prepares AD schema for the solution.
SYNTAX
Update-AdmPwdADSchema [<CommonParameters>]
DESCRIPTION
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
EXAMPLES
Example 1
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
PARAMETERS
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
AdmPwd.Types.DirectoryOperationStatus
NOTES
Caller needs to have Schema Admin and Enterprise Admin roles.