Hi everyone. This post (PDF document) will cover all steps to create a provisioning package (PPKG) where a PowerShell is executed as part of its deployment and enroll a windows device into Intune Windows Autopilot device under Order Tag (empty) = Default. In this scenario, all devices that are procured by Lenovo, Dell, HP, or … Continue reading Enroll Windows Device using PPKG
Category: Management
Use PowerShell to find application uninstall keys
Hi everyone Answering Ravinder Singh, in his post on Linkedin Modern Endpoint Management (MECM | SCCM | Intune | AzureVD | Security | MacOS | iOS ) Group I have used the following PowerShell Script to list all apps installed with their DisplayName, UninstallString, and other properties. Feel free to tweak the script to use … Continue reading Use PowerShell to find application uninstall keys
Microsoft Teams – Pilot tips #1
Hi thereWith the covid-19 pandemic we have seen home users, companies and government working hard to follow along with with all needs and changes that this moment has brought to us globally. One of the biggest challenges it's to keep people working from home with security, collaboration using great technologies and Microsoft Teams is playing … Continue reading Microsoft Teams – Pilot tips #1
Azure – Terraform #7
Hi thereIn this post I'm covering, actually adding one more component to previous article Azure Terraform #5 - TheĀ Variable Definitions (.tfvars) Files.Those .tfvars files are used when you need to set a lots of variables on vars.tf and you need to specify their values in a variable definitions file terminated by .tfvars or .tfvars.json and … Continue reading Azure – Terraform #7
Azure – Terraform #6
Hi therein this post I'm covering Azure & Terraform series today I'm continuing to use the previous vars.tf file which we used to declare all variables for our main.tf file to standardize our Azure through Terraform scripts.Before we continue check your Terraform version running terraform --versionĀ Quick reviewdownload Terraform from https://www.terraform.io/downloads.htmledit your Windows PATH variable to … Continue reading Azure – Terraform #6