Remediating Microsoft 3D Builder 3D Viewer Vulnerabilities Using PowerShell w/ My 70 Year Old Mother
My 70 Year Old Mom Proves That Anyone Can Learn Cybersecurity Threat and Vulnerability Management. In this video we Remediate Microsoft 3D Builder and Microsoft 3D Viewer vulnerabilities on my mother's computer using PowerShell.
Commands used in this exercise:
1. Get-AppxPackage
2. Get-AppxPackage | Where-Object {$_.Name -like "Microsoft.3DBuilder"}
3. Get-AppxPackage | | Where-Object {$_.DisplayName -eq "Microsoft.3DBuilder"} | Remove-AppxProvisionedPackage -online
4. Get-AppxProvisionedPackage -online | Where-Object {$_.DisplayName -like "*3D*"}
5. Get-AppxProvisionedPackage -online | Where-Object {$_.DisplayName -like "*3D*"} | Remove-AppxProvisionedPackage -online
Join the Cybersecurity Mentorship Program Official Launch!
https://technologyinterpreters.myshopify.com/
Join this channel to get access to perks:
https://www.youtube.com/channel/UC8kz_mvNxikOvChY51C7rQQ/join
Subscribe: https://www.youtube.com/user/TechInterpreterInc?sub_confirmation=1
Social Media:
- Discord: https://discord.gg/fJUnQZSjYh
- Twitter: https://twitter.com/TechTranslators
- Twitch: https://www.twitch.tv/technologyinterpreters
- Instagram: https://www.instagram.com/TechnologyInterpreters
- Facebook: https://www.facebook.com/TechnologyInterpreters