We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From what I understand (this is the first I've seen someone do this):
[parameter(Mandatory = $true, ValueFromPipelineByPropertyName = "SamAccountName", ValueFromPipeline = $true)]
ValueFromPipelineByPropertyName takes a bool as its value. I took a look at MSDN and it would appear that proper values are indeed $true or $false.
Or am I wrong and missing someting?
The text was updated successfully, but these errors were encountered:
Thanks @evetsleep ! Definitely a typo that I carried over multiple functions... -_-
Fixed in the last ##Commit.
Thanks again!
Sorry, something went wrong.
No branches or pull requests
From what I understand (this is the first I've seen someone do this):
ValueFromPipelineByPropertyName takes a bool as its value. I took a look at MSDN and it would appear that proper values are indeed $true or $false.
Or am I wrong and missing someting?
The text was updated successfully, but these errors were encountered: