Skip to content

Releases: abbgrade/PsSmo

1.2.1

07 Sep 06:31
Compare
Choose a tag to compare

Fixed

  • Added StatementTimeout to Connect-Instance command.

1.2.0

24 Aug 12:22
Compare
Choose a tag to compare

Changed

  • Verbose script execution prints the filepath.

1.1.0

18 Aug 09:27
Compare
Choose a tag to compare

Added

  • Default parameter set for Connect-Instance.

1.0.0

18 Aug 08:45
Compare
Choose a tag to compare

Added

  • Added Get-Table command.
  • Added output to all commands.

Changed

  • Updated to net6.0
  • Updated from System.Data.SqlClient to Microsoft.Data.SqlClient.
  • Updated from PowerShellStandard.Library to System.Management.Automation
  • Updated Microsoft.SqlServer.SqlManagementObjects
  • Added pipeline input for Disconnect-Instance

Fixed

  • ErrorAction parameter works for Invoke-Command.