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
| <# | |
| .SYNOPSIS | |
| Smartcard to AD altSecurityIdentities Mapper (GUI Version with Copy Buttons) | |
| .DESCRIPTION | |
| Monitors for smartcard insertion, reads the public cert, calculates the | |
| reverse-byte serial mapping. | |
| Includes buttons to copy data manually if AD auto-update fails. | |
| #> | |
| Add-Type -AssemblyName System.Windows.Forms |