Skip to content

Commit 96cff4d

Browse files
authored
Fixing same quote issue for 2012r2
1 parent 8259001 commit 96cff4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Because netgroups are a server-side setting, **New-NfsNetgroup** is not availabl
3737

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

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

0 commit comments

Comments
 (0)