Skip to content

SPVisioServiceApp

Brian Farnhill edited this page Jun 2, 2016 · 20 revisions

Parameters

Parameter Attribute DataType Description Allowed Values
Name Key string The name of the service application
ApplicationPool Required string The name of the application pool to run the service app in
Ensure Write string Present if the service app should exist, absent if it should not Present, Absent
InstallAccount Write String POWERSHELL 4 ONLY: The account to run this resource as, use PsDscRunAsAccount if using PowerShell 5

Description

This resource is responsible for creating Visio Graphics Service Application instances within the local SharePoint farm. The resource will provision and configure the Visio Graphics Service Application. Example SPVisioServiceApp VisioServices { Name = "Visio Graphics Service Application" ApplicationPool = "SharePoint Web Services" Ensure = "Present" InstallAccount = $InstallAccount }

Clone this wiki locally