Forum Discussion
Zach Hill
Jun 16, 2017Copper Contributor
PowerShell 2 - Need commandlet Search-UnifiedAuditLog
Disclaimer - Limited Powershell experience and new to the community We've developed a script that runs on our local machines that pull O365 audit logs using the commandlet Search-UnifiedAuditLog ...
- Jun 16, 2017
The cmdlet is loaded via Remote PowerShell, so nothing specific is needed on the machine. Are you actually able to connect to SCC PowerShell on said machine? Can you use other SCC cmdlets? Or are you using it via ExO remote PowerShell? In any case, the requirements are listed here: https://technet.microsoft.com/en-us/library/jj984289(v=exchg.160).aspx
Zach Hill
Jun 19, 2017Copper Contributor
Thanks for the information. What I was failing to realize is that it was actually doing a Remote PowerShell connection. Based on the requriements we should only need to upgrade to minimum version of PowerShell 3
Martin Wiedmeyer
Jul 01, 2017Copper Contributor
First comment: PLEASE do not run a desktop OS (Win 7) on a Server!
Install Posh 4.0 (WMF 4.0 and .Net 4.5 or higher)
Posh 4.0 is a prereq for 5.0.
Then upgrade to Posh 5.0, you will not regret it.
Regards,
Marty Wiedmeyer