Skip to content

Commit b0b784d

Browse files
authored
Merge pull request MicrosoftDocs#2762 from john159753/patch-1
Fixed powershell command that was missing a quote
2 parents 91819cb + bef10f8 commit b0b784d

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

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

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

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

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

+1-1
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.

docset/winserver2016-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.

docset/winserver2019-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.

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)