-Property vs. -Properties ?

by sponsen at 2013-04-08 00:08:52

What is the difference between the -Property and -Properties parameters in the AD module? Is -Property just a alias of -Properties, and why did they make the "ies" ending the default one, when everything else is single-noun?
by happysysadm at 2013-04-08 06:44:54
Hi Sponsen,

I can’t find any cmdlet that has -Property parameter.

Can you be more specifix and post an example of what you are trying to do?

Carlo
by sponsen at 2013-04-08 06:53:03
I think all cmdlets in the AD module have this :slight_smile:

I’m not trying to do anything specific, I just want to know if there are any differences between those two.
by nohandle at 2013-04-08 08:54:18
[quote="sponsen"]I’m not trying to do anything specific, I just want to know if there are any differences between those two.[/quote]Nope. It is just alias.
get-help get-aduser -parameter properties

-Properties <string>

Required? false
Position? Named
Accept pipeline input? false
Parameter set name (All)
Aliases Property
Dynamic? true

And why? I frankly don’t know.
by sponsen at 2013-04-10 03:20:14
Thanks :slight_smile: