We are migrating from a windows server to a SAN. I need to share the new shares on the SAN but the existing script will not work do to the fact that the SAN is not windows. How do I find the FileService of the SAN?

This is a piece of the code for the windows environment.

Set cont = GetObject("WinN T://emc/LanManServer, FileService")
Set fs = cont.Create("Fi leShare", "aaaaa$")...