I would like to give some priviledge for one user to manage IIS remotely via a script powershell using the following command : get-webapppool, start-webapppool and stop-webapppool. I have already configure this non admin user to execute the script remotely
via winrm and that is work perfectly, but i cannot use some command included in webadministration module (access denied). Also, I configure delegation in IIS for this non admin user and he can manage IIS remotely via IIS admin web.
Now, I would like know how is it possible to authorize him to execute cmdlet IIS powershell.
could you please confirm me if is it possible to use this powershell module localy without any admin priviledge? Also, could you please confirm me if I can use WMI provider instead and how i can configure it?
1 Post
Manage IIS remotely powershell for non admin user
Feb 06, 2019 02:28 PM|gadeline|LINK
IIS version: 10
Hello,
I would like to give some priviledge for one user to manage IIS remotely via a script powershell using the following command : get-webapppool, start-webapppool and stop-webapppool. I have already configure this non admin user to execute the script remotely via winrm and that is work perfectly, but i cannot use some command included in webadministration module (access denied). Also, I configure delegation in IIS for this non admin user and he can manage IIS remotely via IIS admin web.
Now, I would like know how is it possible to authorize him to execute cmdlet IIS powershell.
could you please confirm me if is it possible to use this powershell module localy without any admin priviledge? Also, could you please confirm me if I can use WMI provider instead and how i can configure it?
Thanks and best regards,
G.