database-tools

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...

A Year in Review

As one of the three core pillars in Idera, Inc.’s portfolio that also includes Testing Tools and Developer Tools, our Database Tools business...

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”...

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...

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...

Alert Burnout

Do you routinely ignore alerts?  If you have an email rule that sends alerts to their own folder, that is a hint.  If you find that a day...

Remove User Profiles Via Dialog

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

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,...

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...

Understanding and Avoiding Double-Hop

When a script is executed remotely, you can run into “Access Denied” issues that often are related to the double-hop issue. Here is an...

1 60 61 62 63 64 159