I am trying to sync a folder on a local IIS server with a folder on a remote IIS server using msdeploy.exe.
I found some instructions at https://devblogs.microsoft.com/dotnet/web-deploy-msdeploy-how-to-sync-a-folder/ which demonstrated how to do this with the command in the attached image. example msdeploy command to sync folders
My question is what is the 'ComputerName' value referring to? How do I find the 'ComputerName' of the destination server (or any server for that matter).
I tried following the instructions at https://devblogs.microsoft.com/dotnet/web-deploy-msdeploy-how-to-sync-a-folder/ but was not sure how to determine the 'ComputerName' of my destination server.
In the official documentation, there is a detailed description of this parameter, like this:
Can you understand the explanation in this paragraph, or do you not know what remote server you are using?