Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Powershell toolkit equivalent command to "vserver cifs group-policy show-defined" and "show-applied"
2019-08-07
11:33 AM
3,594 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Solved! See The Solution
1 ACCEPTED SOLUTION
DidierW has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get-NcGpo -Vserver <vserver_name>
Get-NcGpoApplied -Vserver <vserver_name>
2 REPLIES 2
DidierW has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get-NcGpo -Vserver <vserver_name>
Get-NcGpoApplied -Vserver <vserver_name>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
My bad ... everythings fine!
Thanks a lot!
