Skip to content

Commit fb6cbd3

Browse files
committed
Merge branch 'master' into update/export-trace
2 parents c848b8d + 65836f3 commit fb6cbd3

File tree

547 files changed

+17291
-3149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

547 files changed

+17291
-3149
lines changed

.openpublishing.redirection.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5354,6 +5354,56 @@
53545354
"source_path": "docset/winserver2022-ps/WindowsUpdate/WindowsUpdate.md",
53555355
"redirect_url": "/powershell/module/windowsupdate/WindowsUpdate.md?view=windowsserver2022-ps",
53565356
"redirect_document_id": false
5357+
},
5358+
{
5359+
"source_path": "docset/winserver2022-ps/EventTracingManagement/Set-AutologgerConfig.md",
5360+
"redirect_url": "/powershell/module/eventtracingmanagement/Update-AutologgerConfig.md?view=windowsserver2022-ps",
5361+
"redirect_document_id": false
5362+
},
5363+
{
5364+
"source_path": "docset/winserver2016-ps/provisioning/Export-ProvisioningPackage.md",
5365+
"redirect_url": "/powershell/module/provisioning/Export-ProvisioningPackage.md",
5366+
"redirect_document_id": false
5367+
},
5368+
{
5369+
"source_path": "docset/winserver2016-ps/provisioning/Export-Trace.md",
5370+
"redirect_url": "/powershell/module/provisioning/Export-Trace.md",
5371+
"redirect_document_id": false
5372+
},
5373+
{
5374+
"source_path": "docset/winserver2016-ps/provisioning/Get-ProvisioningPackage.md",
5375+
"redirect_url": "/powershell/module/provisioning/Get-ProvisioningPackage.md",
5376+
"redirect_document_id": false
5377+
},
5378+
{
5379+
"source_path": "docset/winserver2016-ps/provisioning/Get-TrustedProvisioningCertificate.md",
5380+
"redirect_url": "/powershell/module/provisioning/Get-TrustedProvisioningCertificate.md",
5381+
"redirect_document_id": false
5382+
},
5383+
{
5384+
"source_path": "docset/winserver2016-ps/provisioning/Install-ProvisioningPackage.md",
5385+
"redirect_url": "/powershell/module/provisioning/Install-ProvisioningPackage.md",
5386+
"redirect_document_id": false
5387+
},
5388+
{
5389+
"source_path": "docset/winserver2016-ps/provisioning/Install-TrustedProvisioningCertificate.md",
5390+
"redirect_url": "/powershell/module/provisioning/Install-TrustedProvisioningCertificate.md",
5391+
"redirect_document_id": false
5392+
},
5393+
{
5394+
"source_path": "docset/winserver2016-ps/provisioning/Provisioning.md",
5395+
"redirect_url": "/powershell/module/provisioning/Provisioning.md",
5396+
"redirect_document_id": false
5397+
},
5398+
{
5399+
"source_path": "docset/winserver2016-ps/provisioning/Uninstall-ProvisioningPackage.md",
5400+
"redirect_url": "/powershell/module/provisioning/Uninstall-ProvisioningPackage.md",
5401+
"redirect_document_id": false
5402+
},
5403+
{
5404+
"source_path": "docset/winserver2016-ps/provisioning/Uninstall-TrustedProvisioningCertificate.md",
5405+
"redirect_url": "/powershell/module/provisioning/Uninstall-TrustedProvisioningCertificate.md",
5406+
"redirect_document_id": false
53575407
}
53585408
]
53595409
}

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

Lines changed: 1 addition & 1 deletion
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/winserver2012-ps/updateservices/Get-WsusUpdate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ The acceptable values for this parameter are:
132132
133133
-- FailedOrNeeded
134134
135-
-- InstalledNotApplicableOrNoStatus
135+
-- InstalledOrNotApplicableOrNoStatus
136136
137137
-- Failed
138138
139-
-- InstalledNotApplicable
139+
-- InstalledOrNotApplicable
140140
141141
-- NoStatus
142142

