How to get the full cmdlets list in Exchange 2016

to get the complete list of all cmdlets that you can run in exchange 2016, open an Exchange  powershell and try with the follow commands:

Full list of cmdlets: Get-Command
Only Exchange cmdlets: Get-ExCommand
Cmdlets that match a specific string: Help **
Get general help: Help
Get help for a cmdlet: Help or -?
Exchange team blog: Get-ExBlog
Show full output for a command: | Format-List

Show quick reference guide: QuickRef
With this command, a web page will be opened with the Exchange Management Shell quick reference for Exchange information where you can see how to use the cmdlets in powershell.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s