문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 | ||
cloud:azure:powershell [2018/06/17 01:42] – starlits | cloud:azure:powershell [2025/10/03 22:30] (현재) – 바깥 편집 127.0.0.1 | ||
---|---|---|---|
줄 8: | 줄 8: | ||
Get-Command -CommandType application | Where-Object {$_.Name -like " | Get-Command -CommandType application | Where-Object {$_.Name -like " | ||
</ | </ | ||
- | - 윈도우 시작시간 (wmic os get lastbootuptime) < | + | - 윈도우 시작시간(부팅시간) |
C: | C: | ||
LastBootUpTime | LastBootUpTime | ||
줄 21: | 줄 21: | ||
Get-ChildItem -Path c:\ -Filter *.avi -Recurse | Get-ChildItem -Path c:\ -Filter *.avi -Recurse | ||
</ | </ | ||
+ | |||
+ | ===== 참고링크 ===== | ||
+ | - https:// |