달력

5

« 2024/5 »

  • 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
2009. 2. 5. 10:23

Windows Server 2008 Core 설정 Etc.2009. 2. 5. 10:23

Network Interface 나열

Netsh interface ipv4 show interfaces

(구성할 NIC IDX 번호 기억)

 

NIC IP 설정

Netsh interface ipv4 set address name=[IDX] source=static address=[static ip] mask=[subnet mask] gateway=[default gateway]

 

NIC DNS 서버 설정

Netsh interface ipv4 add dnsserver name=[IDX] address=[dnsip] index=1

원격 데스크탑 설정

Cscript c:\windows\system32\scregedit.wsf /ar 0

(0은 활성, 1은 비활성)

 

원격 데스크탑 설정 상태 보기

Cscript c:\windows\system32\scregedit.wsf /ar /v

(0은 활성, 1은 비활성)

 

원격 데스크탑의 보안 강화 레벨 비활성

Cscript c:\windows\system32\scregedit.wsf /cs 0

 

방화벽의 원격 데스크탑 허용

Netsh advfirewall firewall set rule group=”Remote Desktop” new enable=yes

 

방화벽의 파일 및 프린터 공유 허용

Netsh advfirewall firewall set rule group=”File and Printer sharing” new enable=yes

Administrator 암호 변경

Net user administrator *

 

서버 이름 설정

Netdom renamecomputer [currentcomputername] /NewName:[newcomputername]

 

도메인 참가

Netdom join [computername] /domain:[DomainName] /userd:[UserName] /password:*

 

도메인 탈퇴

Netdom remove

시간 설정

Control timedate.cpl

 

자동 업데이트 설정

Cscript c:\windows\system32\scregedit.wsf /au 4

 

자동 업데이트 끄기

Cscript c:\windows\system32\scregedit.wsf /au 1

 

자동 업데이트 설정 보기

Cscript c:\windows\system32\scregedit.wsf /au /v

 

서버 활성화 (정품 인증)

Slmgr.vbs –ipk [Product Key]  <- 제품키 입력

Slmgr.vbs –ato  <- Activation

Slmgr.vbs –dlv  <- 라이선스 상태 확인

 

페이징 파일 설정

Wmic pagefileset where name=[path/filename] set Initialsize=[initialsize],MaximumSize=[maxsize]

Active Directory Promotion

다음 내용을 TXT 파일로 저장 후 Dcpromo /unattend:[TXT 파일]

(DNS Server Role 설치, Functional Level : Windows Server 2008)

 

[DCInstall]

ReplicaOrNewDomain=Domain

NewDomain=Forest

NewDomainDNSName=DOMAIN.COM

ForestLevel=3

DomainNetbiosName=DOMAIN

DomainLevel=3

InstallDNS=Yes

ConfirmGc=Yes

CreateDNSDelegation=No

DatabasePath="C:\Windows\NTDS"

LogPath="C:\Windows\NTDS"

SYSVOLPath="C:\Windows\SYSVOL"

SafeModeAdminPassword=P@ssw0rd

 

DNS Reverse Lookup Zone 구성 (ex: 192.168.1.0)

dnscmd localhost /ZoneAdd 1.168.192.in-addr.arpa. /DSPrimary

net stop DNS

net start DNS

역할 설치

http://technet.microsoft.com/en-us/library/cc753802.aspx

 

Hyper-V Role 설치

Start /w ocsetup Microsoft-Hyper-V

 

기능 설치

start /w ocsetup <feature name>(대소문자 구분)

 

기능: Feature Name

Failover Cluster: FailoverCluster-Core

Network Load Balancing: NetworkLoadBalancingHeadlessServer

Subsystem for UNIX-bases applications: SUA

Multipath IO: Microsoft-Windows-MultipathIO

Removable Storage Management: Microsoft-Windows-RemovableStorageManagementCore

Bitlocker Drive Encryption: BitLocker

Backup: WindowsServerBackup

Simple Network Management Protocol (SNMP): SNMP-SC

WINS: WINS-SC

 

:
Posted by 커널64
2008. 12. 23. 16:04

Windows Media Services 관련 정보 Etc.2008. 12. 23. 16:04

Windows Media Player 버전과 Windows media service의 버전별 지원 프로토콜 정보

Windows Media Services version 9.5 (Windows Server 2008 family) Windows Media Services versions 9.0 and 9.1 (Windows Server 2003 family) Windows Media Services version 4.1 (Windows 2000 Server family)
Windows Media Player for Windows Vista

RTSP
HTTP 1.0/1.1
Multicast

RTSP
HTTP 1.0/1.1
Multicast
HTTP 1.0
Multicast
Windows Media Player 11 RTSP
HTTP 1.0/1.1
Multicast
RTSP
HTTP 1.0/1.1
Multicast
HTTP 1.0
Multicast
Windows Media Player 10 RTSP
HTTP 1.0/1.1
Multicast
RTSP
HTTP 1.0/1.1
Multicast
MMS
HTTP 1.0
Multicast
Windows Media Player 9 Series

