Tags

Howto (51) Free Software (35) Powershell (33) Windows Server (23) AD (16) Hyper-V (16) Exchange (13) Office (13) Group Policy (10) Windows Server 2012 (9) Scripts (7) Symantec BE (5) Windows 8 (5) Cisco (4) TMG (4) Terminal Server (4) Cluster (3) HP (3) RDS (3) UAG (3) Citrix (2) DC (2) DNS (2) IE10 (2) OpenID (2) PKI (2) SCVMM (2) Windows Live (2) iLO (2) Backup (1) DPM (1) Fileserver (1) IE (1) SQL; DPM (1) Security (1) Sharepoint (1) Switch (1) VMWare (1) Veeam (1)

woensdag 4 september 2013

Exchange Distribution Group Warning: "the object must be upgraded to the current Exchange version"

When you make a change to an Exchange Distribution Group and you get a Warning message like: "the object must be upgraded to the current Exchange version", you can click yes to upgrade.
But having hundreds of those groups you might want to upgrade de Exchangeversion of a Distribution Group through Powershell.
 
Warning:
 
 
 
To get an overview of the Distribution Groups with their version:
 
Get-DistributionGroup | sort exchangeversion | ft name,exchangeversion –a
 
To upgrade from a particular version to the current version:
 
Get-DistributionGroup | where {$_.Exchangeversion -like "0.1 *"} | Set-DistributionGroup
 
 

Geen opmerkingen:

Een reactie posten