xComputerManagement

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

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

Install-PSResource -Name xComputerManagement

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

- xScheduledTask:
 - Update existing Scheduled Task using SetScheduleTask
   instead of UnRegister/Register - See [Issue 134](https://github.com/PowerShell/xComputerManagement/issues/134).
- Fix master branch AppVeyor badge link URL in README.MD - See [Issue 140](https://github.com/PowerShell/xComputerManagement/issues/140).
- Fix deletion of scheduled task with unknown or empty task trigger.
 Get-TargetResource returns an empty ScheduleType string if the task
 trigger is empty or unknown - See [Issue
 137](https://github.com/PowerShell/xComputerManagement/issues/137).
- Added dependency information for xScheduledTask to README.MD.

FileList

Version History

Version Downloads Last updated
4.1.0.0 (current version) 644,001 3/22/2018
4.0.0.0 29,409 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 81,123 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,107 6/29/2016
1.6.0.0 2,011 5/18/2016
1.5.0.0 20,692 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