SharePoint Dragons

Nikander & Margriet on SharePoint

Setting another application pool for PowerPivot using PowerShell

The title says it all:

# Change application pool for specific service application
$appPool = Get-SPServiceApplicationPool | where { $_.Name -eq “SharePoint – PowerPivot Application Pool” }

$serviceApp = Get-SPServiceApplication -Name “ODH PowerPivot Service Application”
$serviceApp.ApplicationPool = $appPool
$serviceApp.Update()

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: