Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.49 KB

Update-AdmPwdADSchema.md

File metadata and controls

56 lines (39 loc) · 1.49 KB
external help file Module Name schema
AdmPwd.PS.dll-Help.xml
AdmPwd.PS
2.0.0

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.

RELATED LINKS