Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am themightyshiv on github.
  • I am shivx (https://keybase.io/shivx) on keybase.
  • I have a public key ASA0G5YPWyw9KDPzmmQJc5G-_zV-4pllviFwAAaYB_Ahzwo

To claim this, I am signing this object:

@themightyshiv
themightyshiv / rdp-ssl.bat
Created January 14, 2024 21:23
Configure RDP SSL Certificate (WMIC)
wmic /namespace:\\root\cimv2\TerminalServices PATH Win32_TSGeneralSetting Set SSLCertificateSHA1Hash="[THUMBPRINT]"
@themightyshiv
themightyshiv / common-adfs-cmd.md
Created January 18, 2024 20:41
Common ADFS Commands

Common ADFS Commands

List LocalMachine Certificates

dir Cert:\LocalMachine\My

Install WebApplicationProxy Certificate

Install-WebApplicationProxy -CertificateThumbprint '[THUMBPRINT]' -FederationServiceName '*.[DOMAIN].[TLD]'

Configure RPT Without Revocation Checks