Skip to content

Commit

Permalink
[CorpEmailReport] add some CU and SP definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
kib committed Oct 23, 2015
1 parent 084ee23 commit 9db8d1f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Get-CorpEmailReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5500,8 +5500,11 @@
"CU7" = "CU7"
"CU8" = "CU8"
"CU9" = "CU9"
"CU10" = "CU10"
"CU11" = "CU11"
"SP1" = "SP1"
"SP2" = "SP2"}
"SP2" = "SP2"
"SP3" = "SP3"}

#Exchange Role String Mapping
$ExRoleStrings = @{"ClusteredMailbox" = @{Short="ClusMBX";Long="CCR/SCC Clustered Mailbox"}
Expand Down Expand Up @@ -6736,3 +6739,4 @@

#++++++++++++++++++++++++++++++++++++ END ++++++++++++++++++++++++++++++++++++


0 comments on commit 9db8d1f

Please sign in to comment.