서버이전 소스/타겟 서버들에 Web Deploy 툴 설치https://www.microsoft.com/ko-kr/download/details.aspx?id=43717소스 서버 패키지 생성"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:metakey=lm/w3svc/1 -dest:package=C:\iis_site1_package.zip소스 서버 C:\iis_site1_package.zip 파일을 타겟 서버로 복사타겟 서버 이미생성된 site2에 패키지 복원"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:package=C..
ftp_upload_example.ps112345678910111213141516171819202122$ftphost = "%(host)s"$ftpport = %(port)s$ftpusername= "%(user)s"$ftppassword = "%(passwd)s" $filename = [io.path]::GetFileName("%(file_full_path)s")[Net.ServicePointManager]::ServerCertificateValidationCallback ={$true}$ftpURL = "ftp://{0}:{1}/{2}" -f $ftphost, $ftpport, $filename$ftp = [System.Net.FtpWebRequest]::Create($ftpURL)$ftp = [Sy..
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263$ScriptBlock = { param( [Parameter(Position=0, Mandatory=$false)][int]$threadNum=$(throw "threadNum param is not null"), [Parameter(Position=0, Mandatory=$false)][string]$targetServer=$(throw "targetServer param is not null"), [Parameter(Position=0, Mandatory=$false)][string]$comm..
123456schtasks /Create [/S system [/U username [/P [password]]]][/RU username [/RP [password]] /SC schedule [/MO modifier] [/D day][/M months] [/I idletime] /TN taskname /TR taskrun [/ST starttime][/RI interval] [ {/ET endtime | /DU duration} [/K] [/XML xmlfile] [/V1]] [/SD startdate] [/ED enddate] [/IT] [/Z] [/F]cs https://msdn.microsoft.com/ko-kr/library/windows/desktop/bb736357(v=vs.85).aspx ..
- Total
- Today
- Yesterday
- 코드
- example
- configuration
- error
- engineering
- 외부링크
- Module
- limits
- 명령어
- mysql
- check
- 이슈처리
- 예제
- Web
- command
- Ansible
- Python
- monitoring
- File
- Linux
- 번역
- deview
- PowerShell
- MariaDB
- httpd
- RESTful
- apache
- Windows
- client
- code
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |