티스토리 뷰
1 2 3 4 5 6 7 8 9 10 | Import-Module Webadministration foreach ($site in (Get-ChildItem -Path IIS:\Sites |Where-Object {$_.PhysicalPath -match 'www\\$'})) { write-host $site.Name foreach ($bindings in $site.Bindings.Collection) { foreach ($binding in $bindings) { write-host $binding.bindingInformation.Split(":")[2] } } } | cs |
'운영체제' 카테고리의 다른 글
Powershell 디렉토리 하위 디렉토리 파일 리스트 확인 (0) | 2018.01.05 |
---|---|
Powershell 스트립트를 서비스로 등록하는 방법 (0) | 2018.01.03 |
Powershell Hyper-V 자주 사용하는 명령어 정리 (0) | 2017.11.17 |
Linux ssh 접속시 locale(LANG, LC_*) 전달 (0) | 2017.09.20 |
Windows Temp 디렉토리 환경변수 변경 실행 (0) | 2017.08.03 |
댓글
warpmemory
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
페이지
TAG
- 이슈처리
- deview
- File
- engineering
- error
- 명령어
- example
- command
- PowerShell
- 예제
- MariaDB
- client
- configuration
- 번역
- Ansible
- 외부링크
- RESTful
- Module
- code
- Python
- Linux
- apache
- check
- 코드
- mysql
- Windows
- httpd
- Web
- monitoring
- limits
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함