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?
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...
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...
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,
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...
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...
Hallo,
Why can't a function change a variable defined in the calling script?
$scriptvar=2
function scopetest
{
"scopetest before $scriptvar"
$scriptvar=$scriptvar+1
"scopetest after $scriptvar"
}
"Before $scriptvar"
scopetest
"After $scriptvar"
Gives:
Before 2
scopetest before 2...
Hallo,
Not sure if this is the correct forum, but I have a script which runs as a scheduled task and zips up files (using WinZip).
I now need to encrypt the zip files. This seems quite straightforward, using the -s and -ycAES256 command line options, but how can I automatically enter a password...
Hallo,
I have inherited a set of BizTalk applications but there is no design documentation for them.
Is there a recognised way of documenting a BizTalk application diagramatically?
I'm really looking for something showing the logical BizTalk artifacts (such as ReceivePorts/Locations etc.) and...
Hallo,
I'd like to set up the following Backup system using Backup Exec 12.
I have 7 Removable USB Drives. I'd like to set up a daily backup, but each day I put in a different drive.
I also want this to be achieved without logging into the machine. I figure that if I set a start time and max...
Hallo,
I have a script which I call from a parent script using ExecuteGlobal. Does anyone know how to get my child script to know which folder it is in as ScriptFullName returns the path to the parent script.
- Frink
Hallo,
Being able to 'Include' a file in VBS is useful, to allow code re-use etc.
I have read around and come up with the following as about the neatest way to do it:
ExecuteGlobal CreateObject("Scripting.FileSystemObject").OpenTextFile("C:\My Library.vbs",1).ReadAll
I'm not overly familiar...
Hallo,
I need to learn VBS on Windows Server 2003, to script installations, updates, AD, GP stuff etc.
Does anyone have any book recommendations?
I've seen Advanced VBScript for Microsoft® Windows® Administrators which looks like it might be good. Has anyone got/seen this book?
What about a...
Hallo,
How do I perform a completely non-interactive install of the Oracle 10g Client?
I am using -silent and -responsefile parameters but I still get asked to press enter at the end.
Does anyone know any way of getting round this?
- Frink
Hallo,
How do I output the current Date and Time formatted how I want?
In VBA I'd use the Format$ function defined in the subject?
The code I have so far is:
$datDateTime=Get-Date
$strDateTime=""
$strDateTime=$strDateTime$datDateTime.Day
$strDateTime=$strDateTime"/"$datDateTime.Month...
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.