Tag Archives: exchange

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

How to create an organization calendar in Office 365

Recently I migrated company’s email to Microsoft Office 365. Because I haven’t worked before with Office 365 the process wasn’t so easy as I expected initially, but after passing all challenges, I got it done. Next challenge was to create a company calendar so every user can use it. There are few posts on the … Continue reading How to create an organization calendar in Office 365