This repository was archived by the owner on Jan 21, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9917,7 +9917,7 @@ function Get-DomainDFSShare {
9917
9917
.SYNOPSIS
9918
9918
9919
9919
Returns a list of all fault-tolerant distributed file systems
9920
- for the current (or specified) domain .
9920
+ for the current (or specified) domains .
9921
9921
9922
9922
Author: Ben Campbell (@meatballs__)
9923
9923
License: BSD 3-Clause
@@ -9932,7 +9932,7 @@ The server data is parsed appropriately and returned.
9932
9932
9933
9933
.PARAMETER Domain
9934
9934
9935
- Specifies the domain to use for the query, defaults to the current domain.
9935
+ Specifies the domains to use for the query, defaults to the current domain.
9936
9936
9937
9937
.PARAMETER SearchBase
9938
9938
@@ -10215,7 +10215,7 @@ A custom PSObject describing the distributed file systems.
10215
10215
function Get-DomainDFSShareV1 {
10216
10216
[CmdletBinding()]
10217
10217
Param(
10218
- [String[] ]
10218
+ [String]
10219
10219
$Domain,
10220
10220
10221
10221
[String]
@@ -10294,7 +10294,7 @@ A custom PSObject describing the distributed file systems.
10294
10294
function Get-DomainDFSShareV2 {
10295
10295
[CmdletBinding()]
10296
10296
Param(
10297
- [String[] ]
10297
+ [String]
10298
10298
$Domain,
10299
10299
10300
10300
[String]
You can’t perform that action at this time.
0 commit comments