I am using BigFix version 10.0.6.84 to upgrade from MS Office 2019 to MS Office 2024, which completed successfully. I’ve entered the MAK key in the Office setup XML file. However, when I first open Office, I still get a prompt for activation. Users can manually press “Next” to activate the license, but I want to automate this process.
I tried deploying the command (cscript ospp.vbs /act) via a batch file to user PCs, but I encountered the error code 0x80072ee2. It seems that the script needs to include proxy settings, as the user computers access the internet through a proxy.
Does anyone have suggestions for automating Office activation through BigFix? Thank you!