All Projects → cohesity → cohesity-powershell-module

cohesity / cohesity-powershell-module

Licence: Apache-2.0 license
This repository provides a PowerShell Module for Cohesity DataPlatform. https://cohesity.github.io/cohesity-powershell-module

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to cohesity-powershell-module

nrf24
nrf24l01 linux device driver
Stars: ✭ 20 (-48.72%)
Mutual labels:  module
hal stm32
No description or website provided.
Stars: ✭ 56 (+43.59%)
Mutual labels:  module
nuxt-brotli
Nuxt.js module which compresses assets with Brotli compression algorithm using `iltorb` library for serving it with `ngx_brotli`
Stars: ✭ 19 (-51.28%)
Mutual labels:  module
cb-tumblebug
Cloud-Barista Multi-Cloud Infra Management Framework
Stars: ✭ 33 (-15.38%)
Mutual labels:  orchestration
ReDe
A Redis dehydrator module
Stars: ✭ 63 (+61.54%)
Mutual labels:  module
ark.db
Small and fast JSON database for Node and browser. 😋
Stars: ✭ 65 (+66.67%)
Mutual labels:  module
yii2-queue-monitor
Yii2 Queue Analytics Module
Stars: ✭ 99 (+153.85%)
Mutual labels:  module
DurableTaskMicroservices
Microservice Framework based on Durable Task Framework
Stars: ✭ 15 (-61.54%)
Mutual labels:  orchestration
Thread
type safe multi-threading made easier
Stars: ✭ 34 (-12.82%)
Mutual labels:  module
ui patterns
[NOTE] Development has moved to https://drupal.org/project/ui_patterns
Stars: ✭ 87 (+123.08%)
Mutual labels:  module
create-require
Polyfill for Node.js module.createRequire (<= v12.2.0)
Stars: ✭ 24 (-38.46%)
Mutual labels:  module
ProtocolServiceKit
iOS组件通信中间件(Protocol Service),Adapter Swift/Objective-C
Stars: ✭ 139 (+256.41%)
Mutual labels:  module
WebinoImageThumb
✂️ Webino™ Image thumbnailer for Zend Framework [LTS] http://webino.github.io/WebinoImageThumb
Stars: ✭ 40 (+2.56%)
Mutual labels:  module
Stripe-Payment-For-Opencart-3.x
Stripe payment module for opencart 3.x
Stars: ✭ 29 (-25.64%)
Mutual labels:  module
portals
Microservice that queues, creates and closes Portal instances
Stars: ✭ 26 (-33.33%)
Mutual labels:  orchestration
OregonCore-Modules
Modules made for Oregoncore
Stars: ✭ 18 (-53.85%)
Mutual labels:  module
react-watermark-module
React水印组件,支持图片水印,文字水印。
Stars: ✭ 31 (-20.51%)
Mutual labels:  module
SelectTransform
This project is based upon https://github.com/SelectTransform/st.js but differs in implementation, functionality and robustness.
Stars: ✭ 17 (-56.41%)
Mutual labels:  module
googletranslate
Python Google Translate (using reverse-engineered public API, so free)
Stars: ✭ 67 (+71.79%)
Mutual labels:  module
puppetlabs-dism
No description or website provided.
Stars: ✭ 19 (-51.28%)
Mutual labels:  module

Cohesity PowerShell Module

License: Apache2 GitHub release { PowerShell + PowerShell Core } Maintenance

Overview

This project provides a PowerShell Module for interacting with the Cohesity DataPlatform. It includes cmdlets useful for automating common tasks and orchestrating workflows in your environment. This PowerShell module can be used on Windows, Linux and Mac OS.

Table of contents 📜

Let's get started ⚒️

Pre-req

The pre-requisites for using the Cohesity PowerShell Module are as below:

  • Cohesity Cluster running software version 6.0 or higher and Powershell 5.1 or higher. For more details refer this link

Online installation

You can install Cohesity PowerShell Module directly using the PowerShell Gallery.

** PowerShell Core (MacOS and Linux) **

Install-Module -Name Cohesity.PowerShell.Core

** Windows PowerShell (Windows) **

Install-Module -Name Cohesity.PowerShell

** Note: Windows with powershell version 7 or higher supports only Powershell Core

Some samples to get you going 💡

  • Refer samples folder to find more examples.
  • More samples can be found here under Examples section

Documentation 📖

Contribute 🤝

Installation tips

If you are running PowerShell as a user without elevated privileges (non-admin user), you may need to add -Scope CurrentUser to these commands. In some cases, you may also need to run Set-ExecutionPolicy RemoteSigned -Scope CurrentUser to set the execution policy that allows import of the module.

Offline installation

  • Download the offline package (.zip) from GitHub release page
    • For windows, use Cohesity.PowerShell.zip
    • For linux and MacOS, use Cohesity.PowerShell.Core.zip
  • Copy over this zip file to the target machine
  • Unzip the contents of the zip file to one of the directory paths mentioned in the output of $env:PSModulePath on the target machine.

Steps to upgrade

Tip: It's recommended to always use the latest version of the Cohesity PowerShell Module to get the new features and bug-fixes.

You can uninstall the previous version of the Cohesity PowerShell Module using the uninstall steps mentioned below and then install the new version.

Alternatively, you can also use the steps below to upgrade to the latest version of the module. Note that using Update-Module can cause multiple versions of this module on your system. You may later need to remove older versions of the module manually.

** PowerShell Core **

Update-Module -Name Cohesity.PowerShell.Core

** Windows PowerShell **

Update-Module -Name Cohesity.PowerShell

Steps to uninstall

** PowerShell Core **

Uninstall-Module -Name Cohesity.PowerShell.Core

** Windows PowerShell **

Uninstall-Module -Name Cohesity.PowerShell

Suggestions and Feedback

We would love to hear from you. Please send your suggestions and feedback to: [email protected]

License 🛡️

Apache 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].