chocolatey / ChocoCCM

PowerShell module for interacting with Chocolatey Central Management
Apache License 2.0
9 stars 8 forks source link

Get-CCMGroupMember has incorrect URL #40

Closed steviecoaster closed 3 years ago

steviecoaster commented 3 years ago

This function has a local development url inside the IRM parameters:

Uri         = "$($protocol)://localhost:8090/api/services/app/Groups/GetGroupForEdit?id=$Id"

This should be:

Uri         = "$($protocol)://$Hostname/api/services/app/Groups/GetGroupForEdit?id=$Id"