Update-LapsADSchema
Extends the Active Directory (AD) schema with the Windows Local Administrator Password Solution (LAPS) schema attributes.
Syntax
Update-LapsADSchema
[-Credential <PSCredential>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Update-LapsADSchema
cmdlet extends the AD schema with the LAPS schema attributes. The specific
nature of the schema extensions is documented in
Windows LAPS schema extensions reference.
The Verbose parameter may be used to get additional information about the cmdlet's operation.
Examples
Example 1
Update-LapsADSchema
The 'ms-LAPS-Password' schema attribute needs to be added to the AD schema.
Do you want to proceed?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): A
This example extends the AD schema to add the LAPS attributes.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Credential
Specifies a set of credentials to use when extending the schema. If not specified, the current user's credentials are used.
Type: | PSCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet isn't run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None