RE: Trace route
Fri, 5 Oct 2007 17:14:00 -0700
Public ADDRESS_TO_PING
Public ADDRESS_TO_TRACERT
Public TRACERT_OUTPUT_FILENAME
Public NUMBER_OF_RETRY_FOR_TIMEOUT_HOPS
Public POLLING_INTERVAL_IN_MINUTES As Long
Dim strTXT1
Dim strTXT2
Dim strTXT3
Dim strTXT4
Dim Check1 As Boolean
Dim TimeOutCntr As Integer
Dim FileScrptObj As New Scripting.FileSystem ...
|
WMI/Exchange faults on 2003 SBS
Wed, 3 Oct 2007 12:16:04 -0700
I am continually receiving several event log errors. The cycle starts with
this error:
Source: Microsoft Exchange Server
Category: None
Event ID: 1000
Faulting application exwmi.dll, version 6.5.7226.0, stamp 406d1e86, faulting
module ntdll.dll, version 5.2.3790.3959, stamp 45d70ad8, debug? 0, fault
addre ...
|
WMI Query Permissions?
Mon, 01 Oct 2007 17:43:21 -0600
I'm fairly new to WMI. I am searching "root\MicrosoftIISv2" with the
following query: "select * from IIsApplicationPoolSetting". This
works like a charm from an administrator account, but I am trying to
run this with an account that does not have full privilege. Can I
adjust the WMI permissions required to ...
|
WMI-queries from ASP-page to local client
Fri, 28 Sep 2007 10:58:56 +0200
Hi newsgroup,
I want to perform WMI-queries from an ASP-page against a local client.
The ASP-page should be hosted on IIS V6 somewhere in the Internet and
queries should be made against the local computer on which the ASP
page is displayed. Further would it be nice if the results of the WMI
query (inventory ...
|
Creating File Shares using the System.Management class
Fri, 7 Sep 2007 01:20:05 -0700
I am attempting to create a local share on a Win XP (SP1) computer using the
.NET 2 framework and the System.Mangement class.
- Create the share based on a directory
- Assign a specific set of permissions to the share.
I know this is possible using WMI as I have a VBScript that does exactly
that. The eq ...
|
WMI + DCOM + VPN ...Slow
Wed, 29 Aug 2007 09:52:08 -0000
Any help with this topic woud be appreciated greatly. I am using WMI
over VPN.
The authentication takes > 30 seconds. Way toooo slow. [Crunch
below]. Inside the corporate LAN yesterday this connection was < 2
seconds. Included full code below. Is the oConn.Impersonation =
ImpersonationLevel.Impersonate correc ...
|
help me , wmi handle leak
Wed, 22 Aug 2007 22:21:48 +0800
hi, i use wmi class to get system information , but after application run
long time i found process handle count increase very fast, and not decrease
, then machine will become slowly. test envorment£ºwin2000 server£¨SP4£©/
win2003 R2 enterprise £¬VS2003£¨dotnet1.1) i don't know what reason?
help me ,t ...
|
|
|
HbaScsiId.OsDeviceName is null always
Tue, 14 Aug 2007 12:49:21 -0700
Hi
I am using WMI HBA API classes to identify target node and port WWNs. I am
suing HbaFcpInfo::GetFcpTargetMapping method This retreives an array of
HbaFcpScriEntry objects and this object has an instance of HbaScsiId
embedded in it. I always get null as HbaScsiId.OsDeviceName filed.
I am using wmi ...
|
wmic to backup eventlogs on remote computers
Sun, 12 Aug 2007 23:24:00 -0700
I am trying to make a batch file that will backup the event logs from several
remote computers. I am trying to use wmic to do this. I can do it fine on
the local machie but I can't get it to work for remote machines.
This is the command I am using.
wmic /node:"%%i" nteventlog where "Logfilename = 'Syst ...
|
WMI not releasing memry
9 Mar 2007 04:44:44 -0800
The code i have given below is not releasing memory,plz help me
because wmi using 1MB memry space.
bool CWirelessUploader::GetWMIAccessPointMACAddress( void )
{
bool bReturn = false;
DWORD dwErrorCode = CONST_0;
IWbemLocator * pIWbemLocator = NULL;
IWbemServices * pWbemServices = NU ...
|