< Back

Test-DomainValidity

Sat Jan 11, 2020 2:49 pm

NAME Test-DomainValidity



SYNOPSIS

This function verifies if a domain name follows a valid pattern.





SYNTAX

Test-DomainValidity [-domain] <String> [<CommonParameters>]





DESCRIPTION





PARAMETERS

-domain <String>

The domain to verify



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

System.Boolean







RELATED LINKS