Hi everyone. We use the pager field in AD for printer pins. I'd like to extract a list of all the users, with the properties of the pager field to a csv file. The reason is that we can't duplicated pins, so need to keep track of which ones are used and then
ensure we always assign a unique one to new users.
the powershell;
get-aduser sbryan -properties *| select -property pagerlists it for me, in the powershell window, but if anyone can help me with the command for all users, plus list the value of that pager field, that would be great.
thanks in advance, Shane.