#Get the infopath form settings for entire farm
Get-SPInfoPathFormsService
#Get all udc file
Get-SPDataConnectionFile
#Get data connection dependent file
Get-SPDataConnectionFileDependent
#Get InfoPath form templates
Get-SPInfoPathFormTemplate
#Get a list of user agents in the entire farm
Get-SPInfoPathUserAgent
#Get web service proxy for a web application
Get-SPInfoPathWebServiceProxy -Identity "http://w15-sp"
Get-SPInfoPathFormsService
#Get all udc file
Get-SPDataConnectionFile
#Get data connection dependent file
Get-SPDataConnectionFileDependent
#Get InfoPath form templates
Get-SPInfoPathFormTemplate
#Get a list of user agents in the entire farm
Get-SPInfoPathUserAgent
#Get web service proxy for a web application
Get-SPInfoPathWebServiceProxy -Identity "http://w15-sp"
No comments:
Post a Comment