Remove-MsolDomain
Updated: July 30, 2015
Applies To: Azure, Office 365, Windows Intune
Note
- The cmdlets were previously known as the Microsoft Online Services Module for Windows PowerShell cmdlets.
The Remove-MsolDomain cmdlet is used to delete a domain from the . The domain being deleted must be empty; that is, there cannot be any users or groups with email addresses in this domain.
To obtain the tenant ID, see Get Azure Active Directory Tenant ID in Windows PowerShell.
Syntax
Remove-MsolDomain -DomainName <string> [-Force] [-TenantId <Guid>] [<CommonParameters>]
Parameters
-DomainName <string>
The fully qualified domain name (FQDN) to remove.
Required? true
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
-Force [<SwitchParameter>]
Used to bypass onscreen confirmation.
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-TenantId <Guid>
The unique ID of the tenant to perform the operation on. If this is
not provided then the value will default to the tenant of the current
user. This parameter is only applicable to partner users.
Required? false
Position? named
Default value
Accept pipeline input? true (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, type,
"get-help about_commonparameters".
Examples
The following command attempts to remove the domain contoso.com. The command fails if there are any users or groups that reference the domain.
Remove-MsolDomain -DomainName contoso.com -force
Additional Resources
There are several other places you can get more information and help. These include: