Asked by:
Script by Exch PS To Get mailbox for all users and last logon and EmployeeID and EmployeeNumber

Question
All replies
-
-
-
Please read this first: This forum is for scripting questions rather than script requests.
Also find scripts here: PowerShell Gallery or here: TechNet Gallery - resources for IT professionals.
Learn PowerShell: Microsoft Virtual Academy - Getting Started with Microsoft PowerShell.
Script requests: Microsoft Technet Script Center - Requests.
Live long and prosper!
(79,108,97,102|%{[char]$_})-join''
-
What error did u get.. did you specified Employeenumber in property parameter?
You didnt post single piece of code - there is nothing we can fix, and no-one (well, mostly no-one) will write you script from scratch. If u need help, you should should also participate on solution and not only ask for everything. And since this is very basic task (just use my example and try to fill dots), you cant expect anything more ...
-
It is interesting how many people who try to use computers today cannot read. Sometimes it is a language issue but most of the time it is just an inability to read or understand technical documentation.
To be a computer technician of any kind it is absolutely critical that you learn to read the documentation.
The help file suggested above explains how to use the CmdLet to get properties. It is explicit and there are examples. Please read the documentation again carefully.
You can make reading easier by using the GUI reader.
help Get-AdUser -ShowWindow
Read all of the document as many times as it takes to understand how the CmdLet works. With practice you will eventually learn how to read PowerShell help.
To learn all about help type the following
help help
\_(ツ)_/
-
-
Hi,
Was your issue resolved?
If you resolved it using our solution, please "mark it as answer" to help other community members find the helpful reply quickly.
If you resolve it using your own solution, please share your experience and solution here. It will be very beneficial for other community members who have similar questions.
If no, please reply and tell us the current situation in order to provide further help.
Best Regards,
Lee
Just do it.
-
Hi,
Was your issue resolved?
If you resolved it using our solution, please "mark it as answer" to help other community members find the helpful reply quickly.
If you resolve it using your own solution, please share your experience and solution here. It will be very beneficial for other community members who have similar questions.
If no, please reply and tell us the current situation in order to provide further help.
Best Regards,
Lee
Just do it.