New-ISItem
Creates a new item.
Syntax
New-ISItem [-path] <String> [-value] <String> [-serverName] <String> [<CommonParameters>]
Detailed Description
The New-ISItem function creates a new item and sets its value. Only new SSIS folders are supported.
Related Commands
Parameters
Name |
Description |
Required? |
Pipeline Input |
Default Value |
path |
|
true |
false |
|
value |
|
true |
false |
|
serverName |
|
true |
false |
|
Input Type
None
You cannot pipe objects to New-ISItem.
Return Values
None
This function does not generate any output.
Examples
EXAMPLE 1
new-isitem '\msdb' sqlpsx Z002
This command creates a new SSIS folder on the SSIS server Z002 under the root msdb path.