PowerShell Basic Commands You Need To Learn This

PowerShell Basic Commands 



PowerShell Basic Commands 

first you need to open PowerShell in windows to run these commands for best practice.

 
Create a New Directory

New-Item -ItemType Directory -Name <FolderName>

Create a New File
New-Item -ItemType File -Name <FileName>

Delete a File or Folder

Remove-Item <Path>

Comments

Popular posts from this blog

PowerShell Command With Ipv6 in PC

Important Windows Command Line