Thanks Luc, that app helped a lot! I looks like the length limit was longer than the actual number of characters in the UUID. I have it at (10,16) and it is finding the RDM LUN's now. Now, when the script gets to
Set-ScsiLun -MultipathPolicyFixed
I get this error:
Set-ScsiLun : 1/18/2013 2:36:16 PM Set-ScsiLun If the MultipathPolicy parameter is set to 'Fixed', you must specify the PreferredPath pa rameter. At C:\PathingPolicy.ps1:38 char:28 + Set-ScsiLun <<<< -MultipathPolicy "Fixed" + CategoryInfo : InvalidArgument: (:) [Set-ScsiLun], InvalidArgument + FullyQualifiedErrorId : Core_SetScsiLun_TryValidateParameterList_PreferredPathNoSpecified,VMware.VimAutomation.ViCore.Cmdlets.Commands.Host .SetScsiLun
I'm looking into that portion of it now. Getting closer!