ProductivityTools.DisableFileSyncNGSC.psd1
# # Module manifest for module 'module' # # Generated by: pwujczyk # # Generated on: 2/18/2020 8:59:05 AM # @{ # Script module or binary module file associated with this manifest. RootModule = 'ProductivityTools.DisableFileSyncNGSC.psm1' # Version number of this module. ModuleVersion = '1.0.4' # ID used to uniquely identify this module GUID = '4dd1d5e1-9755-4bf3-ad9e-26a620439bb5' # Author of this module Author = 'Pawel Wujczyk' # Description of the functionality provided by this module Description = 'Flag DisableFileSyncNGSC stops OneDrive syncronization. This module sets it to 0 so it enables sync again' # Functions to export from this module FunctionsToExport = 'Reset-DisableFileSyncNGSC' PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. Tags = @('DisableFileSyncNGSC') # A URL to the main website for this project. ProjectUri = 'https://github.com/pwujczyk/ProductivityTools.PSDisableFileSyncNGSC' } # End of PSData hashtable } # End of PrivateData hashtable # HelpInfo URI of this module HelpInfoURI = 'https://github.com/pwujczyk/ProductivityTools.PSDisableFileSyncNGSC' } |