posts

Using RegEx to Filter Files

Get-ChildItem supports basic wildcards, but it does not support the rich feature set of regular expressions. If you combine Get-ChildItem with...

Reversing GUIDs

Active Directory and other services sometimes use a custom GUID format. To convert a GUID to that format, all blocks of the GUID need to be...

Replace Escape

There are two ways for replacing text, and both have their advantages and pitfalls: Each string has a Replace() method which works very...

1 70 71 72 73 74 80