xComputerManagement

4.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 4.0.0.0

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

Install-PSResource -Name xComputerManagement -Version 4.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

- BREAKING CHANGE: xScheduledTask:
 - Breaking change because `Get-TargetResource` no longer outputs
   `ActionExecutable` and `ScheduleType` properties when the scheduled
   task does not exist. It will also include `TaskPath` in output when
   scheduled task does not exist.
- xScheduledTask:
 - Add support to disable built-in scheduled tasks - See [Issue 74](https://github.com/PowerShell/xComputerManagement/issues/74).
 - Fix unit test mocked schedule task object structure.
 - Fix error message when trigger type is unknown - See [Issue 121](https://github.com/PowerShell/xComputerManagement/issues/121).
 - Moved strings into separate strings file.
 - Updated to meet HQRM guidelines.
- xComputer:
 - Resolved bug in Get-ComputerDomain where LocalSystem doesn"t have
   rights to the domain.
- Updated tests to meet Pester V4 guidelines - See [Issue 106](https://github.com/PowerShell/xComputerManagement/issues/106).
- Converted module to use auto documentation format.

FileList

Version History

Version Downloads Last updated
4.1.0.0 681,173 3/22/2018
4.0.0.0 (current version) 29,519 2/8/2018
3.2.0.0 14,560 12/20/2017
3.1.0.0 14,071 11/15/2017
3.0.0.0 5,980 10/5/2017
2.1.0.0 81,269 8/23/2017
2.0.0.0 16,524 7/12/2017
1.10.0.0 5,439 5/31/2017
1.9.0.0 28,780 12/14/2016
1.8.0.0 23,907 8/10/2016
1.7.0.0 40,444 6/29/2016
1.6.0.0 2,012 5/18/2016
1.5.0.0 21,806 3/31/2016
1.4.0.0 1,469 2/3/2016
1.3.0 2,877 6/8/2015
1.2.2 1,803 2/19/2015
1.2.1 232 5/13/2014
1.2 99 4/8/2014
Show more