4 votes
Hello.
When working with automating setup of Devolutions Gateway and Devolutions PAM, we have discovered that there is a gap in functionality in what can be done with the web GUI and what can be done with powershell.
Devolutions Gateway:
Devolutions PAM:
It would be great if the functionality available in the web GUI, would also be available in the Powershell module, to enable automating things and improve consistency.
Hello Tony,
Tickets have been opened to enable these actions; we'll keep you updated.
Best regards,
Christian
Hello @tonyfredriksson,
Regarding your request, the following features are now available in version 2025.3.4 of our PowerShell module:
Regarding your 'Password Template' request specifically, users can now set a PAM provider's account lifecycle policy, including its password policy.
The ability to configure gateway permissions and KDC-proxy settings will be introduced in our next major release, version 2026.1.0.
As for changing what the 'Default' permissions setting on a gateway maps to, this cannot currently be modified via PowerShell, as it is not configurable within Devolutions Server itself.
Best regards,
Christian
Hello @tonyfredriksson,
Version 2026.1 of the Devolutions.PowerShell module introduces the ability to configure gateway permissions and KDC-proxy settings.
Regarding gateway permissions:
New-DSGatewaySecurity to create GatewaySecurity objects, on which a gateway's permissions can be set
Regarding KDC-proxy settings:
New-DSGatewayKDCProxySettings to create KDC proxy configuration objectsConvert-DSGatewayKDCProxySettings to extract KDC proxy settings from a gatewayNew-DSGateway and Update-DSGateway now accept KDC proxy settings with the KdcProxySettings parameter
Best regards,
Christian