If you want to set your Windows 11 start menu to the left, it can configured from the Taskbar settings Under the Taskbar behaviors > Taskbar alignment > Select Left. With this settings you can have your old start menu orientation back
I recently got a new mobile lab from work and I intend to keep the resource utilization as low as possible, with that I decided to use Windows Server Core and later manage them using Windows Admin Center. Below is the simple steps taken to install and configure a Windows Server Core server. Installing Windows … Continue reading
In this post you’ll find the steps on how to install the SCCM Reporting services point role. Make sure that SQL Reporting Services is installed and configured in your environment. Install the role In the SCCM console go to Administration > Site Configuration > Servers and Site System Roles Right click on the server that will … Continue reading
I tried to enroll my Samsung smartphone to Microsoft Intune few days ago, and here are the step taken: First you have to set the mobile device management authority under Device enrollment > Choose MDM Authority in the Azure Portal. I have selected Intune MDM Authority and clicked the Choose button. Once the MDM Authority is set, you need to download … Continue reading
I’ve been exploring Microsoft 365 for the past few weeks and then just recently properly introduced to it after attending a 2 day readiness session conducted by Microsoft PFEs where we had overwhelming information (fun times for geeks like me). They covered Windows 10 (Modern desktop) |Office 365 | & Enterprise Mobility + Security. There were just too … Continue reading
I visited a client last Friday, to troubleshoot a case were after a batch of HP laptops got OS Refreshed to Windows 10 some of them are NOT getting anything pushed down in Software Center. Problem: Actual report received: Windows Updates and Software does not appear in Software Center. Reported that they have re-image these machine on correct … Continue reading
I was asked by my Project Manager to generate a report for HP machines (desktop and laptops) that lists Hosts names, Hardware Model, BIOS version and Operating System version. I Run the Query below SQL Management Studio and saved the result to a CSV file: SELECT Bios.SerialNumber0 as [Serial Number], Bios.SMBIOSBIOSVersion0 as [BIOS Version], Comp.Name0 … Continue reading
Last month we presented Always Up To Date with Windows 10 and Windows as a Service during the Microsoft Tech Summit Singapore and there’s a part of the talk where we showed how easy it is to update System Center Configuration Manager. Administrators can just find the new update when it’s released under the Administration … Continue reading
Most the time when deploying the 1st server in the network, the internet connection is not yet up my WSUS servers to serve its purpose, however as per project tender requirements, all of the servers, especially the Domain Controllers must be installed with the latest Security/Critical updates being even getting live. So for those who … Continue reading
This post will show the step by step implementation of 3 node Failover Cluster for Hyper-V. # Steps 1 Make sure that the Failover Clustering Roles is installed in the 3 host. 2 a) Login in one of the hosts, e.g., Host01 and launch the Failover Cluster Manager b) In the Actions pane, click on Validate … Continue reading