NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

ONTAP Discussions

Powershell toolkit equivalent command to "vserver cifs group-policy show-defined" and "show-applied"

DidierW
4,487 Views

Hello,

I don't have access to the CLI console, and can only use the powershell toolkit to troubleshoot CIFS problems.

 

How can I get the GPO output displayed here:

Displaying information about GPO configurations

 

So what are the equivalent "ontap powershell toolkit commands" to the following cli commands:

vserver cifs group-policy show-defined -vservervserver_name

and

vserver cifs group-policy show-applied -vservervserver_name

 

I can't find any equivalent commands ...

Many thanks for your help.

Kind regards,

Didier

1 ACCEPTED SOLUTION

donny_lang
4,477 Views
Get-NcGpo -Vserver <vserver_name> 
Get-NcGpoApplied -Vserver <vserver_name>

View solution in original post

2 REPLIES 2

donny_lang
4,478 Views
Get-NcGpo -Vserver <vserver_name> 
Get-NcGpoApplied -Vserver <vserver_name>

DidierW
4,349 Views

My bad ... everythings fine!

Thanks a lot!

Public