mgr32
mgr32
http://johan.driessen.se/posts/Deploying-to-remote-IIS-with-MsDeploy
Currently there is lot of copy-paste when there are two similar configurations (e.g. Web provision and Services provision - only $Tokens are different).
Currently we need to write ServerRole Web -ServerConnections WebServer - could we just apply convention? (search ServerConnections with name = Web or WebServer)
Currently when we want to deploy MsDeploy package, we need to configure MsDeploy on remote host, and run a custom function with invocation of Deploy-WebPackage. Instead, we should be able...
Currently in order to validate that deployment is successful, a new server role needs to be created, plus there isn't anything in PSCI that makes writing validations easier.
Currently new log replaces the old one - the old one should be renamed instead.
Investigate possibility of enabling ISE's Intellisense for Tokens (or alternatively extend PsISEProjectExplorer).