PSsqlServer.psd1
|
@{ RootModule = 'PSsqlServer.psm1' ModuleVersion = '1.0.0' GUID = 'b4a918a7-6d3d-4279-ae69-14df1ec360b2' Author = 'Alex Ward' CompanyName = 'Alex Ward' Copyright = '(c) Alex Ward. All rights reserved.' Description = 'Robust module' PowerShellVersion = '5.1' FunctionsToExport = @('Get-PSsqlServerStatus', 'Initialize-PSsqlServer') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |