Exchange online powershell module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2024 05:31 AM - edited ‎03-28-2024 05:46 AM
Hello,
Is it any issue to install Powershell ExchangeOnline module directly on MID server, so that scripts can use commands from this module? Are there any recommended steps apart steps from Microsoft (common steps to install any module)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2024 06:22 AM
HI @JiriC1206033261 ,
Refer this document, which may help you.
https://github.com/Satak/servicenow-midserver-ps
Please appreciate the efforts of community contributors by marking appropriate response as Mark my Answer Helpful or Accept Solution this may help other community users to follow correct solution in future.
Thanks
AJ
Linkedin Profile:- https://www.linkedin.com/in/ajay-kumar-66a91385/
ServiceNow Community Rising Star 2024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2024 07:46 AM
Hi Ajay Kumar011,
thank you for your response. Let me specify it more precisely. I already have MID server with AD spoke installed. I use it to run powershell AD scripts but I cannot run scripts to manage Exchange online because there is no Exchange online module on the MID server. If it was not MID server I would simply go and install Exchange online module and it would extend powershell capabilities to manage Exchangeonline. Can I apply this approach on MID server as well? Can I simply log to server (RDP) and install Exchangeonline module there? Notice: I have limited knowledge of Service Now, I am more developer who write Powershell scripts.