Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Update ImportScript.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
TFinnerty22 authored Sep 15, 2017
1 parent e884c68 commit 33bf15a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ImportScript.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Import-Module JAMS

Import-JAMSXml -Path "The path to your import file." -TargetFolder "Your folder path in JAMS goes here" -Server "Your server goes here"
Import-JAMSXml -Path "The path to your first import file." -TargetFolder "Your folder path in JAMS goes here" -Server "Your server goes here"

Import-JAMSXml -Path "The path to your second import file." -TargetFolder "Your folder path in JAMS goes here" -Server "Your server goes here"

0 comments on commit 33bf15a

Please sign in to comment.