PowerShell - Functions
Identify the error in this parameter declaration:
param([string]Name)
param([string]Name)
$Name.Name lacks the $ sign, causing a syntax error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions