Invoke-WhoisRequest
SYNOPSIS
Wohis request.
SYNTAX
Invoke-WhoisRequest [-DomainName] <String> [<CommonParameters>]
DESCRIPTION
This function creats a New-WebServiceProxy and then uses the GetWhoIs method to query whois information from www.webservicex.net
EXAMPLES
EXAMPLE 1
Invoke-WhoisRequest -DomainName ntsystems.it
This example queries whois information for the domain ntsystems.it
PARAMETERS
-DomainName
Type: String
Parameter Sets: (All)
Aliases: domain
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.