Skip to content

Files

Latest commit

48d9996 · May 4, 2017

History

History
10 lines (6 loc) · 255 Bytes

Get-PCDomainAvailability.md

File metadata and controls

10 lines (6 loc) · 255 Bytes

Partner Center PowerShell Module (preview)

Get-PCDomainAvailability

Check if domain is available to use on new customer

$domainname = '<name>'
$domain = $domainname+'.onmicrosoft.com'
Get-PCDomainAvailability -domain $domain