GinShell.Windows/GinShell.Windows.psd1
|
@{ RootModule = 'GinShell.Windows.psm1' ModuleVersion = '0.0.2' GUID = 'a1b2c3d4-1004-4000-8000-000000000004' Author = 'Abdur Rashid Mondal' CompanyName = 'Ginni System Limited' Copyright = '(c) Abdur Rashid Mondal. All rights reserved.' Description = 'Windows domain join/unjoin operations for GinShell.' # RequiredModules = @('GinShell.Logging') # Loaded by .psm1 for local dev compatibility FunctionsToExport = @( 'Add-GsDomain', 'Remove-GsDomain' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('Windows', 'Domain', 'GinShell') } } } |