Removes SystoLOCK users password policy object.
Remove-SystoLockPasswordPolicy [-PassThru] [-DomainController <String>] [<CommonParameters>]
The Remove-SystoLockPasswordPolicy
cmdlet removes SystoLOCK users password policy object from the current Active Directory domain.
This cmdlet does not generate any output, unless PassThru parameter is specified.
PS C:\> Remove-SystoLockPasswordPolicy
Removes SystoLOCK users password policy object from current domain.
PS C:\> Remove-SystoLockPasswordPolicy -PassThru
Removes and returns SystoLOCK users password policy object.
Specifies domain controller host name or IP address.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Returns the SystoLOCK users password policy that the cmdlet removed.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
This cmdlet does not accept any input.
This cmdlet does not generate any output, unless PassThru parameter is specified.
Enable-SystoLockPasswordPolicy
Disable-SystoLockPasswordPolicy