docset/winserver2012r2-ps/nettcpip/Set-NetIPv4Protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This command enables the DHCP Media Sense event log.
4343
PS C:\>Set-NetIPv4Protocol -NeighborCacheLimitEntries 1000
4444
```
4545

46-
This command increases the size of the cache of on-link neighbors on the subnet to 1,000.
46+
This command increases the size of the cache of on-link neighbors on the subnet that are no longer referenced to 1,000.
4747
The default value is 256.
4848

4949
## PARAMETERS
@@ -330,7 +330,7 @@ Accept wildcard characters: False
330330
```
331331
332332
### -NeighborCacheLimitEntries
333-
Specifies the maximum number of neighbor cache entries.
333+
Specifies the maximum number of entries in the neighbor cache, which consists of all dynamic neighbors no longer referenced.
334334
The cmdlet modifies the value for this setting.
335335
336336
The default value is 256.

docset/winserver2012r2-ps/nettcpip/Set-NetIPv6Protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This command enables the DHCP Media Sense event log.
4545
PS C:\>Set-NetIPv6Protocol -NeighborCacheLimitEntries 1000
4646
```
4747

48-
This command increases the size of the cache of on-link neighbors on the subnet to 1,000.
48+
This command increases the size of the cache of on-link neighbors on the subnet that are no longer referenced to 1,000.
4949
The default value is 256.
5050

5151
## PARAMETERS
@@ -398,7 +398,7 @@ Accept wildcard characters: False
398398
```
399399

400400
### -NeighborCacheLimitEntries
401-
Specifies the maximum number of neighbor cache entries.
401+
Specifies the maximum number of entries in the neighbor cache, which consists of all dynamic neighbors no longer referenced.
402402
The cmdlet modifies the value for this setting.
403403

404404
The default value is 256.

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.

docset/winserver2012r2-ps/updateservices/Get-WsusUpdate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ The acceptable values for this parameter are:
136136
137137
-- FailedOrNeeded
138138
139-
-- InstalledNotApplicableOrNoStatus
139+
-- InstalledOrNotApplicableOrNoStatus
140140
141141
-- Failed
142142
143-
-- InstalledNotApplicable
143+
-- InstalledOrNotApplicable
144144
145145
-- NoStatus
146146

docset/winserver2016-ps/nettcpip/Set-NetIPv4Protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This command enables the DHCP Media Sense event log.
4444
PS C:\>Set-NetIPv4Protocol -NeighborCacheLimitEntries 1000
4545
```
4646

47-
This command increases the size of the cache of on-link neighbors on the subnet to 1,000.
47+
This command increases the size of the cache of on-link neighbors on the subnet that are no longer referenced to 1,000.
4848
The default value is 256.
4949

5050
## PARAMETERS
@@ -349,7 +349,7 @@ Accept wildcard characters: False
349349
```
350350
351351
### -NeighborCacheLimitEntries
352-
Specifies the maximum number of neighbor cache entries.
352+
Specifies the maximum number of entries in the neighbor cache, which consists of all dynamic neighbors no longer referenced.
353353
The cmdlet modifies the value for this setting.
354354
355355
The default value is 256.

docset/winserver2016-ps/nettcpip/Set-NetIPv6Protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This command enables the DHCP Media Sense event log.
4747
PS C:\>Set-NetIPv6Protocol -NeighborCacheLimitEntries 1000
4848
```
4949

50-
This command increases the size of the cache of on-link neighbors on the subnet to 1,000.
50+
This command increases the size of the cache of on-link neighbors on the subnet that are no longer referenced to 1,000.
5151
The default value is 256.
5252

5353
## PARAMETERS
@@ -396,7 +396,7 @@ Accept wildcard characters: False
396396
```
397397
398398
### -NeighborCacheLimitEntries
399-
Specifies the maximum number of neighbor cache entries.
399+
Specifies the maximum number of entries in the neighbor cache, which consists of all dynamic neighbors no longer referenced.
400400
The cmdlet modifies the value for this setting.
401401
402402
The default value is 256.

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

Lines changed: 1 addition & 1 deletion
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/winserver2016-ps/provisioning/Export-ProvisioningPackage.md

Lines changed: 0 additions & 197 deletions
This file was deleted.

0 commit comments

Comments
 (0)