Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Releases: bgelens/DSCPullServerAdmin

0.4.3

30 Apr 20:38
1a3904c
Compare
Choose a tag to compare

EDB Fixes:

  • Fixed deserialization issue for StatusData Issue: #54.
  • Fixed typecasting issue for ConfigurationNames / StatusData and Errors resulting in Pull Server errors. Issue: #56

0.4.2

16 Jan 11:20
4ea78bc
Compare
Choose a tag to compare

EDB Fixes:

  • StatusReport move from Last to Previous. Issue: #43.
  • Registration and devices from from First to Next. Issue: #51

0.4.1

19 Dec 11:51
f4138a7
Compare
Choose a tag to compare

Cross Platform support (Only SQL is supported xPlat. MDB and ESE are not)

  • Removed Microsoft.Isam.Esent.Interop from RequiredAssemblies

  • Load Microsoft.Isam.Esent.Interop when available

  • removed RetrieveColumnAsGuid and moved properties to RetrieveColumnAsString as something broke on latest w10 insiders

  • Fix ad-hoc mdb database access did not process as PreProc was missing MDB logic

0.4.0

19 Dec 09:47
f69d01c
Compare
Choose a tag to compare
  • MDB Support
  • Bug fixes
  • Added wildcard attribute to parameters that support it (MDB does not support wildcards)
  • Added single char ? wildcard support besides *
  • Locked to PSv5.1+

0.3.1

22 Nov 18:37
3f312d9
Compare
Choose a tag to compare

Fix where Copy-DSCPullServerAdmin would only copy 5 StatusReports. Now copies all

0.3.0

20 Nov 15:23
409dccf
Compare
Choose a tag to compare

Implemented full EDB support (experimental): Set, Remove and New Device, Registration and StatusReport.

0.2.1

28 Oct 09:25
5d584e3
Compare
Choose a tag to compare

No changes, build pipeline update to create GitHub releases togheter with PSGallery Publishing

0.2.0

27 Oct 19:12
6509b59
Compare
Choose a tag to compare

SQL Query updates for Get-DSCPullServerAdminStatusReport. Increased ConfirmImpact to High for Set functions

Release 0.1.2

06 Jul 08:39
edc2402
Compare
Choose a tag to compare
  • bug fixes
  • help for public functions
  • test coverage for public functions and internal classes

Initial SQL support

05 Jun 21:32
e9a62be
Compare
Choose a tag to compare

Refactored from c# to script
Added SQL support
Added migration support from edb to sql