Get MdeUserMachines - Visorian/PSMDE GitHub Wiki


external help file: PSMDE-help.xml Module Name: PSMDE online version: schema: 2.0.0

Get-MdeUserMachines

SYNOPSIS

Retrieves a collection of devices related to a given user ID.

SYNTAX

Get-MdeUserMachines [-id] <String> [<CommonParameters>]

DESCRIPTION

Retrieves a collection of devices related to a given user ID. The ID is not the full UPN, but only the user name. (for example, to retrieve alerts for [email protected] use '-id user1').

EXAMPLES

EXAMPLE 1

Get-MdeUserMachines -id 'user1'

PARAMETERS

-id

Optional. Specifies the id of the target user.

Type: String
Parameter Sets: (All)
Aliases:

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

PSCustomObject. The Get-MdeUserMachines function returns a list of or a single PSCustomObject containing the parsed MDE machine object.

NOTES

Author: Jan-Henrik Damaschke

RELATED LINKS

⚠️ **GitHub.com Fallback** ⚠️