GPO - How do I disable balloon tips in the notification area with Windows 10/8/7/Vista/XP

If you want to disable balloon tips in the notification area you car reuse this old Microsoft article.

https://support.microsoft.com/en-us/kb/307729

With Windows 10 there are some differences but idea is the same.

You can use these settings to create a suitable GPO:



To disable balloon tips in the notification area, follow these steps:
  1. Click Start, click Run, type regedit, and then press ENTER.
  2. Locate the following subkey:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  3. Right-click the right side pane, create a new DWORD value, and then name it EnableBalloonTips.
  4. Double-click EnableBalloonTips, and then give it a value of 0.
  5. Close Registry Editor.
  6. Log off Windows, and then log back on.


Firewall - Fortinet how to enable Email alerting on Fortigate FW

If you need to enable email alerting in your fortigate firewall you simple need to review this youtube video that clearly explain configuration.


WSUS - Reinstall WSUS with clean Settings

You can go here:

cd %drive%\Program Files\Update Services\Tools

wsusutil reset

To re-install WSUS with a clean database ie no previous configuration;

Run Windows Powershell as Administrator and use the following commands:

Uninstall-WindowsFeature -Name UpdateServices,Windows-Internal-Database -Restart

Post restart, delete EVERYTHING in the "C:\Windows\WID" (for Win 2012 r2) folder, then run the following command to re-install WSUS:

Install-WindowsFeature UpdateServices -Restart

This only works on Powershell 3 or higher. More info here: https://technet.microsoft.com/en-us/library/cc732257.aspx

==============================================================

Related articles:


Backup - Veeam endpoint Backup unattended upgrade installation procedure

As discussed in precedent post veeam endpoint backup is a free tool to backup pc and, in case, is able to backup on Veeam B&R repository to have double backup location and backup policies.

Veeam - Veeam Endpoint free and centralized console Veeam Endpoint Backup for LabTech

Veeam - Veeam Endpoint Backup Free - Free version released

At the same time, if you uncheck veeam backup autoupdate, there is an interesting aspect about silent installation mode parameters.



you can later push that centrally with other tools like:

- PSEXEC
- SCCM
- PDQ

a.) Installation Syntax

To install Veeam Endpoint Backup in the unattended mode, use a command with the following syntax:

/silent

where is a path to the Veeam Endpoint Backup installation file.


You can upgrade Veeam Endpoint Backup to a newer version in the unattended mode using the same command that is used for unattended installation. To learn more, see Installing Veeam Endpoint Backup in Unattended Mode.

c.) Using Sysprep and Veeam Endpoint Backup


You can pre-install Veeam Endpoint Backup in a custom Microsoft Windows system image that will be used for deployment on different computers. To do this, you should perform a set of configuration steps in the reference Microsoft Windows system installation that will be included in a deployment image.
To configure a custom Microsoft Windows system image with Veeam Endpoint Backup:
  1. Install Veeam Endpoint Backup in a Microsoft Windows system image. To learn more, see Installing Veeam Endpoint Backup.
  2. Configure the backup job in the way you want it to work on computers with pre-installed Veeam Endpoint Backup. To learn more, see Configuring Scheduled Backup Job.

Using Sysprep and Veeam Endpoint Backup Note:
It is advised to configure the backup job for the entire computer backup. In case of volume-level backup, it may be necessary to reconfigure the backup job after Microsoft Windows is deployed to the target computer and include the necessary volumes in the backup once again. This may happen if volumes' GUIDs were changed at the stage of Microsoft Windows generalization with Sysprep.

  1. Create a registry key value: HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Endpoint Backup\SysprepMode (DWORD)=1.
This registry key value is used to regenerate the job ID when Veeam Endpoint Backup starts for the first time on the new computer. If you do not create the registry key value, the backup job may fail as soon as it is started on the new computer.
  1. Run the Sysprep tool in the Generalize mode to remove any system-specific data. If you need to run the Sysprep tool in the Audit mode, do not forget to re-create the registry key afterwards.
  2. Deploy the image on the necessary computers in any convenient way. To learn more about deployment of Microsoft Windows system to new computers, see https://technet.microsoft.com/en-us/library/dd349343.aspx.

Network - FortiMail Antispam and ingoing and outgoing message size modify

If you are using Fortimail VM as antispam system you could have necessity to change SMTP ingoing and outgoing email.

You need to go to profile --> Session --> for each profile --> SMTP Limits --> Cap message Size (KB) at.


Take in consideration this fortinet manual advice.