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
| Get-ChildItem -Path "Cert:\LocalMachine\Remote Desktop" | |
| # Read-Host -Prompt "Press Enter to exit" | |
| $seconds = 60*60 | |
| Write-Host "Exit in $seconds seconds" | |
| Start-Sleep @seconds |
OlderNewer