Skip to content

Instantly share code, notes, and snippets.

@bala-one
Created June 12, 2025 18:12
Show Gist options
  • Select an option

  • Save bala-one/25b30f4cc43466e8f073b75c080d0f09 to your computer and use it in GitHub Desktop.

Select an option

Save bala-one/25b30f4cc43466e8f073b75c080d0f09 to your computer and use it in GitHub Desktop.
manualtdsdeploy
$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