database-tools

Clearing All User Variables

In the previous tip we illustrated how you can identify built-in PowerShell variables with an approach like this: $ps = [PowerShell]::Create() $null...

read more

Finding PowerShell Classes

Starting in PowerShell 5, you can define PowerShell classes. They are defined dynamically and live in memory. So how would you know the names of...

read more

Using PowerShell Classes

Starting with PowerShell 5, you can define classes. They have many use cases. One would be to create libraries of useful helper functions to better...

read more

Greetings of the Day

Here is a simple approach that takes an array of strings and returns a random string that you could use for custom greetings in PowerShell:...

read more

What is BPMN?

IDERA's ER/Studio Business Architect allows you to draw both Conceptual Models and Business Process Models.  Business Process Models use...

read more

Flush DNS Cache

Windows is using a DNS cache, so when you change DNS servers, you need to flush the cache before the new settings take effect. PowerShell is a...

read more

Displaying Folder Tree

PowerShell is a friend with old console commands, so the easiest way of displaying the tree structure of a folder is the old “tree”...

read more
1 85 86 87 88 89 198