> pshdo

Carbon v1.5.1 Released

Carbon v1.5.1 is out and is backwards compatible with v1.0 through v1.5. It supports PowerShell 2. It contains two bug fixes.

Get the bits at BitBucket.

Bug Fixes

IIS

  • Set-IisWebsiteID wasn’t consistently starting a website after changing its ID.

Shares

  • Install-SmbShare writes an error when running under strict mode. (It has an unused variable which uses an undefined variable to create its value. Removed the unused variable.)