Created
June 12, 2025 18:12
-
-
Save bala-one/25b30f4cc43466e8f073b75c080d0f09 to your computer and use it in GitHub Desktop.
manualtdsdeploy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $location = "C:\inetpub\wwwroot\ca.demo.com\App_Data\TDSDeploy"; | |
| $siteName = "ca.demo.com"; | |
| Start-Process powershell.exe -ArgumentList "-file $location\Demo_WebDeploy.ps1", "-PackagePath $location\Demo.Deploy.TDS.wdp.zip","-MSDeployAllowUntrusted","-SiteName $siteName", "-ComputerName 127.0.0.1", "-Username msdeployuser", "-Password yourpass123", "-AuthType Basic" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment