R
RobS78
For a script I'm working on, I need to remove the Office app that's 68.0kb that is pre-installed in Windows 11. However, Get-WmiObject -Class Win32_Product | Select-Object -Property Name | Sort-Object -Property Namedoes not show any app called "Office"Any idea how to find what this app is Named in Powershell so I can properly remove it in powershell script?Here is the list I get:Get-WmiObject -Class Win32_Product | Select-Object -Property Name | Sort-Object -Property Name Name ---- Active Directory Authentication Library for SQL Server Application Verifier x64 External Package ClickOnce Boots
Continue reading...
Continue reading...