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...
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 Active Directory. The counter for bad passwords...
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 users can still access their mailbox via...
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...
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...