powertips

Managing FTP via PowerShell

There are no built-in FTP commands in PowerShell, but you can easily download and install a free extension that provides the missing commands. Just...

read more

Formatting Numbers (Part 2)

In the previous tip we introduced the Get-DisplayFileSize function which automatically converts bytes to readable numbers with units such as “KB”...

read more

Formatting Numbers (Part 1)

The following Get-DisplayFileSize function takes any byte value and returns a nicely formatted size, using units like “MB”, “GB”, or “PB”: function...

read more

Filtering Files

You may not have noticed this, but the -Filter parameter on Get-ChildItem (aka dir or ls) is not as specific as you think. The following line should...

read more

Find User Profiles

We’ve received massive feedback on our tips dealing with user profile management, so we decided to add a couple of additional tips. Typically,...

read more

List User Profiles

We've received a massive feedback on our tips dealing with user profile management, so we decided to add a couple of additional tips. WMI can...

read more
1 28 29 30 31 32 122