RemoteAdmins.psd1
# # Module manifest for module 'RemoteAdmins' # # Generated by: mohussai # # Generated on: 5/16/2017 # @{ # Script module or binary module file associated with this manifest. RootModule = 'RemoteAdmins.psm1' # Script module or binary module file associated with this manifest. #ModuleToProcess = 'RemoteAdmins.psm1' # Version number of this module. ModuleVersion = '1.0.11' # Supported PSEditions # CompatiblePSEditions = @() # ID used to uniquely identify this module GUID = '93ab44a7-93b7-4a9f-8986-46a6b43d69e1' # Author of this module Author = 'Moiz Hussain' # Company or vendor of this module CompanyName = 'Microsoft' # Copyright statement for this module Copyright = '(c) 2017 mohussai. All rights reserved.' # Description of the functionality provided by this module Description = 'This module performs get/add/remove user and group operations on remote computers. It can also rename local group on remote computer. ' # Modules to import as nested modules of the module specified in RootModule/ModuleToProcess #NestedModules = @() # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. #FunctionsToExport = @('Get-RemoteAdmins','Add-RemoteAdmins','Remove-RemoteAdmins') #FunctionsToExport = '*' # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. #CmdletsToExport = @('Get-RemoteAdmins','Add-RemoteAdmins','Remove-RemoteAdmins') #mdletsToExport = '*' # Variables to export from this module #VariablesToExport = '*' # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. #AliasesToExport = '*' } |