W moim skrypcie mam blok Param 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 ) Czy mogę użyć CmdLet Read-Host w wymaganym polu parametru? jeśli...