What powershell command can I use to find all the exchange databases on all exchange servers in a domain.
What is Get-MailboxDatabase -IncludePreExchange2010
100
This is the most powerful RBAC rolegroup
What is Organization Management
100
This is the maximum amount of nodes you can have in a DAG
What is 16
100
this is the command to install exchange 2010 with the Mailbox and Client Access role via command line.
What is Setup.com /Mode:Install /roles:ClientAccess,Mailbox
100
These are the two ways to run extra
What is start, run, extra.... or run extra from the toolbox
200
This command would be used to see if a database named "database1" is mounted?
What is Get-MailboxDatabase database1 -status | FL mounted
200
By default, these users are included in the discovery management role group when exchange 2010 is installed.
What is no one
200
This command will reseed the content search index a mailbox database copy without reseeding the entire database
What is update-MailboxDatabaseCopy -CatalogOnly
200
This is the name of the security group that exchange trusted subsystem is a member of by default
What is exchange windows permissions
200
This is the name of the 3 new non.ipm.subtree folders in a 2010 mailbox related to dumpster 2.0
What is deletions, purges, and versions
300
This is the powershell command to clear all move requests.
What is get-moverequest | remove-moverequest
300
What is the command to view the available cmdlets in the databases managementrole?
What is Get-ManagementRoleEntry "databases\*"
300
This powershell command can I use to suspend a servers ability to active all of it's databases, but not affect it's log shipping
What is Set-MailboxServer –Identity – DatabaseCopyAutoActivationPolicy Blocked
300
This can be run once in the forest instead of running setup /prepareAD for each domain.
What is setup /preparealldomains
300
This is the commandline to parse an ETL file named filename.etl to a CSV file named New.csv
What is extrace.exe -v filename.etl -c > new.csv
400
This is the powershell command we would use to see the available whitespace for a database named "database1"
What is Get-MailboxDatabase database1 -status | FL AvailableNewMailboxSpace
400
This is the single powershell command to create a new rolegroup named NEWGROUP that includes the database role and adds Eric and Balrog to the role.
What is New-RoleGroup NEWGROUP -Roles databases -Members eric,balrog
400
These are the available AutoMountDial options
What is Lossless, Good availability, Best availability, Best Effort
400
This is the exchange service pack, and rollup version 14.1.339.1
What is Exchange Sp1 Rollup 5
400
This is natural smurf's USNchanged #
What is 73993
500
This is the command we will use to view the report for a failed mailbox move for a move request named "JakesMove"
What is Get-MoveRequestStatistics JakesMove -IncludeReport | fl
500
This is the command to create a new management role named databases2 that is a child of the databases management role?
What is new-managementrole databases2 -parent databases.
500
This PS1 script moves active databases between their copies to attempt to have an equal number of mounted databases on each server in a DAG.
What is RedistributeActiveDatabases.ps1
500
THis is the maximum amount of days a lagged copy can be set before playing in logs
What is 14 days
500
This is the command to force a database named "DB1" to move to a server named MB1 even though that server has a copy queue length of 9999999999999 and the content index is corrupt.
What is Move-ActiveMailboxDatabase DB1 -ActivateOnServer MB1 -MountDialOverride BestEffort -SkipLagChecks -SkipClientExperienceChecks