How to Connect to Exchange Online using Powershell. Have you ever needed to manage Exchange Online and felt that the web based admin center was too limited? All in all, PowerShell offers you a more robust option, and in this article, I show you how to connect to Exchange Online using PowerShell and manage it […]
How to Connect to Office 365 using Powershell. Have you ever found yourself needing to manage Office 365 users, groups, and services, but the web based admin center just doesn’t cut it? In this situation, PowerShell is a great help. In this guide, I’ll teach you how to connect to Office 365 with PowerShell in […]
Are you trying to find the sAMAccountName of a user in Active Directory? As a SysAdmin, you may come across situations where you need to locate the sAMAccountName of a user in AD. Fortunately, there are multiple tools available to you to perform this task, and in this article, I’ll share five of them. Specifically, […]
How to Add Domain Controller to an Existing Domain. Having one Domain Controller (DC) is not recommended because it creates a single point of failure (SPOF) risk. For example, if the only Domain Controller goes down in the organization, extensive outages result in a loss of operations. Therefore, we need to have a secondary Domain […]
Get-AzureADAuditSignInLogs – Find Sign In Logs for Last 30 Days with PowerShell. Since its inception more than 10 years ago, PowerShell’s command line interface (CLI) has proven to be a vital tool for managing local and remote Windows, macOS, and Linux systems. One of its vital uses in server administration is finding the sign in […]
Install and Configure DHCP Server on Windows Server is essential for managing network IP addresses. Well, DHCP allows administrators to automatically assign IP addresses to clients on the network, reducing the amount of manual configuration required. This service helps ensure that clients communicate with each other and access network resources. Well, installing and configuring a […]
Top 15 Office 365 PowerShell Commands (Users, Groups, Licensing). As a Windows PowerShell user, I am aware that using PowerShell for Office 365 administration may seem complicated to a lot of Office 365 users. However, in my experience, despite of this, Windows PowerShell is an extremely useful tool for managing Office 365. For example, instead […]
How to Find and Export Azure AD Users with PowerShell. Beginning in June 2023, we must use the Get-MgUser cmdlet to retrieve and export Azure AD users. We import the Get-MgUser command in the Microsoft Graph SDK for PowerShell. It enables us to communicate with all Microsoft Services via a single endpoint. We store all […]
How to Check Active Directory Replication Status Health. Active Directory (AD) replication is an essential process that ensures data consistency across all domain controllers (DC) in an organization. If replication is not functioning correctly, it leads to various issues, including authentication failures and data inconsistencies. In this article, we discuss and test how to check […]
Find Active Directory Users with Expired Password (PowerShell). Are you responsible for managing passwords in your Active Directory (AD) environment? One crucial task is to identify users whose passwords have expired, as these users will no longer be able to log into their accounts until they reset their passwords. This article shows you how to […]