1 min read
Remove group membership of disabled accounts
Majority of the system administrators I’ve met forget this very important rule. When an account is not needed remove its membership from…
1 min read
Majority of the system administrators I’ve met forget this very important rule. When an account is not needed remove its membership from…
Remove group membership of disabled accounts2 min read
With Office365 you can have profile pictures, and this setting is enabled by default. In larger organizations you may not want this…
Creating a Picture Policy to use with Office3652 min read
So I came across this error while migrating some accounts from On-Premise Exchange 2010 Server to Exchange Online. Error: The subscription for…
Cannot migrate user from Exchange 2010 to Exchange Online1 min read
I had trouble finding the Quest AD Powershell Cmdlets today. I knew Quest got acquired by Dell but I thought that my…
Quest AD PowerShell cmdlets1 min read
$users = Get-ADGroupMember "AD Group with Users to be Enabled for ActiveSync" foreach ($line in $users) { $user = $line.samaccountname Set-CASMailbox $user…
Enabling ActiveSync for a Security Group using Powershell1 min read
I have tested this only in a Hybrid environment. Create a Universal AD Security Group called O365_Disabled_ActiveSync_Users. Add all the members to…
Disabling ActiveSync for a Group of Users using Powershell3 min read
A user who has two or three (or a dozen) SMTP aliases associated with his name wants to actually send an email and have…
Send Email from an Alias1 min read
If we want to check the detail information of the room mailbox schedule or change the permission level of the Calendar permission.…
Assign a Room Mailbox Permissions1 min read
If you have ever received the error message below or a similar one then you are not closing your PowerShell sessions properly…
Close Powershell Sessions!2 min read
You may notice that meetings with a ‘Room’ mailbox will by default only show a “Busy†status. Many, including the organisation I…
Set a Room Mailbox to Show Details of a Meeting in its Calendar