Microsoft
2019
MCSE – Microsoft® Certified Solutions Expert: Productivity
·110 words·1 min·
100
views
·
5
likes
Last Monday, I passed the Microsoft 70-339 exam: Managing Microsoft SharePoint Server 2016. And finally, I can call myself an expert in Microsoft® certified solutions: Productivity. This is my fourth certification of MCSE (Microsoft Certified Solution Expert).
Passed Microsoft Exam 70-339 Managing Microsoft SharePoint Server 2016
·200 words·1 min·
100
views
·
5
likes
Today, I passed the Microsoft exam 70-339: Managing Microsoft SharePoint Server 2016. This test validates your skills and knowledge necessary to install, configure, implement, and manage SharePoint 2016 installations in a data center and the cloud.
How to move Azure Resources to another Resource Group
·444 words·3 mins·
100
views
·
5
likes
In many cases, it is necessary to reorganize and move Azure resources to other Resource Groups. Today, I want to show you how to move an Azure Resource to another Resource Group using Azure PowerShell.
How to implement Azure Ultra Disks
·839 words·4 mins·
100
views
·
5
likes
Recently, Microsoft announced the general availability of Microsoft Azure Ultra Disks. These new managed disks offer incredible performance with a latency of less than milliseconds, ideal for use on Azure VMs running mission-critical workloads.
How to deploy Azure VMs with Ephemeral OS disks
·719 words·4 mins·
100
views
·
5
likes
Hi, today I want to talk to you about the Ephemeral OS disks and how to perform the deployment of virtual machines with Ephemeral OS disks using Azure PowerShell. The Ephemeral operating system disks are created in local VM virtual storage, such as temporary disks, and are not saved in Azure Remote Storage.
Active Directory Snapshots using NTDSUTIL
·482 words·3 mins·
100
views
·
5
likes
In this post, I want to show you how you can use ntdsutil.exe to create snapshots of the Active Directory database and how you can use tools to examine its contents, either to compare or transfer objects without starting in Restore Mode Directory Services (DSRM)
Azure Portal App is the new way to manage all your Azure resources
·193 words·1 min·
100
views
·
5
likes
The Azure Portal app is the new option available to access and manage all your Azure resources. This application has been recently published by Microsoft and is only available for Windows.
How to disable weak versions of SSL/TLS Protocols on Windows Servers
·801 words·4 mins·
100
views
·
5
likes
Hi, in this post, I want to show you how to disable the weak versions of the Transport Layer Security (TLS) and Secure Socket Layer (SSL) protocols using Windows PowerShell. Surely, before disabling weak versions of SSL / TSL protocols, you will want to make sure that you can use the TLS 1.
Run Azure Resource Graph queries using Azure CLI
·595 words·3 mins·
100
views
·
5
likes
To end this series of articles about Azure Resource Graph. In this last article, I want to show you how to use this service to make inquiries and explore resources with the Azure CLI.
Run Azure Resource Graph queries using Azure PowerShell
·498 words·3 mins·
100
views
·
5
likes
In my last article, I showed you how to enable the Azure Resource Graph module in PowerShell and Azure CLI. Today I want to show you how to use this service to make queries and explore the resources using Azure PowerShell.
How to enable Azure Resource Graph in PowerShell and Azure CLI
·324 words·2 mins·
100
views
·
5
likes
The general availability of the Azure Resource Graph service was announced a few days ago. This service allows you to use queries to explore all your resources in Azure and manage your inventory in the Microsoft cloud more efficiently.
How to deploy the Log Analytics Agent
·464 words·3 mins·
100
views
·
5
likes
In my last post, I explained to create a Workspace of log analytics, check out this link. Today I want to show you how to deploy the Log Analytics agent virtual machine extension to an existing virtual machine using Azure PowerShell.
How to Create an Azure Log Analytics Workspace
·513 words·3 mins·
100
views
·
5
likes
Recently I attended a very interesting webinar about the new features and capabilities of Azure Monitor Logs also known earlier as Log Analytics, check out this link. Today I want to show you how to create a Log Analytics workspace using Azure Powershell.
How to Install Docker on Windows Server
·316 words·2 mins·
100
views
·
5
likes
In this post, I want to show you how to install Docker on Windows Server 2016/2019. The process to install Docker in Windows Server is easy with the help of the PowerShell module of the OneGet provider.
Convert Azure VMs to Managed Disks using PowerShell
·581 words·3 mins·
100
views
·
5
likes
This post will show you how to convert a virtual machine, whether within an availability group or a single instance, from unmanaged disks (Storage Account) to disks managed using Azure PowerShell.
How to Install the Secure DevOps Kit for Azure
·513 words·3 mins·
100
views
·
5
likes
This quick blog post shows how to install the Secure DevOps Kit for Azure (AzSK). The Secure DevOps for Azure kit offers tools and best practices for creating and maintaining a secure architecture in the Microsoft cloud.
How to Implement Nested Virtualization in Windows Server
·314 words·2 mins·
100
views
·
5
likes
Hi, Today, I want to show you how to implement nested virtualization in Windows Server. This feature is helpful for testing and training purposes (such as preparing for a certification exam).
How to Enable COM+ in Windows Server 2016
·199 words·1 min·
100
views
·
5
likes
As you know, compatibility with the application server function was removed from Windows Server 2016. In this post, I will show you how to manually enable COM+ remote access in your Windows Server 2016 using Windows PowerShell and the Registry Editor.
How to Encrypt Disks on Azure VMs using PowerShell
·625 words·3 mins·
100
views
·
5
likes
In my previous post, I showed you how to create a Key Vault. Today I will show you how to use that Key Vault to store the encryption key and then encrypt the disks of your virtual machines in Azure with PowerShell.
How to create an Azure Key Vault
·709 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 a very important service that works as a secure secrets store: An Azure Key Vault.