Hello All,
I am new to Powershell and I have many questions, however for now just one
After experiencing a long wait for O365 to return info for a message trace, I read that PS can perform the same task exceptionally quickly.
I have installed the AzureAd module, Installed MSOnline module and connected to AzureAD from PS.
I can run cmdlets, however the Get-MessageTrace cmdlet does not seem to exist.
This is what returns;
PS C:\Users\Jim.Beam> Get-MessageTrace
Get-MessageTrace : The term ‘Get-MessageTrace’ is not recognized as the name of a cmdlet, function, script file, or
operable program. 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-MessageTrace
-
- CategoryInfo : ObjectNotFound: (Get-MessageTrace:String) , CommandNotFoundException
- FullyQualifiedErrorId : CommandNotFoundException
A noob question for you guru’s out there, however any help is appreciated!
Thank you!
Sozo.