Skip to content

Commit 54defb6

Browse files
authored
Fixing same quote issue for 2022
1 parent c939685 commit 54defb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2022-ps/nfs/New-NfsNetgroup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Because netgroups are a server-side setting, **New-NfsNetgroup** is not availabl
3838

3939
### Example 1: Create a netgroup and add a member
4040
```
41-
PS C:\> New-NfsNetgroup -NetGroupName "Contoso-PrintServices -AddMember "Contoso-PS02" -LdapInstanceName "Contoso.com" -LdapNamingContext "CN=MappedIdentity,DC=Contoso,DC=com"
41+
PS C:\> New-NfsNetgroup -NetGroupName "Contoso-PrintServices" -AddMember "Contoso-PS02" -LdapInstanceName "Contoso.com" -LdapNamingContext "CN=MappedIdentity,DC=Contoso,DC=com"
4242
```
4343

4444
This command creates a netgroup that is named Contoso-PrintServices and adds one member that is named Contoso-PS02.

0 commit comments

Comments
 (0)