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?