1. set-executionpolicy unrestricted



2. .\convert-WindowsImage.ps1 -ShowUI




출처 : 

http://spiffy.sg/general/wim2vhd-for-windows-8-and-windows-server-2012/ 


Download :


Convert-WindowsImage.ps1


'Hyper-V' 카테고리의 다른 글

Linux Integration Services for Hyper-V  (0) 2013.01.12
Posted by no1ss
,

출처 : http://bloglee.egloos.com/5715853


Windows Server 2012에서 가상 컴퓨터를 생성할 때 vhdx 포맷으로 만든 것을 vhd로 변환하려면...


1) Window Server 2012의 Powershell을 이용하여 다음과 같이 하면 vhdx를 vhd로 변환할 수 있다.
Convert-VHD -Path c:\1.vhdx -DestinationPath c:\1.vhd
** 만약 vhd를 vhdx로 변경하고자 하면 -Path에 vhd를 사용하고 -DestinationPath에 vhdx를 사용하면 된다.

Posted by no1ss
,

> 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

Posted by no1ss
,

실행창 -> 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
Posted by no1ss
,

출처 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 2007OM12
Add-ConnectorToTierAdd-SCOMTierConnector
Add-RemotelyManagedComputerAdd-SCOMAgentlessManagedComputer
Add-UserToUserRoleSet-SCOMUserRole
Approve-AgentPendingActionApprove-SCOMPendingManagement
Disable-NotificationSubscriptionDisable-SCOMNotificationSubscription
Disable-RuleDisable-SCOMRule
Enable-NotificationSubscriptionEnable-SCOMNotificationSubscription
Enable-RuleEnable-SCOMRule
Export-ManagementPackExport-SCOMManagementPack
Get-AgentGet-SCOMAgent
Get-AgentPendingActionGet-SCOMPendingManagement
Get-AlertGet-SCOMAlert?
Get-AlertHistoryGet-SCOMAlertHistory
Get-ConnectorGet-SCOMConnector
Get-DefaultSettingGet-SCOM<SettingName>Setting
Get-DiagnosticGet-SCOMDiagnostic
Get-DiscoveryGet-SCOMDiscovery
Get-EventGet-SCOMEvent
Get-FailoverManagementServerGet-SCOMParentManagementServer
Get-GatewayManagementServerGet-SCOMGatewayManagementServer
Get-MaintenanceWindowGet-SCOMMaintenanceMode?
Get-ManagementGroupConnectionGet-SCOMManagementGroupConnection
Get-ManagementPackGet-SCOMManagementPack
Get-ManagementServerGet-SCOMManagementServer
Get-MonitorGet-SCOMMonitor
Get-MonitorHierarchyGet-SCOMMonitor
Get-MonitoringClassGet-SCOMClass
Get-MonitoringObjectGet-SCOMClassInstance
Get-MonitoringObjectGroupGet-SCOMGroup
Get-NotificationActionGet-SCOMNotificationChannel
Get-NotificationEndpointGet-SCOMNotificationChannel
Get-NotificationRecipientGet-SCOMNotificationSubscriber
Get-NotificationSubscriptionGet-SCOMNotificationSubscription
Get-OverrideGet-SCOMOverride
Get-OperationsManagerCommandGet-SCOMCommand
Get-PrimaryManagementServerGet-SCOMParentManagementServer
Get-RecoveryGet-SCOMRecovery
Get-RelationshipClassGet-SCOMRelationship
Get-RelationshipObjectGet-SCOMRelationshipInstance
Get-RemotelyManagedComputerGet-SCOMAgentlessManagedComputer
Get-ResultantCategoryOverrideGet-SCOMOverrideResult
Get-ResultantRuleOverrideGet-SCOMOverrideResult
Get-ResultantUnitMonitorOverrideGet-SCOMOverrideResult
Get-RootManagementServerGet-SCOMRMSEmulator
Get-RuleGet-SCOMRule
Get-RunAsAccountGet-SCOMRunAsAccount
Get-TaskGet-SCOMTask
Get-TaskResultGet-SCOMTaskResult
Get-UserRoleGet-SCOMUserRole
Install-AgentInstall-SCOMAgent
Install-AgentByNameInstall-SCOMAgent
Install-ManagementPackImport-SCOMManagementPack
New-LdapQueryDiscoveryCriteriaInstall-SCOMAgent
New-MaintenanceWindowStart-SCOMMaintenanceMode
New-ManagementGroupConnectionNew-SCOMManagementGroupConnection
New-TierAdd-SCOMTieredManagementGroup
New-WindowsDiscoveryConfigurationInstall-SCOMAgent
Reject-AgentPendingActionDeny-SCOMPendingManagement
Remove-ConnectorFromTierRemove-SCOMTierConnector
Remove-DisabledMonitoringObjectRemove-SCOMDisabledClassInstance
Remove-ManagementGroupConnectionRemove-SCOMManagementGroupConnection
Remove-RemotelyManagedComputerRemove-SCOMAgentlessManagedComputer
Remove-TierRemove-SCOMTieredManagementGroup
Resolve-AlertSet-SCOMAlert
Set-AlertDestinationSet-SCOMAlert
Set-DefaultSettingSet-SCOM<SettingName>Setting
Set-ManagementServerSet-SCOMParentManagementServer
Set-ProxyAgentSet-SCOMAgentlessManagedComputer
Start-DiscoveryInstall-SCOMAgent
Start-TaskStart-SCOMTask
Uninstall-AgentUninstall-SCOMAgent
Uninstall-ManagementPackRemove-SCOMManagementPack

Posted by no1ss
,

출처 http://opsmgr101.blogspot.kr/2011/01/manual-agent-installs-not-visible-under.html


Operations Manager Shell 에서.. 아래 커맨드 명령어 입력


get-agentpendingaction 

get-agentpendingaction | approve-agentpendingaction

Posted by no1ss
,

Monitoring Deadlock on SQL

SCOM 2013. 2. 13. 10:20

출처 http://www.systemcentercentral.com/monitoring-deadlock-on-sql-server-without-trace-flag/



Posted by no1ss
,

 scom 서비스 계정이 만료되어 보고탭 접근시 발생

 

 

1. services.msc -> 바뀐 패스워드 적용

 

2. SQL DB 서버의 'Reporting Services 구성 관리자' -> 바뀐 패스워드로 적용

 

Posted by no1ss
,

 

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/

Posted by no1ss
,

----------------------------------------------------------------------------------------

출 처 : 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 이름을 해석할 수 있다.  

Posted by no1ss
,