Quantcast
Channel: Exchange Server 2010 forum
Viewing all articles
Browse latest Browse all 8820

exchange powershell remoting gives a different set of commands for different users.

$
0
0

two users. both are members of the Exchange Full Administrators group.

if I open powershell as user1 and run:

$s = New-PSSession -ConfigurationName Microsoft.Exchange `
        -ConnectionUri http://[myexchangeserverFQDN]/PowerShell/ `
        -Authentication Kerberos

        Import-PSSession $s

he gets something like 500 commands imported. including "enable-distribution group".

if I run the same thing as user2, from the same machine, he only gets maybe 200 commands imported, and "enable-distributiongroup" is not one of them.

what's going on?


Viewing all articles
Browse latest Browse all 8820

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>