All, I'm trying to develop a workflow that will create a DP volume with the same language as the source volume. get-ncvol does not return a language attribute. See below:
C:\Users\stephen2> $v = Get-NcVol -Template
C:\Users\stephen2> Initialize-NcObjectProperty $v VolumeStateAttributes $v.VolumeStateAttributes.IsVserverRoot
C:\Users\stephen2> Get-NcVol -Query $v | select Name, Vserver, language
name Vserver language
-------- ------- ------
cdot1-01
t1a_root cdot1a
t1b_root cdot1b
vol cdot1b
rdata cdot1b
t1c_root cdot1c
Anyone know how to get the language attribute so I can pass it as a parameter to the nc_createvol ?