Created
November 18, 2015 16:12
-
-
Save mbrownnycnyc/997de66127c84e35d895 to your computer and use it in GitHub Desktop.
oneliner to disable offline files on a target machine
This file contains hidden or 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
([wmiclass]"\\$computer\root\cimv2:win32_offlinefilescache").enable($false) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment