1. set-executionpolicy unrestricted
2. .\convert-WindowsImage.ps1 -ShowUI
출처 :
http://spiffy.sg/general/wim2vhd-for-windows-8-and-windows-server-2012/
Download :
'Hyper-V' 카테고리의 다른 글
Linux Integration Services for Hyper-V (0) | 2013.01.12 |
---|
1. set-executionpolicy unrestricted
2. .\convert-WindowsImage.ps1 -ShowUI
출처 :
http://spiffy.sg/general/wim2vhd-for-windows-8-and-windows-server-2012/
Linux Integration Services for Hyper-V (0) | 2013.01.12 |
---|
출처 : http://bloglee.egloos.com/5715853
Windows Server 2012에서 가상 컴퓨터를 생성할 때 vhdx 포맷으로 만든 것을 vhd로 변환하려면...
Windows Server 2012 원격데스크톱 세션늘리기 (0) | 2013.04.10 |
---|---|
NetBIOS와 IP 주소의 차이점 (1) | 2013.01.14 |
포트 사용 확인 명령어 netstat (0) | 2013.01.14 |
윈도우 계정 관리 명령어 정리 (0) | 2012.03.28 |
VHD에 윈도우서버 2008 설치 (0) | 2012.03.28 |
> get-agent|export-csv -notype c:\scomagents.csv
원하는 필드만 검색할때
> get-agent|select property1,property2|export-csv -notype c:\scomagents.csv
ex) 호스트명만 검색
> get-agent|select name|export-csv -notype c:\scomagents.csv
Unix 경우
Get-MonitoringClass -Name "Microsoft.Unix.Computer" | Get-MonitoringObject |Export-Csv c:\ClientListUnix.csv
OM12 SP1 Operations Manager Shell: Renamed CMDLETS (0) | 2013.04.02 |
---|---|
Manual Agent installs not visible under Pending Management in SCOM Console (0) | 2013.02.14 |
Monitoring Deadlock on SQL (0) | 2013.02.13 |
보고 계층을 로드하지 못했습니다 (0) | 2013.01.15 |
Agent “Not Monitored” Event ID 20071 (0) | 2013.01.15 |
실행창 -> gpedit.msc
로컬그룹정책 편집기 -> 컴퓨터 구성 -> 관리템플릿 -> windows 구성요소 -> 터미널 서비스 -> 원격 데스크톱 세션 호스트 -> 연결 -> 연결개수 제한 편집
연결개수 제한에서 '사용' 선택후 옵션에서 TS 최대허용 연결 에 999999(최대) 지정
로컬그룹정책 편집기 -> 컴퓨터 구성 -> 관리템플릿 -> windows 구성요소 -> 터미널 서비스 -> 원격 데스크톱 세션 호스트 -> 연결 -> 원격 데스크톱 서비스 사용자를 하나의 원격 데스크톱 서비스 세션으로 제한
편집창에서 구성되지 않음에서 사용안함으로 체크 및 적용
cmd -> gpupdate /force
정책 업데이트
VHDX -> VHD로 변환하기 (0) | 2013.05.08 |
---|---|
NetBIOS와 IP 주소의 차이점 (1) | 2013.01.14 |
포트 사용 확인 명령어 netstat (0) | 2013.01.14 |
윈도우 계정 관리 명령어 정리 (0) | 2012.03.28 |
VHD에 윈도우서버 2008 설치 (0) | 2012.03.28 |
출처 http://thoughtsonopsmgr.blogspot.kr/2013/02/om12-sp1-operations-manager-shell.html
OM12 (SP1) many SCOM 2007 PS CMDLETS are renamed. This is a list of those CMDLETS. Bookmark this posting so you always have them at hand.
SCOM 2007 | OM12 |
Add-ConnectorToTier | Add-SCOMTierConnector |
Add-RemotelyManagedComputer | Add-SCOMAgentlessManagedComputer |
Add-UserToUserRole | Set-SCOMUserRole |
Approve-AgentPendingAction | Approve-SCOMPendingManagement |
Disable-NotificationSubscription | Disable-SCOMNotificationSubscription |
Disable-Rule | Disable-SCOMRule |
Enable-NotificationSubscription | Enable-SCOMNotificationSubscription |
Enable-Rule | Enable-SCOMRule |
Export-ManagementPack | Export-SCOMManagementPack |
Get-Agent | Get-SCOMAgent |
Get-AgentPendingAction | Get-SCOMPendingManagement |
Get-Alert | Get-SCOMAlert? |
Get-AlertHistory | Get-SCOMAlertHistory |
Get-Connector | Get-SCOMConnector |
Get-DefaultSetting | Get-SCOM<SettingName>Setting |
Get-Diagnostic | Get-SCOMDiagnostic |
Get-Discovery | Get-SCOMDiscovery |
Get-Event | Get-SCOMEvent |
Get-FailoverManagementServer | Get-SCOMParentManagementServer |
Get-GatewayManagementServer | Get-SCOMGatewayManagementServer |
Get-MaintenanceWindow | Get-SCOMMaintenanceMode? |
Get-ManagementGroupConnection | Get-SCOMManagementGroupConnection |
Get-ManagementPack | Get-SCOMManagementPack |
Get-ManagementServer | Get-SCOMManagementServer |
Get-Monitor | Get-SCOMMonitor |
Get-MonitorHierarchy | Get-SCOMMonitor |
Get-MonitoringClass | Get-SCOMClass |
Get-MonitoringObject | Get-SCOMClassInstance |
Get-MonitoringObjectGroup | Get-SCOMGroup |
Get-NotificationAction | Get-SCOMNotificationChannel |
Get-NotificationEndpoint | Get-SCOMNotificationChannel |
Get-NotificationRecipient | Get-SCOMNotificationSubscriber |
Get-NotificationSubscription | Get-SCOMNotificationSubscription |
Get-Override | Get-SCOMOverride |
Get-OperationsManagerCommand | Get-SCOMCommand |
Get-PrimaryManagementServer | Get-SCOMParentManagementServer |
Get-Recovery | Get-SCOMRecovery |
Get-RelationshipClass | Get-SCOMRelationship |
Get-RelationshipObject | Get-SCOMRelationshipInstance |
Get-RemotelyManagedComputer | Get-SCOMAgentlessManagedComputer |
Get-ResultantCategoryOverride | Get-SCOMOverrideResult |
Get-ResultantRuleOverride | Get-SCOMOverrideResult |
Get-ResultantUnitMonitorOverride | Get-SCOMOverrideResult |
Get-RootManagementServer | Get-SCOMRMSEmulator |
Get-Rule | Get-SCOMRule |
Get-RunAsAccount | Get-SCOMRunAsAccount |
Get-Task | Get-SCOMTask |
Get-TaskResult | Get-SCOMTaskResult |
Get-UserRole | Get-SCOMUserRole |
Install-Agent | Install-SCOMAgent |
Install-AgentByName | Install-SCOMAgent |
Install-ManagementPack | Import-SCOMManagementPack |
New-LdapQueryDiscoveryCriteria | Install-SCOMAgent |
New-MaintenanceWindow | Start-SCOMMaintenanceMode |
New-ManagementGroupConnection | New-SCOMManagementGroupConnection |
New-Tier | Add-SCOMTieredManagementGroup |
New-WindowsDiscoveryConfiguration | Install-SCOMAgent |
Reject-AgentPendingAction | Deny-SCOMPendingManagement |
Remove-ConnectorFromTier | Remove-SCOMTierConnector |
Remove-DisabledMonitoringObject | Remove-SCOMDisabledClassInstance |
Remove-ManagementGroupConnection | Remove-SCOMManagementGroupConnection |
Remove-RemotelyManagedComputer | Remove-SCOMAgentlessManagedComputer |
Remove-Tier | Remove-SCOMTieredManagementGroup |
Resolve-Alert | Set-SCOMAlert |
Set-AlertDestination | Set-SCOMAlert |
Set-DefaultSetting | Set-SCOM<SettingName>Setting |
Set-ManagementServer | Set-SCOMParentManagementServer |
Set-ProxyAgent | Set-SCOMAgentlessManagedComputer |
Start-Discovery | Install-SCOMAgent |
Start-Task | Start-SCOMTask |
Uninstall-Agent | Uninstall-SCOMAgent |
Uninstall-ManagementPack | Remove-SCOMManagementPack |
Agent 배포 대상 리스트 출력하기 (0) | 2013.04.23 |
---|---|
Manual Agent installs not visible under Pending Management in SCOM Console (0) | 2013.02.14 |
Monitoring Deadlock on SQL (0) | 2013.02.13 |
보고 계층을 로드하지 못했습니다 (0) | 2013.01.15 |
Agent “Not Monitored” Event ID 20071 (0) | 2013.01.15 |
출처 http://opsmgr101.blogspot.kr/2011/01/manual-agent-installs-not-visible-under.html
Operations Manager Shell 에서.. 아래 커맨드 명령어 입력
get-agentpendingaction
get-agentpendingaction | approve-agentpendingaction
Agent 배포 대상 리스트 출력하기 (0) | 2013.04.23 |
---|---|
OM12 SP1 Operations Manager Shell: Renamed CMDLETS (0) | 2013.04.02 |
Monitoring Deadlock on SQL (0) | 2013.02.13 |
보고 계층을 로드하지 못했습니다 (0) | 2013.01.15 |
Agent “Not Monitored” Event ID 20071 (0) | 2013.01.15 |
출처 http://www.systemcentercentral.com/monitoring-deadlock-on-sql-server-without-trace-flag/
OM12 SP1 Operations Manager Shell: Renamed CMDLETS (0) | 2013.04.02 |
---|---|
Manual Agent installs not visible under Pending Management in SCOM Console (0) | 2013.02.14 |
보고 계층을 로드하지 못했습니다 (0) | 2013.01.15 |
Agent “Not Monitored” Event ID 20071 (0) | 2013.01.15 |
Event ID 21016, 20070 (0) | 2013.01.14 |
scom 서비스 계정이 만료되어 보고탭 접근시 발생
1. services.msc -> 바뀐 패스워드 적용
2. SQL DB 서버의 'Reporting Services 구성 관리자' -> 바뀐 패스워드로 적용
OM12 SP1 Operations Manager Shell: Renamed CMDLETS (0) | 2013.04.02 |
---|---|
Manual Agent installs not visible under Pending Management in SCOM Console (0) | 2013.02.14 |
Monitoring Deadlock on SQL (0) | 2013.02.13 |
Agent “Not Monitored” Event ID 20071 (0) | 2013.01.15 |
Event ID 21016, 20070 (0) | 2013.01.14 |
A very important step is to check the registry. Go to the OPS reg hive and check if the FQDN name is supplied for the Networkname and AuthenticationName. If this doesn’t match your certificate common name you will get the 20071 event.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Agent Management Groups\<관리그룹>\Parent Health Services\0\
참고
http://michelkamp.wordpress.com/2012/01/05/solving-the-gateway-20071-event/
OM12 SP1 Operations Manager Shell: Renamed CMDLETS (0) | 2013.04.02 |
---|---|
Manual Agent installs not visible under Pending Management in SCOM Console (0) | 2013.02.14 |
Monitoring Deadlock on SQL (0) | 2013.02.13 |
보고 계층을 로드하지 못했습니다 (0) | 2013.01.15 |
Event ID 21016, 20070 (0) | 2013.01.14 |
----------------------------------------------------------------------------------------
출 처 : http://cafe.naver.com/devctrl/5583
----------------------------------------------------------------------------------------
NetBIOS는 네트워크 프로토콜이 아니라 세션 Layer에 TCP, IP, IPX, NetBIEU 등의 네트워크/전달 계층 프로토콜을 연결하는 역활을 하는 프로그램이다.
윈도우즈 98 이전의 윈도우즈 네트워크에서 각각의 컴퓨터를 인식하려면 넷바이오스를 필요로 했는데, 이처럼 각각의 컴퓨터를 구분하기 위해 사용하는 이름을 넷바이오스 이름이라고 한다. 넷바이오스 이름은 16바이트까지 나타낼 수 있으며(우리말의 경우 실제로는 7자까지) 보통 네트워크 환경을 더블클릭하여 나타나는 네트워크 상의 이름들을 넷바이오스 이름이라고 생각하면 된다.
명령 프롬프트 상태에서
C:\>nbtstat -n
라고 치면 자신의 넷바이오스 이름을 확인할 수 있다.
[내 컴퓨터]의 속성을 통해 확인할 수 있는 "전체 컴퓨터 이름" 및 "작업 그룹"이 바로 NetBIOS 이름이다.
넷바이오스를 지원하는 윈도우즈의 프로토콜이 NetBIEU이다.
그래서 TCP/IP 프로토콜을 설치하지 않거나 각 컴퓨터가 IP 주소를 정적 혹은 동적으로 받지 못했어도 NetBIEU가 설치되어 있으면 내부 네트워크상에서 서로 연결되고 파일을 공유할 수도 있다.
단 라우팅이되는 프로토콜이 아니기 때문에 라우터를 이용하여 우리 네트워크(흔히 브로드캐스트 도메인이라고 해서 패킷이 라우팅 되지 않고 전달되 수 있는 영역)를 넘어 다른 네트워크로 갈 수 없다. 즉, 인터넷이 불가능하다.
그래서 NetBIOS 이름은 다른 네트워크로 전송되지 않기 때문에 예를 들어 "우리집컴퓨터"라는 NetBIOS 이름은 전세계 수백개가 있어도 아무 상관이 없다(같은 네트워크가 아니라면).
현재 윈도우즈 운영체제는 "NetBIOS over TCP/IP"라고 해서 TCP/IP가 NetBIOS의 역활을 대신하고 있다. 대신한다기 보다는 얹혀 있다고 표현하는 것이 좋다. 그래서 NetBIEU 프로토콜이 설치되어 있지 않아도 TCP/IP가 설치되어 있으면 NetBIOS 이름을 해석할 수 있다.
VHDX -> VHD로 변환하기 (0) | 2013.05.08 |
---|---|
Windows Server 2012 원격데스크톱 세션늘리기 (0) | 2013.04.10 |
포트 사용 확인 명령어 netstat (0) | 2013.01.14 |
윈도우 계정 관리 명령어 정리 (0) | 2012.03.28 |
VHD에 윈도우서버 2008 설치 (0) | 2012.03.28 |