This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Howto execute this script: | |
# Unblock-File .\CredReadTest.ps1 | |
# powershell -ExecutionPolicy RemoteSigned .\CredReadTest.ps1 | |
# | |
# The following command displays a list of credentials: | |
# cmdkey /list | |
Write-Output "CredRead Test Program" | |
$type_def = @' |
OlderNewer