Hi,
we have a scenario where we use TFS jobs to conduct CI deployments to IIS. (2012 R2)
For MSDeploy, you can use a non admin user and configure the permissions in the IIS management delegation.
Now, we need to use the IIS Powershell cmdlets. Currently, we use RemotePS to execute the IIS cmdlets on the remote IIS.
For normal PS cmdlets, it is possible to add a non admin user to the "Remote Management Users" group.
Is there any way to delegate permissions to a non-admin user so that he can use the IIS PS cmdlets remotely?
Thanks
KR
Chris