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
- apache
- Module
- 예제
- 번역
- 이슈처리
- Python
- code
- MariaDB
- check
- deview
- Web
- limits
- httpd
- Ansible
- Windows
- RESTful
- File
- 외부링크
- client
- PowerShell
- mysql
- engineering
- 명령어
- error
- monitoring
- 코드
- command
- Linux
- configuration
- 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 |
글 보관함