I seem to be unable to remove some test AddressLists that I created in the Exchange Management Shell.
Get-AddressList shows my few lists successfully, but upon trying a Remove-AddressList, I get the following error:
The operation couldn't be performed because object 'Test - All' couldn't be found on 'dc.bcn.local'.
+ CategoryInfo : NotSpecified: (:) [Remove-AddressList], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : 647BB1F5,Microsoft.Exchange.Management.SystemConfigurationTasks.RemoveAddressList
+ PSComputerName : exch1.bcn.local
Is there some other way to remove these that I'm not seeing?