new-NaQtree

iwhoskin
4,663 Views

Is there a way to set the security style to UNIX on a new qtree using new-NaQtree, or to change it after it has been created using PowerShell

cknight
4,663 Views

Not at present, as there isn't an API to do that.  But thanks for pointing that out.  I'll ensure that ability gets into a future Toolkit release.

iwhoskin
4,663 Views

ok, thanks for the info, I guess I will just use RSH for that part of my script until the PowerShell cmdlts catch up.

you don't happen to know what ports need to be opened on a firewall to make these powershell cmdlts work from a secured management host?

cknight
4,663 Views

iwhoskin wrote:

you don't happen to know what ports need to be opened on a firewall to make these powershell cmdlts work from a secured management host?

HTTP defaults to port 80 and HTTPS to port 443.  RPC, with its Active Directory tie-in, is more complicated to work around when configuring a firewall.  In your case it's probably simplest to use HTTP/HTTPS.