Export-CCMOutdatedSoftwareReport

Export-CCMOutdatedSoftwareReport

Export-CCMOutdatedSoftwareReport

Download an outdated Software report from Central Management. This file will be saved to the OutputFolder specified

Syntax

Export-CCMOutdatedSoftwareReport `
  -Report <String> `
  -Type <String> `
  -OutputFolder <String> [<CommonParameters>]

Description

Download either a PDF or Excel format report of outdated software from Central Management to the OutputFolder specified

Aliases

None

Examples

EXAMPLE 1

Export-CCMOutdatedSoftwareReport -Report '7/4/2020 6:44:40 PM' -Type PDF -OutputFolder C:\CCMReports

Inputs

None

Outputs

None

Parameters

-Report <String>

The report to download

PropertyValue
Aliases
Required?true
Position?1
Default Value
Accept Pipeline Input?false

-Type <String>

Specify either PDF or Excel

PropertyValue
Aliases
Required?true
Position?2
Default Value
Accept Pipeline Input?false

-OutputFolder <String>

The path to save the file

PropertyValue
Aliases
Required?true
Position?3
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 .

Function Reference

NOTE

This documentation has been automatically generated from Import-Module "ChocoCCM" -Force; Get-Help Export-CCMOutdatedSoftwareReport -Full.