I want to start and stop application pool in IIS using powershell script. I had try to write the script but i didn\'t get this.
You have to import the WebAdministration module using Import-Module and then you can use Start-WebAppPool and Stop-WebAppPool
WebAdministration