Get A List Of The Servers Avalible On The Network?

Nov 22, 2009

get a list of the servers avalible on the network, then check to see if those servers contain my database?

View 3 Replies


ADVERTISEMENT

Deleting A File Or Folder On Multiple Servers From A List Of Servers?

Sep 29, 2011

I don't really know how to code but am pretty good at tweaking. I'm trying to set up a script that I can run to delete a single file, multiple files, a folder or multiple folders on a list of servers.I was thinking that the script could read the files to be deleted from a .txt file and apply the deletion to a list of servers in another .txt file.Example:

FilesToBeDeleted.txt:
\(insert_server_name_from_list)c$Program FilesBINexample_file.rpt
or

[code].....

View 1 Replies

Get All Possible Servers On A LAN Network?

Aug 30, 2011

I'm using the details on connecting to a server from a client here: [URL]

It's quite out dated but I just need it for a quick project. I need the client to auto-connect. This program will be running on the LAN only, is there a way to find on what computer the server is running on (i.e. all computers hosting the specific server on port x). I've seen it on a couple of games that run on LAN. Without access to the internet, they manage to display all available games on the local LAN. I'm doing this with VB.net.

View 1 Replies

Remotely Connect To Servers On A Network?

Feb 4, 2010

I am trying to remotely connect to servers on a network. However, an exception occurs and I can never connect. The code I am using to connect to the servers does work because I have had someone else test it. The exception is shown below. Is this a setting with VB or with my computer?

System.Runtime.InteropServices.COMException was caught
ErrorCode=-2147220308
HelpLink="C:Program FilesPIPCPISDK..Helppisdk.chm"
Message="The specified time is invalid "

[code]....

View 1 Replies

.net - Search For Files Over Local Network Servers Directorys?

Jan 31, 2012

I want to build a search program that searches for a key word over any local networks the computer workstation has assess to like the search for files and folder function on any standard windows computer but with added feature it will also search across the networks servers its connected to?

View 1 Replies

IF Works But Loop Required - Huge Network With 20+ File Servers All With Data Spread Out Across Them

Mar 4, 2011

My app is a fairly simple and im sure with the right knowledge this would take 2 minutes.. but sadly iv been at it for hours. So my scenario here is a huge network with 20+ file servers all with data spread out across them it can take hours to find the folder required.

Hence this app.. so it consist of a input box, progress bar and a button, using FileSystemObject I plan to interrogate a directory to see if a folder exists (folder specified by user input) however it need to check multiple directories, in my old app I used a list box which wrote to a text file allowing the user to add additional directories then using if statements proceeded through the servers.. however they have added that much that my IF's have ran out really because i know it should have been a loop

Imports System
Imports System.IO
Public Class Frm_main
Private Const FILE_NAME As String = "C:directories.txt"
Dim objReader As New System.IO.StreamReader(FILE_NAME)
Dim Lines() As String = IO.File.ReadAllLines(FILE_NAME)
Dim Dir As String

[CODE]...................

View 1 Replies

Get The List Of All Sql Servers On Machine

Apr 12, 2012

how can i get the list of all sql servers on my machine i am trying this code i have vs 2010 and sqlexpress 2008 r2 i put breakpoints seems everything working fine but its not getting any server i don't know whats wrong with it here is the code on button click this suppose to work to get all servers and list them in the combobox cmbServer [Code]

View 5 Replies

Use The WTSEnumerateServers API To Get A List Of Servers?

Apr 7, 2011

show me how to use the WTSEnumerateServers API to get a list of servers?

Here is the MSDN page: [URL]

...but I can't figure out the last 2 parameters:

ppServerInfo - Points to an array of WTS_SERVER_INFO structures, which contains the returned results of the enumeration.

pCount - Pointer to a variable that receives the number of WTS_SERVER_INFO structures returned in the ppServerInfo buffer.

View 1 Replies

VS 2008 Network App - Send Message Or Network Package To Some Of The Clients In The Network

Aug 18, 2009

Here is my idea so far: I have a bunch of computers connected in a local network. One of them is a MySQL server, one will have a vb.NET program wich will act as a "second server" and the rest will be different clients. What I want to do is that the "second server" will send out some kind of message or network package to some of the clients in the network, and they will execute a code based on what message it is, or what kind of package it is. I'll give you a simple example:

[Code]...

View 6 Replies

How To List Network Drives

Nov 4, 2011

How to list all network drives.I have the below code, but is there any other alternates..[code]

View 6 Replies

List Network In Window Xp?

Oct 5, 2009

how to list network adopter in PC using VB.NET?

View 10 Replies

Getting A List Of Users On A Network Domain?

Nov 25, 2009

I want to get back to get a list of users on a network domain using VB.Net.

I will have the domain name available to me for use.

View 4 Replies

List (ONLY Online) Computer In A Network?

Dec 29, 2011

I'm working in a project and i need to list only the online computers in my network and put them in a listbox how can i do this

View 5 Replies

List All Computers In Network/Workgroup?

Dec 29, 2007

How can i get a List of all Arivable Computers in my Network/Workgroup ? I need to add all to a Listbox

View 7 Replies

