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 😉 …

Microsoft Teams distribute company background via GPO (company branding)

Some time ago you were able to define backgrounds or bluring in Microsoft Teams. If you choose a background there are some predefined from microsoft. The download URL for backgrounds: https://statics.teams.microsoft.com/evergreen-assets/backgroundimages/ Custombackgrounds are stored inside the user %appdata%\Microsoft\Teams\Backgrounds\Uploads If you have a company and want to give your users the chance to use corporate backgrounds. …

Office 365 Business name changes the Second (to Microsoft 365)

Microsoft product group decided to change the names of smaller business products in the office 365 universe. This change takes affect on April 21, 2020 (automatically). First of all here are the new names (offical blogpost): Office 365 Business Essentials -> Microsoft 365 Business BasicOffice 365 Business Premium -> Microsoft 365 Business StandardOffice 365 Business …

Bulk change SIP address for special active directory users

Lot of customers in small and medium businesses are using CTI Software for calling and connecting their PC with telephone. In most cases the software is connected to active directory and it’s using or maybe adding the SIP attribute to “proxyaddresses” attribute. Sometimes these software copies UPN (userprincipalname), but often this is not the same …

O365 PowerShell Connector with encypted password files

During my daily work I need to connect to Office 365 powershell from time to time, so I also want to automate this task to safe time and also because I’m a lazy guy. Befor using my O365 connector you should read my other articles about encrypting passwords to secure string. See my prolog working …