Skip to content

Commit 4881019

Browse files
authored
Merge branch 'main' into main
2 parents b19e340 + c702ccb commit 4881019

File tree

10 files changed

+94
-18
lines changed

10 files changed

+94
-18
lines changed

docset/winserver2012-ps/printmanagement/Get-PrintJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Accept wildcard characters: False
104104
105105
### -ID
106106
Specifies the ID of the print job to retrieve.
107-
You can use wildcard characters.
107+
You cannot use wildcard characters.
108108
109109
```yaml
110110
Type: UInt32

docset/winserver2012r2-ps/printmanagement/Get-PrintJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Accept wildcard characters: False
103103
104104
### -ID
105105
Specifies the ID of the print job to retrieve.
106-
You can use wildcard characters.
106+
You cannot use wildcard characters.
107107
108108
```yaml
109109
Type: UInt32

docset/winserver2016-ps/activedirectory/Get-ADPrincipalGroupMembership.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,27 @@ Accept wildcard characters: False
258258
```
259259
260260
### -Partition
261-
The default authentication method is Negotiate.
261+
Specifies the distinguished name of an Active Directory partition.
262+
The distinguished name must be one of the naming contexts on the current directory server.
263+
The cmdlet searches this partition to find the object defined by the **Identity** parameter.
262264
263-
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
265+
In many cases, a default value is used for the **Partition** parameter if no value is specified.
266+
The rules for determining the default value are given below.
267+
Note that rules listed first are evaluated first and once a default value can be determined, no further rules are evaluated.
268+
269+
In Active Directory Domain Services (AD DS) environments, a default value for **Partition** is set in the following cases:
270+
271+
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
272+
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
273+
- If none of the previous cases apply, the default value of **Partition** is set to the default partition or naming context of the target domain.
274+
275+
In Active Directory Lightweight Directory Services (AD LDS) environments, a default value for **Partition** is set in the following cases:
276+
277+
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
278+
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
279+
- If the target AD LDS instance has a default naming context, the default value of **Partition** is set to the default naming context.
280+
To specify a default naming context for an AD LDS environment, set the **msDS-defaultNamingContext** property of the Active Directory directory service agent object (**nTDSDSA**) for the AD LDS instance.
281+
- If none of the previous cases apply, the **Partition** parameter does not take any default value.
264282
265283
```yaml
266284
Type: String
@@ -269,7 +287,7 @@ Aliases:
269287

270288
Required: False
271289
Position: Named
272-
Default value: None
290+
Default value: DefaultNC; Provider: The default is to use the Partition that you are currently in. Otherwise, use DefaultNC (that is, if you are in the RootDSE)
273291
Accept pipeline input: False
274292
Accept wildcard characters: False
275293
```

docset/winserver2016-ps/printmanagement/Get-PrintJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Accept wildcard characters: False
107107
108108
### -ID
109109
Specifies the ID of the print job to retrieve.
110-
You can use wildcard characters.
110+
You cannot use wildcard characters.
111111
112112
```yaml
113113
Type: UInt32

docset/winserver2019-ps/activedirectory/Get-ADPrincipalGroupMembership.md

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,27 @@ Accept wildcard characters: False
258258
```
259259
260260
### -Partition
261-
The default authentication method is Negotiate.
261+
Specifies the distinguished name of an Active Directory partition.
262+
The distinguished name must be one of the naming contexts on the current directory server.
263+
The cmdlet searches this partition to find the object defined by the **Identity** parameter.
262264
263-
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
265+
In many cases, a default value is used for the **Partition** parameter if no value is specified.
266+
The rules for determining the default value are given below.
267+
Note that rules listed first are evaluated first and once a default value can be determined, no further rules are evaluated.
268+
269+
In Active Directory Domain Services (AD DS) environments, a default value for **Partition** is set in the following cases:
270+
271+
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
272+
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
273+
- If none of the previous cases apply, the default value of **Partition** is set to the default partition or naming context of the target domain.
274+
275+
In Active Directory Lightweight Directory Services (AD LDS) environments, a default value for **Partition** is set in the following cases:
276+
277+
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
278+
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
279+
- If the target AD LDS instance has a default naming context, the default value of **Partition** is set to the default naming context.
280+
To specify a default naming context for an AD LDS environment, set the **msDS-defaultNamingContext** property of the Active Directory directory service agent object (**nTDSDSA**) for the AD LDS instance.
281+
- If none of the previous cases apply, the **Partition** parameter does not take any default value.
264282
265283
```yaml
266284
Type: String
@@ -269,11 +287,12 @@ Aliases:
269287

