Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chocolatey/ChocoCCM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChocoCCM

This module servers to be a PowerShell wrapper to the underlying API that drives pretty much every aspect of Chocolatey Central Management

Installation

  1. Clone this repository:

    git clone https://gitlab.com/chocolatey/central-management/chocoCCM.git
  2. Run build script

    ./src/build.ps1 -Build
  3. Import the Module

    ipmo ./src/Output/ChocoCCM/ChocoCCM.psd1
  4. To see a list of available commands:

    Get-Command -Module ChocoCCM

IMPORTANT: Run Connect-CCMServer prior to running any other command. This will setup and store a $Session variable

Connect-CCMServer considerations

This cmdlet accepts a credential object. Rather create one and pass it in, or leave it off and be prompted to enter creds. Also, there is an -UseSSL parameter which will force HTTPS on all requests to the CCM API.

About

PowerShell module for interacting with Chocolatey Central Management

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 7