List All Computers On The Network With 2008?

Apr 11, 2010

I wonder how do I list all computers on the network with vb 2008?I know to do in vb6 I have no more sense in vb 2008.

View 2 Replies

List Currently Logged In Users On Network

May 27, 2010

I've pulled basic information out of AD via System.DirectoryServices but cannot work out a method to find out currently logged in users?I would like to produce a list of users within a Group, highlighing those currently logged inactive.

View 1 Replies

VS 2010 - List All PCs Connected In A Network ?

Jul 21, 2010

I'm looking for a way to list all the PCs connected in a network (LAN).

View 8 Replies

VS 2008 Network Stuff - Get The List Of Games ?

Mar 23, 2009

In games such as Warcraft III, you can play against players on LAN, and it can show a list of games being hosted by people on LAN. There is no central server that holds the entire list, so how does it get the list of games? And also, how would I code something that creates a game on LAN, like a bot?

View 6 Replies

VS 2008 How To Retrieve Network SSID Or List Of Available Networks

Jun 14, 2009

there anyway to retrieve the SSID of the network the pc's currently connected to or the list of available networks? I've googled for examples, but I only find vb.net 2005 examples that don't work in vb.net 2008

View 5 Replies

Wired <-> Wireless Network Communication - Grab A List Of All Networked Computers?

Mar 28, 2010

My issue, however, is connecting to the wireless laptops as well.

[code...]

I need to grab a list of all networked computers, and I definitely include systems on the wireless

network in that list. I'm just not sure how to approach this. Being able to enumerate through a

'tree' of all networks and systems available would be a major plus.

View 5 Replies

VS 2008 : Get Network Computer's Printer List And Printer Info?

Dec 7, 2009

get a list of printer's (name,port,model) from a computer over the network. I know how to list my own, but it's from querying the Win32_printer object on my machine, I need to be able to do something similar on a remote machine.

View 4 Replies

List All Power Off, Power On Computers In Local Network?

Jul 26, 2010

Im coding an application that needs to list all computers inside my LAN, and get the status of the machines ex. Power On, Power Off.. in order to Wake On Lan, or Turn it Off.. im using Visual Basic .Net.I all ready listed all machines, now i need to get the status of them..

View 5 Replies

VS 2008 My.Computer.Network.Ping() Cannot See Network Under Windows 7

Nov 18, 2011

I have a .NET 2.0 *.dll that calls My.Computer.Network.Ping(). The *.dll is then run out of an *.exe via AppDomain.CreateDomain() and Invoke(). The problem is that this works just fine under Windows XP but under Windows 7, I get an exception saying that no network connection is available. I tried the Ping() call out of a small console application under Windows 7 and it works just fine.

[Code]....

View 6 Replies

Get The Disk I/O On Various Servers?

May 22, 2012

I am using the following code to get the Disk I/O on various servers. For now I am just retrieving the DiskReadsPerSec to get a feel for it. The return data gives a uint32 for each drive on the server and a total. My questions is what is the time frame that this represents? Is this at the second that my code polls the drive or is this over the last few seconds or do I need to do multiple runs to get an average.

My intention is to build a graph for each drive so I wonder how often I need to poll the drive to get a acurate value.

Public Shared Function GetDriveIO(ByVal strip As String) As Boolean
Dim oConn As New ConnectionOptions()
Dim lnglist As New List(Of Long)

[Code]....

View 1 Replies

Connecting To 10 Mysql Servers

Nov 15, 2010

i am trying to connect to 10 mysql servers and get aprox. 5000 rows. If i make the test from local network it works but if i take the test using mysql servers (same version) from different city it shows me the error "Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding".[code]

View 1 Replies

App That Basically Gets Paths To Servers

Oct 12, 2007

I designed an app that basically gets paths to servers I have admin rights to, I am doing such things such as checking available space on the servers etc., the problem I am having is my app only works if I manually login via something like (start, run, \server) and supply my admin username and password just to store that authentication.How do I code this so it prompts the user in my program ONE time for all 5 servers (they all use the same username and password)

View 5 Replies

Click Once With Terminal Servers

May 27, 2010

Can ClickOnce software be ran on a terminal server?

View 3 Replies

Get All Servers From AD And Ping Check?

Feb 1, 2012

A little background, the client that I am working with has an enterprise AD that is a mess. They have no containers for servers or any organization what-so-ever. They also shutdown servers and did not remove them properly from AD. So I needed to come up with a program that would find all the windows server, identify them by OS, and then check to see if they would actually respond to a ping. (I am aware that this is not a perfect method if they are refusing ICMP's but its good enough for my purposes). The completion of the program will display all the information and then allow the user to save the excel workbook in a location that they choose.

vb.net
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click

[code]......

View 4 Replies

Time - Using .NET To Query NTP Servers?

Jan 15, 2012

As the title describes I am looking for a way to query for the UTC time from NTP/SNTP Servers from 'VB.NET'The only libraries I have found for VB.NET to such tasks appear require a fairly large sum of different forms of currency.

View 1 Replies

Transfer File Between Two Servers?

Mar 11, 2010

How I can send file from server to another server in network??

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved