Get-Command -CommandType application Get-Command -CommandType application | Where-Object {$_.Name -like "*.cpl"} Get-Command -CommandType application | Where-Object {$_.Name -like "*.msc"} Get-Command -CommandType application | Where-Object {$_.Name -like "*.exe"} Get-Command -CommandType application | Where-Object {$_.Name -like "b*.exe"}
C:\Users\Administrator>wmic os get lastbootuptime LastBootUpTime 20180617012838.487653+540
⇒ 2018-06-17 01:28:38 부팅
PS C:\Users\DynamicLearning> quser.exe 사용자 이름 세션 이름 ID 상태 유휴 시간 로그온 시간 >dynamiclearning console 6 활성 23:45 2018-02-28 오전 8:27
Get-ChildItem -Path c:\ -Filter *.avi -Recurse