How to Create Azure AD Application Registration (Step by Step). Are you looking to use Azure Active Directory for your app’s authentication and authorization? Well, then create a registration for the application in Azure AD. Registering an application in Azure AD utilizes Azure AD’s robust and enterprise grade authorization to enable Single Sign-on for Azure […]
New-MgGroupMemberByRef – Add Users to Azure AD Group using Powershell. Do you want to simplify the process of adding users to Azure Active Directory Groups in your Azure tenant? Look no further as we introduce New-MgGroupMemberByRef, a powerful yet straightforward command to add users to Azure AD Groups via the Microsoft Graph PowerShell module. This […]
Check Azure AD Audit Logs for User Sign-Ins (Success and Failures). Are you determined to safeguard your Azure Active Directory against any security breach? Well, one of the most critical steps is staying vigilant and monitoring user sign in logs. Fortunately, Microsoft offers various ways to check Azure AD audit logs for user sign-ins, whether […]
How to Use NSLookup Command on Windows (Examples). Nslookup is a command in Windows used for obtaining information about domain names and the Internet Protocol (IP) addresses associated with those domain names. For example, the nslookup command is highly useful in obtaining different types of information using DNS queries, such as mail exchange server information, […]
Fix – Connect-MsolService Not Recognized (How to Fix). Did you receive the “The term ‘Connect-MsolService’ is not recognized as the name of a cmdlet, function, script file, or operable program” error when you run the Connect-MsolService command? There is a simple fix for this error, so please continue with Fix – Connect-MsolService Not Recognized (How […]
How to Find Active Directory Users Last Logon Time (Using ADUC). Active Directory is a central component of many Windows based networks and serves as a database of users, groups, and computers that system administrators manage. One crucial task for system admins is to identify inactive user accounts in Active Directory and remove them to […]
Top 5 Active Directory Powershell Scripts for Active Directory (Users / Groups). Are you a Windows SysAdmin looking to automate routine Active Directory (AD) management tasks and simplify your AD administration tasks? PowerShell scripts help you accomplish this quickly and efficiently. This article explores top 5 Active Directory PowerShell commands for managing users, groups and […]
ADSI Edit: How To Edit Active Directory Using ADSI Edit. Firstly, ADSI (Active Directory Service Interface Editor) Edit allows access and modifies the underlying and unexposed directory service data through ADUC (Active Directory Users and Computers). In this article, we discuss the usage of ADSI Edit, including how to access the tool, primary navigation, and […]
Get-ADUser Filter OU – List Users from a Specific OU. Do you need a quick and efficient way to list all the users that belong to a specific Organizational Unit (OU) in Active Directory (AD)? Look no further than the Get-ADUser commandlet. This versatile PowerShell cmdlet has a Filter parameter that determines which users in an […]
Get-MgUser – Find Azure AD Users and Filter using PowerShell Script. Are you tired of manually sifting through the Azure portal to find the necessary user information? Look no further than the Get-MgUser cmdlet. This powerful cmdlet (part of the Microsoft.Graph.Users module) lets you quickly locate and filter Azure AD users based on specific criteria, […]