GithubHelp home page GithubHelp logo

00mjk / xwindowsupdate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dsccommunity/xwindowsupdate

0.0 0.0 0.0 234 KB

This module contains DSC resources for configuration of Microsoft Windows Update and installing Windows updates.

License: MIT License

PowerShell 100.00%

xwindowsupdate's Introduction

xWindowsUpdate

Build Status Azure DevOps coverage (branch) codecov Azure DevOps tests PowerShell Gallery (with prereleases) PowerShell Gallery

This module contains DSC resources for configuration of Microsoft Windows Update and installing Windows updates.

Code of Conduct

This project has adopted this Code of Conduct.

Releases

For each merge to the branch master a preview release will be deployed to PowerShell Gallery. Periodically a release version tag will be pushed which will deploy a full release to PowerShell Gallery.

Contributing

Please check out common DSC Community contributing guidelines.

Resources

xHotfix

Parameters

  • [String] Path: Specifies the path that contains the file for the hotfix installation.
  • [String] Log: Specifies the location of the log that contains information from the install or uninstall. If not specified a temporary log name is created by the resource.
  • [String] Id: Specifies the hotfix ID of the Windows update that uniquely identifies the hotfix.
  • [String] Ensure: Specifies whether the hotfix should be installed or uninstalled. Default value is 'Present'. { Present | Absent }
  • [PSCredential] Credential: Specifies the credential to use to authenticate to a UNC share if the path is on a UNC share.

Read-Only Properties from Get-TargetResource

None.

xWindowsUpdateAgent

Parameters

  • [String] IsSingleInstance: Specifies the resource is a single instance, the value must be 'Yes'.
  • [System.Boolean] UpdateNow: Specifies if the resource should trigger an update during consistency check including initial configuration.
  • [String[]] Category: Specifies one or more categories of updates that should be included. Defaults to 'Security'. Please note that security is not mutually exclusive with Important and Optional, so selecting Important may install some security updates, etcetera. { Security | Important | Optional }
  • [String] Notifications: Specifies if the Windows update agent should notify about updates. { Disabled | ScheduledInstallation }
  • [String] Source: Specifies which source service Windows update agent should use when searching for updates. Note that the option 'WSUS' is currently reserved for future use and not yet implemented. { MicrosoftUpdate | WindowsUpdate | WSUS }
  • [SInt32] RetryAttempts: Specifies the number of retries when some known transient errors are raised during calls to Windows Update. Defaults to 3. Known transient errors are 0x8024402c, 0x8024401c, 0x80244022, and 0x80244010.
  • [SInt32] RetryDelay: Specifies the delay in seconds before each retry. Defaults to 0.

Read-Only Properties from Get-TargetResource

  • [String] AutomaticUpdatesNotificationSetting: Automatic Updates Notification Setting.
  • [UInt32] TotalUpdatesNotInstalled: Count of updates not installed. Only returned if UpdateNow is specified.
  • [System.Boolean] RebootRequired: Indicates if Wua Requires a reboot. Only returned if UpdateNow is specified.

xwindowsupdate's People

Contributors

bleecky avatar chirishman avatar chrislgardner avatar gtatelive avatar j0f3 avatar joeyaiello avatar johlju avatar karolkaczmarek avatar kwirkykat avatar mprahl avatar nanalakshmanan avatar powershellteam avatar pyrostew avatar themadchem1st avatar travisez13 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.