Skip to main content
Jorge Bernhardt Jorge Bernhardt

Windows 10

2020

How to enable SMB encryption on Windows Server
·378 words·2 mins· 100 views · 5 likes
Get-SmbConnection Get-SmbServerConfiguration Get-SmbShare Microsoft
Since Windows Server 2012 and Windows 8, we have version 3.0 of the SMB protocol. This version includes several SMB security enhancements, one of which is encryption. Implementation of this enhancement enables us to encrypt data transferred over the network between the SMB file server and the client.

2019

How to map a Network Drive to an Azure File Share
·431 words·3 mins· 100 views · 5 likes
Azure PowerShell cmdkey Connect-AzAccount ConvertTo-SecureString
In a previous post, I explained how to create an Azure file share. Today, I want to show you how to connect and mount an Azure file share with Azure PowerShell.
Windows 10: Turn Off Microsoft Consumer Experiences
·358 words·2 mins· 100 views · 5 likes
GPO Microsoft Microsoft Windows Registry
Windows 10 automatically installs some games, third-party apps and application links from the Windows Store for the signed-in user. In this post, I want to show how to prevent them from being installed, enabling the Group Policy setting: Turn Off Microsoft Consumer Experiences, using the group policy editor or the registry editor.
How to Implement Nested Virtualization in Windows Server
·314 words·2 mins· 100 views · 5 likes
Get-VMProcessor Microsoft Microsoft Windows PowerShell
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).

2018

How to set the system time zone with PowerShell
·135 words·1 min· 100 views · 5 likes
Get-TimeZone Microsoft Microsoft Windows PowerShell
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.