Powershell tasks from local machine to remote machine
问题 I am performing below tasks on remote machine from a local machine: Creating/Deleting/Modifying some directory Copying some folder from local to remote machine Installing some .exe silently with noninteractive option Exectuing some batch files I want to write a script in PowerShell. Novice to PowerShell. I have done some basic investigation of terms like "PowerShell Remoting" etc. What are the things I need to look for? Related exmple for this will help, where should I look for those? 回答1: