Tore Groneng

Results 5 comments of Tore Groneng

Maybe we should just create some default Pester tests that users could run on their code to verify compliance with the new "stylesheet"?

@mattmcnabb I forgot about PSScriptAnalyzer. I think both would be sweet. Reason for that is many people use a regular texteditor like notepad++/notepad/etc. At least that is my impression from...

hi, Sorry for the late reply. No need to restart powershell, just unload the module with Remove-Module. Also you should be able to "edit" the menu at runtime. If you...

+1 This, so much this. We need this for our CI/CD pipeline with terraform.

Hi, You could use the sc.exe tool to configure delayed startup on a service. Example for the DNS service: `"sc.exe Config DNS Start=Delayed-Auto"| iex` This way the GUI will reflect...