Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
Se ve la lista a instalar
Get-WindowsCapability -Name RSAT* -Online | where State -EQ NotPresent | Add-WindowsCapability -Online
Se instalan todas
Get-WindowsCapability -Name RSAT* -Online | Select-Object -Property DisplayName, State
Se ve la lista a instalar
Get-WindowsCapability -Name RSAT* -Online | where State -EQ NotPresent | Add-WindowsCapability -Online
Se instalan todas
En about:config mail.smime.accept_insecure_sha1_message_signatures debe estar a true https://blog.thunderbird.net/2023/10/thunderbird-1...