.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
-
Notifications
You must be signed in to change notification settings - Fork 1
NetSecJedi/RDP-Cert
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published