Powershell – How to change AD user description field
In this article we will be using Powershell to perform this. But be aware that we can do this from Active Directory Users and Computers as well. Let us say …
In this article we will be using Powershell to perform this. But be aware that we can do this from Active Directory Users and Computers as well. Let us say …
We all know, people join organizations and leave organizations at regular intervals. And we as System Administrators have to create and manage their user accounts in Active Directory. As a …
Today we will find empty groups in Active Directory using Powershell. You all may know that we as System Administrators are required to create groups in the Active Directory for …
I ran across a requirement where in I had to find out whether the emails generated from one mailbox were getting delivered to the recipient mailbox successfully or not. As …
After recently deploying a hybrid configuration for Office 365, many email settings that were easily configurable within Office 365 portal could not be changed as these settings were being managed …
Here is a quick PowerShell script to help you query the last logon time for all of your users across all of your domain controllers. It will also save the …
I recently ran into a problem where some user’s were beginning to receive email messages from Exchange, informing them that their Meeting Request’s were being forwarded to additional recipients. See …
I threw a quick PowerShell function together that would allow me to restart one service on 1 or more servers in one command. I hadn’t found an easy way to …
You can use EMC for this or use powershell to view the status of a user acct’s O365 migration progress get-user -identity username | get-moverequeststatistics
If you run into an issue where a user has both a mailbox in Exchange on-premise and O365, and you cannot migrate the account to O365. Error: “Target user already …