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 {
99179917.SYNOPSIS
99189918
99199919Returns a list of all fault-tolerant distributed file systems
9920- for the current (or specified) domain .
9920+ for the current (or specified) domains .
99219921
99229922Author: Ben Campbell (@meatballs__)
99239923License: BSD 3-Clause
@@ -9932,7 +9932,7 @@ The server data is parsed appropriately and returned.
99329932
99339933.PARAMETER Domain
99349934
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.
99369936
99379937.PARAMETER SearchBase
99389938
@@ -10215,7 +10215,7 @@ A custom PSObject describing the distributed file systems.
1021510215 function Get-DomainDFSShareV1 {
1021610216 [CmdletBinding()]
1021710217 Param(
10218- [String[] ]
10218+ [String]
1021910219 $Domain,
1022010220
1022110221 [String]
@@ -10294,7 +10294,7 @@ A custom PSObject describing the distributed file systems.
1029410294 function Get-DomainDFSShareV2 {
1029510295 [CmdletBinding()]
1029610296 Param(
10297- [String[] ]
10297+ [String]
1029810298 $Domain,
1029910299
1030010300 [String]
You can’t perform that action at this time.
0 commit comments