term get-clientacecssserver is not recognized
Test lab ..
All roles on this DC 2008R2 installed. Exchange 2010 SP2 with RU3 with NLB and CASARRAY.
I am getting the following error after I run the command .....
Set-ClientAccessServer -Identity DC001 -AutodiscoverServiceInternalUri
https://casarray.testing.local/autodiscover/autodiscover.xml
The term 'get-clientaccessserver' is not recognized as the name of a cmdlet, function, script file, or operable program
. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:23
+ get-clientaccessserver <<<<
+ CategoryInfo : ObjectNotFound: (get-clientaccessserver:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Thank you.
July 11th, 2012 10:53am
Hi
Are you running this command in Exchange System Manager or standard powershell and are you logged in as a user who is in the Organization Management role group?
Steve
Free Windows Admin Tool Kit Click here and download it now
July 11th, 2012 10:59am
Thanks Steve.
Looks like it worked when I run it under Standard Powershell but getting this error ...
PS C:\> Set-ClientAccessServer -Identity DC001 -AutodiscoverServiceInternalUri
https://casarray.testing.local/autodiscover/autodiscover.xml
Set-ClientAccessServer : Active Directory operation failed on DC001.TESTING.local. This error is not retriable. Addi
Active directory response: 0000208D: NameErr: DSID-031522C9, problem 2001 (NO_OBJECT), data 0, best match of:
'CN=DC001,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=TEST,CN=Micr
At line:1 char:23
+ Set-ClientAccessServer <<<< -Identity DC001 -AutodiscoverServiceInternalUri
https://casarray.testing.local/autodi
+ CategoryInfo : NotSpecified: (0:Int32) [Set-ClientAccessServer], ADOperationException
+ FullyQualifiedErrorId : 60706585,Microsoft.Exchange.Management.SystemConfigurationTasks.SetClientAccessServer
July 11th, 2012 11:04am
Try this command - you should get may lines back with Organization Management and a few others:
Get-ManagementRoleAssignment -RoleAssignee <your user name> | select RoleAssigneeName
Free Windows Admin Tool Kit Click here and download it now
July 11th, 2012 11:11am
Ran the following: Get-ManagementRoleAssignment -RoleAssignee Administrator | select RoleAssigneeName
and does nothing and comes back to prompt PS C:\>
Thanks.
July 11th, 2012 11:15am
Then you have no role assignments for that user. Have a look in the ECP (https://YourCASname/ecp) -> Manage My Organization -> Roles & Auditing. Click on Organization Management and scroll down on the right until you get to members
- which account is listed there?
ETA: Or you can just check in powershell:
Get-RoleGroupMember "Organization Management"
Free Windows Admin Tool Kit Click here and download it now
July 11th, 2012 11:24am
Thanks Steve.
It shows members: Administrator.
July 11th, 2012 11:49am