Rename computer with WMI and .Net problems.
Tue, 17 Jun 2008 09:08:00 -0700
I am looking to call WMI to do a rename and join workgroup. The following
functions compile cleanly but the renale doesn't seem to work:
Function objGetComputerSystem() As ManagementObject
Dim objectQuery As New ObjectQuery("select * from
Win32_ComputerSystem")
Dim searcher As New Managemen ...
|
WMI connection from Domain to workgroup
Tue, 17 Jun 2008 04:10:45 -0700 (PDT)
I have a domain with a few pcs and a workgroup with a few pcs.
I have been using the WMI Administrative Tool (http://
www.microsoft.com/downloads/details.aspx?familyid=6430F853-1120-48DB-8CC5-F2ABDC3ED314&displaylang=en)
to test connections to remote machines.
I can connect to pcs within a domain using the t ...
|
remote query security event log with WMI, HELP!
Mon, 16 Jun 2008 11:59:50 -0700 (PDT)
http://www.rentacoder.com/RentACoder/misc/BidRequests/ShowBidRequest.asp?lngBidRequestId=947885
we are in urgent need of code that will REMOTELY connect and query a
Security log on a domain controller. The code will run from a normal
server that is member of domain. Will pay for working code fast. ...
|
USB printers with WMI?
Mon, 16 Jun 2008 06:35:00 -0700
Hello
I need to read information about usb printers plugged on a computer, and i
am wondering about wmi.
I think some wmi classes would be useful, but i dont know how to distinguish
the printers from the other usb devices.
Do you have any idea?
Could I use another method better han wmi?
Thank you ...
|
create loopback with wmic
Fri, 13 Jun 2008 17:59:24 -0700 (PDT)
I'd like to help my users tunnel from their remote windows PC to our
samba server using the method described in the Tunneling entry at
http://www.security-hacks.com/2007/05/18/
but the number of steps to create a loopback adaptor is quite lengthy
and I doubt many of my users would make it through the whole
proc ...
|
reading the current power options timeouts in Vista?
Mon, 9 Jun 2008 15:38:00 -0700
how do you read the current power options timeouts in Vista?
There are timeouts for turn off the display and put the computer to sleep.
How do you read the current timeouts that apply? ...
|
Perfmon instances and WMI class instancexs disparity on Win2008
Mon, 9 Jun 2008 11:16:03 -0700
Hello,
When using perfmon to look at the performanc object 'MSExchange Database'
shows three instances "edgetransport", "Information Store" and
"Microsoft.Exchange.Cluster.Repl". The corresponding WMI performance class
is Win32_PerfRawData_ESENT_DATABASE and when I query that via WbemTest or
browse for t ...
|
|
|
Using Win32_UserProfile to Map Profile to New User
Mon, 9 Jun 2008 07:28:00 -0700
This is a cross post, since I've now decided that it's probably more of a
developer question.....
We are about to merge an existing small school into our large university.
They are using Vista Enterprise machines on their current Windows 2003
domain. These users and computers will be migrated to our domain ...
|
Provider is not capable of the attempted operation, WMI(0x80041024
Thu, 5 Jun 2008 14:40:01 -0700
Hi,
I am using wbemtest to get Microsoft Office Communication Server 2007
contacts for a given user. I gave this query
select SIPURI from MSFT_SIPESUserContactData where
UserInstanceID='{23946E92-49E8-4000-95B8-294636C885CE}'
Where userinstanceID is valid.
I get "Provider is not capable of the attemp ...
|
WMI Win32_process create memory limitation
Thu, 5 Jun 2008 13:59:00 -0700
When I use WMI to launch a piece of code remotely on a server I am running
into a memory limitation of just over 100MB. After my code allocates more
than 100MB of RAM the System.OutOfMemoryException is thrown.
This is odd because when I run the same piece of code locally on that same
server (remote desktop ...
|