has anyone had any success parsing the dates returned from some DataOnTap cmdlets?
In particular, the LastOperationEnd date value returned from Get-NAVolSis which, annoyingly, returns a string value containing the Timezone info (e.g. CEST 2014) which .NET/Powerhsell doesn't handle at all well
edit: I notice some other cmdlets (get-NaSnapshot for example, return a proper datetime value). Why doesn't Get-NaSISVol do the same? This seems like a glaring inconsistency to me.