PowerShell로 명령어 찾기

  • azureking
    (아주라)
  • azureking's Avatar 이 글의 작성자
  • Offline
  • Newbie
  • Newbie
더보기
04 Apr 2017 17:11 #2013 작성자: azureking
azureking 님의 글: PowerShell로 명령어 찾기
Get-Command -CommandType application | Where {$_.name -like "*.msc"}
Get-Command -CommandType application | Where {$_.name -like "disk*.msc"}
Get-Command -CommandType application | Where {$_.name -like "*.exe"}
Get-Command -CommandType application | Where {$_.name -like "*.cpl"}
Time to create page: 0.050 seconds
Powered by Kunena Forum