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>
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>
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