Carbon 2.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Carbon --version 2.0.1
NuGet\Install-Package Carbon -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Carbon" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Carbon --version 2.0.1
#r "nuget: Carbon, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Carbon as a Cake Addin
#addin nuget:?package=Carbon&version=2.0.1

// Install Carbon as a Cake Tool
#tool nuget:?package=Carbon&version=2.0.1

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.11.0 5,336 11/3/2021
2.8.1 4,172 3/26/2019
2.8.0 704 3/25/2019
2.7.0 1,689 12/11/2018
2.6.0 3,295 7/8/2018
2.5.4 1,814 6/2/2018
2.5.3 1,009 6/1/2018
2.5.2 1,075 6/1/2018
2.5.1 1,073 6/1/2018
2.5.0 18,278 6/18/2017
2.4.1 9,039 2/21/2017
2.4.0 2,622 11/9/2016
2.3.0 1,370 9/29/2016
2.2.0 94,323 5/12/2016
2.1.1 1,494 2/25/2016
2.1.0 1,194 2/9/2016
2.0.1 1,405 10/20/2015
2.0.0 1,321 10/11/2015
1.8.0 2,707 9/22/2014
1.7.0 1,833 5/3/2014

* Fixed: errors importing Carbon when IIS not installed on Windows 2012 R2 and Windows 10 (fixes [issue 168: Cannot import Carbon 2.0 module due to issues with IIS related functionality](https://bitbucket.org/splatteredbits/carbon/issues/168)).
* Fixed Carbon copyright statements.
* Improved Carbon's module description.