Upload files to "Registry Key Scripts"
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user