Sign in or 

Latest News
| Latest Video Demos
|
|
Pascal_Nicolas |
Latest page update: made by Pascal_Nicolas
, Mar 24 2009, 3:08 PM EDT
(about this update
About This Update
1 word added 1 word deleted view changes - complete history) |
|
Keyword tags:
None
More Info: links to this page
|
| Started By | Thread Subject | Replies | Last Post | ||
|---|---|---|---|---|---|
| londonuk | snmp script very usful in dmc omsa windows roll out | 0 | Dec 22 2008, 7:48 AM EST by londonuk | ||
|
Thread started: Dec 22 2008, 7:48 AM EST
Watch
'*** Mark Maclean December 2008
'*** Purpose: To set/creat Core SNMP registry keys - variables & values (windows 2003) ' Core SNMP registry keys - variables & values ' ' AuthenticationTraps - used if you want a trap message sent whenever authentication fails. ' Community Name - the case-sensitive snmp community name to be used ' Trap Destinations - This is the target for the snmp trap normal the management console ip address or dns name ' Community Type - This set snmp community security most common values are ReadWrite=8, ReadOnly=4 dwAuthenticationTrapsvalue = 0 strCommunityName = "london" dwCommunityType = 8 strTrapDestinationAddress = "tower" ' strComputer = "." Const HKEY_CURRENT_USER = &H80000001 Const HKEY_LOCAL_MACHINE = &H80000002 Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strComputer & "\root\default:StdRegProv") strKeyPath = "SYSTEM\CurrentControlSet\Services\SNMP\Parameters" strValueName = "EnableAuthenticationTraps" dwAuthenticationTrapsvalue = 0 oReg.SetDWORDValue HKEY_LOCAL_MACHINE,strKeyPath,strValueName,dwAuthenticationTrapsvalue strKeyPath = "SYSTEM\CurrentControlSet\Services\SNMP\Parameters\ValidCommunities" oReg.SetDWORDValue HKEY_LOCAL_MACHINE, strKeyPath, strCommunityName, dwCommunityType strKeyPath = "SYSTEM\CurrentControlSet\Services\SNMP\Parameters\TrapConfiguration\" & strCommunityName oReg.CreateKey HKEY_LOCAL_MACHINE, strKeyPath oReg.SetStringValue HKEY_LOCAL_MACHINE, strKeyPath, 1, strTrapDestinationAddress strKeyPath = "SYSTEM\CurrentControlSet\Services\SNMP\Parameters\PermittedManagers" oReg.DeleteValue HKEY_LOCAL_MACHINE,strKeyPath, "1"
Do you find this valuable?
Keyword tags:
snmp script registry keys win
|
|||||
| jampmcse | Is a status available? | 1 | Nov 25 2008, 11:47 AM EST by scott_hanson | ||
|
Thread started: Nov 13 2008, 3:34 PM EST
Watch
"At the beginning of November, a selected number of customers will receive the Delll Management Console DVD for beta evaluation "
Curious about the status of the planned beta evaluation DVD, any worrd? Thanks. |
|||||
|
|
Dell_Management_Console_Overview_Presentation.zip (Compressed Archive - 2,002k)
posted by Pascal_Nicolas Sep 29 2008, 11:18 AM EDT
Dell Management Console Overview
|