RTSP
HTTP 1.0/1.1
Multicast

RTSP
HTTP 1.0/1.1
Multicast
MMS
HTTP 1.0
Multicast
Windows Media Player for Windows XP or earlier HTTP 1.0
Multicast
MMS
HTTP 1.0
Multicast
MMS
HTTP 1.0
Multicast
Windows Media Player Mobile HTTP 1.0
Multicast
MMS
HTTP 1.0
Multicast
MMS
HTTP 1.0
Multicast
Windows Media Player for Mac HTTP 1.0
Multicast
MMS
HTTP 1.0
Multicast
MMS
HTTP 1.0
Multicast
Windows Media Components for QuickTime RTSP
HTTP 1.0
Multicast
RTSP
HTTP 1.0
Multicast
MMS
HTTP 1.0
Multicast


유니케스트 포트 정보

Application Protocol Protocol Port Description(used for)
RTSP TCP 554 (In/Out) - RTSP를 이용해 클라이언트의 연결을 수신
- RTSPT를 이용해 클라이언트에게 데이터 패킷 전송
RTSP UDP 5004 (Out) RTSPU를 이용해 클라이언트에게 스트리밍
RTSP UDP 5005 (In/Out) - 클라이언트의 패킷 손실 정보를 수신
- RTSPU를 사용해 스트리밍 받는 클라이언트에게 동기화 정보를 전송
MMS TCP 1755 (In/Out) - MMS를 사용하는 클라이언트의 연결을 수신
- MMST를 이용해 스트리밍 받는 클라이언트에게 데이터 패킷 전송
MMS UDP 1755 (In/Out) - 클라이언트의 패킷 손실 정보 수신
- MMSU를 사용해 스트리밍 받는 클라이언트에게 동기화 정보 전송
MMS UDP 1024-5000 (Out) - MMSU를 이용해 스트리밍 받는 클라이언트에게 데이터 패킷 전송
(필요한 수의 포트만 Open)
HTTP TCP 80 (In/Out) - 들어오는 HTTP 클라이언트 연결 수신
- HTTP를 이용해 스트리밍 받는 클라이언트에 데이터 패킷 전송


:
Posted by 커널64
2008. 12. 22. 15:39

Volume Shadow Copy를 지원하는 Microsoft의 제품 Etc.2008. 12. 22. 15:39

Exchange 2003 service pack 2
Exchange 2007 – including LCR and CCR configurations
SQL Server 2000 service pack 4
SQL Server 2005
SQL Server 2008
SharePoint Server 2003 / WSS 2.0 – protected as SQL databases
SharePoint Server 2007 / WSS 3.0
Virtual Server 2005 R2 service pack 1
Windows Server 2003 service pack 1
Windows Server 2008
Windows XP Professional service pack 2
Windows Vista Business edition or higher
:
Posted by 커널64
2008. 12. 21. 11:23

Windows 버전별 빌드 넘버 Etc.2008. 12. 21. 11:23

1381 - NT4
2195 - Windows 2000 Server
2600 - Windows XP
3790 - Windows Server 2003
6001 - Windows Vista/Windows Server 2008
:
Posted by 커널64
2008. 12. 21. 00:27

결혼 후 호칭 Etc.2008. 12. 21. 00:27

사용자 삽입 이미지

:
Posted by 커널64
2008. 12. 20. 01:17

스크립트(WMI)를 이용해 프로세스 실행 Etc.2008. 12. 20. 01:17

set process = GetObject("winmgmts:{impersonationLevel=impersonate}!Win32_Process")
result = process.Create ("notepad.exe",null,null,processid)
:
Posted by 커널64
2008. 12. 20. 01:16

WMI 관련 툴 Etc.2008. 12. 20. 01:16

WMI CIM Studio


Scriptomatic Version 2.0

:
Posted by 커널64
2008. 12. 11. 18:45

Windows Server 2003 R2의 DFS-R에 대한 FAQ Etc.2008. 12. 11. 18:45

http://technet.microsoft.com/en-us/library/cc773238.aspx

Interoperability
Can DFS Replication communicate with FRS?
Can DFS Replication replace FRS for SYSVOL replication on Windows Server 2003 R2?
Can I upgrade from FRS to DFS Replication without losing configuration settings?
Can I use DFS Replication in a mixed Windows/UNIX environment?
Can I use Volume Shadow Copy Service with DFS Replication?
Do file system policies impact DFS Replication?
Does DFS Replication replicate mailboxes hosted on Microsoft Exchange Server?
Does DFS Replication support file screens created by File Server Resource Manager?
Is DFS Replication cluster aware?
Is DFS Replication compatible with RIS and WDS?
Is it possible to use DFS Replication with Offline Files?
What antivirus applications are compatible with DFS Replication?
What are the benefits of using DFS Replication instead of Windows SharePoint Services?

