<img alt="" src="/images/f/0/8/e/6/f08e686e779478ce14c8cc4b233b966fdf33f5ba-dbnameunderscore.png" />
Put my backup files back
14, AugIn this article I show how regular expressions can help us find SQL backup files. We'll use maintenancesolution.sql generated files to retrieve backup information. Beware the power of Objects in the pipeline!
<img alt="" src="/images/e/2/c/0/8/e2c08ea378f4f90443e8b2189ce22d9fcebc7251-match.png" />
Regexp with PowerShell, more than a match
18, JulIn this article I show where regular expressions can appear in PowerShell. You probably know you can use a regexp in -match
, but there are some other interesting uses.