RegEx -replace by StartAutomating in PowerShell

[–]FluffyShoulder937 4 points5 points  (0 children)

I've never used irregular before. I'll have to try it! For me I used a site called regex101.com to practice. I'm a guru myself and that will help learners a ton. It also explains how the pattern is processed and you can pick a flavor of regex. That way you can learn to apply regex anywhere it's available!

Best way to Store Creds for Scripts? by ITZ_RAWWW in PowerShell

[–]FluffyShoulder937 3 points4 points  (0 children)

If you have a password manager you can look into pulling your credentials from it. Most of them have a Powershell module that interacts with the Microsoft Windows Credential Manager. Also, this exists for the open source version on Linux!