consider aliases and named positions for cmdlets
ArtisanByteCrafter opened this issue · 1 comments
ArtisanByteCrafter commented
for example -MachineID
or -AssetID
to simply accept -ID
.
ArtisanByteCrafter commented
additionally named positions.
So, instead of having to specify each parameter, you could do something like
Set-SmaAsset 1234 -Body $Body