简而言之,powershell是cmd的高级版!
ref:
Read more: Difference Between PowerShell and CMD
①用处
cmd.exe: 文件管理(复制粘贴删除……)
powershell:ping or copy and automate many different system administration tasks which are not accessible from cmd.exe; 同时也是管理员的scripting environment
②使用者:
cmd.exe: 普通用户
powershell:系统管理员