I am trying to use the IADsFileServiceOperations to disconnect a resource. Here is my syntax...
Dim fso As IADsFileServiceOperations, Resource As IADsresource
Set fso = GetObject("WinNT://Domain/...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10177676.html
Zones:
Visual BasicDate Answered: 09/01/1999 Grade: C Views: 0
Hi,
does anyone know how to add the lanmanserver service in win2000.
I would like to be able to share files with others over a network but the platform
my company has provided me with does n...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_20083073.htm...
Zones:
Windows 2000Date Answered: 02/05/2003 Grade: B Views: 0
1. what's the best method to use ? array or dictionary object
2. how would I code it (see function below) to add the name of each computer to the array
3. how would I loop thru the array once the...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21114261.html
Zones:
Visual BasicDate Answered: 09/02/2004 Grade: A Views: 0
Hi,
We would like to list the files that are locked by users and also the count of locks.
The existing code we have is something like this:
Set fso = GetObject("WinNT://" & strServer & "/Lanma...
http://www.experts-exchange.com/Programming/Misc/Q_21929353.html
Zones:
ProgrammingDate Answered: 10/06/2006 Grade: B Views: 0
Hi all,
I've run into a doozy... While trying to import certain registry from one machine to the next, instead of exporting 1 registry on the LanManServer, I've exported ALL registry settings o...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/2003_Server/Q_209336...
I have the following code (see below) in an asp.net project. The basic operation
of it is that it is designed to read through the list of open files on any given server
(looking for one file in...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21522608.html
We have a Windows 2003 Small Business Server. Last night for the first time ever the service "Lanmanserver" shutdown and would not restart. I cold rebooted the server this morning, and it appeare...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/SBS_Small_Business_S...
We are running SBS 2003 on an IBM X236 series server. Every so often (the duration will rnage between a few days and a few weeks) I received a lanmanserver service is Stopped alert via e-mail. On...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/SBS_Small_Business_S...
lanmanserver service is Stopped.. I see there was a thread on this that never went anywhere. I am having the same issue...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Server/Q_22575756.html
I'm trying to use ADSI to get a list of open files on a share. I've mimicked how to successfully do it in VBS, except when I do it in Delphi, I get a list of the shares, rather than the open files....
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21115538.html