You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gets or sets the custom named pipe name to connect to.
200
+
This is usually used in conjunction with
201
+
`pwsh -CustomPipeName`.
202
+
203
+
```yaml
204
+
Type: String
205
+
Parameter Sets: PipeNameParameterSet
206
+
Aliases:
207
+
208
+
Required: True
209
+
Position: Named
210
+
Default value: None
211
+
Accept pipeline input: False
212
+
Accept wildcard characters: False
213
+
```
214
+
191
215
### CommonParameters
192
216
193
-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
217
+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
0 commit comments