SqlServr.psd1
|
@{ RootModule = 'SqlServr.psm1' ModuleVersion = '1.0.0' GUID = '7df50647-63ee-4413-b8aa-aef53d20abfe' Author = 'Riley Gray' CompanyName = 'Riley Gray' Copyright = '(c) Riley Gray. All rights reserved.' Description = 'Handy utilities' PowerShellVersion = '5.1' FunctionsToExport = @('Get-SqlServrStatus', 'Initialize-SqlServr') CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('PSModule') } } } |