xComputerManagement

3.0.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 3.0.0.0

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

Install-PSResource -Name xComputerManagement -Version 3.0.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: Added parameter to set the local computer description along with documentation
and unit tests for this change.
* BREAKING CHANGE: xScheduledTask:
 * Converted all Interval/Duration type parameters over to be string format
   to prevent the Timezone the MOF file was created in from being stored.
   This is to fix problems where MOF files are created in one timezone but
   deployed nodes to a different timezone - See [Issue 85](https://github.com/PowerShell/xComputerManagement/issues/85)
 * Added ConvertTo-TimeSpanFromScheduledTaskString function and refactored
   to reduce code duplication.
 * Added support for setting repetition duration to `Indefinitely`.
* xComputer:
 * Moved strings to localization file.
 * Updated to meet HQRM guidelines.
* xVirtualMemory:
 * Refactored shared common code into new utility functions to
   reduce code duplication and improve testability.
 * Moved strings into localizable strings file.
 * Converted calls to `throw` to use `New-InvalidOperationException`
   in CommonResourceHelper.
 * Improved unit test coverage.
 * Updated to meet HQRM guidelines.

FileList

Version History

Version Downloads Last updated
4.1.0.0 645,243 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 (current version) 5,976 10/5/2017
2.1.0.0 81,132 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,862 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,732 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 more