February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to backup all of the form templates and data connection files that have been deployed to forms services.
Solution: Use the Export-SPInfoPathAdministrationFiles cmdlet.
You can use the Export-SPInfoPathAdministrationFiles cmdlet to produce a backup CAB file that contains all the forms and data connection files that have been deployed to the InfoPath Forms Services Application. Simply provide a path and filename, as shown in Listing 12.9. Optionally, you can provide the identity of the InfoPath Forms Service Application.
Listing 12.9. Backup InfoPath Forms Services Files to a CAB File
Export -SPInfoPathAdministrationFiles -Path E:\IPBackup.CAB
Read now
Unlock full access