forked from pbowden-msft/MAUCacheAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed default path to /Users/Shared/MAUCache. Changed cache logic to create Cache path rather than exiting if it does not exist. Removed CheckInterval flag from Readme.
- Loading branch information
Showing
3 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# MAUCacheAdmin | ||
<b>Microsoft AutoUpdate Cache Admin</b> | ||
|
||
Purpose: Downloads MAU collateral and packages from the Office CDN to a local web server</br> | ||
Usage: MAUCacheAdmin --CachePath:<path> [--CheckInterval:<minutes>] [--HTTPOnly] [--NoCollateral]</br> | ||
Example: MAUCacheAdmin --CachePath:/Volumes/web/MAU/cache --CheckInterval:60</br> | ||
Purpose: Downloads MAU collateral and packages from the Office CDN to a local web server. Default cache location is `/Users/Shared/MAUCache`. | ||
|
||
Usage: MAUCacheAdmin --CachePath:<path> [--HTTPOnly] [--NoCollateral] | ||
|
||
Example: MAUCacheAdmin --CachePath:/Volumes/web/MAU/cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters