Control Compliance Suite (CCS)
You can use the following information to be able to silently install the PowerShell cmdlets for CCS.
Release : CCS 12.6.x
Component : CCS PowerShell cmdlets
CCS PowerShell Snap-ins.exe file extracts into two files at "C:\Users\<logged-in user>\AppData\Roaming\CSMSetup\PS". The files are 'Setup.exe' and 'CCS PowerShell Snap-ins.msi'.
The CCS PowerShell Snap-ins.msi can be used to silently install PowerShell snap-in using the following command. This is a standard MSI command so logging and other help parameters can be found in Microsoft documentation.
Example of the command to use:
msiexec.exe /package "CCS PowerShell Snap-ins.msi" /qn
Once the PowerShell snap-in is installed, you can add the snap-in to PowerShell so you will be able to use the cmdlets:
Adding CCS PowerShell snap-ins