PowerShell.exe accepts the –EncodedCommand parameter, which is a way to ‘wrap’ DOS-unfriendly command strings in such a way as to be safely passed into PSH for execution. It’s a great feature. However, it has a huge documentation hole. Let’s see what PowerShell.exe /? has to say about it:
↧