I'm trying to change the distribution group notes via powershell on a Exchange 2010 Server.
This is the way how to set the notes during creating a new group:
New-DistributionGroup "G_test" -Notes "TESTTEST"
But how to set the notes after creating the group?