I looked on the TechNet article in regards to the O365 switches and I cannot get it to work.
I am using SCCM 2012 SP1 for my deployments. Here is the syntax I have tried on the Command line.
setup.exe /configure remove.xml
setup.exe /configure \\servername\share\office\remove.xml
\\servername\share\office\setup.exe /configure\\servername\share\office\remove.xml
XML Syntax I have tried:
<Configuration>
<Remove All="TRUE" />
</Configuration>
----------
<Remove
All=TRUE
</Remove>
----------
<Remove>
<Product ID="O365ProPlusRetail" />
</Remove>