I'm currently running Exchange 2013 CU 7 and I appear to have an issue with commands I used to be able to use.
Such as
get-mailpublicfolder | get-publicfolder
get-recipient pf@domain.com | get-publicfolder
I'm getting the following error while trying to run it.
Cannot process argument transformation on parameter 'Identity'. Cannot convert the "domain.com/MicrosoftExchange System Objects/Public Folder" value of type "Microsoft.Exchange.Data.Directory.ADObjectId" to
type "Microsoft.Exchange.Configuration.Tasks.PublicFolderIdParameter".
+ CategoryInfo : InvalidData: (Public Folder:PSObject) [Get-PublicFolder], ParameterBindin...
mationException
+ FullyQualifiedErrorId : ParameterArgumentTransformationError,Get-PublicFolder
+ PSComputerName :server.domain.com
I used to use these commands all the time in Exchange 2010 .... Am I going crazy? I sware I've used these commands on Exchange 2013.
Thanks for the help !!!