In this article, we’ll show how to get a date when a user or group was created in Azure AD or Microsoft 365 using PowerShell.
PowerShell
- Active DirectoryPowerShellWindows Server 2019
Get-ADUser: Find Active Directory User Info with PowerShell
April 3, 2023The Get-ADUser PowerShell cmdlet allows you to get information about an Active Directory user, its attributes, and search among domain users. It is one of the more popular PowerShell cmdlets…
- Active DirectoryAzureMicrosoft 365PowerShell
Configuring UserPrincipalName and UPN Suffixes in Active Directory
April 18, 2022In this article, we’ll look at what UPN (UserPrincipalName) suffixes in Active Directory are, how to add alternative suffixes in an AD forest, and change UPN suffixes of Active Directory…
- PowerShellWindows 10Windows Server 2019
PowerShell: Get, Modify, Create, and Remove Registry Keys or Parameters
January 19, 2022The Registry Editor (regedit.exe) and the reg.exe command-line utility aren’t the only tools to access and manage the registry in Windows. PowerShell provides a large number of tools for the…
- Active DirectoryPowerShellWindows Server 2016Windows Server 2019
How to Enable DNS Query Logging and Parse Log File on Windows Server?
February 20, 2023In this article, we’ll show how to enable DNS logging for all user queries on a DNS server running Windows Server, how to parse and analyze DNS logs. I faced…
- Active DirectoryPowerShellWindows Server 2019Windows Server 2022
Install and Configure a Read-Only Domain Controller (RODC) on Windows Server 2019/2022
September 7, 2023The read-only domain controller (RODC) feature was first introduced in Windows Server 2008. The main purpose of the RODC is the secure installation of the own domain controller in remote…
Current Windows versions collect information about the health of hard drives in your computer via SMART and may notify a user in case of any problems. Let’s see what a…
The task of searching for objects in Active Directory (users, groups, or computers) by name using some pattern, regular expression, or wildcard is not as obvious as it really seems.…
- PowerShellWindows 10Windows Server 2019
Run a Script (Program) When a Specific Program Opens/Closes in Windows
February 27, 2023In this article, we will show how to track an event of launching a certain program (process) in Windows and perform an action (run a script, command, program, send an…
- PowerShellWindows 10Windows Server 2019
Using Out-GridView to View and Select Table Data in PowerShell
March 21, 2022The Out-GridView cmdlet allows displaying data as an interactive graphical table that can be filtered or sorted based on different criteria. You can use the Out-Gridview cmdlet in scripts where…