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
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 FolderRemove-Item <Path>
Comments
Post a Comment