hello
I am trying to uninstall Office 365 by SCCM using recommended method by Microsoft using Microsoft XML file and not working
for example like this
<Configuration>
<Remove All="TRUE" />
<Logging Level="Standard" Path="C:\Windows\Temp" />
<Display Level="None" AcceptEULA="TRUE" />
<Property Name="AUTOACTIVATE" Value="1" />
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
<Property Name="SharedComputerLicensing" Value="1" />
</Configuration>
other
<Configuration>
<Remove OfficeClientEdition="64">
<Product ID="O365ProPlusRetail">
<Language ID="en-us"/>
</Product>
</Remove>
<Display Level="None" AcceptEULA="TRUE"/>
</Configuration>
also I found MS office 365 uninstaller on one of the post is and when I run manually it work fine it removed Office 365 but how to create SCCM package to market work, it is a CAB file not msi or exe
o15-ctrremove.diagcab
thank you
Arun
I am trying to uninstall Office 365 by SCCM using recommended method by Microsoft using Microsoft XML file and not working
for example like this
<Configuration>
<Remove All="TRUE" />
<Logging Level="Standard" Path="C:\Windows\Temp" />
<Display Level="None" AcceptEULA="TRUE" />
<Property Name="AUTOACTIVATE" Value="1" />
<Property Name="FORCEAPPSHUTDOWN" Value="TRUE" />
<Property Name="SharedComputerLicensing" Value="1" />
</Configuration>
other
<Configuration>
<Remove OfficeClientEdition="64">
<Product ID="O365ProPlusRetail">
<Language ID="en-us"/>
</Product>
</Remove>
<Display Level="None" AcceptEULA="TRUE"/>
</Configuration>
also I found MS office 365 uninstaller on one of the post is and when I run manually it work fine it removed Office 365 but how to create SCCM package to market work, it is a CAB file not msi or exe
o15-ctrremove.diagcab
thank you
Arun