-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remote Help / Quick Assist #46
Comments
Hi @nixtar it looks like the prod URLs you'd be looking for would be:
The MAUCache scripts are what seem to add the Line 190 in 77fa35f
MAUCacheAdmin/psMacUpdatesOFFICE.ps1 Line 167 in 77fa35f
In terms of integrating those two apps into the existing scripts I think you should be able to add new |
@MrCoBalt As I understand it, I wrote the PS Module here https://github.com/pbowden-msft/MAUCacheAdmin/tree/master/PSModule/MAUCacheAdmin. From my testing the bash MAUCacheAdmin handles this by default by ignoring errors when downloading collaterals. |
Hello,
I was looking to add support for Remote Help and when looking here I noticed that Quick Assist was also missing from MAUCacheAdmin.
It appears that Remote Help and Quick Assist are missing the -chk.xml file (https://officecdnmac.microsoft.com/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/0409MSRH01-chk.xml and https://officecdnmac.microsoft.com/pr/C1297A47-86C4-4C1F-97FA-950631F94777/MacAutoupdate/0409MSQA01-chk.xml returns a 404).
Is this expected?
The PowerShell module relies on the -chk.xml for pulling version and more importantly datetime information (so it can write the date to the downloaded files date modified and perform a kind of "robocopy" style file modified check).
I can probably work around this for apps that don't have a -chk.xml, but just wanted to check to see if this is intended before spending any time on it. 😊
Thanks,
Nick
The text was updated successfully, but these errors were encountered: