티스토리 뷰
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | $homeDir = C:\home $items = New-Object System.Collections.ArrayList $items.Add($homeDir) $dirs = Get-ChildItem -Path $homeDir -Recurse | ?{ $_.PSIsContainer } | Select-Object FullName foreach ($dir in $dirs) { $items.Add($dir.FullName) } $files = Get-ChildItem -Path $homeDir -Recurse | Select-Object DirectoryName,Name | where { $_.DirectoryName -ne $NULL } foreach ($file in $files) { $items.Add($file.DirectoryName + "\" + $file.Name) } foreach ($item in $items) { Write-Host $item } | cs |
'운영체제' 카테고리의 다른 글
Windows TIME_WAIT으로 인한 신규 소켓 오픈 실패 (0) | 2018.02.01 |
---|---|
Powershell 몇 일 전 날자 요일 뽑아 오기 (0) | 2018.01.05 |
Powershell 스트립트를 서비스로 등록하는 방법 (0) | 2018.01.03 |
Powershell IIS binding 도메인 가져오기 (0) | 2017.12.05 |
Powershell Hyper-V 자주 사용하는 명령어 정리 (0) | 2017.11.17 |
댓글
warpmemory
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
페이지
TAG
- 예제
- code
- PowerShell
- Python
- limits
- error
- Ansible
- 명령어
- engineering
- Web
- File
- command
- configuration
- apache
- Linux
- monitoring
- 이슈처리
- 외부링크
- 번역
- RESTful
- deview
- Module
- Windows
- MariaDB
- httpd
- client
- mysql
- check
- 코드
- example
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함