-
Notifications
You must be signed in to change notification settings - Fork 0
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 -Credential
parameter and Truncate Warning
#15
Conversation
@PoshAJ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these changes make sense given the cmdlets support pipeline input. With the previous logic it would've shown the warning message just once if I'm not mistaken.
src/PSADTree/Commands/GetADTreePrincipalGroupMembershipCommand.cs
Outdated
Show resolved
Hide resolved
Yes, as it's currently designed. We could support it separately, but it's probably fine to require |
Ahhh because of the overloads, didn't check them 😅 Perhaps we should add a parameter set for |
Yeah, we can go a couple ways with this one? |
…od. Can be removed.
-Credential
parameter and Truncate Warning-Credential
parameter and Truncate Warning
Closes #13 and #14
-Credential
.