#Is Bing Maps blocked
Get-SPBingMapsBlock
#Get the current BingMAps Key
Get-SPBingMapsKey
#Get Product details for SharePoint like Language Server,Language Pack,Project Server
Get-SPProduct
#Get the servers where Microsoft SharePoint Server 2013 is installed
Get-SPProduct
|?{$_.ProductName -like "Microsoft SharePoint Server 2013"}|select ProductName,Servers
#Get System Account or managed account and Security Identifier
Get-SPProcessAccount
#Get all web part
Get-SPWebPartPack
Get-SPBingMapsBlock
#Get the current BingMAps Key
Get-SPBingMapsKey
#Get Product details for SharePoint like Language Server,Language Pack,Project Server
Get-SPProduct
#Get the servers where Microsoft SharePoint Server 2013 is installed
Get-SPProduct
|?{$_.ProductName -like "Microsoft SharePoint Server 2013"}|select ProductName,Servers
#Get System Account or managed account and Security Identifier
Get-SPProcessAccount
#Get all web part
Get-SPWebPartPack
Get-SPHelpCollection
#returns the latest time the internal app state update job was invoked.
Get-SPInternalAppStateSyncLastRunTime
#the interval in hours between updates of the internal app state update job.
Get-SPInternalAppStateUpdateInterval
#returns IRM settings for the entire farm
Get-SPIRMSettings
#Get Managed Account
Get-SPManagedAccount
#Get Managed Path
Get-SPManagedPath -WebApplication "http://intranet.contoso.com"
No comments:
Post a Comment