1: 2: 3: 4:
$mb = get-mailbox 'joeblow' $PSTLocation = 'c:\PSTFiles\' $gc = 'dc2.domain.com' export-Mailbox -Identity $mb -PSTFolderPath $PSTLocation -GlobalCatalog $gc -BadItemLimit 1000 -confirm:$false