Bartek Bielawski
Bartek Bielawski
Bug: ATM when you specify the path to non-existing folder, you will get the parent folder instead. Dangerous if you want to automate folder creation/deletion. Repro: ``` Get-EWSFolder -Path Inbox\SomeRandomTextHere...
It's a bug that my colleague came across while creating folders in EWS. It looks like ParentName is not working as expected and creates folders in a different place than...
Manual publishing module is not the way to go. Plan to use AppVeyor for building/ automatic tests/ publishing module to gallery. Latter from master only, former on all branches.
PowerShell module without tests is like bike w/o wheels... Need to add: -- global test to ensure code quality/ following certain standards -- individual tests for all functions Obvious choice...
While working with VMware DSC in PowerShell 7 I noticed a weird issue where creating configuration with lower case keyword would result in an error. It appears that for whatever...