Powershell IIS 속성 변경
12345678910111213import-module webadministration$rows = ls IIS:\Sites |select Nameforeach ($row in $rows){ $site_name = $row.Name if (($site_name -ne "Default FTP Site") -and ($site_name -ne "Default Web Site") -and !($site_name -match "_ftp") ){ $webknight_path = Get-WebConfigurationProperty -filter //isapiFilters -PSPath "iis:\sites\$site_name" -name Collection[name="WebKnight"] |select path e..
운영체제
2020. 3. 5. 19:33
warpmemory
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
페이지
TAG
- command
- Module
- Python
- configuration
- Linux
- code
- check
- httpd
- Ansible
- Windows
- client
- File
- example
- 명령어
- deview
- 코드
- limits
- 번역
- engineering
- RESTful
- 이슈처리
- MariaDB
- mysql
- 예제
- apache
- PowerShell
- Web
- 외부링크
- error
- monitoring
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함