Powershell list all object list
Hello,
How can I list all available objects when I for example do get-mailbox in powershell. It could be nice if I can list all to see the object name I need.
Thanks
Andrea
January 13th, 2011 1:06am
Did you mean all properties? If so you can try get-mailbox alias
| fl
If that's not what you meant, can you be more specific?- Thanks, Jinesh.
Free Windows Admin Tool Kit Click here and download it now
January 13th, 2011 1:37am
alias is just one option that I can filter with the get-mailbox command, I would like to have the full list and then choose the one I want instead of guessing
January 13th, 2011 12:24pm
On Thu, 13 Jan 2011 17:17:54 +0000, acmsoft wrote:
>alias is just one option that I can filter with the get-mailbox command, I would like to have the full list and then choose the one I want instead of guessing
See this:
http://technet.microsoft.com/en-us/library/bb738155(EXCHG.80).aspx
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
January 13th, 2011 11:35pm
Hi,
Based on your description, I understand that you would like to list all objects when you use a command, and as per
my knowledge and research, I don’t think it is possible to do that. But I have a tip that when you choose the parameter, you can input “–re” and then click Tab, it will auto complete as “–RecipientTypeDetails”.
Best regards,
SerenaPlease remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
January 17th, 2011 12:41am