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…
Majority of the system administrators I’ve met forget this very important rule. When an account is not needed remove its…
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…
I had trouble finding the Quest AD Powershell Cmdlets today. I knew Quest got acquired by Dell but I thought…
$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…