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 →
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 →
What will you do if your organization decided to move email, calendar and so on into the cloud and they choose Microsoft Office 365 and your task is to move all emails from your current server into cloud. How do you do to complete this task? First of all you search on the web (as … Continue reading Migrate your IMAP account to Microsoft Office 365 →
I can't memorize much, so I take notes!