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

Trouble Installing the Module #6

Open
cowlthr opened this issue Aug 30, 2024 · 1 comment
Open

Trouble Installing the Module #6

cowlthr opened this issue Aug 30, 2024 · 1 comment

Comments

@cowlthr
Copy link

cowlthr commented Aug 30, 2024

I'm having some trouble getting the module to install. It goes through the motions, downloads the package, installs the package, but when everything is done I am not able to see the module is installed or use the commands.

I've tried it on Win11 and W2025 as admin on both. I'm assuming I'm missing something.

Thanks.

PS C:\admin> Install-Module -Name CommvaultPowerShell -Scope AllUsers -AllowClobber -Force
PS C:\admin> get-module c* -ListAvailable


    Directory: C:\Windows\system32\WindowsPowerShell\v1.0\Modules


ModuleType Version    Name                                ExportedCommands
---------- -------    ----                                ----------------
Manifest   1.0.0.0    CimCmdlets                          {Get-CimAssociatedInstance, Get-CimClass, Get-CimInstance, Get-CimSession...}
Binary     2.0.0.0    ClusterAwareUpdating                {Get-CauPlugin, Register-CauPlugin, Unregister-CauPlugin, Invoke-CauScan...}
Manifest   1.0        ConfigCI                            {Get-SystemDriver, New-CIPolicyRule, New-CIPolicy, Get-CIPolicy...}
Manifest   1.0        ConfigDefender                      {Get-MpPreference, Set-MpPreference, Add-MpPreference, Remove-MpPreference...}
Manifest   1.0        ConfigDefenderPerformance           {New-MpPerformanceRecording, Get-MpPerformanceReport}


PS C:\admin> Get-CVBlackoutWindow
Get-CVBlackoutWindow : The term 'Get-CVBlackoutWindow' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling
of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Get-CVBlackoutWindow
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Get-CVBlackoutWindow:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
@JnaneshD05
Copy link
Collaborator

@cowlthr Can you confirm if you have installed powershell core which is version 6 and above

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