Active Directory depends on DNS for name resolution and locating resources on a network. DNS has a database that maintains resource records, which helps identify…
View More Active Directory DNS Zones explainedTag: Windows server
Find which Logon Server you Authenticated to ..
Sometimes there are situation that you need to troubleshoot Active Directory connectivity and you need to know to which server the user authenticated to. There…
View More Find which Logon Server you Authenticated to ..Add SMTP-ProxyAddress to users in AD with PowerShell
Here is a quick way to add new SMTP/ProxyAddress for the users in Active Directory with use of PowerShell. Create a csv file with two…
View More Add SMTP-ProxyAddress to users in AD with PowerShellPowerShell – AD Group management
Here are few quick one liners such as add user to 2 AD groups at same time: 12"Managers","SalesRep" | Add-ADGroupMember -Members ` (Read-Host -Prompt "Enter…
View More PowerShell – AD Group managementExport users SamAccountName from Email address csv file
Quick PowerShell script to accomplish a task to get a list of users by SamAccountName from provided csv file with email addresses. The csv file…
View More Export users SamAccountName from Email address csv fileCheck if user is member of the group
Here is another quick PowerShell script to check if user is a member of given group. 1234567891011121314151617181920Clear-Host if (Get-Module -ListAvailable -Name ActiveDirectory) { Import-Module ActiveDirectory…
View More Check if user is member of the groupPowerShell – Get user’s Manager, Department and Title information
Here is another quick helper for Help Desk guys to pull quickly information about user in PowerShell: SamAccountName Title Department Manager In this case the…
View More PowerShell – Get user’s Manager, Department and Title informationHow to activate Windows Server Core 2019 from command line
After you’ve logged into Windows Server Core, you’re presented with the Command Prompt. From there, you can activate your copy of Windows. First, you have…
View More How to activate Windows Server Core 2019 from command lineStop opening Server Manager at logon in Windows Server 2012 R2
The Server Manager wizard provides information of installed roles and features in [easyazon_link identifier=”1118289420″ locale=”US” tag=”wn0d5-20″] Windows Server 2012 R2 [/easyazon_link]. This Server Manager wizard…
View More Stop opening Server Manager at logon in Windows Server 2012 R2How to identify which domain controller authenticated a user
You re running some troubleshooting on your network connected to [easyazon_link identifier=”1449320023″ locale=”US” tag=”wn0d5-20″] Active Directory [/easyazon_link] and have questions like: which Domain Controller authenticated…
View More How to identify which domain controller authenticated a user