We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c939685 commit 54defb6Copy full SHA for 54defb6
docset/winserver2022-ps/nfs/New-NfsNetgroup.md
@@ -38,7 +38,7 @@ Because netgroups are a server-side setting, **New-NfsNetgroup** is not availabl
38
39
### Example 1: Create a netgroup and add a member
40
```
41
-PS C:\> New-NfsNetgroup -NetGroupName "Contoso-PrintServices -AddMember "Contoso-PS02" -LdapInstanceName "Contoso.com" -LdapNamingContext "CN=MappedIdentity,DC=Contoso,DC=com"
+PS C:\> New-NfsNetgroup -NetGroupName "Contoso-PrintServices" -AddMember "Contoso-PS02" -LdapInstanceName "Contoso.com" -LdapNamingContext "CN=MappedIdentity,DC=Contoso,DC=com"
42
43
44
This command creates a netgroup that is named Contoso-PrintServices and adds one member that is named Contoso-PS02.
0 commit comments