Source Code

Export Active Directory Groups and their Members from a specific Organizational Unit as CSV...

0
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 Battery Usage

Windows PowerShell: Generate Battery Report

0
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 -...
Computer with Source Code

Move Computers From .TXT File To Different OU In Active Directory With PowerShell

0
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...
Coding

Sending HTML Email with AD User Groups

0
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...
Coding

Sending an email within a PowerShell script

0
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)...
Source Code

Export user data from Active Directory

0
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...
Using Regular Expressions (RegEx)

Exchange Server 2010 Shared mailbox: Save sent items in the source mailbox

0
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...
Coding

Copy Active Directory groups from one user to another

0
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...
Advertisement