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
Check out Where-Object in this screenshot / example.
Where-Object
function Clear-JunctionLinks { [CmdletBinding()] param ( ) Get-ChildItem -Path $env:TEMP -Directory | Where-Object -FilterScript { } }
Cheers, Trevor Sullivan Docker Captain Microsoft MVP: Cloud & Data Center Management https://trevorsullivan.net https://twitter.com/pcgeek86
The text was updated successfully, but these errors were encountered:
@gravejester I noticed you mentioned a series of "test scripts" in #16. Can you add this scenario to those?
Sorry, something went wrong.
@pcgeek86 Yes, I'll add these as well. Thank you :)
@gravejester Thank you sir -- hoping the syntax highlighting becomes world-class in VSCode! :)
see also #39
Resolved as of #94
gravejester
No branches or pull requests
Check out
Where-Object
in this screenshot / example.Cheers,
Trevor Sullivan
Docker Captain
Microsoft MVP: Cloud & Data Center Management
https://trevorsullivan.net
https://twitter.com/pcgeek86
The text was updated successfully, but these errors were encountered: