Posts

Showing posts with the label Deployment Commands

Deployment Commands

Backup-SPSite -Identity "http://uscin2012v3:1234/sites/dev/" -Path "C:\Working\26thNov2014\cp.bak" -NoSiteLock Restore-SPSite -Identity "http://uscin2012v3:1234/sites/dev/" -Path "C:\Anil\25thFeb2015\cp.bak" Restore-SPSite http://uscin2012v3:1234/sites/dev1/ -Path C:\Anil\25thFeb2015\cp.bak