Skip to content

Releases: UpperM/guacamole-powershell

PSGuacamole - v1.0.5

01 Dec 17:56
8de6b6f
Compare
Choose a tag to compare

What's Changed

  • missing actual token to be removed by @ebekker in #8
  • "PUT" Rest method to Solve "Error 500" on Update-GuacUserPassword Function by @yomono in #10
  • Added token generation compatibility for Linux & MacOS by @agreenbhm in #20

New Contributors

  • @ebekker made their first contribution in #8
  • @yomono made their first contribution in #10
  • @agreenbhm made their first contribution in #20

Full Changelog: 1.0.4...1.0.5

PSGuacamole - v1.0.4

24 Aug 17:37
Compare
Choose a tag to compare
  • Feature Request - Remove-GuacUserGroupMember #7
  • Fix - Get-GuacUser doesn't work because of an extra slash #5

PSGuacamole - v1.0.3

23 May 23:02
Compare
Choose a tag to compare
  • Feature Request - Request password in a secure way #3

PSGuacamole - v1.0.2

08 Apr 08:08
Compare
Choose a tag to compare

Changelog

  • Add functions to manage self password reset permission ec6fbc9

Functions Added

  • Add-GuacUserPermission
  • Remove-GuacUserPermission

PSGuacamole - v1.0.1

23 Mar 16:21
Compare
Choose a tag to compare

Changelog

  • Fix warning when load module WARNING: Invalid URI: The hostname could not be parsed.
  • Clean useless space in code
  • Change scope of $Token & $Sever variable from $Global to $Script
  • Update examples in each function file

PSGuacamole - v1.0.0

20 Mar 18:28
Compare
Choose a tag to compare

Functions

ConnectionGroups

  • Get-GuacConnectionsGroup
  • Get-GuacConnectionsGroupDetails
  • Get-GuacConnectionsGroups
  • Get-GuacConnectionsGroupsConnections
  • New-GuacConnectionGroup
  • Remove-GuacConnectionGroup
  • Update-GuacConnectionGroup

Connections

  • Get-GuacActiveConnections
  • Get-GuacConnection
  • Get-GuacConnections
  • New-GuacConnection
  • Remove-GuacConnection
  • Stop-GuacConnection
  • Update-GuacConnection

History

  • Get-GuacConnectionsHistory
  • Get-GuacUsersHistory

Languages

  • Get-GuacLanguages

Patch

  • Get-GuacPatches

Permissions

  • Add-GuacConnectionGroupMember
  • Add-GuacSystemPermission
  • Remove-GuacConnectionGroupMember
  • Remove-GuacSystemPermission

Schemas

  • Get-GuacSchemaConnection
  • Get-GuacSchemaConnectionGroup
  • Get-GuacSchemaProtocols
  • Get-GuacSchemaSharingProfile
  • Get-GuacSchemaUser

SharingProfiles

  • Get-GuacSharingProfile
  • Get-GuacSharingProfiles
  • New-GuacSharingProfile
  • Remove-GuacSharingProfile

Token

  • New-GuacToken
  • Remove-GuacToken

Tunnels

  • Get-GuacTunnel
  • Get-GuacTunnels

UserGroups

  • Add-GuacUserGroupConnection
  • Add-GuacUserGroupMember
  • Add-GuacUserGroupPermission
  • Get-GuacUserGroup
  • Get-GuacUserGroups
  • New-GuacUserGroup
  • Remove-GuacUserGroup
  • Remove-GuacUserGroupConnection
  • Remove-GuacUserGroupPermission
  • Update-GuacUserGroup
  • Update-GuacUserGroupParent

Users

  • Add-GuacUserConnection
  • Get-GuacUser
  • Get-GuacUsers
  • New-GuacUser
  • Remove-GuacUser
  • Remove-GuacUserConnection
  • Update-GuacUser
  • Update-GuacUserPassword