Saya memiliki blok Param di skrip saya 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 ) Dapatkah saya menggunakan CmdLet Baca-Host di bidang...