Summary: Learn how to easily encrypt files by using Windows PowerShell.
How can I use Windows PowerShell to easily encrypt files?
Use the Encrypt static method from the System.IO.File .NET Framework class, for example:
[io.file]::Encrypt("C:\fso\FileWithOutExtension")