NagyAnwar Posted May 19, 2016 Posted May 19, 2016 i want to export a list of domain users and the computers that they can log on to. from windows server 2008 r2 or 2012 r2
sted Posted May 19, 2016 Posted May 19, 2016 in active directory users and computers open up the ou of users/computers so they show on the right then right click that ou and click export list change save type to csv 1
NagyAnwar Posted May 19, 2016 Author Posted May 19, 2016 thanks but it doesn't give me the logon to computer .. i found the solution: PS C:\Users\administrator.PHARMA> import-module ac* PS C:\Users\administrator.PHARMA> get-aduser -filter* -properties displayname, userworkstation | select displayname, userworkstation |export-csv c:\data.csv
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now