I want create Folder with Batch file and pass the Name of Folder as Parameter with PowerShell is that possible. Any Tips please or tutorial.
New-Item -ItemType Directory -Path .\Desktop\TestFolder Get-Item -Path .\Desktop\TestFolder
You can do both in PowerShell itself.