Hello,
I am looking for a way to uninstall MS SARA for Enterprise via PowerShell. I have looked at the SARA for Enterprise documentation, and it does not give any guidance on this matter.
Note: I am an IT Technician trying to automate our PC build procedure. Part of the workflow is to uninstall all versions of office via SARA, then uninstall SARA, and install a configured version of MS Office. I have successfully written a PowerShell script which can install Enterprise SARA and uninstall Office. This script is almost entirely from the documentation I mentioned. However, I would like for the same script/sequence of scripts to also:
Reboot the PC,
Reinstall our configured MS Office (I could not figure out how to include a .xml config file, so help on this would also be appreciated.),
And for it to clean up after itself by uninstalling SARA before quitting and rebooting again.
All answers and suggestions are appreciated!
Environment:
OS: Windows 11
PowerShell Version: 5.1.22621.4111
Thanks in advance,
-Josh