2

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.

4
  • sharepoint online or on prem? Commented Dec 3, 2015 at 17:16
  • On premises, I'll update the question Commented Dec 3, 2015 at 23:52
  • are you running remotely or on the server itself ? why dont you use ISE and import the snap in and use it .this gives better view on powershell commands with help and so on. Commented Dec 4, 2015 at 3:21
  • I am running it on the server itself as an administrator. I'll try the ISE. Commented Dec 4, 2015 at 9:15

1 Answer 1

0

there is another command, which will do the same thing.

Get-SPAppStoreConfiguration Returns app SharePoint Store settings.

3
  • This command just returns Enabled | True Commented Dec 4, 2015 at 9:11
  • Yes, if you read the description a if both commands are same Commented Dec 4, 2015 at 9:40
  • However it does not return any relevant information. Commented Dec 8, 2015 at 10:16

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.