Contents tagged with Powershell
-
Powershell: Remote Execution
I am working on web application deployment using powershell, petty funny job. Mostly I need to execute powershell scripts from remote computer because server administrator do not allow me to install powershell in server and the server do no have direct access to the code repository. So normally what script do is it downloads code from version controller in local temporary folder, build it using tools and deploy it in the server from the local computer remotely.