ONTAP Discussions

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

DidierW
2,724 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
2,714 Views
Get-NcGpo -Vserver <vserver_name> 
Get-NcGpoApplied -Vserver <vserver_name>

View solution in original post

2 REPLIES 2

donny_lang
2,715 Views
Get-NcGpo -Vserver <vserver_name> 
Get-NcGpoApplied -Vserver <vserver_name>

DidierW
2,589 Views

My bad ... everythings fine!

Thanks a lot!

Public