Releases: webmd-health-services/Carbon
Releases · webmd-health-services/Carbon
2.15.1
2.15.0+1069
Deprecated
Moved the following functions to a new Carbon.Registry module. They will be removed from Carbon in a future major
version.
Get-CRegistryKeyValueInstall-CRegistryKeyRemove-CRegistryKeyValueSet-CRegistryKeyValueTest-CRegistryKeyValue
2.14.1+1066
Merge pull request #136 from webmd-health-services/bugfix/parameter-n…
2.14.0+1061
Merge pull request #135 from webmd-health-services/bugfix/creates-rc-…
2.13.0
Additions
Invoke-CCimMethodfunction for calling a method on an object that could be a WMI or CIM object.Uninstall-CFileSharefunction now accepts piped-in share objects (or any object with aNameproperty, really).Write-CCimErrorfunction for writing an error message based on the result object returned from a method call.
Changes
Install-CFileSharenow writes a more friendly message on PowerShell (Core) instead of "[Microsoft.Management.Infrastructure.CimInstance] does not contain a method named 'Delete'". We're unable to getInstall-CFileShareto work under PowerShell (Core).Install-CFileSharefunction now writes changes its making to the information stream.
Deprecated
These functions moved to the Carbon.Windows.HttpServer module. Update usages to use the Carbon.Windows.HttpServer
module instead of Carbon.
Get-CSslCertificateBindingRemove-CSslCertificateBindingSet-CSslCertificateBindingTest-CSslCertificateBinding
The Resolve-CFullPath function moved to the Carbon.Core module. Update usages to use the Carbon.Core module
instead of Carbon.
All IIS functions moved to the Carbon.IIS module. Updates usages to use the Carbon.IIS module instead of Carbon.
Add-CIisDefaultDocumentAdd-CIisServerManagerMemberDisable-CIisSecurityAuthenticationEnable-CIisDirectoryBrowsingEnable-CIisSecurityAuthenticationEnable-CIisSslGet-CIisApplicationGet-CIisAppPoolGet-CIisConfigurationSectionGet-CIisHttpHeaderGet-CIisHttpRedirectGet-CIisMimeMapGet-CIisSecurityAuthenticationGet-CIisVersionGet-CIisWebsiteInstall-CIisApplicationInstall-CIisAppPoolInstall-CIisVirtualDirectoryInstall-CIisWebsiteJoin-CIisVirtualPathLock-CIisConfigurationSectionRemove-CIisMimeMapSet-CIisHttpHeaderSet-CIisHttpRedirectSet-CIisMimeMapSet-CIisWebsiteIDSet-CIisWebsiteSslCertificateSet-CIisWindowsAuthenticationTest-CIisAppPoolTest-CIisConfigurationSectionTest-CIisSecurityAuthenticationTest-CIisWebsiteUninstall-CIisAppPoolUninstall-CIisWebsiteUnlock-CIisConfigurationSectionWrite-CIisVerbose
Fixes
- Carbon no longer generates backwards-compatible shims for new functions.
Install-CFileSharewasn't preserving the file share's SACL, group, or owner on its security descriptor.
2.12.0+947
Merge pull request #126 from webmd-health-services/develop Merging develop into master
2.11.3
2.11.2
2.11.1
2.11.0
- Fixed: Resolve-CPathCase fails on PowerShell Core.
- New: 'Grant-Permission', 'Get-Permission', and 'Revoke-Permission' scripts now execute correctly on
non-Windows platforms. - Fixed: Install-CService now will update services when file permissions or user account privileges have changed.