-
Notifications
You must be signed in to change notification settings - Fork 2
Get MdeSoftware
Jan-Henrik Damaschke edited this page Sep 16, 2022
·
1 revision
Retrieves the organization software inventory.
Get-MdeSoftware [[-id] <String>] [[-name] <String>] [[-vendor] <String>] [<CommonParameters>]
Retrieves the organization software inventory.
$software = Get-MdeSoftware
$software = Get-MdeSoftware -id 'microsoft-_-edge' -name 'edge'
$software = Get-MdeSoftware -vendor 'microsoft'
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
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
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
PSCustomObject. The Get-MdeSoftware function returns a list of or a single PSCustomObject containing the parsed MDE software object.
Author: Jan-Henrik Damaschke