skuebart-hebest
2 years agoNovice I
Hi Team, I want to attach a NFS export policy to the
Hi Team, I want to attach a NFS export policy to the root of a File System using the `New-Pfa2PolicyNfsMember` cmdlet. I am using variables to specify my POD (`$srcpod`) and my FileSystem (`$srcfs`).
How do I need to specify `-Membername` of `New-Pfa2PolicyNfsMember` in order to get the correct directory name? When I use `'$srcpod::$srcfs:root'` the output is `"$srcpod::$srcfs":root`. But it should be `<pod>::<fielsystem>:root`.
How can I accomplish that?