Here is quick PowerShell snippet to get information on how many user we have in Department and then pull the list from Active Directory to…
View More Get a list of users in certain Department from Active Directory with PowerShellTag: Server 2012
Find out the current version of the Active Directory Schema
Quick one liner to find out current version of the Active Directory Schema on your network especially of you have mix of servers. Using dsquery…
View More Find out the current version of the Active Directory SchemaPowerShell – 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 informationList Direct Reports to Manager in PowerShell
Here is the task for today to use [easyazon_link identifier=”1787122042″ locale=”US” tag=”wn0d5-20″] PowerShell [/easyazon_link]. I was asked to find the list of employees under a…
View More List Direct Reports to Manager in PowerShellHow 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 userChecking Server Roles with PowerShell
How to check with PowerShell what roles and features are installed on your Windows Server 2012 R2 – locally or remotely.
View More Checking Server Roles with PowerShellHow to Monitor User Logоns in a Domain – Server 2012 R2
Сontinuous monitoring of both failed and successful logon attempts in Widnows Server 2012 R2 domain can help detect the brute-force attack even if it doesn’t cause any account lockouts
View More How to Monitor User Logоns in a Domain – Server 2012 R2Windows Server 2012 R2 – How to detect who Read a file on a File Server
Windows Server 2012 R2 – How to detect who Read a file on a File Server.Continuing monitoring of who has viewed what files can help you keep access to sensitive information under close control.
View More Windows Server 2012 R2 – How to detect who Read a file on a File ServerWindows Server 2012 R2 – Find out who Disabled an User Account in Active Directory
Microsoft Windows Server 2012 R2 – Find out who Disabled an User Account in Active Directory.
View More Windows Server 2012 R2 – Find out who Disabled an User Account in Active DirectoryExport a list of members from an Active Directory group to a file
Export a list of members from an Active Directory group on Server 2012 R2 to a text file.
View More Export a list of members from an Active Directory group to a file