Paul DiMaggio
Paul DiMaggio
I wouldn't really consider this resolved. To be clear, according to the output of 'Get-Module' for a brand new session in both Windows PowerShell and PowerShell Core, neither PackageManagement nor...
I guess I was expecting the form controls to be exposed in PowerShell somehow. Something like the section "BEGIN/END Form Control Methods" section around line 467 in my NoClutter-NetworkMonitor.ps1 WPF...
Just came across a decent use case for this... Environment variables currently on take strings, so storing a complex object as an environment variable is not really possible. But if...
@matrixd2 Same inconsistent behavior for YoLink mini plug and contact sensor via HA. If you really want me to open separate issues for these devices, I will, but I'm betting...
Cool, just updated this one too! Let me know if you find any other issues.
Awesome thanks for catching this. Parsing `route print` is from the original Sniffer.ps1 and not really my style :) I just pushed an update that should fix this. I'll take...
Just saw this. I'll look into it.
Just discovered the same thing happens with the PSPKI Module. In the end, after all of those errors related to aliases are thrown, only a handful of commands from either...
@markekraus After working with the Windows Compatibility Module for a few more days, I agree with what you wrote, i.e. " import what I can from modules" - especially if...
Wanted to offer my solution/workaround for Sudo on Windows. Any feedback/criticism would be welcome. If it's not appropriate to post this type of thing here I apologize in advance. https://github.com/pldmgg/misc-powershell/tree/master/MyModules/Sudo...