Skip to content

JnaneshD05/CVPowershellSDKV2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CVPowershellSDKV2

CVPowershellSDKV2 is a Windows PowerShell package for Commvault software which offers variety of cmdlets apart from the already existing powershell module.

CVPowershellSDKV2 uses the Commvault REST API to perform operations on a CommCell via the WebConsole.

Requirements

  • Windows PowerShell version 5.1 or above
  • Commvault Software v11 SP28 or later release with WebServer installed

Installation

Download the Install Folder and Run InstallCVModule-Auto

  • PS C:\Users\UserName\Downloads\PSSDK\Install> .\InstallCVModule-Auto.ps1

Usage

Login to Commcell:

  • PS > Invoke-SetupLogin -Username "#username" -Password "#base64Encodedpassword" -WebServerURL "http://#csName/webconsole/api"

To get all the command: -PS > Get-Command -Module CommvaultPowershell

  • For information on any Commvault PowerShell command, run Get-Help [command]
  • For detailed examples on any Commvault PowerShell command, run Get-Help [command] -Examples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 91.0%
  • PowerShell 9.0%