-
Notifications
You must be signed in to change notification settings - Fork 2
Get MdeSoftwareByFilter
Jan-Henrik Damaschke edited this page Sep 16, 2022
·
1 revision
external help file: PSMDE-help.xml Module Name: PSMDE online version: https://docs.microsoft.com/en-us/microsoft-365/security/defender-endpoint/exposed-apis-odata-samples?view=o365-worldwide schema: 2.0.0
Retrieves the organization software inventory by OData filter.
Get-MdeSoftwareByFilter [-filter] <String> [<CommonParameters>]
Retrieves the organization software inventory by OData filter.
$software = Get-MdeSoftwareByFilter -filter "vendor ne 'microsoft'"
$software = Get-MdeSoftwareByFilter -filter "id+eq+'microsoft-_-edge'&`$top=10"
Optional. Specifies the filter for MDE software.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
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-MdeSoftwareByFilter function returns a list of or a single PSCustomObject containing the parsed MDE software object.
Author: Jan-Henrik Damaschke