Releases: UpperM/guacamole-powershell
Releases · UpperM/guacamole-powershell
PSGuacamole - v1.0.5
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
PSGuacamole - v1.0.3
- Feature Request - Request password in a secure way #3
PSGuacamole - v1.0.2
Changelog
- Add functions to manage self password reset permission ec6fbc9
Functions Added
Add-GuacUserPermission
Remove-GuacUserPermission
PSGuacamole - v1.0.1
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
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