John Jones Tag Archive

Regular Expressions are a -replace's best friend

PowerShell for Admins, Tips and Tricks

Are you familiar with PowerShell’s -replace operator? "John Jones" -replace "Jones","Smith" Most folks are aware of it, and rely on it for straightforward string replacements like this one. But not …...

Read More