Bulk Update Windows Autopilot Group Tag in Intune | Group Tag in Intune Autopilot Group

preview_player
Показать описание
📚 Bulk Update Windows Autopilot Group Tags | How To Add A Group Tag To Autopilot Devices in Intune

👉 In this video, I am going to show you how to update or modify the group tag in bulk using PowerShell and a CSV file.

In this step-by-step tutorial, we'll guide you through the process of updating or modifying group tags in bulk using PowerShell and a CSV file. Group tag updation and management can be a time-consuming task, but with the power of automation using Powershell and CSV, you can save valuable time and ensure consistency in your tagging Windows Autopilot Group Tags

✅📚 GitHub location to download the scripts

🔔 Subscribe and hit the bell to get notified about my weekly videos

✅ AutoPilot Module
Module3.1- Windows Autopilot Overview | What is Microsoft Autopilot | How It Work
Module3.2- Autopilot Device Registration & Generate | Import | Get Hardware Hash
Module-3.3 - User Driven Azure AD Join Windows Autopilot | How to | Step by Step

✅ Intune Report Automation
Intune windows Patching automated Report using proactive remediation scripts
Windows Update for Business Reports(Wufb) Implementation Setup Guide
Windows Autopatch Implementation Setup Guide
Windows Update for Business Reports | Update Compliance v2 | HowToSetup

🏷️ Tags
#ChanderManiPandey #Intune #intunetraining #microsoftintune #intuneguide #autopilot #mdm #intunetutorials #windows11 #microsoftintune #msintune #IntunePatching #patching #patchtuesday #windows10 #windows10update #windows11updates #windows11update #windows11upgrade #AutoPilot #WindowsAutopilot
Рекомендации по теме
Комментарии
Автор

Hi sir,
Can we determine group tag history for a specific device?
For instance any log we can check regarding what all changes were made on the group tag for a specific device.
Would be of great help if you can assist on this.

Thank you in advance!

shreyagupta-njcy
Автор

Thank you for this explanation.
I work in the company where we have a lot of devices enrolled for us by another company. We see these enrolled devices and we can assign the certain GroupTag. After it syncs, approx. 10-15 minutes the device will receive the profile. What I don't understand where these Group Tags are stored. I know where to create a new profile, it's in the I don't understand how to link the profile to a new GroupTag and where to create a new group tag.
Thank you.

george.carlin
Автор

Hello Chander, I'm experiencing the exact same error message as stanthabomb, even after copying the script to the C:\Windows\Temp directory.
Otherwise, very clear video. Thank you very much.

NYETA-dryz
Автор

I have an issue where my pc keeps pointing to a different app ID that was not mentioned. even if I correct the path to the proper graph api token and app id. it still flags this unknown App ID

GrumpyAdmin
Автор

Hello chandru sir,

To make it work we need to install the graph module

And run the script,

Apart from this we do not need to do anything for example creating a app in app registration in azure and allowing permission to app

VarunYadav-oz
Автор

Really nice video. You have the serial numbers on the csv file and then tags. Instead of serial numbers can we have hash numbers. Will this script work

imranawan
Автор

hello @chander, for me, the script do not work; i have a message that Serial Number not found in Intune Autopilot Service even though the serial number exists

joyceyouta
Автор

Cheers Chander! The script works fine except that I get this error:
Write-Progress : Cannot validate argument on parameter 'PercentComplete'. The 10000 argument is greater than the maximum allowed range of 100. Supply an argument that is less than or equal to
100 and then try the command again.
At C:\Users\xxxx\Downloads\Bulk update Windows Autopilot groupTags using PowerShell and CSV.ps1:121 char:148
+ ... ogress: $percentComplete% Complete" -PercentComplete $percentComplete
+
+ CategoryInfo : InvalidData: (:) [Write-Progress],
+ FullyQualifiedErrorId : ParameterArgumentValidationError, Microsoft.PowerShell.Commands.WriteProgressCommand

Nonetheless the grouptags are getting changed, many thanks!

stanthabomb