Powershell

Creating ISO Files

PowerShell can turn regular folders into ISO files. ISO files are binary files that can be mounted and then behave like a read-only CD-ROM drive. In...

read more

Progress Bar Tricks (Part 2)

Publishing on – Mon May 15 The built-in PowerShell progress bar supports a “real” progress indicator provided you submit a “percentCompleted” value...

read more

Richer Printer Information

Get-Printer returns basic information about all local printers. When you add the switch parameter -Full, it returns even more detailed information...

read more