Add a new service application pool in SP
You can use the New-SPServiceApplicationPool cmdlet to create new Web service application pools in IIS.
PS > New-SPServiceApplicationPool -Name “AppPool” `
>> -account (Get-SPManagedAccount domain\account)
ReTweet this Tip!