Search

Latest articles

View:
Nicolas Prigent
Nicolas Prigent
IT Production Manager. Nicolas is primarily focused on Microsoft technologies, he is a Microsoft MVP in Cloud and Datacenter Management.
Nicolas Prigent

How to DevOps with Azure?

In this article, I will not explain what is and what is not DevOps. I just want to describe how to implement a DevOps Project in your Azure subscription through the new service called “DevOps Projects”. This new service has been released in November 2017. The “DevOps Projects” service allows you to deploy and monitor your application in Azure. Visual Studio Team Services and Team Foundation Services are Microsoft’s DevOps solutions for Azure. I’m not a VS or TFS expert, but as you will see, implementing DevOps with Azure is very straightforward. Microsoft says that you can implement your project in less than 5 minutes! Let’s see if it’s true.

Nicolas Prigent

How to Use Azure DevTest Labs?

Official Microsoft description:
“Azure DevTest Lab is a service that helps developers and testers to quickly create environments in Azure while minimizing waste and controlling cost. You can test latest version of your application by quickly provisioning Windows and Linux environments using reusable templates and artifacts.”

In other words, Azure DevTest Labs is a great service that will help you to implement DevOps in your organization. Azure DevTest Labs will allows you to easily deploy Virtual Machines in order to test your workload in Azure. Setting up a development and test environment can take lots of time for your Ops Team.

Nicolas Prigent

Migrate On-Premises VHD files to Azure

You may need to move a couple of Azure Virtual Machines from on-premises to your Azure subscription. Thanks to Windows PowerShell, uploading a VM to Azure is really easy to do! You must check only one prerequisite before uploading your VM to Azure: you will need to check what type of virtual hard disk is being used by the virtual machine. Hyper-V can use either VHD or VHDX based virtual hard disks. However, only VHD disks can be uploaded to Azure. Azure does not support VHDX disks.

Nicolas Prigent

Azure Cloud Shell with Azure CLI

Microsoft has introduced Azure Cloud Shell, a new way of managing resources from the Azure Portal. Within a browser, you can use Bash to troubleshoot and automate your most common management tasks. Support for Windows PowerShell is expected soon. Azure Cloud Shell will help you to store your favorite scripts in the Cloud.

Nicolas Prigent

Introducing Microsoft ‘Project Honolulu’

Microsoft continues to invest and expand its PowerShell Scripting Environment but sometimes it is necessary to use a graphical interface in order to manage systems. This is the reason why Microsoft also develops a new management tool called “Project Honolulu”. Honolulu is the modern evolution of traditional MMC, first introduced in 2000. Now, it’s time to update our management tools! In this article, I will describe how to download and install Honolulu.

Nicolas Prigent

Upgrading System Center Orchestrator 2012 R2 to 2016

Orchestrator is a workflow management solution for the data center. Orchestrator lets you automate the creation, monitoring, and deployment of resources in your environment. Orchestrator is also known as “SCORCH” or “SCO”. Orchestrator uses a drag and drop graphical interface to allow admins to define runbooks. A runbook is a compilation of routine procedures and operations that Orchestrator will run depending on your scheduling. Finally, Orchestrator is capable of managing multiple operating systems. After reading this guide, you should have a basic understanding of how to upgrade/install Orchestrator.

Nicolas Prigent

Installing System Center Configuration Manager 1610 (Current Branch) on Windows Server 2016 with SQL Server 2016. PART 2

Thanks to the previous part, we have SQL Server 2016 installed and configured. Before running the SCCM installation process, let’s remember the architecture we are implementing.

Nicolas Prigent

Installing System Center Configuration Manager 1610 (Current Branch) on Windows Server 2016 with SQL Server 2016. PART1

On November 17th  2016, Microsoft SCCM Team has released version 1610 for the Current Branch (CB) of System Center Configuration Manager that includes some great new features and product enhancements. SCCM 1610 includes lots of new features and enhancements in Windows 10 and Office 365 management, application management, end user experience, client management and also includes new functionality in hybrid mode with Microsoft Intune.

Nicolas Prigent

Managing Exchange Server 2016 Using PowerShell

In this article, we will not cover all the Exchange Management cmdlets but I will describe several examples to guide you in the right direction. In all Exchange Server edition, a lot of settings are configured automatically by the Exchange installation. So it is a good idea to explore all the settings individually to become familiar with your Exchange Server.

Nicolas Prigent

Installing Exchange Server 2016 on Windows Server 2016

On October 1st, Microsoft Exchange Team released the new Exchange Server 2016. Microsoft had been testing and improving millions of mailboxes in their Office365 environment before it released the product on-premises. In this article, I will describe a step-by-step guide for the installation of Microsoft Exchange Server 2016.