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-CRegistryKeyValue
Install-CRegistryKey
Remove-CRegistryKeyValue
Set-CRegistryKeyValue
Test-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-CCimMethod
function for calling a method on an object that could be a WMI or CIM object.Uninstall-CFileShare
function now accepts piped-in share objects (or any object with aName
property, really).Write-CCimError
function for writing an error message based on the result object returned from a method call.
Changes
Install-CFileShare
now 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-CFileShare
to work under PowerShell (Core).Install-CFileShare
function 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-CSslCertificateBinding
Remove-CSslCertificateBinding
Set-CSslCertificateBinding
Test-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-CIisDefaultDocument
Add-CIisServerManagerMember
Disable-CIisSecurityAuthentication
Enable-CIisDirectoryBrowsing
Enable-CIisSecurityAuthentication
Enable-CIisSsl
Get-CIisApplication
Get-CIisAppPool
Get-CIisConfigurationSection
Get-CIisHttpHeader
Get-CIisHttpRedirect
Get-CIisMimeMap
Get-CIisSecurityAuthentication
Get-CIisVersion
Get-CIisWebsite
Install-CIisApplication
Install-CIisAppPool
Install-CIisVirtualDirectory
Install-CIisWebsite
Join-CIisVirtualPath
Lock-CIisConfigurationSection
Remove-CIisMimeMap
Set-CIisHttpHeader
Set-CIisHttpRedirect
Set-CIisMimeMap
Set-CIisWebsiteID
Set-CIisWebsiteSslCertificate
Set-CIisWindowsAuthentication
Test-CIisAppPool
Test-CIisConfigurationSection
Test-CIisSecurityAuthentication
Test-CIisWebsite
Uninstall-CIisAppPool
Uninstall-CIisWebsite
Unlock-CIisConfigurationSection
Write-CIisVerbose
Fixes
- Carbon no longer generates backwards-compatible shims for new functions.
Install-CFileShare
wasn'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.