xComputerManagement

2.1.0.0

The xComputerManagement module is originally part of the Windows PowerShell Desired State Configuration (DSC) Resource Kit. This version has been modified for use in Azure. This module contains the xComputer and xDisk resources. These DSC Resources allow you to perform computer management tasks, like joining a domain or initializing disks.

All of the resources in t
The xComputerManagement module is originally part of the Windows PowerShell Desired State Configuration (DSC) Resource Kit. This version has been modified for use in Azure. This module contains the xComputer and xDisk resources. These DSC Resources allow you to perform computer management tasks, like joining a domain or initializing disks.

All of the resources in the DSC Resource Kit are provided AS IS, and are not supported through any Microsoft standard support program or service.
Show more

Minimum PowerShell version

4.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name xComputerManagement -RequiredVersion 2.1.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name xComputerManagement -Version 2.1.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Corporation

Tags

DesiredStateConfiguration DSC DSCResourceKit DSCResource

DSCResources

xComputer xOfflineDomainJoin xPowerPlan xScheduledTask xVirtualMemory

Dependencies

This module has no dependencies.

Release Notes

* xComputer: Changed comparison that validates if we are in the correct AD
 Domain to work correctly if FQDN wasn"t used.
* Updated AppVeyor.yml to use AppVeyor.psm1 module in DSCResource.Tests.
* Removed Markdown.md errors.
* Added CodeCov.io support.
* xScheduledTask
 * Fixed incorrect TaskPath handling - [Issue 45](https://github.com/PowerShell/xComputerManagement/issues/45)
* Change examples to meet HQRM standards and optin to Example validation
 tests.
* Replaced examples in README.MD to links to Example files.
* Added the VS Code PowerShell extension formatting settings that cause PowerShell
 files to be formatted as per the DSC Resource kit style guidelines - [Issue 91](https://github.com/PowerShell/xComputerManagement/issues/91).
* Opted into Common Tests "Validate Module Files" and "Validate Script Files".
* Converted files with UTF8 with BOM over to UTF8 - fixes [Issue 90](https://github.com/PowerShell/xComputerManagement/issues/90).
* Updated Year to 2017 in License and Manifest - fixes [Issue 87](https://github.com/PowerShell/xComputerManagement/issues/87).
* Added .github support files - fixes [Issue 88](https://github.com/PowerShell/xComputerManagement/issues/88):
 * CONTRIBUTING.md
 * ISSUE_TEMPLATE.md
 * PULL_REQUEST_TEMPLATE.md
* Resolved all PSScriptAnalyzer warnings and style guide warnings.
* xOfflineDomainJoin:
 * Changed to use CommonResourceHelper to load localization strings.
 * Renamed en-US to be correct case so that localization strings can be loaded.
 * Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for
   `$global:DSCMachineStatus = 1`.
* xComputer:
 * Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for
   `$global:DSCMachineStatus = 1`.
* xVirtualMemory:
 * Suppress PSScriptAnalyzer rule PSAvoidGlobalVars for
   `$global:DSCMachineStatus = 1`.

FileList

Version History

Version Downloads Last updated
4.1.0.0 645,062 3/22/2018
4.0.0.0 29,420 2/8/2018
3.2.0.0 14,549 12/20/2017
3.1.0.0 14,063 11/15/2017
3.0.0.0 5,976 10/5/2017
2.1.0.0 (current version) 81,126 8/23/2017
2.0.0.0 16,511 7/12/2017
1.10.0.0 5,438 5/31/2017
1.9.0.0 28,766 12/14/2016
1.8.0.0 23,861 8/10/2016
1.7.0.0 39,144 6/29/2016
1.6.0.0 2,011 5/18/2016
1.5.0.0 20,726 3/31/2016
1.4.0.0 1,468 2/3/2016
1.3.0 2,876 6/8/2015
1.2.2 1,802 2/19/2015
1.2.1 231 5/13/2014
1.2 98 4/8/2014
Show less