After an Active Directory migration project, users might not be able to logon anymore. This article shows solutions how to prevent this problem ahead of time with the use of […]
The installation of an application requires elevated rights. At first, the administrator might try to decline the request. But quite often colleagues return with an “approval” by their management. If […]
Looking at Azure AD User Principal Name it is the same as almost always in IT: For a successful implementation it is recommendable to have a thorough plan in place. […]
AD LDS – Active Directory Lightweight Directory Services LDAP Directory offers different authentication methods, i.e.: simple LDAP bind anonymous bind or bind redirection – also known as Proxy Authentication. In this […]
I frequently get asked which group type can be member of which group. For this reason I decided to explain the nesting of AD groups in this article with the […]
To create a list of all subnets belonging to an AD site requires a lot of manual work, especially as the environment gets larger. However, there is of course another way to retrieve […]
An experienced AD administrator uses the PowerShell cmdLets „Get-ADUser“ and „Set-ADUser“ for many automated processes in the domain.
In this article, I will explain how to set up a connection with Azure. Moreover, I aim to clarify and give helpful advice on how to connect with Azure Subscription via […]
Find out how to create clearly laid out CSV files with the help of PowerShell scripts: use PowerShell Custom Objects combined with Export-csv commandlet.
The PowerShell function “IsMember” checks if the user who runs the PowerShell script is a member of a certain group. This has advantages compared to using Active Directory Service Interfaces (ADSI).