Removed unnecessary switch
This commit is contained in:
parent
1950a169e3
commit
6d10e2c0ff
|
|
@ -18423,10 +18423,6 @@ Search computers with a specific service pack, wildcards accepted.
|
||||||
|
|
||||||
Search computers in the specific AD Site name, wildcards accepted.
|
Search computers in the specific AD Site name, wildcards accepted.
|
||||||
|
|
||||||
.PARAMETER CheckShareAccess
|
|
||||||
|
|
||||||
Switch. Only display found shares that the local user has access to.
|
|
||||||
|
|
||||||
.PARAMETER Server
|
.PARAMETER Server
|
||||||
|
|
||||||
Specifies an Active Directory server (domain controller) to bind to.
|
Specifies an Active Directory server (domain controller) to bind to.
|
||||||
|
|
@ -18527,9 +18523,6 @@ Computer dnshostnames the current user has administrative access to.
|
||||||
[String]
|
[String]
|
||||||
$ComputerSiteName,
|
$ComputerSiteName,
|
||||||
|
|
||||||
[Switch]
|
|
||||||
$CheckShareAccess,
|
|
||||||
|
|
||||||
[ValidateNotNullOrEmpty()]
|
[ValidateNotNullOrEmpty()]
|
||||||
[Alias('DomainController')]
|
[Alias('DomainController')]
|
||||||
[String]
|
[String]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue