Jan Egil Ring
Jan Egil Ring
I am using the [Remote Home Assistant Component](https://github.com/custom-components/remote_homeassistant) to link two Home Assistant instances together. Dwains Lovelace Dashboard is installed on the main instance. The remote instance is running on...
## Additional Related Issues - #1283 # Context > Azure resource logs are [platform logs](https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/platform-logs-overview) that provide insight into operations that were performed within an Azure resource. The content of...
### Resource proposal I suggest adding support for configuring AutomaticStartAction and AutomaticStopAction, which can be configured using Set-VM: `Set-VM -Name $VmName -AutomaticStartAction Start/StartIfRunning/Nothing -AutomaticStopAction Save/TurnOff/ShutDown` ### Proposed properties Property |...
Some paths in one of my project folders contains dots and underscores. This leads to errors when loading PSProfile: ```powershell Import-Metadata : At C:\Users\janring\AppData\Roaming\powershell\SCRT HQ\PSProfile\Configuration.psd1:76 char:18 + GitPathMap = @{...
It would be useful to be able to specify what PowerShell hosts (PowerShell Core, Windows PowerShell, PowerShell ISE, VS Code, etc) a specific init script, script, module and so on...
It seems like the MM Agent has gotten a new product ID. At least the one [I'm using ](https://opsinsight.blob.core.windows.net/publicfiles/MMASetup-AMD64.exe)got a different ID than the one in the DSC Resource: 8A7F2C51-4C7D-4BFD-9014-91D11F24AAE2...
Is it possible to enable the module to work with module auto-loading? For example by adding this to the manifest: `FunctionsToExport = @('Get-JAzRole','Get-JAzADRole','Disable-JAzRole','Disable-JAzADRole','Enable-JAzRole','Enable-JAzADRole')` Not a big deal, but might be...
Would it make sense to add a `-Wait` parameter to the _Enable-*Role_ commands in order for the commands to check for the status going from PendingProvisioning to Provisioned (similar to...
It would be useful to have an option to also search for query matches in the filename in addition to the file contents. For example implemented as a checkbox named...
This pull request primarily focuses on modifying the Azure Arc-enabled server configuration scripts to use Managed Identity instead of Service Principal for Azure authentication. The changes enhance security by eliminating...