Hello!
Az lenne a kérdésem hogy azt a hibát, amikor egy parancshoz olyan paramétert adunk meg amit nem kezelünk, azt hogy lehetne kezelni:
Pl:
.\Get-Accounts.ps1 -Process -OutFile acc.xml -Machines computers.csv -DoItFastPlease
Kimenet:
Get-Alias : A positional parameter cannot be found that accepts argument 'DoItFastPlease'.
At line:1 char:1
+ Get-Alias a ads
+ ~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Get-Alias], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetAliasCommand