I am new to exchange, but for a risk assessment I need to run a few shell commands to determine certain settings (around backups and autoforward). however, I am unsure if you have multiple mailbox servers/mailbox databases, if these commands need running once per environment, or once per server/database.
so for example the command.... $dbs = get-mailboxdatabase -status
if there is more than one mailbox database, will this list them all in the output, or do I need to specify a mailbox database and run it once per mailbox database?
i have a similar command for autoforward, which uses the get-mailbox command, but again i dont know if it is going to enumerate all mailboxes in the environment, just mailboxes on a given server, or just mailboxes in a given database.