Skip to main content

Get-MobileDeviceDetail

SYNOPSIS

Retrieves detailed information about mobile devices associated with user mailboxes.

SYNTAX

Get-MobileDeviceDetail [[-UserPrincipalName] <String[]>] [-ProgressAction <ActionPreference>]
[<CommonParameters>]

DESCRIPTION

This script fetches mobile device details for specified user mailboxes or all mailboxes if none are specified.

EXAMPLES

EXAMPLE 1

Get-MobileDeviceDetail

Retrieves mobile device details for all user mailboxes.

EXAMPLE 2

"

Retrieves mobile device details for the specified user.

PARAMETERS

-UserPrincipalName

An array of User Principal Names (UPNs) to retrieve mobile device details for. If not provided, details for all mailboxes will be retrieved.

Type: String[]
Parameter Sets: (All)
Aliases:

Required: False
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
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

Author: Bastien Perez

Works with both Exchange Online and on-premises Exchange environments and uses the appropriate cmdlets based on the environment.