LACP with Synology Nas
Create a LACP on your router or switch. For Fortigate check this link for synology check this link
Find out what you love and Go For It!
Create a LACP on your router or switch. For Fortigate check this link for synology check this link
Link Aggregation Control Protocol (LACP) To create a link aggregation interface in the GUI: Go to Network > Interfaces. Click Create New > Interface. Set Type to 802.3ad Aggregate. Configure the other settings as required. ...
PowerShell command to list users with MFA Status enabled or disabled. Get-MsolUser -all | select DisplayName,UserPrincipalName,IsLicensed, @{N=”MFA Status”; E={ if($_.StrongAuthenticationRequirements.Count -ne 0){ $_.StrongAuthenticationRequirements[0].State } else {‘Disabled’} } } | Export-Csv -Path “C:\scripts\mfa.csv”
Le but de cette fiche est de familiariser les lecteurs avec les notions de base de la sécurité informatique. La sécurité informatique à plusieurs objectifs, bien sûr liés aux types de menaces ainsi qu’aux types ...
Comment créer des comptes email ‘Aliases’ avec un seul compte Gmail Account Au lieu d’utiliser différentes adresses e-mail Gmail à des fins diverses ( travail, école, amis, etc.) , vous pouvez utiliser différentes variantes de ...
WARNING: MSG:UnableToDownload «https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409» «» WARNING: Unable to download the list of available providers. Check your internet connection. WARNING: Unable to download from URI ‘https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409’ to ”. Install-PackageProvider : No match was found for the specified ...
Par défaut, le Contrôle des applications fonctionne selon le mode Liste noire. Le module permet à tous les utilisateurs de lancer n’importe quelle application. Quand l’utilisateur tente de lancer une application interdite par les règles ...
There is no problems when you upgrade from v11 to v12.2 of KSC… Just do a regular upgrade and check afterwards if you still see the link on the dashboard for managing KSV.. After upgrading ...
I can’t think of any task for installing certificates in Kaspersky however if you have a bat file it may be possible to use Kaspersky for running the script remotely. Obviously this has to be ...
Psexec (PsTools) is a toolset consisting of following tools: PSexec used to execute commands at remote or get a shell from a remote system PsFile used to list file and folders at remote system PsGetSid ...