Skip to content

Commit f0caf54

Browse files
authored
Merge pull request MicrosoftDocs#2661 from PatAltimore/patricka-remotedesktop
RemoteDesktop module update for WS2022
2 parents ab3cf5d + 18fdfbb commit f0caf54

File tree

4 files changed

+19
-11
lines changed

4 files changed

+19
-11
lines changed

docset/winserver2022-ps/rdmgmt/Get-RDPersonalSessionDesktopAssignment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
127127
128128
## INPUTS
129129
130+
### System.String
131+
130132
## OUTPUTS
131133
134+
### Microsoft.RemoteDesktopServices.Management.RDPersonalSessionDesktopAssignment[]
135+
132136
## NOTES
133137
134138
## RELATED LINKS

docset/winserver2022-ps/rdmgmt/Remove-RDDatabaseConnectionString.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
116116
117117
## INPUTS
118118
119-
## OUTPUTS
119+
### None
120120
121-
### Null
121+
## OUTPUTS
122122
123+
### System.Object
123124
## NOTES
124125
125126
## RELATED LINKS

docset/winserver2022-ps/rdmgmt/Set-RDDatabaseConnectionString.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -113,34 +113,34 @@ Accept pipeline input: False
113113
Accept wildcard characters: False
114114
```
115115
116-
### -RestoreDBConnectionOnAllBrokers
117-
Indicates that this operation restores the database connection string(s) on all RD Connection Brokers in a deployment to re-establish database connectivity.
118-
If you specify this parameter, you must also specify the *RestoreDatabaseConnection* parameter.
116+
### -RestoreDatabaseConnection
117+
Indicates that this operation restores the database connection string(s) when database access is lost for dedicated or shared configurations.
118+
119+
You can use **Set-RDDatabaseConnectionString** on the active management broker to restore the database connection string(s) on the specified broker, or you can specify the *RestoreDBConnectionOnAllBrokers* parameter to restore the database connection string(s) on all RD Connection Brokers in the deployment.
119120
120121
```yaml
121122
Type: SwitchParameter
122123
Parameter Sets: (All)
123124
Aliases:
124125

125126
Required: False
126-
Position: 4
127+
Position: 3
127128
Default value: None
128129
Accept pipeline input: False
129130
Accept wildcard characters: False
130131
```
131132
132-
### -RestoreDatabaseConnection
133-
Indicates that this operation restores the database connection string(s) when database access is lost for dedicated or shared configurations.
134-
135-
You can use **Set-RDDatabaseConnectionString** on the active management broker to restore the database connection string(s) on the specified broker, or you can specify the *RestoreDBConnectionOnAllBrokers* parameter to restore the database connection string(s) on all RD Connection Brokers in the deployment.
133+
### -RestoreDBConnectionOnAllBrokers
134+
Indicates that this operation restores the database connection string(s) on all RD Connection Brokers in a deployment to re-establish database connectivity.
135+
If you specify this parameter, you must also specify the *RestoreDatabaseConnection* parameter.
136136
137137
```yaml
138138
Type: SwitchParameter
139139
Parameter Sets: (All)
140140
Aliases:
141141

142142
Required: False
143-
Position: 3
143+
Position: 4
144144
Default value: None
145145
Accept pipeline input: False
146146
Accept wildcard characters: False

docset/winserver2022-ps/rdmgmt/Set-RDPersonalSessionDesktopAssignment.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
9898
9999
## INPUTS
100100
101+
### System.String
102+
101103
## OUTPUTS
102104
105+
### System.Object
103106
## NOTES
104107
105108
## RELATED LINKS

0 commit comments

Comments
 (0)