Upload files to "Registry Key Scripts"

This commit is contained in:
2025-08-12 01:56:20 +00:00
parent 5f3b8bd7fd
commit 5cd501d2a0
@@ -0,0 +1,16 @@
<#
Author: Gabe Kerntke
Date: 07-01-2025
.Modified
7/01/25 (GabeK) - Script created
.Synopsis
Script gets the DUO App Host, IKey, and SKey values from registry
#>
# Start Script
Get-ItemProperty "HKLM:\SOFTWARE\Duo Security\DuoCredProv" | Select-Object Host, IKey, SKey
# End Script