Get-CCMSoftware
Get-CCMSoftware
Get-CCMSoftware
Returns information about software tracked inside of CCM
Syntax
Get-CCMSoftware [<CommonParameters>]
Get-CCMSoftware `
-Software <String> [<CommonParameters>]
Get-CCMSoftware `
-Package <String> [<CommonParameters>]
Get-CCMSoftware `
-Id <Int32> [<CommonParameters>]
Description
Return information about each piece of software managed across all of your estate inside Central Management
Aliases
None
Examples
EXAMPLE 1
Get-CCMSoftware
EXAMPLE 2
Get-CCMSoftware -Software 'VLC Media Player'
EXAMPLE 3
Get-CCMSoftware -Package vlc
EXAMPLE 4
Get-CCMSoftware -Id 37
Inputs
None
Outputs
None
Parameters
-Software <String>
Return information about a specific piece of software by friendly name
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
-Package <String>
Return information about a specific package
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | named |
Default Value | |
Accept Pipeline Input? | false |
-Id <Int32>
Return information about a specific piece of software by id
Property | Value |
---|---|
Aliases | |
Required? | true |
Position? | named |
Default Value | 0 |
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-CCMSoftware -Full
.