Hello all:
I am writing a script that will copy files to a local root directory for a web app we have. Once this is done, I want to refresh the application pool. In reading on the process, I believe I would have to import the WebAdministration module in order to do so. Can anyone confirm this and 2) what exactly happens when I use the Import-Module WebAdministration? Does it do anything to my server? Or does it just import it into powershell for use? We are running Win 2008 R2. I want to make sure it doesn't mess up our application.
Thanks,
jocasio