Re: Get List of window PC's in the network
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