Tag Archives: grep

Grep-ing in Microsoft windows powershell

How you find all maiboxes which starts with a certain string in tons of mailboxes in your Office 365 (Microsoft Exchange Server)? In Linux is quite simple… you use grep, but how about Microsoft Windows Powershell? You have to remember the findstr command: [codesyntax lang=”powershell”] PS C:\> findstr /? Searches for strings in files. FINDSTR … Continue reading Grep-ing in Microsoft windows powershell