Add-PSMApps
The follwoing notes are based on the How to use Add PSMApplication documenation.
Step 1: Download Privilege Cloud Tools and copy to C:\CyberArk folder on the connector soerver.
Step 2: Navigate and extract the Add-PSMApps
Step 3: Run a Powershell session as Administrator and run the follwoing sample command.
This command adds ADUC,GPMC and a GenericMMC (RSAT) console
1
.\Add-PSMApps.ps1 -Application "ADUC","GPMC","GenericMMC" -MscPath "C:\PSMApps\RSAT.msc" -ComponentName "RSAT" -ComponentDisplayName "PSM-RSAT" -HTML5 "OffByDefault" -PortalUrl "https://subdomain.privilegecloud.cyberark.cloud"
This command adds ADUC,GPMC only
1
.\Add-PSMApps.ps1 -Application "ADUC","DNS" -HTML5 "OffByDefault" -PortalUrl "https://subdomain.privilegecloud.cyberark.cloud"
This command adds GoogleChromeX64,ADUC,DNS,DHCP,GPMC and a GenericMMC (RSAT) console
1
.\Add-PSMApps.ps1 -Application "GoogleChromeX64","ADUC","DNS","DHCP","GPMC","GenericMMC" -MscPath "C:\PSMApps\RSAT.msc" -ComponentName "PSM-RSAT" -ComponentDisplayName "RSAT" -HTML5 "OffByDefault" -PortalUrl "https://subdomain.privilegecloud.cyberark.cloud"
I want it all!!! This command adds GoogleChromeX64,MicrosoftEdgeX86,ADUC,DNS,DHCP,GPMC and a GenericMMC (RSAT) console
1
.\Add-PSMApps.ps1 -Application "GoogleChromeX64","MicrosoftEdgeX86","ADUC","DNS","DHCP","GPMC","GenericMMC" -MscPath "C:\PSMApps\RSAT.msc" -ComponentName "PSM-RSAT" -ComponentDisplayName "RSAT" -HTML5 "OffByDefault" -PortalUrl "https://subdomain.privilegecloud.cyberark.cloud"
This post is licensed under CC BY 4.0 by the author.