Limitations and requirements
Can DFS Replication replicate between branch offices without a VPN connection?
Can DFS Replication replicate files encrypted with the Encrypting File System?
Can DFS Replication replicate Outlook .PST files?
Can I use DFS Replication in a workgroup?
Can more than one folder be replicated on a single server?
Does DFS Replication require DFS Namespaces?
Does DFS Replication require time synchronization between servers?
Does DFS Replication support replicating an entire volume?
Does DFS Replication support RPC over HTTP?
Does DFS Replication work across wireless networks?
Does DFS Replication work on FAT volumes?
Does DFS Replication work with sparse files?
Do I need to log in as administrator to replicate files?
Is DFS Replication suitable for replicating roaming profiles?
Is there a file character limit or limit to the folder depth?
Must members of a replication group reside in the same domain?
What are the supported limits of DFS Replication?
When shouldn't I use DFS Replication?
Why is a schema update required for DFS Replication?

Monitoring and management tools
Can I automate the health report to receive warnings?
Can I use Microsoft Operations Manager to monitor DFS Replication?
Does DFS Replication support remote management?
Do Ultrasound and Sonar work with DFS Replication?
Is there a way to know the state of replication?

Performance
Does DFS Replication support dial-up connections?
Does DFS Replication perform bandwidth sensing?
Does DFS Replication throttle bandwidth per schedule, per server, or per connection?
Does DFS Replication use Active Directory Domain Services to calculate site links and connection costs?
How does DFS Replication avoid saturating a connection?
How does DFS Replication performance compare with FRS?
How frequently does DFS Replication replicate data?
How much of my server's system resources will DFS Replication consume?
What happens if a WAN link fails during replication?
Remote Differential Compression details
Are changes compressed before being replicated?
Can an administrator turn off RDC or change the threshold?
Does RDC work on all file types?
How does RDC work on a compressed file?
Is cross-file RDC enabled when upgrading to Windows Server 2003 Enterprise Edition?
Is RDC true block-level replication?
What happens if I rename a file?
What is cross-file RDC?
What is RDC?
When is a RDC used for replication?

Replication details
Can I change the path for a replicated folder after it is created?
Can I configure which file attributes are replicated?
Can I control which member is replicated?
Can I seed a replication group member with data prior to the initial replication?
Does DFS Replication overcome common File Replication Service issues?
Does DFS Replication replicate files in chronological order?
Does DFS Replication replicate files that are being used by another application?
Does DFS Replication replicate NTFS file permission, alternate data streams, hard links, and reparse points?
Does DFS Replication replicate timestamp changes if no other changes are made to the file?
Does DFS Replication replicate updated permissions on a file or folder?
Does DFS Replication support merging text files in the event of a conflict?
Does DFS Replication use encryption when transmitting data?
Is it possible to disable the use of encrypted RPC by DFSR?
How do I force replication or polling?
Is it possible to configure a quiet time between replications for files that change frequently?
Is it possible to configure one-way replication with DFS Replication?
Is there a way to force a complete replication of all files including unchanged files?
What happens if the primary member suffers a database loss during initial replication?
What happens if the replication schedule closes while a file is being replicated?
What happens when two users simultaneously update the same file on different servers?

Staging

Does DFS Replication prevent other applications from accessing a file during staging?
Is it possible to change the location of the staging folder with the DFS Management Tool?
When are files staged?
What happens if a file is changed after it is staged but before it is completely transmitted to the remote site?

:
Posted by 커널64
2008. 12. 9. 18:40

윈도우 2000/2003/XP Sysprep 파일 Etc.2008. 12. 9. 18:40

Windows 2000 Sysprep



Windows XP/2003 Sysprep


:
Posted by 커널64
2008. 12. 9. 13:13

IIS 웹사이트의 식별자 변경 Etc.2008. 12. 9. 13:13

SCCM의 MP(Management Point)의 경우 기본적으로 IIS://LocalHost/W3SVC/1 위치에 웹사이트를 생성하기 때문에 기본웹사이트를 지우고 재생성했다면 식별자가 변경되어 MP 설치 작업이 실패하게 된다.
이런 경우 다음 명령을 이용해 기본 웹 사이트의 식별자를 변경해야 할 수도 있다.

CSCRIPT %SYSTEMDRIVE%\Inetpub\AdminScripts\adsutil.vbs STOP_SERVER W3SVC/old_identifier_number

CSCRIPT %SYSTEMDRIVE%\Inetpub\AdminScripts\adsutil.vbs MOVE W3SVC/old_identifier_number W3SVC/new_identifier_number

CSCRIPT %SYSTEMDRIVE%\Inetpub\AdminScripts\adsutil.vbs START_SERVER W3SVC/new_identifier_number
:
Posted by 커널64