Explorar o código

'exchange_config.md' ändern

tsi %!s(int64=6) %!d(string=hai) anos
pai
achega
00578a1b23
Modificáronse 1 ficheiros con 4 adicións e 3 borrados
  1. 4 3
      exchange_config.md

+ 4 - 3
exchange_config.md

@@ -7,14 +7,15 @@ Can't be installed on Windows Server, needs to be run in a Windows Desktop VM
 Exchange Mailbox Needs to be manually configured for increased Message Size
 
 ### Import Exchange Console Commands
-#### Start New Import:
+##### Start New Import:
 `New-MailboxImportRequest -FilePath \\server\d$\2016_in.pst -Mailbox "Archiv" -Priority Highest`
+
 w/o priority highest disk latency issues occur
 
-#### Show Import Log:
+##### Show Import Log:
 `Get-MailboxImportRequest | Get-MailboxImportRequestStatistics -IncludeReport | fl`
 
-#### Stop Running Import:
+##### Stop Running Import:
 ```
 Suspend-MailboxImportRequest -Identity "stettbachertal.local/User/Archiv\MailboxImport"
 Remove-MailboxImportRequest -Identity "stettbachertal.local/User/Archiv\MailboxImport"