Get MdeSoftware - Visorian/PSMDE GitHub Wiki


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

Get-MdeSoftware

SYNOPSIS

Retrieves the organization software inventory.

SYNTAX

Get-MdeSoftware [[-id] <String>] [[-name] <String>] [[-vendor] <String>] [<CommonParameters>]

DESCRIPTION

Retrieves the organization software inventory.

EXAMPLES

EXAMPLE 1

$software = Get-MdeSoftware

EXAMPLE 2

$software = Get-MdeSoftware -id 'microsoft-_-edge' -name 'edge'

EXAMPLE 3

$software = Get-MdeSoftware -vendor 'microsoft'

PARAMETERS

-id

Optional. Specifies the id of the target MDE software.

Type: String
Parameter Sets: (All)
Aliases:

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

-name

Optional. Specifies the id of the target MDE software.

Type: String
Parameter Sets: (All)
Aliases:

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

-vendor

Optional. Specifies the id of the target MDE software.

Type: String
Parameter Sets: (All)
Aliases:

Required: False
Position: 3
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-MdeSoftware function returns a list of or a single PSCustomObject containing the parsed MDE software object.

NOTES

Author: Jan-Henrik Damaschke

RELATED LINKS

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