Handle timeouts while scripting with the microsoft cloud (or anywhere else)

Hi there, if you found this article maybe you are struggling slowness of the microsoft cloud (or some other products) and your script fails because it does not find the newly created object. Yeah that’s a big issue especially in the wonderful cloud, and if you want to automate tasks. So I invested some time …

Robocopy sync with logfiles small tutorial

Hi everyone, doing on-premises project you often need to copy files from site A to site B. You need to sync folders or files or anyother things. Therefor robocopy is a small and integrated solution in windows environments. It’s integrated by default from Windows Vista and Server 2008 and above. If you have any older …

Exchange Online PowerShell V2 use cases and small tutorial

Dealing with PowerShell is a great thing, especially if you have to administer a large and dynamic organization. Let’s spend some time to learn some default use cases lot of exchange admins have to do. In this article I’m showing a various combination of different PowerShell cmdlets, with special focus in the new Exchange Online …

Exchange Online PowerShell V2 Copy “Sent As” Message to the original mailbox

I decided to write this article about ” Sent as” permission because lots of myths and false assumptions are connected with this topic. Many organizations use this feature to reply and veil their personal mail address. This is quite the right way. Now the issue ( many people don’t know there is a issue 😉 …