WSUS manually import an update from the Microsoft Update Catalog

In this tutorial, I will explain how to manually import a site updatehttps://www.catalog.update.microsoft.com/ in WSUS with PowerShell. By default, this operation is possible automatically by passing the console and provided that you use Internet Explorer 11. In 2022, who still uses this browser? Download the update and retrieve its GUID Go to the site https://www.catalog.update.microsoft.com/ …

Read more



Office 365: import users with csv and powershell file

In this article, I’ll walk you through how to bulk import users into Office 365 with the use of PowerShell and the use of a csv file. In certain cases, it is not possible to do an Active Directory directory synchronization (refusal of the client, no AD …). Adding a large number of accounts (for …

Read more



Export / Import a scheduled task

In this tutorial, I will tell you how to export and import a scheduled task. This tutorial applies to both Windows Server and the Desktop version (Windows 10). To illustrate this tutorial, I will export a scheduled task that runs a PowerShell script that allows restarting a computer. The scheduled task runs the ps-restartcomputer.ps1 script …

Read more



Upload PSTs on Office 365 and import into accounts

When migrating to Office 365, you may need to return the history of old mailboxes in the news using the PST archives. There are several ways to do this: Import from the Outlook client directly (I highly recommend this solution). IMAP copies from the Office 365 migration interface. Send PSTs on Microsoft servers for import. …

Read more



Veeam import a backup repository

In this tutorial, we will see how to import backups into Veeam in case you need to access an old repository or import agent backups made on a network share. Add the repository 1. From the Veeam console, click on BACKUP INFRASTRUCTURE 1 and go on Backup Repositories 2. 2. Right click in the area …

Read more