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
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.