Invoke ADCGetDnssrvrec - j81blog/J81.ADCToolkit GitHub Wiki
Get Domain Name Service configuration object(s).
Invoke-ADCGetDnssrvrec [-Filter <Hashtable>] [-GetAll] [-ViewSummary] [<CommonParameters>]
Invoke-ADCGetDnssrvrec [-Domain <String>] [-Target <String>] [-Type <String>] [-Nodeid <Double>]
[-Filter <Hashtable>] [<CommonParameters>]
Invoke-ADCGetDnssrvrec [-Count] [-Filter <Hashtable>] [<CommonParameters>]
Configuration for server record resource.
Invoke-ADCGetDnssrvrec
Get data.
Invoke-ADCGetDnssrvrec -GetAll
Get all dnssrvrec data.
Invoke-ADCGetDnssrvrec -Count
Get the number of dnssrvrec objects.
Invoke-ADCGetDnssrvrec -name <string>
Get dnssrvrec object by specifying for example the name.
Invoke-ADCGetDnssrvrec -Filter @{ 'name'='<value>' }
Get dnssrvrec data with a filter.
Domain name, which, by convention, is prefixed by the symbolic name of the desired service and the symbolic name of the desired protocol, each with an underscore (_) prepended. For example, if an SRV-aware client wants to discover a SIP service that is provided over UDP, in the domain example.com, the client performs a lookup for _sip._udp.example.com.
Type: String
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseTarget host for the specified service.
Type: String
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseType of records to display. Available settings function as follows:
- ADNS - Display all authoritative address records.
- PROXY - Display all proxy address records.
- ALL - Display all address records. Possible values = ALL, ADNS, PROXY
Type: String
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseUnique number that identifies the cluster node.
Type: Double
Parameter Sets: GetByArgument
Aliases:
Required: False
Position: Named
Default value: 0
Accept pipeline input: False
Accept wildcard characters: FalseIf specified, the count of the dnssrvrec object(s) will be returned.
Type: SwitchParameter
Parameter Sets: Count
Aliases:
Required: True
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseSpecify a filter. -Filter @{ 'name'='<value>' }
Type: Hashtable
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: @{ }
Accept pipeline input: False
Accept wildcard characters: FalseRetrieve all dnssrvrec object(s).
Type: SwitchParameter
Parameter Sets: GetAll
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseWhen specified, only a summary of information is returned.
Type: SwitchParameter
Parameter Sets: GetAll
Aliases:
Required: False
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
File Name : Invoke-ADCGetDnssrvrec Version : v2111.2521 Author : John Billekens Reference : https://developer-docs.citrix.com/projects/citrix-adc-nitro-api-reference/en/latest/configuration/dns/dnssrvrec/ Requires : PowerShell v5.1 and up ADC 13.x and up. ADC 12 and lower may work, not guaranteed.