Creating a Picture Policy to use with Office365
With Office365 you can have profile pictures, and this setting is enabled by default. In larger organizations you may not…
With Office365 you can have profile pictures, and this setting is enabled by default. In larger organizations you may not…
So I came across this error while migrating some accounts from On-Premise Exchange 2010 Server to Exchange Online. Error: The…
$users = Get-ADGroupMember "AD Group with Users to be Enabled for ActiveSync" foreach ($line in $users) { $user = $line.samaccountname…
I have tested this only in a Hybrid environment. Create a Universal AD Security Group called O365_Disabled_ActiveSync_Users. Add all the…
A user who has two or three (or a dozen) SMTP aliases associated with his name wants to actually send an email…
If we want to check the detail information of the room mailbox schedule or change the permission level of the…
If you have ever received the error message below or a similar one then you are not closing your PowerShell…
You may notice that meetings with a ‘Room’ mailbox will by default only show a “Busy†status. Many, including the…
There may be times where you may need to grant an IT administrator or other employees access to another user’s…
Many customers ask me the question how they can remove password expiration on their Office 365 environment. With the PowerShell…