You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running ./Update_SRE_Guacamole_Dashboard.ps1, I see the error on the title. Although the command does what's expected from it. Here's the output:
PS /Users/cgavidia-calderon/Documents/GitHub/data-safe-haven/deployment/secure_research_environment/setup> ./Update_SRE_Guacamole_Dashboard.ps1
cmdlet Update_SRE_Guacamole_Dashboard.ps1 at command pipeline position 1
Supply values for the following parameters:
(Type !? for Help.)
shmId: prod4
sreId: dsgjmat
Add-LogMessage: /Users/cgavidia-calderon/Documents/GitHub/data-safe-haven/deployment/secure_research_environment/setup/Update_SRE_Guacamole_Dashboard.ps1:29:1
Line |
29 | Add-LogMessage -Level Info "Retrieving list of SRD VMs..."
| ~~~~~~~~~~~~~~
| The term 'Add-LogMessage' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included,
| verify that the path is correct and try again.
Add-LogMessage: /Users/cgavidia-calderon/Documents/GitHub/data-safe-haven/deployment/secure_research_environment/setup/Update_SRE_Guacamole_Dashboard.ps1:56:1
Line |
56 | Add-LogMessage -Level Info "Updating Guacamole with $(@($VMs).Count) …
| ~~~~~~~~~~~~~~
| The term 'Add-LogMessage' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included,
| verify that the path is correct and try again.
2023-12-01 17:08:03 [SUCCESS]: [✔] Remote script execution succeeded
Code : ProvisioningState/succeeded
Level : Info
DisplayStatus : Provisioning succeeded
Message : Enable succeeded:
[stdout]
Running LDAP synchronisation...
Updating database...
Finished database synchronisation
[stderr]
Time :
🌳 Log messages
NA
♻️ To reproduce
Run the ./Update_SRE_Guacamole_Dashboard.ps1 command.
The text was updated successfully, but these errors were encountered:
✅ Checklist
💻 System information
🌵 Powershell module versions
🚫 Describe the problem
When running
./Update_SRE_Guacamole_Dashboard.ps1
, I see the error on the title. Although the command does what's expected from it. Here's the output:🌳 Log messages
NA
♻️ To reproduce
Run the
./Update_SRE_Guacamole_Dashboard.ps1
command.The text was updated successfully, but these errors were encountered: