Thanks so much for this! Can you do a video on uninstalling apps after you find a list of installed apps? I'm having trouble uninstalling some various apps with PowerShell. It'd be helpful to learn when to use one technique over another.
@atothek1804Күн бұрын
Thank you for effort which you put in the video! I really like education value of vid. Just today I'm wondering how I can get a list of installed programs to use as the base level for later comparison purposes 😊😊😊😊
@joevano7 күн бұрын
This is great. Why not also use get-package?
@mememachine42097 күн бұрын
Performance. I've found that using reg is quicker when running bulk jobs on 100+ devices at once. Wmi is also not performant and will be deprecated soon, ciminstance is faster but not as fast as reg.