**Update** Go figure they just released an Intune update ( 2305 ) to do this natively ! Configure Visual Studio Install And Update Settings Using Intune HTMD […]
VB.net script to Upload files to SFTP via Cert based Auth
How to Mesh Aruba AP’s Wirelessly
Understanding Mesh Access Points (arubanetworks.com) Mesh Points The mesh point (MP) is an Aruba AP configured for mesh and assigned the mesh point role. Depending on the AP model, configuration […]
Script to Delete ServiceWorker Cache on Google Chrome and Microsoft Edge
Resolve-Path “$env:USERPROFILE\AppData\Local\Microsoft\Edge\User Data*\Service Worker\CacheStorage” | Remove-Item -RecurseResolve-Path “$env:USERPROFILE\AppData\Local\Google\Chrome\User Data*\Service Worker\CacheStorage” | Remove-Item -Recurse
Register-ScheduledTask : The filename or extension is too long
Trying to setup a Scheduled Task to use a Managed Service Account and I got the error Register-ScheduledTask : The filename or extension is too long Turns […]
How to save Secure String in Powershell
You need to do this for each user , only the user who saved the SecureString can call it For a Managed Service Account, I had to […]
Local AD Powershell Report on Inactive Users and Passwords Never Expire
How to force Updates to Edge\Chrome and Firefox Browser in Intune
Recent 0 Day for Chrome Browser needed patching ASAP -> https://www.bleepingcomputer.com/news/security/google-patches-another-actively-exploited-chrome-zero-day/ By default Chrome leaves browser relaunch and Update installation up to the user To force this […]
Intune – Enumerate administrator accounts on elevation
Option 1 – Set the following Group Policy:Computer Configuration\Policies\Administrative Templates\Windows Components\Credential User Interface\Enumerate administrator accounts on elevationTo the following value: Disabled Option 2 – Follow these steps to apply a […]
Microsoft \ platform-managed key Azure Rotation
As Microsoft Manage your keys ( not Customer Managed Keys ( CMK ) ) – How often exactly are Microsoft-managed keys rotated · Issue #68838 · MicrosoftDocs/azure-docs · […]