Skip to content

Powershell Script used to manually check and import SSL certificates into the local windows certificate store, then change RDP to use the imported certificate.

Notifications You must be signed in to change notification settings

NetSecJedi/RDP-Cert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

RDP-Cert -- Manually Configure RDP to use SSL cert instead of Self-Signed

.EXAMPLE From Windows Command line (requires elevation)
		C:> powershell.exe -ExecutionPolicy Bypass -command "& { . 'RDP-Cert.ps1'; Invoke-CheckMyCerts }"
		C:> powershell.exe -ExecutionPolicy Bypass -command "& { . 'RDP-Cert.ps1'; Invoke-ImportCert }"
		C:> powershell.exe -ExecutionPolicy Bypass -command "& { . 'RDP-Cert.ps1'; Invoke-SetRDPCert }"
		C:> powershell.exe -ExecutionPolicy Bypass -command "& { . 'RDP-Cert.ps1'; Invoke-CheckRDPCert }"
		
		
.EXAMPLE From PowerShell
		PS> . "RDP-Cert.ps1"
		PS> Invoke-CheckMyCerts
		PS> Invoke-ImportCert <password>
		PS> Invoke-SetRDPCert <num>
		PS> Invoke-CheckRDPCert

About

Powershell Script used to manually check and import SSL certificates into the local windows certificate store, then change RDP to use the imported certificate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published