Category Archives: Uncategorized

More New Stuff in PowerShell V5: A NEW Way to Construct Things

Usually we can build out a new instance of a .Net object we have to use New-Object and pass the required parameters to accomplish this. Or at least that is the most common approach to the subject. We can also … Continue reading

Posted in Uncategorized | Tagged , , , | 2 Comments

Quick Hits: Get-Date -uFormat possibilities

For those of you that have used the Get-Date -uFormat and am not sure what each possible option is, this little snippet will give you all of the information you need. 65..90 | % {“$([char]$_): $(Date -u %$([char]$_))”};97..122 | % … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment