cmdlet change in SharePoint 2010 New-SPIISWebServiceApplicationPool

I hope I can save you the frustration I had in debugging my script:
New-SPIISWebServiceApplicationPool -Name ManagedMetadataServiceAppPool -Account domain\user

The term 'Get-SPIISWebServiceApplicationPool' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

This command worked fine in pre-release versions of SharePoint 2010, but for the RTM they the cmdlet is missing! My scripts and documentation needed to be updated for the missing command as they changed the name in the RTM version of SP 2010.

SPServiceApplicationPool is the new cmdlet name.

New-SPServiceApplicationPool -Name ManagedMetadataServiceAppPool -Account domain\user
works great.

I am off to discover what other cmdlets have been renamed.

Comments

Anonymous said…
Thanks!

Popular posts from this blog

Robocopy Error 31 A device attached to the system is not functioning

"The following factors also affect the level of access for" user with excess permissions

Unknown server tag 'AdminControls:MigrationToolPromotionTip'. in Central Admin after installing SharePoint 2013 security update KB4482464