Improved SamAccountName pipeline processing
Improved SamAccountName pipeline processing in Get-ADReplAccount.
This commit is contained in:
parent
527bf6d0e0
commit
d879fe0878
|
@ -14,6 +14,7 @@ namespace DSInternals.PowerShell.Commands
|
|||
[Parameter(
|
||||
Mandatory = true,
|
||||
Position = 0,
|
||||
ValueFromPipeline = true,
|
||||
ValueFromPipelineByPropertyName = true,
|
||||
ParameterSetName = ParameterSetByName
|
||||
)]
|
||||
|
@ -28,7 +29,6 @@ namespace DSInternals.PowerShell.Commands
|
|||
[Parameter(
|
||||
Mandatory = false,
|
||||
Position = 1,
|
||||
ValueFromPipelineByPropertyName = true,
|
||||
ParameterSetName = ParameterSetByName
|
||||
)]
|
||||
[ValidateNotNullOrEmpty]
|
||||
|
|
Loading…
Reference in New Issue