ticketmaster / poshspec

Infrastructure Testing DSL running in Pester
MIT License
183 stars 32 forks source link

Adding share test #40

Closed ghost closed 7 years ago

ghost commented 7 years ago

our local environments often rely on local shares being present so adding a new test of this type.

cdhunt commented 7 years ago

Do you feel this adds substantial value over just using the already provided CimInstance function?

ghost commented 7 years ago

I have found it saves time and effort for us. I often use your CimInstance function for querying shares but created the wrapper to save some time. I want to add share permissions/acl as checks later.

cdhunt commented 7 years ago

Saving time is the goal of the project. Thank you for your contribution.