I am executing in same manner , Do i need to install any exchange related module in powershell?
PS C:\Users\myname> Get-Credentialcmdlet Get-Credential at command pipeline position 1Supply values for the following parameters:
CredentialUserName
Password--------
--------myname@xyz.com
System.Security.SecureStringPS
C:\Users\myname> Get-GlobalAddressList
Get-GlobalAddressList : The term 'Get-GlobalAddressList' is not recognized as the name of a cmdlet, function, scriptfile, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correctand try again.At line:1
char:1+ Get-GlobalAddressList+ ~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Get-GlobalAddressList:String) [], CommandNotFoundException + FullyQualifiedErrorId
: CommandNotFoundExceptionPS C:\Users\mannedinesh> Get-CommandsGet-Commands : The term 'Get-Commands' is not recognized as the name of a cmdlet, function, script file, or operableprogram. Check the spelling of the name, or if a path was included, verify
that the path is correct and try again.At line:1 char:1+ Get-Commands+ ~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Get-Commands:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Also in Exchange Server Admin i have the rights to do the following for that user.
Address Lists
Public Folders
-
Edited by
Prima-d
Wednesday, September 02, 2015 8:24 AM
some