Hi Guys,
I see that there is a special Property under 'Get-NaLun' called 'ScriptProperty'
I understand that this will somehow trigger a script (?) that will check if the Lun is thin provisioned(?)
+++++++++++++++++++++++++++++++++++++++++++++++
Thin ScriptProperty System.Object Thin {get=!($this.IsSpaceReservationEnabled);}
+++++++++++++++++++++++++++++++++++++++++++++++
can someone please explain what it does and how to run it?
also, if it is to check if the Lun is thin provisioned, how is that different from the Property "IsSpaceReservationEnabled"?
Can you also please explain what '$this' means?
Thank you
Joel