HPE OneView
1832956 Members
2783 Online
110048 Solutions
New Discussion

Re: OneView Powershell Cmdlets

 
SOLVED
Go to solution
Todd Lauder
Occasional Contributor

OneView Powershell Cmdlets

Hey all,

I've used the oneview powershell cmdlets years ago, and there was an installer that could be downloaded. It seems that now the preferred way is to install it using the Install-Module method. I have an environment that is isolated and does not have internet access, so install-module doesn't work. Is there a way to download an installer like the old days?

Thanks,

Todd

2 REPLIES 2
ChrisLynch
HPE Pro
Solution

Re: OneView Powershell Cmdlets

I document this in the library online documentation here: https://hpe-docs.gitbook.io/posh-hpeoneview/#installer-changes

Microsoft provides multi Cmdlets to manage library or module installation. You need to use the Save-Module Cmdlet documented in the link I provided.
I work at HPE
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Todd Lauder
Occasional Contributor

Re: OneView Powershell Cmdlets

Thank you, Chris. Again, you are awesome!