270288
Required: False
271289
Position: Named
272-
Default value: None
290+
Default value: DefaultNC; Provider: The default is to use the Partition that you are currently in. Otherwise, use DefaultNC (that is, if you are in the RootDSE)
273291
Accept pipeline input: False
274292
Accept wildcard characters: False
275293
```
276294
295+
277296
### -ResourceContextPartition
278297
Specifies the distinguished name of the partition of an AD or AD LDS instance to search.
279298
Use this parameter with the *ResourceContextServer* parameter to specify a partition hosted by the specified server.

docset/winserver2019-ps/printmanagement/Get-PrintJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Accept wildcard characters: False
107107
108108
### -ID
109109
Specifies the ID of the print job to retrieve.
110-
You can use wildcard characters.
110+
You cannot use wildcard characters.
111111
112112
```yaml
113113
Type: UInt32

docset/winserver2022-ps/activedirectory/Get-ADPrincipalGroupMembership.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,27 @@ Accept wildcard characters: False
258258
```
259259
260260
### -Partition
261-
The default authentication method is Negotiate.
261+
Specifies the distinguished name of an Active Directory partition.
262+
The distinguished name must be one of the naming contexts on the current directory server.
263+
The cmdlet searches this partition to find the object defined by the **Identity** parameter.
262264
263-
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
265+
In many cases, a default value is used for the **Partition** parameter if no value is specified.
266+
The rules for determining the default value are given below.
267+
Note that rules listed first are evaluated first and once a default value can be determined, no further rules are evaluated.
268+
269+
In Active Directory Domain Services (AD DS) environments, a default value for **Partition** is set in the following cases:
270+
271+
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
272+
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
273+
- If none of the previous cases apply, the default value of **Partition** is set to the default partition or naming context of the target domain.
274+
275+
In Active Directory Lightweight Directory Services (AD LDS) environments, a default value for **Partition** is set in the following cases:
276+
277+
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
278+
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
279+
- If the target AD LDS instance has a default naming context, the default value of **Partition** is set to the default naming context.
280+
To specify a default naming context for an AD LDS environment, set the **msDS-defaultNamingContext** property of the Active Directory directory service agent object (**nTDSDSA**) for the AD LDS instance.
281+
- If none of the previous cases apply, the **Partition** parameter does not take any default value.
264282
265283
```yaml
266284
Type: String
@@ -269,7 +287,7 @@ Aliases:
269287

270288
Required: False
271289
Position: Named
272-
Default value: None
290+
Default value: DefaultNC; Provider: The default is to use the Partition that you are currently in. Otherwise, use DefaultNC (that is, if you are in the RootDSE)
273291
Accept pipeline input: False
274292
Accept wildcard characters: False
275293
```

docset/winserver2022-ps/failoverclusters/New-Cluster.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Creates a new failover cluster.
1717

1818
```
1919
New-Cluster [-Name] <String> [-Node <StringCollection>] [-StaticAddress <StringCollection>]
20-
[-IgnoreNetwork <StringCollection>] [-NoStorage] [-S2D]
21-
[-AdministrativeAccessPoint <AdminAccessPoint>] [-Force] [<CommonParameters>]
20+
[-IgnoreNetwork <StringCollection>] [-NoStorage] [-S2D] [-AdministrativeAccessPoint <AdminAccessPoint>]
21+
[-Force] [-ManagementPointNetworkType <AdminAccessPointResType>] [<CommonParameters>]
2222
```
2323

2424
## DESCRIPTION
@@ -167,6 +167,27 @@ Accept pipeline input: False
167167
Accept wildcard characters: False
168168
```
169169
170+
### -ManagementPointNetworkType
171+
Specifies the network configuration used to determine IP address settings.
172+
173+
The acceptable values for this parameter are:
174+
175+
- Automatic: Automatically detects the appropriate setting. If SQL Server is running in Azure, it uses `Distributed`. If SQL Server is running on-premises, uses `Singleton`. (Default setting)
176+
- Singleton: The traditional method of DHCP or static IP address.
177+
- Distributed: Uses a Distributed Network Name by using Node IP addresses.
178+
179+
```yaml
180+
Type: AdminAccessPointResType
181+
Parameter Sets: (All)
182+
Aliases:
183+
184+
Required: False
185+
Position: Named
186+
Default value: Automatic
187+
Accept pipeline input: False
188+
Accept wildcard characters: False
189+
```
190+
170191
### -Name
171192

172193
Specifies the name of the cluster to create.

