Get-CMSoftwareUpdateContentInfo
SYNOPSIS
Informatie over software-update-inhoud op te halen.
SYNTAX
SearchById (standaard)
Get-CMSoftwareUpdateContentInfo -Id <String> [-DisableWildcardHandling] [-ForceWildcardHandling]
[<CommonParameters>]
SearchByValue
Get-CMSoftwareUpdateContentInfo -InputObject <IResultObject> [-DisableWildcardHandling]
[-ForceWildcardHandling] [<CommonParameters>]
SearchByName
Get-CMSoftwareUpdateContentInfo -Name <String> [-DisableWildcardHandling] [-ForceWildcardHandling]
[<CommonParameters>]
SearchByUniqueId
Get-CMSoftwareUpdateContentInfo -UniqueId <String> [-DisableWildcardHandling] [-ForceWildcardHandling]
[<CommonParameters>]
DESCRIPTION
Vanaf versie 2107 gebruikt u deze cmdlet om inhoudsinformatie over software-updates op te halen. Bijvoorbeeld:
- Bestandsnaam
- Bestandsgrootte
- SHA-1-hash
- Bron-URL
Notitie
Voer Configuration Manager cmdlets uit vanaf Configuration Manager sitestation, bijvoorbeeld PS XYZ:\>
. Zie Aan de slag voor meer informatie.
EXAMPLES
Voorbeeld 1: informatie over software-update-inhoud voor een specifieke update verkrijgen
In dit voorbeeld worden eerst de software-updates ontvangen waarvan de artikel-id 5004237. De tweede regel geeft vervolgens de matrix met updates door als het invoerobject en haalt de inhoudsinformatie op voor het eerste matrixlid.
$update = Get-CMSoftwareUpdate -ArticleId "5004237" -Fast
Get-CMSoftwareUpdateContentInfo -InputObject $update[1]
PARAMETERS
-DisableWildcardHandling
Deze parameter behandelt jokertekens als letterlijke tekenwaarden. U kunt deze niet combineren met ForceWildcardHandling.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ForceWildcardHandling
Deze parameter verwerkt jokertekens en kan leiden tot onverwacht gedrag (niet aanbevolen). U kunt deze niet combineren met DisableWildcardHandling.
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Id
Geef de CI_ID van de software-update op om de inhoudsinformatie op te halen. Deze waarde is een geheel getal, bijvoorbeeld 1584792
.
Type: String
Parameter Sets: SearchById
Aliases: CIId, CI_ID
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-InputObject
Geef een software-updateobject op om de inhoud ervan op te halen. Gebruik de cmdlet Get-CMSoftwareUpdate om dit object op te halen.
Type: IResultObject
Parameter Sets: SearchByValue
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-Name
Geef de gelokaliseerde weergavenaam van een software-update op om de inhoudsinformatie op te halen. Deze komt overeen met de exacte tekenreeks en accepteert geen jokertekens.
Type: String
Parameter Sets: SearchByName
Aliases: LocalizedDisplayName
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-UniqueId
Geef de unieke update-id van de software-update op om de inhoudsinformatie op te halen. Deze waarde is een GUID en ook de eigenschap CI_UniqueID van het software-updateobject.
Type: String
Parameter Sets: SearchByUniqueId
Aliases: CI_UniqueID
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
Deze cmdlet biedt ondersteuning voor de meest gebruikte parameters: -Debug, - ErrorAction, - ErrorVariable, - InformationAction, -InformationVariable, - OutVariable,-OutBuffer, - PipelineVariable - Verbose, - WarningAction en -WarningVariable. Zie voor meer informatie about_CommonParameters.
INPUTS
Microsoft.ConfigurationManagement.ManagementProvider.IResultObject
OUTPUTS
IResultObject[]#SMS_CIContentFiles
IResultObject#SMS_CIContentFiles
OPMERKINGEN
Zie WMI-klasse SMS_CIContentFiles server voor meer informatie over dit retourobject en deeigenschappen ervan.