Posted On March 31, 2019

RSA SecureID Authentication

kimconnect 0 comments
blog.KimConnect.com >> Windows >> RSA SecureID Authentication
Implementation Objectives:
1. Install the primary instance as a virtual appliance
2. Use software/hardware tokens
3. VPN integration
4. Remote desktop SecureID integration

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Resume All Guest VMs in a Clustered Hyper-V Environment

# resumeAllVms.ps1 # Significance: this script is useful in a Clustered Hyper-V environment # where…

Script to Disable User Accounts

accountsToDisable.txtorangeapplepeartermed user REM disableAccounts.batREM read accountsToDisable.txt and convert names into proper DN entries. Save result…

Use CMD to Kill All Instances of a Program / Process

This can be invoked in an un-elevated session. The command is: taskkill /F /IM <PROGRAM.EXE>…