Skip to content

Releases: EvotecIT/PSSharedGoods

v0.0.302

22 Dec 18:05
6ddbea2
Compare
Choose a tag to compare

What's new

  • Refactor Format-TransposeTable parameters to be more consistent
  • Added Set-ReportingCapabilities to manage report files in multiple PowerShell modules
  • Added Set-LoggingCapabilities to manage log files in multiple PowerShell modules
  • Improved ConvertFrom-DistinguishedName with ToFQDN switch
  • Removed Get-HTML
  • Removed Send-Email
  • Removed Set-EmailBody
  • Removed Set-EmailBodyPreparedTable
  • Removed Set-EmailBodyReplacement
  • Removed Set-EmailBodyTableReplacement
  • Removed Set-EmailFormatting
  • Removed Set-EmailHead
  • Removed Set-EmailReportBranding
  • Removed Set-EmailWordReplacements
  • Removed Set-EmailWordReplacementsHash
  • Removed Add-ToArray
  • Removed Add-ToArrayAdvanced
  • Removed Find-DatesCurrentDayMinusDayX
  • Removed Find-DatesCurrentDayMinuxDaysX
  • Removed Find-DatesCurrentHour
  • Removed Find-DatesDayPrevious
  • Removed Find-DatesDayToday
  • Removed Find-DatesMonthCurrent
  • Removed Find-DatesMonthPast
  • Removed Find-DatesPastHour
  • Removed Find-DatesPastWeek
  • Removed Find-DatesQuarterCurrent
  • Removed Find-DatesQuarterLast
  • Removed New-SqlQuery
  • Removed New-SqlQueryAlterTable
  • Removed New-SqlQueryCreateTable
  • Removed New-SqlTableMapping
  • Removed Send-SqlInsert
  • Removed Get-SqlQueryColumnInformation
  • Removed Get-ObjectCount
  • Removed Get-ObjectData
  • Removed Get-ObjectEnumValues
  • Removed Get-ObjectKeys
  • Removed Get-ObjectProperties
  • Removed Get-ObjectPropertiesAdvanced
  • Removed Get-ObjectTitles
  • Removed Get-ObjectType
  • Removed New-ArrayList
  • Removed New-GenericList
  • Removed Remove-FromArray
  • Removed Get-HashMaxValue
  • Removed Get-Logger
  • Removed Add-WinADUserGroups
  • Removed Find-ADConnectServer
  • Removed Find-ExchangeServer
  • Removed Find-HyperVServer
  • Removed Find-UserProxyAddressesStatus
  • Removed Get-ADAdministrativeGroups
  • Removed Get-WinADOrganizationalUnitiData
  • Removed Get-WinADOrganizationalUnitFromDN
  • Removed Get-WinADUsersByDN
  • Removed Get-WinADUsersByOU
  • Removed Get-WinADUserSnapshot
  • Removed Remove-WinADUserGroups
  • Removed Set-WinADGroupSynchornization
  • Removed Set-WinADUserFields
  • Removed Set-WinADUserSettingGAL
  • Removed Set-WinADUserStatus

Those functions are moved to Private just in case they are still in use, but will be removed later on, as they are legacy.
Those functions were mostly used by PSWinReporting, PSAutomator or maybe PSWinDocumentation.
With the PSWriteHTML/Mailozaurr/ADEssentials they don't really need to exists.
Additionally some of those are really slow and should not be used in production as funtions as it moots the point of using them as functions.
They should be used directly to benefit the speed.

Full Changelog: v0.0.301...v0.0.302

v0.0.301

02 Dec 21:53
10049cf
Compare
Choose a tag to compare

What's new

  • Improved Get-FileName

Full Changelog: v0.0.300...v0.0.301

v0.0.300

24 Nov 11:42
7356a2d
Compare
Choose a tag to compare

What's new

  • Improved Format-TransposeTable
  • Improved ConvertFrom-DistinguishedName

Full Changelog: v0.0.299...v0.0.300

v0.0.299

06 Nov 16:55
f24223d
Compare
Choose a tag to compare

What's new

  • Improved ConvertFrom-DistinguishedName switches ToMultipleOrganizationalUnit, ToOrganizationalUnit should handle properly using containers such as CN=Users,DC=ad,DC=evotec,DC=xyz

Full Changelog: v0.0.298...v0.0.299

v0.0.298

27 Oct 08:52
74fe212
Compare
Choose a tag to compare

What's new

  • Added Get-ComputerPorts

Full Changelog: v0.0.297...v0.0.298

v0.0.297

26 Oct 07:42
22bb230
Compare
Choose a tag to compare

What's new

  • Added Get-ComputerFirewall
  • Improved ConvertFrom-SID and Convert-Identity to mark Schema Admins as Administrative

Full Changelog: v0.0.296...v0.0.297

v0.0.296

28 Sep 15:07
64354f2
Compare
Choose a tag to compare

What's new

  • Improve Get-ComputerSMBSharePermissions with Translated switch by adding SID value

Full Changelog: v0.0.295...v0.0.296

v0.0.295

01 Aug 06:31
e4e4bb3
Compare
Choose a tag to compare

What's new

  • Improved Get-ComputerDiskLogical
  • Added Get-ComputerNetFramework

Full Changelog: v0.0.294...v0.0.295

v0.0.294

06 Jul 06:34
bf20665
Compare
Choose a tag to compare

What's Changed

  • Added help where needed and did minor legibility improvements. by @neztach in #40

New Contributors

Full Changelog: v0.0.293...v0.0.294

v0.0.293

29 Jun 18:12
932d530
Compare
Choose a tag to compare

What's new

  • Improve Format-TransposeTable

Full Changelog: v0.0.292...v0.0.293