Skip to content

Commit 5e14274

Browse files
authored
Merge branch 'master' into patch-32
2 parents 274408c + c08dc39 commit 5e14274

File tree

18 files changed

+138
-89
lines changed

18 files changed

+138
-89
lines changed

docset/windows/addsadministration/get-adserviceaccount.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
ms.mktglfcycl: manage
33
ms.sitesec: library
4-
ms.author: v-anbarr
5-
author: andreabarr
4+
ms.author: kenwith
5+
author: kenwith
66
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
77
external help file: Microsoft.ActiveDirectory.Management.dll-Help.xml
88
keywords: powershell, cmdlet

docset/windows/addsadministration/new-adserviceaccount.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,12 @@ For example, use the following syntax to add and remove service principal names.
788788
- Add
789789
- Replace
790790

791+
The following example shows how to add and remove service principal names:
792+
793+
```powershell
794+
-ServicePrincipalNames @{Add="SQLservice\accounting.corp.contoso.com:1456"};{Remove="SQLservice\finance.corp.contoso.com:1456"}
795+
```
796+
791797
```yaml
792798
Type: String[]
793799
Parameter Sets: (All)

docset/windows/addsadministration/set-adserviceaccount.md

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
ms.mktglfcycl: manage
33
ms.sitesec: library
4-
ms.author: v-anbarr
5-
author: andreabarr
4+
ms.author: kenwith
5+
author: kenwith
66
description: Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
77
external help file: Microsoft.ActiveDirectory.Management.dll-Help.xml
88
keywords: powershell, cmdlet
@@ -745,14 +745,49 @@ Accept wildcard characters: False
745745
```
746746

747747
### -ServicePrincipalNames
748-
Use the **DateTime** syntax when you specify this parameter.
749-
Time is assumed to be local time unless otherwise specified.
750-
When a time value is not specified, the time is assumed to 12:00:00 AM local time.
751-
When a date is not specified, the date is assumed to be the current date.
748+
Specifies the service principal names for the account.
749+
This parameter sets the **ServicePrincipalNames** property of the account.
750+
The LDAP display name (**ldapDisplayName**) for this property is servicePrincipalName.
751+
This parameter uses the following syntax to add, remove, replace, or clear service principal name values.
752+
753+
To add values:
754+
755+
`-ServicePrincipalNames @{Add=value1,value2,...}`
756+
757+
To remove values:
758+
759+
`-ServicePrincipalNames @{Remove=value3,value4,...}`
760+
761+
To replace values:
762+
763+
`-ServicePrincipalNames @{Replace=value1,value2,...}`
764+
765+
To clear all values:
766+
767+
`-ServicePrincipalNames $Null`
768+
769+
You can specify more than one change by using a list separated by semicolons.
770+
For example, use the following syntax to add and remove service principal names.
771+
772+
`@{Add=value1,value2,...};@{Remove=value3,value4,...}`
773+
774+
The operators are applied in the following sequence:
775+
776+
- Remove
777+
- Add
778+
- Replace
779+
780+
The following example shows how to add and remove service principal names:
781+
782+
```powershell
783+
-ServicePrincipalNames @{Add="SQLservice\accounting.corp.contoso.com:1456"};{Remove="SQLservice\finance.corp.contoso.com:1456"}
784+
```
785+
786+
<br>
752787

