Home - NetApp Community

PowerShell 3 introduces a new mechanism for instantiating and hydrating objects from hashtables. If an object defines an empty constructor and has public settable properties, a hashtable defining the value of the properties can be used to construct the object in PowerShell. For example, we can construct a VolumeAttributes object: ................
................