database-tools

Using Custom Scopes

When you change variables, you might need to clean up later and ensure that you reverted them back to some default value – unless you use...

read more

Careful with Add-Member!

Frequently, Add-Member is used to create custom objects, for example like this: $o = New-Object -TypeName PSObject $o | Add-Member -MemberType...

read more
1 95 96 97 98 99 198