I'm trying to install SNMPc Workgroup Edition version 7.1.1, and need to preset the 'Delete History Entries Older Than X Days' but I can only seem to do it manually, through the GUI.
Does anyone know how to script it?
I'm thinking there might be a setting I could add to the snmpc.ini file?
-Frink
I'm bit of a newbie with SNMPc, but how can I get a mib table displayed when I double-click an icon in SNMPc Management Console?
For example, all the interfaces on a router.
Presumably I have to add a command in the third column of the autoico.txt file for the router, but what is the command?
Cheers,
Veeam does work but it uses unsupported API's so is not guaranteed in the future.
VMware Data Recovery needs vCentre, which I don't have.
Scripting may well be the only answer. Has anyone tried this?
I have several physical servers running ESXi 5 and would like to back up the VMs that they host.
Does anyone know a simple free backup solution to perform the following:
Scheduled backups of running VMs to a Windows file system folder on a physical file server, and recovery
Recovery of...
Hallo,
I want to copy my Active Directory Users, Groups and Group Memberships from one DC to another using csvde, where the machines are identical except for the only the name of the Domain and Machine.
Note that each server is a DC and itself is the only member of the domain.
The command I am...
Hallo,
I am wanting to host several virtual web servers on a single physical server, but I do not have access to any physical clients.
I want to be able to log on to any of my virtual servers from the physical server.
Is this possible? If so, what configuration/products do I need?
I'm not...
I have made a clone of a server and wish to rename it (and change its IP Address) so I can have both on my network.
The machine is an AD box with it's own domain.
Any idea how best to go about the renaming?
There is no DNS server in use as every machine has a manually assigned fixed IP Address...
Cheers.
Do you know if that includes an installer to only install the ones I need, or do I have to select the ones to install?
Do you have details of the URL?
- Frink
Hallo,
I need to update some servers from a DVD. I have internet access, but the servers themselves have no network, usb or internet connection.
I can use Microsoft Baseline Security Analyser to determine what patches I need, but is there any tool where I can somehow get all these on a DVD...
Brilliant. I was stuck on that one. Can you recommend a good resource for Powershell Syntax? The websites (except Tek-Tips, of cource) all seem to have the same noddy examples. It'd be handy to have a complete language reference, with examples, to complement the Get-Help stuff.
Thanks again,
-...
Hallo,
I want to output the same text in every column in a format table, i.e.
Get-EventLog -LogName System -Newest 3 | Format-Table -Property @{Label="MyLabel";Expression="MyMsg"}, Message -Autosize
gives
MyLabel Message...
Hallo,
What format text document?
If it was from a word processor then there may be meta data indicating the language (or it may just indicate the language of the word processor!)
Alternatively, build up a database of words, ideally common words unique to a language and write some code to check...
Hallo,
Try something like:
Dim objExcel As Object
Dim objSpreadsheet As Object
Set objExcel = CreateObject("Excel.Application")
objExcel.Workbooks.Open "C:\MySpreadsheet.xls"
objSpreadsheet = objExcel.Workbooks(1).WorkSheets(2) 'Or whatever
Debug.Print "Cell at Row=3, Col=4 on...
Hallo again,
You could replacing the:
SetButtonVisibility btnTaxRate, (vstrType="Tax")
statements in my code with RiverGuy's code, replacing:
Ctype(c, Button).Hide()
with
SetButtonVisibility (c, c.Name Like "btn" & vstrType & "*")
Something like that anyway. You'll just have to make sure all...
Hallo,
Is this implementing some sort of Tab control?
You seem to be displaying similarly named controls when a button is pressed.
If each set of controls can go on a separate tab page you could then just show/hide the tab page.
Alternatively write a Sub:
Private Sub...
Hallo,
I'm an experienced (old-school) programmer, trying to get to grips with Visual Studio 8 (or 10)
I want to write a VB program which comprises 3 elements; a Service to enter data into a Database, which can then be viewed in a Windows forms App.
Ideally, could I have one App with a local...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.