Login | |
|
 |
RE: Can I msgbox the domain name ? - 12/1/2006 12:22:17 AM
|
|
 |
|
| |
SAPIENScripter
Posts: 276
Score: 2
Joined: 11/1/2006
From: SAPIEN Technologies
Status: offline
|
I haven't done any ISA coding in a long time and don't have a box to test against. But isn't DomainNameSets an array? If so, you should just be able to use standard techniques for enumerating it. for each item in DomainNameSets msgbox item.name next
_____________________________
Jeffery Hicks Windows PowerShell MVP SAPIEN Technologies - Scripting, Simplified. www.SAPIEN.com Follow Me: http://www.twitter.com/JeffHicks
|
|
| |
|
|
|
|
|