사용자 도구

사이트 도구


cloud:azure:powershell

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
cloud:azure:powershell [2018/02/28 17:44]
starlits 만듦
cloud:azure:powershell [2018/06/17 01:49] (현재)
starlits
줄 8: 줄 8:
 Get-Command -CommandType application | Where-Object {$_.Name -like "b*.exe"} Get-Command -CommandType application | Where-Object {$_.Name -like "b*.exe"}
 </code> </code>
-  - 윈도우 시작시간 (quser.exe) <code>+  - 윈도우 시작시간(부팅시간) (wmic os get lastbootuptime) <code> 
 +C:\Users\Administrator>wmic os get lastbootuptime 
 +LastBootUpTime 
 +20180617012838.487653+540 
 +</code> => 2018-06-17 01:28:38 부팅 
 +  - 윈도우 로그인시간 (quser.exe) <code>
 PS C:\Users\DynamicLearning> quser.exe PS C:\Users\DynamicLearning> quser.exe
  사용자 이름           세션 이름          ID  상태    유휴 시간  로그온 시간  사용자 이름           세션 이름          ID  상태    유휴 시간  로그온 시간
줄 16: 줄 21:
 Get-ChildItem -Path c:\ -Filter *.avi -Recurse Get-ChildItem -Path c:\ -Filter *.avi -Recurse
 </code> </code>
 +
 +===== 참고링크 =====
 +  - https://zetawiki.com/wiki/%EC%9C%88%EB%8F%84%EC%9A%B0_uptime
cloud/azure/powershell.1519807496.txt.gz · 마지막으로 수정됨: 2018/02/28 17:44 저자 starlits