all scripts
This commit is contained in:
1
getserverlist/getserverlist.ps1
Normal file
1
getserverlist/getserverlist.ps1
Normal file
@@ -0,0 +1 @@
|
||||
Get-ADComputer -Filter * -Property * | Select-Object Name,OperatingSystem,OperatingSystemVersion,ipv4Address | Export-CSV "C:\Users\a.warme-da\Documents\ADcomputerslist.csv" -NoTypeInformation -Encoding UTF8
|
||||
Reference in New Issue
Block a user