Resource Type: dsc_spwebappsuitebar

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

Overview

The DSC SPWebAppSuiteBar resource type. Automatically generated from ‘SharePointDsc/DSCResources/MSFT_SPWebAppSuiteBar/MSFT_SPWebAppSuiteBar.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

Parameters

  • dsc_installaccount

    InstallAccount - POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsCredential if using PowerShell 5

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_suitebarbrandingelementhtml

    SuiteBarBrandingElementHtml - SP2013: HTML to inject in the left hand-side of the Suite Bar

  • dsc_suitenavbrandinglogonavigationurl

    SuiteNavBrandingLogoNavigationUrl - SP2016+: Url to take the users to when the suite bar logo is clicked

  • dsc_suitenavbrandinglogotitle

    SuiteNavBrandingLogoTitle - SP2016+: Alternative text for the Suite Bar Logo

  • dsc_suitenavbrandinglogourl

    SuiteNavBrandingLogoUrl - SP2016+: URL of the logo for the Suite Bar

  • dsc_suitenavbrandingtext

    SuiteNavBrandingText - SP2016+: Text to display at the left hand side of the suite bar

  • dsc_webappurl

    WebAppUrl - The URL of the web application

  • name (namevar)
  • provider

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