Windows update on a Windows 2016 Server. It says there are no update every time we run the Windows update.

Preliminary troubleshooting steps include. If the above troubleshooting doesn’t fix the issue then proceed with the below steps. Analyse the DISM log saved at the location “C:\Windows\Logs” and check for the below error or similar to the below error. CGetFeaturesCommandObject internal execution failed – DismGetFeaturesExInternal(hr:0x800f0805) If you found such an error in the DISM log, … Read more

SQL installation in the Cluster node failed with an error

The cluster resource ‘SQL Server’ could not be brought online due to an error bringing the dependency resource ‘SQL Network Name’ online : Access is denied When the SQL Server Network Name is first brought online during the FCI installation process, the CNO identity is used to create the VCO(as long as the VCO doesn’t already … Read more

Hyper-v or Vmware Esxi on Azure VMs

It is possible to implement Hyper-V on the Azure VM using the configuration called “Nested Virtualization”. Nested virtualization is a feature that lets you run Hyper-V inside a Hyper-V virtual machine (VM) or in an Azure VM. It is important to note the below factor before we conclude with the Nested Virtualization per Microsoft. PFA … Read more

Enroll Windows Devices with Microsoft Defender for Endpoint

Enable Microsoft Defender for Endpoint integrations To enable the connection in Defender for Endpoint follow the following steps: For checking the state and configuring more settings go to the Intune portal and select Microsoft Defender for Endpoint. Connection status and last synchronized shows the status between MDE and Intune. Now lets get back to the steps available for … Read more

Auto Record Teams Calls

Below is the requirement to configure auto recording of all the calls – Meetings, p2p Teams calls or PSTN calls.  Introduction to Teams Policy-based Recording for Calling & Meetings – Microsoft Teams | Microsoft Learn microsoft-graph-comms-samples/Samples/BetaSamples/LocalMediaSamples/ComplianceRecordingBot at a3943bafd73ce0df780c0e1ac3428e3de13a101f · microsoftgraph/microsoft-graph-comms-samples · GitHub The core component of the compliance recording solution is the recorder. Recorders are … Read more

Copy files to Windows 10/11 devices using Intune

Prepare your files to copy Prepare a folder and add all the necessary files that you want to copy to managed devices. Create a cmd file Next, create a cmd file with the instructions to copy all the files previosuly added and place it on the same folder. For our deployment we used the files … Read more

Step-by-Step Guide to Setup LDAP and LDAPS on Windows Server

Create a VM named “ldapstest” Windows Server 2019 DatacenterConnect to the VM ldapstest using Remote Desktop Connection. Setup LDAP using AD LDS Now let us add AD LDS in our VM ldapstestClick on Start –> Server Manager –> Add Roles and Features. Click Next. Choose Role-based or feature-based installation. Click Next. Select ldapstest server from … Read more