How in silently install the CCS PowerShell snap-in
search cancel

How in silently install the CCS PowerShell snap-in

book

Article ID: 247057

calendar_today

Updated On:

Products

Control Compliance Suite Standards Server Control Compliance Suite

Issue/Introduction

Control Compliance Suite (CCS)

You can use the following information to be able to silently install the PowerShell cmdlets for CCS.

Environment

Release : CCS 12.6.x

Component : CCS PowerShell cmdlets

Resolution

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