mattmcnabb / O365ServiceCommunications

A Powershell module for monitoringOffice 365 Service Health!
25 stars 6 forks source link

Unable to download O365 module #13

Open mnaveensamrat opened 4 years ago

mnaveensamrat commented 4 years ago

Hello Matt,

image I was trying to download the O365 communications module but could not download it. can you please help on the same? I have tried different ways as well.

Regards, Naveen Samrat M

mattmcnabb commented 4 years ago

@mnaveensamrat It appears you mis-typed that command - it should be Ipmo, not Impo.

mnaveensamrat commented 4 years ago

Hello Matt,

Thanks a lot for your quick reply, still am unable to download :(.

image

mattmcnabb commented 4 years ago

@mnaveensamrat Import-Module will load a module into your PowerShell session, but will not download it. To do that you need Install-Module.

mnaveensamrat commented 4 years ago

Hello Matt,

Install -Module or get-Module am unable to run the commands i think i need to install some basic modules to get this used. can you help me on that?

Regards, Naveen Samrat M

mattmcnabb commented 4 years ago

Do you know what version of PowerShell you are working with? You can run PSVersionTable to check that. Feel free to copy and paste the results of that command here in the conversation.

mnaveensamrat commented 4 years ago

Hello Matt,

image here is the output.

Regards, Naveen Samrat M

mattmcnabb commented 4 years ago

Ok, you probably need to install PowerShell v5.1 in order to take advantage of the PowerShell Gallery using the PowerShellGet module.

If you can't do that, you can download this module directly from Github on the project's releases page, but it's a bit more difficult to get the module up and running correctly that way.

mnaveensamrat commented 4 years ago

Hello Matt,

thanks for your continuous support, I have upgraded PS to 5.1 but still unable to install that module. I think am unable to connect to PS Gallery to download. any guide on how to configure that? image

Regards, Naveen Samrat M

mattmcnabb commented 4 years ago

I'm wondering if this is a problem with the version of PowerShellGet? Can you try:

Install-Package PowerShellGet

And if that is successful you can try installing the module again.

mnaveensamrat commented 4 years ago

Hello Matt,

nope unable to install this powershell get. image

Regards, Naveen