database-tools

Reading Event Logs (Part 2)

In the previous tip we introduced the PowerShell “SmbShare” module which comes with Windows and enables you to manage file shares. We looked at the...

Reading Event Logs (Part 1)

In the previous tip we introduced the PowerShell “SmbShare” module which comes with Windows and enables you to manage file shares. We looked at the...

Constant Functions

In PowerShell, you can write-protect functions. When you do, a function cannot be changed, overwritten or removed anymore during a running...

Suppressing Errors

With cmdlets, suppressing errors seems easy: simply add the –ErrorAction Ignore parameter. However, it turns out that this doesn’t...

KB: Selection of PowerShell Resources

Microsoft Windows PowerShell Infographic: Why DBAs Should Learn PowerShell? Whitepaper: The Guide to Learning PowerShell Geek Sync Webcasts: The...

Managing Installed Modules (Part 2)

Whenever you install new modules via Install-Module or update existing modules via Update-Module, new module versions are installed side-by-side. If...

Managing Installed Modules (Part 1)

When you install new PowerShell modules via Install-Module, PowerShell remembers the install location. So it is easy to get a list of modules you...

1 21 22 23 24 25 159