Skip to content

Commit d5f166d

Browse files
authored
Update Utility.ps1
1 parent 6045036 commit d5f166d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

scripts/Utility.ps1

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,7 @@ function Search-FullNameToSamAccount {
133133
function Ldap-Query {
134134
param(
135135
[Parameter(Mandatory=$True, ValueFromPipeline=$True)]
136-
[string]$Filter,
137-
[Parameter(Mandatory=$True)]
138-
[string]$Property,
139-
[Parameter(Mandatory=$False)]
140-
[switch]$NoErrorReport = $False
136+
[string]$Filter
141137
)
142138

143139
BEGIN {

0 commit comments

Comments
 (0)