Get MdeSoftwareMissingKbs - Visorian/PSMDE GitHub Wiki


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

Get-MdeSoftwareMissingKbs

SYNOPSIS

Retrieves missing KBs (security updates) by software ID.

SYNTAX

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

DESCRIPTION

Retrieves missing KBs (security updates) by software ID.

EXAMPLES

EXAMPLE 1

Get-MdeSoftwareMissingKbs -id 'microsoft-_-edge'

PARAMETERS

-id

Optional. Specifies the id of the target software.

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-MdeSoftwareMissingKbs function returns a list of or a single PSCustomObject containing the parsed MDE missing kb object.

NOTES

Author: Jan-Henrik Damaschke

RELATED LINKS

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