ÿþ<html> <head> <title>New-ISItem</title> </head> <body> <h1>New-ISItem</h1> <div>Creates a new item.</div> <h2> Syntax </h2> <code>New-ISItem [-path] &lt;String&gt; [-value] &lt;String&gt; [-serverName] &lt;String&gt; [&lt;CommonParameters&gt;]</code> <h2> Detailed Description </h2> <div> The New-ISItem function creates a new item and sets its value. Only new SSIS folders are supported. </div> <h2> Related Commands </h2> <div> * <a href='New-ISItem.htm'>New-ISItem</a><br/> </div> <h2> Parameters </h2> <table border='1'> <tr> <th>Name</th> <th>Description</th> <th>Required?</th> <th>Pipeline Input</th> <th>Default Value</th> </tr> <tr valign='top'> <td>path&nbsp;</td> <td>&nbsp;</td> <td>true&nbsp;</td> <td>false&nbsp;</td> <td>&nbsp;</td> </tr> <tr valign='top'> <td>value&nbsp;</td> <td>&nbsp;</td> <td>true&nbsp;</td> <td>false&nbsp;</td> <td>&nbsp;</td> </tr> <tr valign='top'> <td>serverName&nbsp;</td> <td>&nbsp;</td> <td>true&nbsp;</td> <td>false&nbsp;</td> <td>&nbsp;</td> </tr> </table> <h2> Input Type </h2> <div>None You cannot pipe objects to New-ISItem.</div> <h2> Return Values </h2> <div>None This function does not generate any output.</div> <h2> Examples </h2> <h3> EXAMPLE 1</h3> <pre>new-isitem '\msdb' sqlpsx Z002</pre> <div>This command creates a new SSIS folder on the SSIS server Z002 under the root msdb path.</div> </body> </html>