Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 2.09 KB

README.md

File metadata and controls

45 lines (29 loc) · 2.09 KB

GitHub PowerShell Gallery Version PowerShell Gallery Minimum Supported PowerShell Version

PS-bConnect

Powershell module for baramundi Connect (bConnect), the REST-API of the baramundi Management Suite.

Installation

You can install the module from the Powershell Gallery Repository directly by using the Install-Module Cmdlet:

Install-Module -Name bConnect

Update

You can update the module from the Powershell Gallery Repository directly by using the Update-Module Cmdlet:

Update-Module -Name bConnect

Usage

To use the functions of PS-bConnect you need to import the module into your current session and initialize the connection to the REST-API:

Import-Module -Name bConnect
$apiCred = Get-Credential -Message "bConnect" -UserName "[email protected]"
Initialize-bConnect -Server "SRV-BARAMUNDI" -Credentials $apiCred

You may also add the switch -AcceptSelfSignedCertifcate if you use a self-signed certificate at the bConnect port.

For more details please visit the Wiki.

Author

Alexander Haugk

baramundi software AG

https://www.baramundi.com

Contributing

Contributions, feature requests and issues are welcome.

Please post your request in the issue tracker.

License

Copyright (c)2020 baramundi software AG.

This project ist licensed under the MIT License.