Sets the SystoLOCK custom root container path.
Set-SystoLockCustomRootContainer [-Force] [-Path] <String> [-DomainController <String>] [<CommonParameters>]
The Set-SystoLockCustomRootContainer
cmdlet registers SystoLOCK custom root container path and creates it if necessary.
This cmdlet requires a custom root container to be called Systola
. If Systola container does not exist, it will be created automatically.
PS C:\> Set-SystoLockCustomRootContainer -Path 'dn=example,dn=local'
Creates container 'cn=Systola,dn=example,dn=local' and registers it as a custom root container.
PS C:\> Set-SystoLockCustomRootContainer -Path 'cn=data,dn=example,dn=local' -Force
Creates 'cn=data,dn=example,dn=local' and 'cn=Systola,cn=data,dn=example,dn=local' containers and registers the latter one as the custom root container.
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
Allows registering a custom root container with name other then Systola.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the distinguished name of the container or its parent.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
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.
Path.
Contains custom root container distinguished name.
Get-SystoLockCustomRootContainer
Remove-SystoLockCustomRootContainer