While researching the timer job App State Update I was wondering if I could find the URL it accesses so I could retain its functionality by whitelisting that single URL and blocking all other internet access.
I came across the PowerShell command Get-SPMarketplaceConnectionSettings. However when I try to run it in the SharePoint Management Console I get the error:
Get-SPMarketplaceConnectionSettings : The term 'Get-SPMarketplaceConnectionSettings' 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. At line:1 char:1 + Get-SPMarketplaceConnectionSettings + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (Get-SPMarketplaceConnectionSett ings:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
The TechNet article does not list a usage example. Am I using it wrong? How else could I find out how App State Update connects to the internet? Our SharePoint environment is an on-premises installation.