Checking local admin accounts in the domain computers with Powershell
Import-Module activedirectoryGet-LocalAdminToCsv -Path "OU=Server,DC=guler,DC=com" #Spesific OU#Get-LocalAdminToCsv -ComputerName PC1,PC2,PC3 #Spesific Computer#Get-localAdmintoCSV #All Domainfunct...