PowerShell, Seguridad PowerShell Add-Type -AssemblyName System.Web $Longitud = 12 $Caracteres = 3 [System.Web.Security.Membership]::GeneratePassword($Longitud, $Caracteres) 1234 Add-Type -AssemblyName System.Web$Longitud = 12$Caracteres = 3[System.Web.Security.Membership]::GeneratePassword($Longitud, $Caracteres)