HUDSON.TEL
open-menu closeme
Home
Links icon
Win32 Content Prep Tool GUI
About
Privacy
github linkedin rss
  • How to Disable New Copilot Preview Button With Intune

    calendar Oct 4, 2023 · 2 min read · Intune PowerShell  ·
    Share on: twitter facebook linkedin copy

    How to use Intune Remediations to disable the new Copilot Preview Button on the Windows 11 Taskbar. In this article, I'll give you the PowerShell scripts to setup an Intune Remediation that periodically checks and disables the new Copilot button. Create a new file called detection.ps1 and copy and paste the following …


    Read More
  • How to Use Proactive Remediations in Intune

    calendar Aug 8, 2023 · 4 min read · Intune Powershell  ·
    Share on: twitter facebook linkedin copy

    Using Proactive Remediations in Intune. This article will cover the use of proactive remediations in Intune, why they are great and how to start using them instead of standard scripts. Why use them? Remediations allow you to write PowerShell scripts that can checked against a condition (any condition you can write in …


    Read More
  • How to Manually Register a Windows Device to Intune With Autopilot

    calendar Apr 26, 2023 · 2 min read · Intune PowerShell  ·
    Share on: twitter facebook linkedin copy

    Sometimes you have to re-enroll a device into Autopilot in order to fix an issue. If you replace the system board of a device, you will end up having to re-enroll that device into Intune since the device now has a new hardware hash. The process is easy enough, so I wrote up a quick step-by-step PDF based on the steps …


    Read More
  • How to Create and Manage Custom Url Shortcuts With Intune

    calendar Apr 12, 2023 · 10 min read · intune powershell batch  ·
    Share on: twitter facebook linkedin copy

    Creating custom URL shortcuts that just appear on end-user desktops is not a very straightforward task with Intune at the moment. But we can remedy that with some PowerShell scripting. I came across a problemt when I tried to deploy a web link to https://teams.microsoft.com to my end-users' desktops. I logged into …


    Read More
  • Creating Desktop Shortcuts for Apps Deployed with Intune

    calendar Apr 10, 2023 · 7 min read · intune powershell  ·
    Share on: twitter facebook linkedin copy

    Depending on the application and environment, you may want to set a Desktop shortcut to certain applications in order to make it more convienient for your end users to access them. In this article, I'll go over how we can use PowerShell and the power of Win32 apps to set desktop shortcuts for our users. I'll be using …


    Read More
  • Mass Device Driver Installation Using PowerShell and Intune

    calendar Mar 26, 2023 · 7 min read · powershell intune  ·
    Share on: twitter facebook linkedin copy
    Mass Device Driver Installation Using PowerShell and Intune

    Let's take a bunch of drivers that we want to install all at once, and deploy them with Intune. If for some reason you need to be able to deploy a set of drivers to groups of Intune managed devices, then you just found your solution. In this article, I'll be going over how to set up a Win32 app in Intune that will …


    Read More
  • Disable Windows Fast Startup With Intune

    calendar Mar 13, 2023 · 2 min read · powershell intune  ·
    Share on: twitter facebook linkedin copy
    Disable Windows Fast Startup With Intune

    Fast Startup is a feature in Windows 10 that allows your computer to start up faster after a shutdown by saving the operating system state to a hibernation file. It is enabled by default if your computer supports hibernation. When this feature is enabled, Windows does not properly Shut Down when the user presses the …


    Read More
  • How to Generate SSH Keys for GitHub on Windows

    calendar Mar 10, 2023 · 3 min read · powershell git  ·
    Share on: twitter facebook linkedin copy
    How to Generate SSH Keys for GitHub on Windows

    Here's a quick way to set up SSH keys for GitHub from a Windows machine. I wrote a PowerShell one-liner that will generate the SSH keys for you and copy them to your clipboard automatically. It's quick and easy to use, and checks to see if you already have SSH keys you can use. Here's how to use it: Open PowerShell.exe …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Connor Hudson

Technology with bonus points for good ☕.

Featured Posts

  • How to Completely Delete Device Records From Intune in 2024
  • How to Disable New Copilot Preview Button With Intune
  • How to Deploy Windows Update Packages With Intune
  • How to Use Proactive Remediations in Intune
  • Prevent Onedrive From Syncing Duplicate Shortcuts and Links With Intune
  • How to Manually Register a Windows Device to Intune With Autopilot
  • How to Create and Manage Custom Url Shortcuts With Intune
  • Mass Device Driver Installation Using PowerShell and Intune

Recent Posts

  • How to Manually Register a Windows Device to Intune With Autopilot
  • How to Create and Manage Custom Url Shortcuts With Intune
  • Mass Device Driver Installation Using PowerShell and Intune

Categories

TECHNOLOGY 14

Tags

INTUNE 12 POWERSHELL 9 BATCH 2 ENTRA 1 GIT 1 SECURITY 1
© Connor Hudson

Copyright 2022- 2025 © CONNOR HUDSON. All Rights Reserved

to-top