753788
```yaml
754789
Type: Hashtable
755-
Parameter Sets: Identity
790+
Parameter Sets: (All)
756791
Aliases:
757792
758793
Required: False

docset/windows/addsadministration/set-aduser.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Accept wildcard characters: False
199199
Specifies values to add to an object property.
200200
Use this parameter to add one or more values to a property that cannot be modified using a cmdlet parameter.
201201
To modify an object property, you must use the LDAP display name.
202-
You can specify multiple values to a property by specifying a comma-separated list of values and more than one property by separating them using a semicolon.
202+
You can specify multiple values to a property by specifying a comma-separated list of values, and more than one property by separating them using a semicolon.
203203
The format for this parameter is:
204204
205205
`-Add @{Attribute1LDAPDisplayName=value1, value2, ...; Attribute2LDAPDisplayName=value1, value2, ...; AttributeNLDAPDisplayName=value1, value2, ...}`
@@ -1185,10 +1185,10 @@ Accept wildcard characters: False
11851185
Specifies that the cmdlet remove values of an object property.
11861186
Use this parameter to remove one or more values of a property that cannot be modified using a cmdlet parameter.
11871187
To remove an object property, you must use the LDAP display name.
1188-
You can remove more than one property by specifying a semicolon-separated list.
1188+
You can specify multiple values to a property by specifying a comma-separated list of values, and more than one property by separating them using a semicolon.
11891189
The format for this parameter is:
11901190

1191-
`-Remove @{Attribute1LDAPDisplayName=value[]; Attribute2LDAPDisplayName=value[]}`
1191+
`-Remove @{Attribute1LDAPDisplayName=value1, value2, ...; Attribute2LDAPDisplayName=value1, value2, ...; AttributeNLDAPDisplayName=value1, value2, ...}`
11921192

11931193
When you use the *Add*, *Remove*, *Replace*, and *Clear* parameters together, the parameters are applied in the following sequence:
11941194

@@ -1213,10 +1213,10 @@ Accept wildcard characters: False
12131213
Specifies values for an object property that will replace the current values.
12141214
Use this parameter to replace one or more values of a property that cannot be modified using a cmdlet parameter.
12151215
To modify an object property, you must use the LDAP display name.
1216-
You can modify more than one property by specifying a comma-separated list.
1216+
You can specify multiple values to a property by specifying a comma-separated list of values, and more than one property by separating them using a semicolon.
12171217
The format for this parameter is:
12181218

1219-
`-Replace @{Attribute1LDAPDisplayName=value[]; Attribute2LDAPDisplayName=value[]}`
1219+
`-Replace @{Attribute1LDAPDisplayName=value1, value2, ...; Attribute2LDAPDisplayName=value1, value2, ...; AttributeNLDAPDisplayName=value1, value2, ...}`
12201220

12211221
When you use the *Add*, *Remove*, *Replace*, and *Clear* parameters together, the operations will be performed in the following order:
12221222

docset/windows/dfsr/set-dfsreplicatedfolder.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ Accept wildcard characters: False
131131
### -DfsnPath
132132
Specifies the DFS Namespace folder path of the replicated folder.
133133
134-
The DFS Namespace folder path has no effect on replication.
135-
This property exists only as a descriptive convenience to administrators and DFS Replication service does not validate the value of this property.
134+
This parameter is used to connect the replication group to the replicated folder.
136135
137136
```yaml
138137
Type: String

docset/windows/fileserverresourcemanager/set-fsrmsetting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This command specifies the address "john@contoso.com" for the recipient of email
6363
PS C:\> Set-FsrmSetting -CommandNotificationLimit 80
6464
```
6565

66-
This command specifies 80 as the minimum number of seconds between individual running events of a command-type notification.
66+
This command specifies 80 as the minimum number of minutes between individual running events of a command-type notification.
6767

6868
### Example 3: Change the FSRM setting for report classification format
6969
```
@@ -152,7 +152,7 @@ Accept wildcard characters: False
152152
```
153153

154154
### -CommandNotificationLimit
155-
Specifies the minimum number of seconds between individual running events of a command-type notification.
155+
Specifies the minimum number of minutes between individual running events of a command-type notification.
156156
If multiple command notifications occur, the server runs the command notification only if at least this amount of time has passed since the server last performed this action.
157157

158158
```yaml
@@ -183,7 +183,7 @@ Accept wildcard characters: False
183183
```
184184

185185
### -EmailNotificationLimit
186-
Specifies the minimum number of seconds between individual running events of an email-type notification.
186+
Specifies the minimum number of minutes between individual running events of an email-type notification.
187187
If multiple command notifications occur, the server runs the command notification only if at least this amount of time has passed since the server last performed this action.
188188

189189
```yaml
@@ -199,7 +199,7 @@ Accept wildcard characters: False
199199
```
200200

201201
### -EventNotificationLimit
202-
Specifies the minimum number of seconds between individual running events of an event-type notification.
202+
Specifies the minimum number of minutes between individual running events of an event-type notification.
203203
If multiple command notifications occur, the server runs the command notification only if at least this amount of time has passed since the server last performed this action.
204204

205205
```yaml
@@ -725,7 +725,7 @@ Accept wildcard characters: False
725725
```
726726

727727
### -ReportNotificationLimit
728-
Specifies the minimum number of seconds between individual running events of a report notification.
728+
Specifies the minimum number of minutes between individual running events of a report notification.
729729
If multiple report notifications occur, the server runs the report notification only if at least this amount of time have passed since the server last performed this action.
730730

731731
```yaml

