Resource Type: dsc_xwindowsprocess

Defined in:
lib/puppet/type/dsc_xwindowsprocess.rb

Overview

The DSC xWindowsProcess resource type. Automatically generated from version 9.2.1

Properties

  • dsc_ensure

    Indicates whether the process is present (running) or absent (not running).

  • dsc_handlecount

    The number of handles opened by the process.

  • dsc_nonpagedmemorysize

    The amount of nonpaged memory, in bytes, allocated for the process.

  • dsc_pagedmemorysize

    The amount of paged memory, in bytes, allocated for the process.

  • dsc_processcount

    The number of instances of the given process that are currently running.

  • dsc_processid

    The unique identifier of the process.

  • dsc_standarderrorpath

    The path to write the standard error stream to.

  • dsc_standardinputpath

    The path to receive standard input from.

  • dsc_standardoutputpath

    The path to write the standard output stream to.

  • dsc_virtualmemorysize

    The amount of virtual memory, in bytes, allocated for the process.

  • dsc_workingdirectory

    The directory to run the processes under.

Parameters

  • dsc_arguments (namevar)

    A string of arguments to pass to the process executable. Pass in an empty string if no arguments are needed.

  • dsc_credential

    The credential to run the process under.

  • dsc_path (namevar)

    The full path or file name to the process executable to start or stop.

  • dsc_psdscrunascredential
  • dsc_timeout

    The maximum time in seconds to wait for the DSC resource to complete.

  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).