Skip to content

Get MsIdIsViralUser

Github Action edited this page Nov 30, 2023 · 5 revisions

Get-MsIdIsViralUser

Reference

Module: MSIdentityTools

Synopsis

Returns true if the user's mail domain is a viral (unmanaged) Azure AD tenant.

Syntax

Get-MsIdIsViralUser [-Mail] <string> [<CommonParameters>]

Description

To learn more about viral tenants see Take over an unmanaged directory as administrator in Azure Active Directory

Examples

Example 1

Get-MsIdIsViralUser -Mail john@yopmail.net

Check if the mail address is from a viral tenant.

Parameters

-Mail

The email address of the external user.
Type: String
Required: true
Default value: None
Accept pipeline input: true (ByValue, ByPropertyName)
Accept wildcard characters: false
Clone this wiki locally