docset/windows/grouppolicy/set-gpinheritance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ PS C:\> Set-GPInheritance -Target "dc=northwest, dc=contoso, dc=com" -IsBlocked
6565
This command unblocks inheritance for the northwest.contoso.com domain.
6666
GPOs linked to higher-level sites or domains are applied to this domain when Group Policy is processed on the client.
6767

68-
### Example 3: Block inheritance for an OU in a domain
68+
### Example 3: Unblock inheritance for an OU in a domain
6969
```
7070
PS C:\> Set-GPInheritance -Target "ou=MyOU,dc=contoso,dc=com" -IsBlocked No
7171
@@ -77,7 +77,7 @@ GpoLinks : {TestGPO-1, TestGPO-2}
7777
InheritedGpoLinks : {TestGPO-1, TestGPO-2, Default Domain Policy}
7878
```
7979

80-
This command blocks inheritance for the OU named MyOU in the contoso.com domain.
80+
This command unblocks inheritance for the OU named MyOU in the contoso.com domain.
8181
GPOs that are linked to higher-level sites or domains, or to OUs that are parent OUs of the OU named MyOU, are applied when Group Policy is processed for the OU on the client.
8282

8383
Because inheritance is not blocked, GPOs that are inherited from higher-level containers appear in the InheritedGpoLinks list (together with GPOs that are linked directly to the OU).

docset/windows/provisioning/export-provisioningpackage.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.reviewer:
2020
# Export-ProvisioningPackage
2121

2222
## SYNOPSIS
23-
{{Fill in the Synopsis}}
23+
Extract the contents of a provisioning package.
2424

2525
## SYNTAX
2626

@@ -43,16 +43,16 @@ Export-ProvisioningPackage [-RuntimeMetadata] <RuntimeProvPackageMetadata> [-Out
4343
```
4444

4545
## DESCRIPTION
46-
{{Fill in the Description}}
46+
Extract the contents of a provisioning package to the specified folder.
4747

4848
## EXAMPLES
4949

5050
### Example 1
5151
```
52-
PS C:\> {{ Add example code here }}
52+
PS C:\> Export-ProvisioningPackage -PackageId {e2ea11f5-d8b0-4db9-bf96-8c909dc2fed5} -OutputFolder D:\Package
5353
```
5454

55-
{{ Add example description here }}
55+
This example extracts the content of a Package specifying it's PackageId to the specified folder.
5656

5757
## PARAMETERS
5858

@@ -72,7 +72,7 @@ Accept wildcard characters: False
7272
```
7373
7474
### -AnswerFileOnly
75-
{{Fill AnswerFileOnly Description}}
75+
Only exports the Windows provisioning answer file
7676
7777
```yaml
7878
Type: SwitchParameter
@@ -102,7 +102,7 @@ Accept wildcard characters: False
102102
```
103103
104104
### -LogsDirectoryPath
105-
{{Fill LogsDirectoryPath Description}}
105+
Specifies a path to store logs files resulting from the export operation
106106
107107
```yaml
108108
Type: String
@@ -117,7 +117,7 @@ Accept wildcard characters: False
117117
```
118118
119119
### -OutputFolder
120-
{{Fill OutputFolder Description}}
120+
Specifies the path to the output directory
121121
122122
```yaml
123123
Type: String
@@ -132,7 +132,7 @@ Accept wildcard characters: False
132132
```
133133
134134
### -PackageId
135-
{{Fill PackageId Description}}
135+
Id of the Package to be extracted
136136
137137
```yaml
138138
Type: String
@@ -147,7 +147,7 @@ Accept wildcard characters: False
147147
```
148148
149149
### -PackagePath
150-
{{Fill PackagePath Description}}
150+
Path to the package to be extracted
151151
152152
```yaml
153153
Type: String

docset/windows/remotedesktop/set-rdcertificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Accept wildcard characters: False
170170
```
171171
172172
### -Thumbprint
173-
This parameter specifies the thumbprint of the certificate to use.
173+
This parameter specifies the thumbprint of the certificate to use. Currently, it is only available in Windows Server 2019.
174174
175175
```yaml
176176
Type: String

docset/windows/storage/get-partitionsupportedsize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ SizeMin SizeMax
6666
----------- -----------
6767
```
6868

69-
This example is not fully implemented and does not include size values.
69+
This command will show the minimum and maximum size of the partition (SizeMin and SizeMax).
7070

7171
## PARAMETERS
7272

0 commit comments

Comments
 (0)