Removes SystoLOCK custom root container path.
Remove-SystoLockCustomRootContainer [-PassThru] [-DomainController <String>] [<CommonParameters>]
The Remove-SystoLockCustomRootContainer
cmdlet deregisters SystoLOCK custom root container. If the custom root container is not registered, the command does nothing.
PS C:\> Remove-SystoLockCustomRootContainer
Deregisters SystoLOCK custom root container.
PS C:\> Remove-SystoLockCustomRootContainer -PassThru -DomainController 'dc01.local.lab'
Deregisters custom root container using specified domain controller.
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 custom root container 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.
Get-SystoLockCustomRootContainer
Set-SystoLockCustomRootContainer