Skip to main content

Get-MsIdUnmanagedExternalUser

SYNOPSIS

Returns a list of all the external users in the tenant that are unmanaged (viral users).

SYNTAX

Get-MsIdUnmanagedExternalUser [[-Type] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Get-MsIdUnmanagedExternalUser

Gets a list of all the unmanaged/viral external users.

EXAMPLE 2

Get-MsIdUnmanagedExternalUser -Type ExternalAzureADViral

Gets a list of all the unmanaged/viral external users. This is the same as running Get-MsIdUnmanagedExternalUser without any parameters.

EXAMPLE 3

Get-MsIdUnmanagedExternalUser -Type MicrosoftAccount

Gets a list of all the external users with a personal Microsoft Account.

EXAMPLE 4

Get-MsIdUnmanagedExternalUser -Type All

Gets a list of all the external users that are from an unmanaged/viral tenant or have a personal Microsoft Account.

PARAMETERS

-Type

The type of unmanaged user to return

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: ExternalAzureADViral
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
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.

INPUTS

OUTPUTS

NOTES