Resource Type: dsc_officeonlineservermachine

Defined in:
lib/puppet/type/dsc_officeonlineservermachine.rb
Providers:
powershell

Overview

The DSC OfficeOnlineServerMachine resource type. Automatically generated from ‘OfficeOnlineServerDsc/DSCResources/MSFT_OfficeOnlineServerMachine/MSFT_OfficeOnlineServerMachine.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present
    • absent

Parameters

  • dsc_ensure

    Ensure - Ensure Present or Absent Valid values are Present, Absent.

  • dsc_machinetojoin

    MachineToJoin - Specifies the name of any server that is already a member of the Office Web Apps Server farm.

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_roles

    Roles - Specifies one or more server roles, separated by commas, to assign to the new server. If no roles are specified, then the server is assigned all roles.

  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_officeonlineservermachine` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.