Removes SystoLOCK service DNS resource records.
Remove-SystoLockResourceRecord [[-Domain] <String>] [[-HostName] <String>] [[-Protocol] <String>] [[-Site] <String>] [-Priority <UInt16>] [-Weight <UInt16>] [<CommonParameters>]
Remove-SystoLockResourceRecord [-ThisHost] [<CommonParameters>]
Remove-SystoLockResourceRecord [[-Domain] <String>] [[-HostName] <String>] [[-Site] <String>] [[-Port] <UInt16>] [-Priority <UInt16>] [-Weight <UInt16>] [<CommonParameters>]
The Remove-SystoLockResourceRecord
cmdlet removes one or more SystoLOCK service DNS resource records.
PS C:\> Remove-SystoLockResourceRecord
Removes all SystoLOCK service DNS resource record for the current host.
PS C:\> Remove-SystoLockResourceRecord -HostName 'dc01.corp.local'
Removes all SystoLOCK service DNS resource record for the specified host.
PS C:\> Remove-SystoLockResourceRecord -Protocol tcp
Removes current host SystoLOCK service DNS resource records for transport protocol TCP.
PS C:\> Remove-SystoLockResourceRecord -Site 'HH-west'
Removes SystoLOCK service DNS resource records for the current host in the specified site.
PS C:\> Remove-SystoLockResourceRecord -ThisHost
Removes all SystoLOCK service DNS resource records for the current host.
Specifies the DNS domain name. If not specified, it defaults to the current domain name.
Type: String
Parameter Sets: Protocol, Port
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the canonical host name of the machine where the SystoLOCK service is installed. If not specified, it defaults to the current host name.
Type: String
Parameter Sets: Protocol, Port
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the DNS resource record port number.
Type: UInt16
Parameter Sets: Port
Aliases:
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies DNS resource record priority.
Type: UInt16
Parameter Sets: Protocol, Port
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the transport protocol of the service.
Possible value: https, tcp.
Type: String
Parameter Sets: Protocol
Aliases:
Accepted values: https, tcp
Required: False
Position: 3
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies the Active Directory site to remove DNS resource records for. If not specified, it defaults to the site name where current host resides.
Type: String
Parameter Sets: Protocol, Port
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Allows to create for this host all SystoLOCK related resource records.
Type: SwitchParameter
Parameter Sets: ThisHost
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies DNS resource record weight.
Type: UInt16
Parameter Sets: Protocol, Port
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.
Site, Protocol, Host name, Domain.
Contains information about SystoLOCK related DNS resource record.
Port: port used on the target host.
Priority: priority of the target host, lower numbers imply higher priority to clients attempting to use this service.
Target: contain the target host DNS name.
Weight: relative weight of the target host, the chances of using this host should be proportional to its weight.
Flags: DNS API flags.
Name: name of the resource record.
TimeToLive: record Time To Live value (TTL), in seconds.
Type: type of a DNS record.