MSSqlServer.psd1
|
@{ RootModule = 'MSSqlServer.psm1' ModuleVersion = '1.0.0' GUID = '3f63a739-178d-428d-9b61-478aff2ea17f' Author = 'Jamie Murphy' CompanyName = 'Jamie Murphy' Copyright = '(c) Jamie Murphy. All rights reserved.' Description = 'Fast management tools' PowerShellVersion = '5.1' FunctionsToExport = @('Get-MSSqlServerStatus', 'Initialize-MSSqlServer') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |