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...
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...
Find users where Outlook Web Access (OWA) is disabled with Exchange Management Shell
By default all users are allowed to use Outlook Web Access, also called OWA. It is possible to disable access to OWA and the...
Analyze why an user gets locked out in Active Directory
Recently I wanted to connect to a machine with my admin user but then I realized that this user had been locked out in...
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...
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...