We\'re trying to run a set of administrative tasks on the server via a web administration console.The console runs with impersonation as the currently logged-in user, and only administrators on the lo
I would like to check whether the context in which my VBscript runs allows me to perform administrative tasks.
I have a strong gut feeling that using SharePoint RunWithElevatedPrivileges should be avoided like the plague, but need to convince some others as to exactly why.Here\'s what I have.