Carbon 2.6.0
Carbon is a PowerShell module for automating the configuration Windows 7, 8, 2008, and 2012 and automation the installation and configuration of Windows applications, websites, and services. It can configure and manage:
* Local users and groups
* IIS websites, virtual directories, and applications
* File system, registry, and certificate permissions
* Certificates
* Privileges
* Services
* Encryption
* Junctions
* Hosts file
* INI files
* Performance counters
* Shares
* .NET connection strings and app settings
* And much more!
All functions are idempotent: when run multiple times with the same arguments, your system will be in the same state without failing or producing errors.
See the version list below for details.
Install-Package Carbon -Version 2.6.0
dotnet add package Carbon --version 2.6.0
<PackageReference Include="Carbon" Version="2.6.0" />
paket add Carbon --version 2.6.0
#r "nuget: Carbon, 2.6.0"
// Install Carbon as a Cake Addin
#addin nuget:?package=Carbon&version=2.6.0
// Install Carbon as a Cake Tool
#tool nuget:?package=Carbon&version=2.6.0
Release Notes
* `Enable-IisSecurityAuthentication` and `Disable-IisSecurityAuthentication` sometimes hang. We don't know why, but we're working around the problem. These functions no longer always apply a configuration change. Instead, they only enable/disable security authentication if its not already enabled/disabled.
* `Install-Service` now outputs a verbose message showing the command line arguments used when calling `sc.exe` to install/update a service.
* Added `ArgumentList` property/parameter to `Carbon_Service` DSC resource. Thanks to [Luigi Grilli](https://github.com/gigi81) for the contribution.
* Fixed: `Get-HttpUrlAcl` returns no ACLs if any ACLs exist whose identities no longer exist.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.8.1 | 2,072 | 3/26/2019 |
2.8.0 | 385 | 3/25/2019 |
2.7.0 | 875 | 12/11/2018 |
2.6.0 | 2,559 | 7/8/2018 |
2.5.4 | 1,357 | 6/2/2018 |
2.5.3 | 620 | 6/1/2018 |
2.5.2 | 623 | 6/1/2018 |
2.5.1 | 626 | 6/1/2018 |
2.5.0 | 17,811 | 6/18/2017 |
2.4.1 | 8,383 | 2/21/2017 |
2.4.0 | 2,002 | 11/9/2016 |
2.3.0 | 934 | 9/29/2016 |
2.2.0 | 67,808 | 5/12/2016 |
2.1.1 | 923 | 2/25/2016 |
2.1.0 | 801 | 2/9/2016 |
2.0.1 | 988 | 10/20/2015 |
2.0.0 | 865 | 10/11/2015 |
1.8.0 | 1,868 | 9/22/2014 |
1.7.0 | 1,230 | 5/3/2014 |