-
This device is already set up in another organization
Continue reading: This device is already set up in another organizationIf you have a device either in your possession or in the hands of a employee but you can’t seem to connect to intune. I found and tested this step to resolve an issue with a machine not connecting to our intune tenant no matter what I tried before. As shown in the picture you…
-
End Your Work Day With A Script
Continue reading: End Your Work Day With A ScriptTrying to give myself things to learn with Powershell. I thought, “what’s a good way of forcing myself to disconnect from Teams/Slack as that shows me as available to the company I work for”. We’ll I came up with a little script that finds the time and then starts/stop services based -gt (greater than) times.…
-
Setting Up WSL on Windows 11: A Comprehensive Guide
Continue reading: Setting Up WSL on Windows 11: A Comprehensive GuideRequirements Guide to setup WSL Enabling WSL In the possibility that you do not have WSL enabled by default. I’ve listed a command below that can be run through an elevated PowerShell to enable that environment/program. dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart or wsl –install (If you see WSL help text try and run wsl…