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

MBR & GPT Disk Partitioning Comparisons

A quote one has provided to colleagues on this topic: Although speed is the same…

PowerShell: Update CSV File Using Active Directory

# adAccountsCsvUpdate.ps1 $originalCsv='C:\Users\rambo\Desktop\kimconnectUsers.csv' $newCsv='C:\Users\rambo\Desktop\kimconnectUsers-processed.csv' $newEmailSuffix='@kimconnect.com' $newOu='OU=Test,DC=kimconnect,DC=com' function adAccountsCsvUpdate{ param( $originalCsv, $newCsv, $newEmailSuffix, $newOu ) function…

GPO Logon Banner

Update: this information is outdated. Use this link for the current method of creating Logon…