How to set PIM Autologin (RDP) in Fullscreen mode?
search cancel

How to set PIM Autologin (RDP) in Fullscreen mode?

book

Article ID: 32399

calendar_today

Updated On:

Products

CA Virtual Privilege Manager CA Privileged Identity Management Endpoint (PIM) CA Privileged Access Manager (PAM)

Issue/Introduction

Question:

How can I change the Autologin (RDP) to be in full screen instead of windowed mode?.

 

Answer:

This is done via the VBS login application script file:

1)  Check which application file your endpoint is using. 

PIM Enterprise Management -> Privileged Accounts -> Endpoints -> Modify Endpoint -> (Locate your endpoint) -> Login Applications (tab) -> Take note of the "Selected Applications" and identify the RDP one (eg: RDP). 

 

<Please see attached file for image>

Descripción: KD01.png

 

2)  Modify the Application file.

C:\jboss-4.2.3.GA\server\default\deploy\IdentityMinder.ear\config\sso_scripts\ folder and locate the VBS file that matches the name you obtained in the previous step (eg: RDP.vbs) 

 

3) Set it in full screen mode.

 Uncomment the line under "Set pupmObj = CreateObject("ACLauncher.ACWebLauncher")" section: pupmObj.SetRDPOption "screen mode id","i","2"

 

<Please see attached file for image>

Descripción: KD02.png

After saving the file (RDP.vbs) all the autologin sessions via RDP that use this application file will start in full screen mode.

 

 

Additional Information:

For further information please refer to PIM 12.8 Bookshelf, specifically on: Enterprise Administration Guide › Implementing Shared Accounts › SAM Automatic Login › How to Customize the SAM Automatic Login Application Scripts › The SAM Automatic Login Application Visual Basic Script 

Environment

Release: ACP1M005900-12.8-Privileged Identity Manager
Component:

Attachments

1558696363111000032399_sktwi1f5rjvs16ne2.png get_app
1558696361115000032399_sktwi1f5rjvs16ne1.png get_app