Get-DataSetFromSQL.psd1
@{ RootModule = 'Get-DataSetFromSQL.psm1' ModuleVersion = '1.0.0.0' GUID = '5ec95e95-47d5-41cb-b59b-0aad7c63f18c' Author = 'Roy Ashbrook' CompanyName = 'ashbrook.io' Copyright = '(c) 2021 royashbrook. All rights reserved.' Description = 'Returns a DataSet from MSSQL server when given SQL and connection string.' FunctionsToExport = 'Get-DataSetFromSQL' AliasesToExport = @() CmdletsToExport = @() VariablesToExport = @() } |