« Previous Next »

Not Answered Thread: sync to multiple destination servers?

Last post 03-06-2009 1:18 PM by kn017. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 08-07-2008, 3:03 PM

    • tmayo
    • Not Ranked
    • Joined on 01-31-2007, 1:18 PM
    • Posts 3

    sync to multiple destination servers?

    Using msdeploy.exe is it possible to have a source of 1 server and sync to a destination of multiple servers (i.e. QA to PROD)?  any sample syntax / suggestions?

    Thanks,
    Tim

  • 08-07-2008, 5:08 PM In reply to

    Re: sync to multiple destination servers?

    Currently it isn't supported to do this all at one time. However, you can run the command multiple times to sync to multiple servers.

     For example:

    msdeploy -verb:sync -source:webserver -dest:webserver,computername=server1
    msdeploy -verb:sync -source:webserver -dest:webserver,computername=server2
    etc.

    -Nina

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 08-08-2008, 1:43 AM In reply to

    • ksingla
    • Top 25 Contributor
    • Joined on 06-13-2006, 11:02 PM
    • Redmond, WA
    • Posts 863

    Re: sync to multiple destination servers?

    Running commands multiple times will create source object multiple times. If you would like to save some precessing building view of source, you can use msdeploy powershell cmdlets which will let you create source object and then sync multiple destinations to this source one at a time.

    Thanks,
    Kj

    Follow me on twitter at http://twitter.com/kjsingla
  • 08-08-2008, 3:17 PM In reply to

    • tmayo
    • Not Ranked
    • Joined on 01-31-2007, 1:18 PM
    • Posts 3

    Re: sync to multiple destination servers?

    ninatang & KJ - thanks for the replies

    Tim

  • 03-06-2009, 1:18 PM In reply to

    • kn017
    • Not Ranked
    • Joined on 03-06-2009, 1:16 PM
    • Posts 1

    Re: sync to multiple destination servers?

    How do you create a source object with multiple destination servers in PowerShell?

Page 1 of 1 (5 items)
Microsoft Communities