Gets SystoLOCK related DNS resource records.
Get-SystoLockResourceRecord [[-Domain] <String>] [[-HostName] <String>] [[-Protocol] <String>]
[[-Site] <String>] [-Priority <UInt16>] [-Weight <UInt16>] [<CommonParameters>]
Get-SystoLockResourceRecord [[-Domain] <String>] [[-HostName] <String>] [[-Site] <String>] [[-Port] <UInt16>]
[-Priority <UInt16>] [-Weight <UInt16>] [<CommonParameters>]
The Get-SystoLockResourceRecord
cmdlet gets a SystoLock-related DNS resource record or performs a search to get multiple records.
PS C:\> Get-SystoLockResourceRecord -Domain 'corp.local'
Returns SystoLOCK related DNS resource records for specified domain.
PS C:\> Get-SystoLockResourceRecord
Returns all SystoLOCK related DNS resource records in the current domain.
PS C:\> Get-SystoLockResourceRecord -HostName 'SYS0?.*'
Returns all SystoLOCK related DNS resource records that match specified wildcard.
PS C:\> Get-SystoLockResourceRecord -Site 'HH-West'
Returns SystoLOCK related DNS resource records for the specified Active Directory site.
PS C:\> Get-SystoLockResourceRecord -Site '.'
Returns SystoLOCK related DNS resource records for current Active Directory site.
PS C:\> Get-SystoLockResourceRecord -Protocol tcp
Returns SystoLOCK related DNS resource records that have TCP transport protocol.
Specifies the DNS domain name. If not specified, it defaults to the current domain name.
Type: String
Parameter Sets: (All)
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: (All)
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: (All)
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 name to get information for. If not specified, it defaults to the site name where current host resides.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies DNS resource record weight.
Type: UInt16
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.
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.
Remove-SystoLockResourceRecord