Hi,
In our SCCM 2012 environment , "Requirements" of few programs are limited to "Windows 8.1 & Windows 10" platforms.
I would like to generate a report about "each programs and its requirements" .
I am using power-shell feature of SCCM for generating the reports.
CMDLET is Get-CMProgram -ProgramName Winrar | Select SupportedOperatingSystems
The "Requirements" field {SupportedOperatingSystems} of the report is giving the common name "Win NT" for platforms like Windows XP, Windows 7, 8,10,2012 etc..
Is there any options are available to generate the report with "full name" of the selected platforms.
Thanks in advance,
JG