# PowerShell’s New-Item creates a folder
$Location = “c:\”
New-Item -Path $Location -Name temp” -ItemType “directory”
#Invoke-Item $Location
# PowerShell’s New-Item creates a folder
$Location = “c:\”
New-Item -Path $Location -Name temp” -ItemType “directory”
#Invoke-Item $Location
This website uses cookies. By continuing to use this site, you accept our use of cookies.