Hi,
I’m trying to execute that command below:
`
PS C:> $Usuario = “E:\users\thardy”
PS C:> Invoke-Command -ComputerName SRVAD -ScriptBlock {dirquota quota scan /path:$Usuario}
The specified path is invalid.
PS C:>
`
How can I make that in a way that the variable can be used for the command, no matter what path I type on it… (E:, E:\temp, E:\users\userabc, etc…)