I am trying to enable Exchange 2010 and Project Server 2010 to work with each other so that Project Server Tasks can be intergated into Outlook 2010. I run the first command of Add_ADPermissions and get the following error.
[PS] C:\Windows\system32>Add-ADPermission -Identity (get-exchangeserver).DistinguishedName -User (Get-User -Identity dan
dh\sharepoint | select-object).identity -extendedRights ms-Exch-EPI-Impersonation
Cannot bind argument to parameter 'Identity' because it is null.
+ CategoryInfo : InvalidData: (:) [Add-ADPermission], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Add-ADPermission
We only have 1 Client Access Sever in our domain/exchange enviornment. I am running this from the Exchange 2010 Management Shelll as Administrator (right clicking to do that). I am following the instructions in this link to do this (http://technet.microsoft.com/en-us/library/ff468700.aspx). More so from the video on this same page.
Can anyone tell me if I'm doing something wrong or is there something I need to do prior to running these commands. I'm told by the Project Server Admin that the steps in this artical for the Project Server side of things has bee setup already.
Any and all help is greatly appreciated.
Len
Leonard Hoffman