• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Get List of window PC's in the network
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Get List of window PC's in the network


  • Subject: Re: Get List of window PC's in the network
  • From: Brian Christmas <email@hidden>
  • Date: Wed, 11 Mar 2009 20:56:33 +1100

G'day Sutapalli

I don't have a windows server to try this on, but you can use this simple script to check all mounted disks.

Perhaps check the format to isolate all windows disks.

set f to {}
tell application "Finder"
set temp to properties of disks
repeat with x in temp
set end of f to format of x
end repeat
end tell
f

Regards

Santa


On 11/03/2009, at 7:52 PM, Sutapalli Satyanarayana wrote:

Hi

My Mac is connected to few more windows PC's.
I want to get the list of windows machines around me using script. If possible if I can get the list of fully qualified domain names of the window pc's it will be good.

Looking forward for your help if possible.

--Satyam.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Get List of window PC's in the network
      • From: "Sutapalli Satyanarayana" <email@hidden>
References: 
 >Get physical size of file on mounted disk (From: Jay Louvion <email@hidden>)
 >Re: Get physical size of file on mounted disk (From: KOENIG Yvan <email@hidden>)
 >Re: Get physical size of file on mounted disk (From: Brian Christmas <email@hidden>)
 >Re: Get physical size of file on mounted disk (From: Brian Christmas <email@hidden>)
 >Get List of window PC's in the network (From: "Sutapalli Satyanarayana" <email@hidden>)

  • Prev by Date: Re: Get physical size of file on mounted disk
  • Next by Date: Re: Get physical size of file on mounted disk
  • Previous by thread: Get List of window PC's in the network
  • Next by thread: Re: Get List of window PC's in the network
  • Index(es):
    • Date
    • Thread