Register-CustomDnsServer
Synopsis
Script to register custom DNS servers with Azure Stack Hub DNS. This script will create conditional forwarding in Azure Stack Hub DNS.
Syntax
Register-CustomDnsServer [[-TimeoutInSecs] <Object>] [[-CustomDomainName] <Object>]
[[-CustomDnsIPAddresses] <Object>] [-AsJob]
Description
Script to register custom DNS servers with Azure Stack DNS. This script will create conditional forwarding in Azure Stack DNS
Examples
Example 1
Register-CustomDnsServer -CustomDomainName "contoso.com" -CustomDnsIPAddresses "10.20.20.01","10.20.20.02" -TimeoutInSecs 1000
Parameters
-CustomDomainName
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-CustomDnsIPAddresses
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-TimeoutInSecs
Type: Object
Parameter Sets: (All)
Aliases:
Required: False
Position: 3
Default value: 1000
Accept pipeline input: False
Accept wildcard characters: False
-AsJob
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
Next steps
For information on how to access and use the privileged endpoint, see Use the privileged endpoint in Azure Stack Hub.