J'ai un bloc Param dans mon script Param ( [Parameter(Mandatory=$True)] [string]$FileLocation, [Parameter(Mandatory=$True)] [string]$password = Read-Host "Type the password you would like to set all the users to" -assecurestring ) Puis-je utiliser le Read-Host CmdLet dans un champ de paramètre...