docset/winserver2022-ps/printmanagement/Get-PrintJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Accept wildcard characters: False
107107
108108
### -ID
109109
Specifies the ID of the print job to retrieve.
110-
You can use wildcard characters.
110+
You cannot use wildcard characters.
111111
112112
```yaml
113113
Type: UInt32

docset/winserver2022-ps/processmitigations/Set-ProcessMitigation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If specified in both, it will be disabled.
102102
Type: String[]
103103
Parameter Sets: ProcessPolicy, SystemMode
104104
Aliases: d
105-
Accepted values: DEP, EmulateAtlThunks, SEHOP, ForceRelocate, RequireInfo, BottomUp, HighEntropy, StrictHandle, DisableWin32kSystemCalls, AuditSystemCall, ExtensionPoint, DynamicCode, AuditDynamicCode, CFG, SuppressExports, StrictCFG, BlockNonMicrosoftSigned, AllowStoreSigned, AuditMicrosoftSigned, AuditStoreSigned, EnforceModuleDepencySigning, DisableNonSystemFonts, FontAuditOnly, AuditFont, BlockRemoteImages, BlockLowLabel, PreferSystem32, AuditImageLoad, EnableExportAddressFilter, AuditEnableExportAddressFilter, EnableExportAddressFilterPlus, AuditEnableExportAddressFilterPlus, EnableImportAddressFilter, AuditEnableImportAddressFilter, EnableRopStackPivot, AuditEnableRopStackPivot, EnableRopCallerCheck, AuditEnableRopCallerCheck, EnableRopSimExec, AuditEnableRopSimExec, SEHOP, AuditSEHOP, SEHOPTelemetry, TerminateOnHeapError, DisallowChildProcessCreation, AuditChildProcess, UserShadowStack, UserShadowStackStrictMode, AuditUserShadowStack
105+
Accepted values: DEP, EmulateAtlThunks, SEHOP, ForceRelocateImages, RequireInfo, BottomUp, HighEntropy, StrictHandle, DisableWin32kSystemCalls, AuditSystemCall, DisableExtensionPoints, BlockDynamicCode, AllowThreadsToOptOut, AuditDynamicCode, CFG, SuppressExports, StrictCFG, MicrosoftSignedOnly, AllowStoreSignedBinaries, AuditMicrosoftSigned, AuditStoreSigned, EnforceModuleDependencySigning, DisableNonSystemFonts, AuditFont, BlockRemoteImageLoads, BlockLowLabelImageLoads, PreferSystem32, AuditRemoteImageLoads, AuditLowLabelImageLoads, AuditPreferSystem32, EnableExportAddressFilter, AuditEnableExportAddressFilter, EnableExportAddressFilterPlus, AuditEnableExportAddressFilterPlus, EnableImportAddressFilter, AuditEnableImportAddressFilter, EnableRopStackPivot, AuditEnableRopStackPivot, EnableRopCallerCheck, AuditEnableRopCallerCheck, EnableRopSimExec, AuditEnableRopSimExec, SEHOP, AuditSEHOP, SEHOPTelemetry, TerminateOnError, DisallowChildProcessCreation, AuditChildProcess
106106

107107
Required: False
108108
Position: Named
@@ -135,7 +135,7 @@ If specified in both, it will be disabled.
135135
Type: String[]
136136
Parameter Sets: ProcessPolicy, SystemMode
137137
Aliases: e
138-
Accepted values: DEP, EmulateAtlThunks, SEHOP, ForceRelocate, RequireInfo, BottomUp, HighEntropy, StrictHandle, DisableWin32kSystemCalls, AuditSystemCall, ExtensionPoint, DynamicCode, AuditDynamicCode, CFG, SuppressExports, StrictCFG, BlockNonMicrosoftSigned, AllowStoreSigned, AuditMicrosoftSigned, AuditStoreSigned, EnforceModuleDepencySigning, DisableNonSystemFonts, FontAuditOnly, AuditFont, BlockRemoteImages, BlockLowLabel, PreferSystem32, AuditImageLoad, EnableExportAddressFilter, EnableExportAddressFilterPlus, EnableImportAddressFilter, EnableRopStackPivot, EnableRopCallerCheck, EnableRopSimExec, SEHOP, AuditSEHOP, SEHOPTelemetry, TerminateOnHeapError, DisallowChildProcessCreation, AuditChildProcess, UserShadowStack, UserShadowStackStrictMode, AuditUserShadowStack
138+
Accepted values: DEP, EmulateAtlThunks, SEHOP, ForceRelocateImages, RequireInfo, BottomUp, HighEntropy, StrictHandle, DisableWin32kSystemCalls, AuditSystemCall, DisableExtensionPoints, BlockDynamicCode, AllowThreadsToOptOut, AuditDynamicCode, CFG, SuppressExports, StrictCFG, MicrosoftSignedOnly, AllowStoreSignedBinaries, AuditMicrosoftSigned, AuditStoreSigned, EnforceModuleDependencySigning, DisableNonSystemFonts, AuditFont, BlockRemoteImageLoads, BlockLowLabelImageLoads, PreferSystem32, AuditRemoteImageLoads, AuditLowLabelImageLoads, AuditPreferSystem32, EnableExportAddressFilter, AuditEnableExportAddressFilter, EnableExportAddressFilterPlus, AuditEnableExportAddressFilterPlus, EnableImportAddressFilter, AuditEnableImportAddressFilter, EnableRopStackPivot, AuditEnableRopStackPivot, EnableRopCallerCheck, AuditEnableRopCallerCheck, EnableRopSimExec, AuditEnableRopSimExec, SEHOP, AuditSEHOP, SEHOPTelemetry, TerminateOnError, DisallowChildProcessCreation, AuditChildProcess
139139

140140
Required: False
141141
Position: Named

0 commit comments

Comments
 (0)