Get-CCMOutdatedSoftwareMember
Get-CCMOutdatedSoftwareMember
Get-CCMOutdatedSoftwareMember
Returns computers with the requested outdated software. To see outdated software information use Get-CCMOutdatedSoftware
Syntax
Get-CCMOutdatedSoftwareMember `
[-Software <String>] `
[-Package <String>] [<CommonParameters>]
Description
Returns the computers with the requested outdated software. To see outdated software information use Get-CCMOutdatedSoftware
Aliases
None
Examples
EXAMPLE 1
Get-CCMOutdatedSoftwareMember -Software 'VLC Media Player'
EXAMPLE 2
Get-CCMOutdatedSoftwareMember -Package vlc
Inputs
None
Outputs
None
Parameters
-Software [<String>]
The software to query. Software here refers to what would show up in Programs and Features on a machine. Example: If you have VLC installed, this shows as ‘VLC Media Player’ in Programs and Features.
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | 1 |
Default Value | |
Accept Pipeline Input? | false |
-Package [<String>]
This is the Chocolatey package name to search for.
Property | Value |
---|---|
Aliases | |
Required? | false |
Position? | 2 |
Default Value | |
Accept Pipeline Input? | false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
https://go.microsoft.com/fwlink/p/?LinkID=113216 .
NOTE
This documentation has been automatically generated from
Import-Module "ChocoCCM" -Force; Get-Help Get-CCMOutdatedSoftwareMember -Full
.