Skip to content

DimensionDataResearch/cloudcontrol-powershell-core

Repository files navigation

CloudControl module for PowerShell Core

Introduction

A Powershell Core module for interacting with Dimension Data CloudControl. It's functional, but definitely still a work in progress.

Requirements

Needs PowerShell Core v6.0.0-alpha17 or newer.

Getting started

To get started:

dotnet restore lib/cloudcontrol-client-core
dotnet build lib/cloudcontrol-client-core

dotnet restore
dotnet build
dotnet publish -c release -o $PWD/bin/release

Then, in powershell:

Import-Module './bin/release/CloudControl.psd1'
New-CloudControlConnection -Name 'Australia' -Region 'AU' -UserName 'my_mcp_username' -Password 'my_mcp_password' -SetDefault

Get-CloudControlUserAccount -My

About

Powershell Core module for Dimension Data CloudControl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published