Monthly Archives: February 2016

Configure a SMTP server in Azure

Sometimes in my scripts I need to send the result in a mail, but I don’t always have access to a SMTP server, so I decided to configure a SMTP server in Azure that I can use. I will use … Continue reading

Posted in Azure, Powershell | Tagged , , , , | 9 Comments

Get users in an AD-group and mail the content

Today I got a question if could write a small script to get users in an AD-group and mail the content to the service-desk. (Easy way to keep track of licenses for O365 for example) The complete script can be found … Continue reading

Posted in Powershell | Tagged , , , , , | Leave a comment