Home All Groups Group Topic Archive Search About

Has this been fixed?

Author
16 Dec 2008 9:03 PM
Peter Herzog
I am getting errors as well with SCR, has this been fixed?

Whenever I run the Enable-StorageGroupCopy command I get:

"Enable-StorageGroupCopy : The operation could not be performed because object '
server1' could not be found on domain controller 'dc.mydomain.com'.
At line:1 char:24
+ Enable-StorageGroupCopy  <<<< -Identity server1 -StandbyMachine server2"

My Exchange 2007 server is fully patched and running great.  Running other powersheel cmdlet's do not complain.

Author
17 Dec 2008 6:54 AM
Ed Crowley [MVP]
The syntax is:
Enable-StorageGroupCopy  -Identity <storage_group> -StandbyMachine
<standby_server>

If you have multiple storage groups, you must run the command for each.  Or
you can do this:
Get-StorageGroup -Server server1 | Enable-StorageGroupCopy -StandbyMachine
server2
--
Ed Crowley MVP
"There are seldom good technological solutions to behavioral problems."
..

Show quoteHide quote
"Peter Herzog" wrote in message news:2008121616337peterh@actifi.com...
>I am getting errors as well with SCR, has this been fixed?
>
> Whenever I run the Enable-StorageGroupCopy command I get:
>
> "Enable-StorageGroupCopy : The operation could not be performed because
> object '
> server1' could not be found on domain controller 'dc.mydomain.com'.
> At line:1 char:24
> + Enable-StorageGroupCopy  <<<< -Identity server1 -StandbyMachine server2"
>
> My Exchange 2007 server is fully patched and running great.  Running other
> powersheel cmdlet's do not complain.