How to Create New Folder using PowerShell with Tricentis Tosca?

preview_player
Показать описание
In this video, we'll see how to create a new folder using PowerShell.
Syntax of command

New-Item 'Path' -ItemType Directory
New-Item - cmdlet used to create a new item
Path - Specify the path you wish to create a new folder
-itemType - Specify the Item Type to be created

In order to create a folder, we've specified Item Type as Directory.
Рекомендации по теме