전체 글(12)
-
WSUS failures - Duplicate SUSClientIDs
WSUS 클라이언트 등록시 중복현상 발생시 해결방법 https://social.technet.microsoft.com/Forums/windowsserver/en-US/45a754ae-21b0-4dd0-a6c0-363fdd45d4b6/wsus-failures-duplicate-susclientids net stop wuauserv REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v AccountDomainSid /f REG DELETE "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate" /v PingID /f REG DELETE "HKLM\SOFTWARE\Mic..
2015.05.21 -
[2015.05.13]문제가 뭐야?
오늘의 표현 What seems to be the trouble? 문제가 뭐야? I'm wide awake. 난 정신이 아주 말짱해요. Who would hire a lazy person like you? 너같이 게으른 사람을 누가 고용하겠니
2015.05.13 -
How to check SQL Express Edition
http://technet.microsoft.com/en-us/library/ms165662(v=sql.90).aspx 1. Connect to an instance of SQL Server by using the following sqlcmd command: sqlcmd -S Server\Instance Where Server is the name of the computer and Instance is the name of the instance you want to check. If you have used the default named instance during setup, specify the instance as "SQLExpress". 2. To identify the server nam..
2015.05.11 -
ESXi Syslog Collector Installation and Configuration
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2003322 http://blog.mwpreston.net/2012/03/13/vsphere-syslog-collector-install-and-configure/
2015.05.06 -
WinSCP Version 4.3.0 접속시 "잘못된 메모리에 접근하였습니다" 라는 오류 발생시 해결방법
WinSCP Version 4.3.0 접속시 "잘못된 메모리에 접근하였습니다" 라는 오류 발생시 해결방법 WinSCP Version 4.3.0 버그로 새로만들기(N) 접속정보와 계정정보를 저장 한 후 접속 하면 해결됨 새로만들기(N) 상태에서 저장하지 않고 바로 접속 할 경우 해당 오류가 발생함.
2014.10.22 -
[팁]터미널세션 원격 로그오프
[터미널세션 원격 로그오프] 1. RPC 연결시도 - net use \\IP_ADDR /u:계정 2. Query Session - query session /server:IP_ADDR 3. Logoff - logoff /server:IP_ADDR ID
2014.10.16