Export Active Directory Groups and their Members from a specific Organizational Unit as CSV...
I wanted to share a simple but effective PowerShell script with you. It is especially useful, if there are a lot of groups distributed in different Organizational Units. They may manage...
Windows PowerShell: Generate Battery Report
Lately I created an advertisement to sell my old laptop via an online portal/marketplace. One potential buyer asked me, how the condition of the battery is. So I asked myself -...
Move Computers From .TXT File To Different OU In Active Directory With PowerShell
Imagine the following situation: You want to bulk move Computers to different OU.
You already use a tool to check your Active Directory for inactive devices (e.g. Last Logon Date 100 days...
Sending HTML Email with AD User Groups
An inquiry, which occurs very often in daily business: "What permissions does a specific user have?" What about sending a HTML Email with AD User Groups to the requestor?In most cases...
Sending an email within a PowerShell script
Imagine you need to inform an user about something which had already been automated in a PowerShell script. You do not want to start a manual task (e.g. sending an email)...
Export user data from Active Directory
It will happen again and again. Your customers or colleagues will ask you to export specific user data from Active Directory. The easiest way to do this is with the command...
Exchange Server 2010 Shared mailbox: Save sent items in the source mailbox
If you create shared mailboxes at your Exchange server and assign send permissions for multiple users, you might get into this situation. After a user sends the first message from this...
Copy Active Directory groups from one user to another
Last time I had the situation that an employee switched from one department to another, thus all security groups need to get updated. If this is the case, you can simply...