Hello Folks,
Does anybody knows how to utilize Regex in Powershell?
My goal just leave the first 2 characters of the email viewable but then mask the rest with " * "
something like:
to
jo******@emaildomain.com
There's a perfect example here
?<=.{1}).(?=[^@]*?@)
while utilizing Regex. but I dont know how to translate i to powershell
any thoughts?
Ivan
Windows PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language built on the .NET Framework. PowerShell provides full access to the Component Object Model (COM) and Windows Management Instrumentation (WMI), enabling administrators to perform administrative tasks on both local and remote Windows systems as well as WS-Management and Common Information Model (CIM) enabling management of remote Linux systems and network devices.
TRUSTED BY