8 packages tagged with “dsc”
Custom DSC Resources for hosting applications with AppFabric
Powershell Continuous Integration and Deployment Automation library
A C# library for parsing the contents of Managed Object Format (MOF) files
cCompareFolder
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.
Universal DSC Resource for Windows Users provides management of Windows local user accounts through Microsoft Desired State Configuration (DSC) v3. Features: - Create, update, and delete local Windows user accounts - Manage user properties: full name, description, password, and more - Configure account settings: enabled/disabled state, password expiration, password change requirements - Full integration with DSC v3 framework - Support for `get`, `set`, `test`, and `export` operations This resource allows you to declaratively manage Windows local users ensuring they match your desired configuration state. Usage: windows-user.exe config get --input '{"username":"testuser"}' windows-user.exe config set --input '{"username":"testuser","fullName":"Test User","description":"Test account"}' windows-user.exe config test --input '{"username":"testuser"}'
Universal DSC Resource for Windows Groups provides management of Windows local groups through Microsoft Desired State Configuration (DSC) v3. Features: - Create, update, and delete local Windows groups - Manage group properties: name, description, and membership - Configure group membership: add specific members, include/exclude members - Full integration with DSC v3 framework - Support for `get`, `set`, `test`, and `export` operations This resource allows you to declaratively manage Windows local groups ensuring they match your desired configuration state. Usage: windows-group.exe config get --input '{"groupName":"testgroup"}' windows-group.exe config set --input '{"groupName":"testgroup","description":"Test group","members":["Administrator"]}' windows-group.exe config test --input '{"groupName":"testgroup"}'
Interactive CLI/TUI tool for managing DSC configurations.