Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <remoting enabled="false" requireSecureConnection="false">
  2. <authorization>
  3. <add Permission="Allow" IdentityType="Role" Identity="sitecore\PowerShell Extensions Remoting"/>
  4. <!-- example to disable specific user from an endpoint: -->
  5. <!--add Permission="Deny" IdentityType="User" Identity="sitecore\admin" /-->
  6. <add Permission="Deny" IdentityType="User" Identity="sitecore\admin"/>
  7. </authorization>
  8. </remoting>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement