PS C:\Users\rupes> rmdir C:\adobeTemp /s /q
Remove-Item : A positional parameter cannot be found that accepts argument '/s'.
At line:1 char:1
+ rmdir C:\adobeTemp /s /q
+ ~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument:
) [Remove-Item], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
PS C:\Users\rupes> rmdir "C:\Program Files (x86)\Common Files\Adobe\Installers" /s /q
Remove-Item : A positional parameter cannot be found that accepts argument '/s'.
At line:1 char:1
+ rmdir "C:\Program Files (x86)\Common Files\Adobe\Installers" /s /q
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument:
) [Remove-Item], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
PS C:\Users\rupes> rmdir "C:\ProgramData\Adobe\OOBE" /s /q
Remove-Item : A positional parameter cannot be found that accepts argument '/s'.
At line:1 char:1
+ rmdir "C:\ProgramData\Adobe\OOBE" /s /q
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument:
) [Remove-Item], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand
PS C:\Users\rupes> rmdir "$env:LOCALAPPDATA\Adobe\OOBE" /s /q
Remove-Item : A positional parameter cannot be found that accepts argument '/s'.
At line:1 char:1
+ rmdir "$env:LOCALAPPDATA\Adobe\OOBE" /s /q
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument:
) [Remove-Item], ParameterBindingException
+ FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.RemoveItemCommand