sample csv file

How to Fix “Unable to get device data hash” for Intune Autopilot enrollment

We bought a set of Surface 8 pros with 21h2 version and autopilot no longer works. it seems to be working with 2004 version. We run this under PowerShell Get-WindowsAutoPilotInfo.ps1 Then open Powershell instance, run Set-ExecutionPolicy -ExecutionPolicy Unrestricted D:\Get-WindowsAutoPilotInfo.ps1 -OutputFile D:\surfaces.csv we get the error “unable to retrieve device hardware data (hash) from computer localhost.” Read More

sample csv file

How to Set DNS Suffix and Registration Using PowerShell

This very simple PowerShell script can be used to set these options: DNS Suffix for this connection Register this connection’s addresses in DNS Use this connection’s DNS suffix in DNS registration I’ve seen many questions online on how to use a script to mark the two checkboxes in this “Advanced TCP/IP Settings” window. So here Read More

sample csv file

How to Deploy Adobe Packages with Microsoft Intune

Use Microsoft Intune to deploy Windows 64-bit packages created on the Adobe Admin console. This article guides you through the process of creating an Intune app, that you’ll use to deploy Adobe Windows 64-bit packages created on the Adobe Admin Console. To deploy your package using Intune, you’ll first need to download the Intune Win 32 prep Read More

sample csv file

How to Fix Windows 10 Calculator Error “You’ll need a new app to open this calculator”

Try this first – Solution 1 Run the troubleshooter: Select the Start button, and then select Settings > Update & Security > Troubleshoot. And then from the list select Windows Store apps > Run the troubleshooter. Solution 2 1. Press the Windows key + R to launch the Run dialogue box. 2. Type Wsreset.exe and Read More

sample csv file

How to Update WordPress to 6 Manually.

Summa’s notes 1, You may need to stop the httpd service first if you are using a non-hosting platform. For example, I am using Centos Stream, to stop the web service, systemctl stop httpd.service When the update is finished, to start the httpd service, systemctl start httpd.service 2, I skipped the steps for deactivating and Read More