Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README_IISAppMgmt.md #629

Merged
merged 1 commit into from
Jun 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ There should be a IIS web server already installed and configured on the pre-exi

To dynamically deploy IIS on machines, use the [PowerShell on Target Machines]((https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks/PowerShellOnTargetMachinesV3)) task and run the ConfigureWebServer.ps1 script on it from the [Fabrikamfiber GitHub Repo](https://github.com/fabrikamfiber/customerservice/tree/master/DeployTemplate). This script will also install the Web Deploy on the machines and is needed for deploying the IIS Web Apps.

###WinRM setup
### WinRM setup
This task uses the [Windows Remote Management](https://msdn.microsoft.com/en-us/library/aa384426.aspx) (WinRM) to access domain-joined or workgroup, on-premises physical or virtual machines.

#### Windows Remote Management (WinRM) Setup for On-premises Physical or Virtual Machines
Expand Down