database-tools

SQLEJM Job Chaining

I created a job chain in SQLEJM with a root job one server and a second job on a different server with the job chain scheduled hourly. The root job...

Exploring WMI with PowerShell

The Win32_LogicalDevice WMI class represents all logic devices available in a computer, and by querying this “superclass”, you get back all the...

Managing Updates with PSWindowsUpdate

There are many useful PowerShell modules available from the PowerShell Gallery. One helps you managing updates. To download and install it, run:...

Dynamic Argument Completion (Part 5)

In our previous tip we looked at sophisticated completion code that completed application paths. Collecting the completion values could take some...

IDERA newsletter March 2020

The Latest News from IDERA Extended Cloud Support, Get Lucky with Savings, Upcoming Events, and more!   IDERA Database Tools Expand Support for...

Dynamic Argument Completion (Part 4)

In the previous tip we explained how you can use [ArgumentCompleter] to add powerful argument completers for parameters. There are limitations...

Dynamic Argument Completion (Part 3)

With the discoveries in our past tips, let’s compose a useful completion code that suggests all available programs you can launch: function...

Dynamic Argument Completion (Part 2)

In our previous tip we looked at [ArgumentCompleter] and how this attribute can add clever code to parameters that provides auto-completion values...

Dynamic Argument Completion (Part 1)

In previous tips we explained various ways of adding argument completers to your parameters. One approach used the [ArgumentCompleter] attribute and...

Listing Installed Applications (Part 2)

In the previous tip we read the registry to find out paths to applications you can launch. This approach worked well but had two flaws: first, the...

Secret Dynamic Argument Completer

In the previous tip we introduced the lesser-known “ArgumentCompletion” attribute that can provide IntelliSense-like autocompletion to parameters....

1 30 31 32 33 34 159