Skip to content
New issue

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

Adds AboutFiltering topic to the ActiveDirectory module #343

Merged
merged 16 commits into from
Jan 14, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update PSKoans/Koans/Modules/ActiveDirectory/Introduction/AboutFilter…
…ing.Koans.ps1

Co-Authored-By: Joel Sallow (/u/ta11ow) <32407840+vexx32@users.noreply.github.com>
indented-automation and vexx32 authored Jan 13, 2020
commit a308b00423717af31713698c4adbb4da8e1a26f7
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ Describe 'About Filtering' {
#>

It 'often uses script blocks in examples' {
# Providing your username to show that both filters return the same result.
# Fill in your username to show that both filters return the same result.

Get-ADUser -Filter { samAccountName -eq '____' } |
Select-Object -ExpandProperty SamAccountName |