Posts
2018
How to install the Windows PowerShell Web Access Gateway
·347 words·2 mins·
100
views
·
5
likes
In this post, I want to show you how to install the Windows PowerShell Web Access gateway on a server that is running Windows Server 2016 by using Windows PowerShell cmdlets.
How to create a VPN S2S in Microsoft Azure
·578 words·3 mins·
100
views
·
5
likes
This quick blog post, shows, how to use Azure PowerShell to deploy a site-to-site VPN Gateway between Azure and On-Premise. Requirements: This tutorial assumes that you already have a Microsoft Azure account set up and you have the PowerShell Azure module on your machine installed.
How to Audit PowerShell Usage Using Transcription
·253 words·2 mins·
100
views
·
5
likes
Hello, today I want to show you how to use the group policy to configure the registry transcription to audit the use of PowerShell on servers. Requirements: This tutorial assumes that the target system already has WMF 5.
How to export Azure Resource Groups to ARM Templates
·409 words·2 mins·
100
views
·
5
likes
In this post, I want to show you how to export a Resource Group to an ARM template using the command line. This tutorial assumes that you already have a Microsoft Azure account set up.
How to create a Virtual Network in Microsoft Azure
·741 words·4 mins·
100
views
·
5
likes
This post is part of a series in which I will show how to create different resources in Microsoft Azure. Today I will show you how to create an essential component: a Virtual Network.
How to create a Group Managed Service Accounts (gMSA)
·410 words·2 mins·
100
views
·
5
likes
In this post, I want to show you how to create and use Group managed service accounts (gMSA). Before starting, I would like to identify the basic concepts and requirements.
How To Register the Active Directory Schema MMC Snap-in
·170 words·1 min·
100
views
·
5
likes
In this post, I want to show you how to use the Active Directory schema plugin on a domain controller. First, you must register a DLL (schmmgmt.dll). Use the Regsvr32 utility with the following syntax:
Passed Microsoft Exam 70-744 Securing Windows Server 2016
·134 words·1 min·
100
views
·
5
likes
Yesterday I passed the Microsoft exam 70-744: Securing Windows Server 2016. I am very excited to obtain a Microsoft security certification. This certification requires a lot of practice and setting up a testing environment that allows us to “play” and gain experience in all the technologies that are part of the exam.
How to rename a Network Adapter using Rename-NetAdapter cmdlet
·126 words·1 min·
100
views
·
5
likes
Today I want to show you how to rename network interfaces using the Rename-NetAdapter cmdlet. It is a good practice to change the name of the network interfaces to facilitate the management of servers with several network cards.
How to create a KDS root key using PowerShell
·215 words·2 mins·
100
views
·
5
likes
If you want to use the Group Managed Service Accounts feature, you must first create a root key for the group key distribution service within Active Directory. This is used by the KDS service in Domain Controllers to generate passwords.
How to create a Virtual Disk using PowerShell
·316 words·2 mins·
100
views
·
5
likes
In a previous post I showed you how to create a storage pool, today I want to show you how to use PowerShell to create a virtual disk in your Storage Pool.
Azure DNS now provides 100% Service Level Agreement
·146 words·1 min·
100
views
·
5
likes
With this update, Azure DNS guarantees that DNS requests will receive a response from at least one name server 100% of the time. If you don’t know, Azure DNS is a hosting service for DNS domains, providing name resolution using Microsoft Azure infrastructure.
Azure Cloud Shell editor in collaboration with Visual Studio Code
·143 words·1 min·
100
views
·
5
likes
Excellent news for all users who use the cloud shell editor. Microsoft announced that Azure Cloud Shell now uses Project Monaco. The Monaco code editor is an open-source code editor that is found in Visual Studio.
How to set the system time zone with PowerShell
·135 words·1 min·
100
views
·
5
likes
If you need to configure a Server Core or simply because you want to configure with PowerShell. In this post, I show you how to set the system time zone using the Set-TimeZone cmdlet.
How to Manage WinRM with PowerShell
·131 words·1 min·
100
views
·
5
likes
Windows Remote Management (WinRM) allows you to manage a server from a remote location using PowerShell and WMI-based tools. In this post, I want to show you how to manage WinRM from a PowerShell session.
How to create a Storage Account in Microsoft Azure
·765 words·4 mins·
100
views
·
5
likes
This post is part of a series in which I will show how to create different resources in Microsoft Azure. Today I will show you how to create an essential component: a Storage Account.
How to Managing Non-Domain joined Server using Server Manager
·416 words·2 mins·
100
views
·
5
likes
Today I want to show you how to manage non-domain joined servers or Workgroup servers using Server Manager. This can be very useful when working with multiple domains and managing all from the same computer.
How to create a Resource Group in Microsoft Azure
·454 words·3 mins·
100
views
·
5
likes
This post is the first in a series in which I will show how to create different resources in Microsoft Azure. Today I will show you how to create an essential component: a Resource Group.
How to install the Azure PowerShell Module from PowerShell Gallery
·152 words·1 min·
100
views
·
5
likes
The Azure portal is a good place to start and learn the existing resources in Microsoft Azure, but if you want to work with them, the Azure PowerShell module is the way.
How to share a Printer with PowerShell
·233 words·2 mins·
views
·
likes
Hi, today I want to show you how to share a printer using PowerShell. The cmdlet I will use is Set-Printer. This cmdlet allows to establish or update the configuration of a specified printer.