Performs a DNS resource records resolution for the SystoLOCK service in the specified domain.
Resolve-SystoLockService [[-DnsServer] <String>] [-DomainName] <String> [-EnableIPv6] [<CommonParameters>]
The Resolve-SystoLockService
cmdlet performs a SystoLOCK service DNS resource records resolution in the specified domain. The main purpose of Resolve-SystoLockService
is to perform split DNS diagnostics. By default, the resource records diagnostics in performed using public Google DNS servers.
PS C:\> Resolve-SystoLockService -DomainName domain.com
Resolves DNS records in the domain 'domain.com'.
PS C:\> Resolve-SystoLockService -DomainName domain.com -EnableIPv6
Performs resolving including IPv6 addresses.
PS C:\> Resolve-SystoLockService -DomainName domain.com -DnsServer 1.1.1.1
Resolves DNS records resolution in the domain 'domain.com' using specified DNS server.
Specifies the DNS server to use. By default uses 8.8.8.8 public Google server.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Specifies a DNS domain name to search for SystoLOCK resource records in.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Enables IPv6 addresses resolution. (False by default)
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.
Domain name, DNS server.
An object representing information about client service. The information includes name, list of IP addresses and optionally the version of the SysLock server provided the server is running.