Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to download O365 module #13

Open
mnaveensamrat opened this issue Nov 18, 2019 · 10 comments
Open

Unable to download O365 module #13

mnaveensamrat opened this issue Nov 18, 2019 · 10 comments

Comments

@mnaveensamrat
Copy link

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
Copy link
Owner

mattmcnabb commented Nov 18, 2019

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

@mnaveensamrat
Copy link
Author

Hello Matt,

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

image

@mattmcnabb
Copy link
Owner

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

@mnaveensamrat
Copy link
Author

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
Copy link
Owner

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
Copy link
Author

Hello Matt,

image
here is the output.

Regards,
Naveen Samrat M

@mattmcnabb
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

mattmcnabb commented Nov 22, 2019

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
Copy link
Author

Hello Matt,

nope unable to install this powershell get.
image

Regards,
Naveen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants