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
Author: paris
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 · […]
Scoping Questions for Azure Files
How low does the latency need to be? Express Router or Onprem Server?Tiering ? ( Onprem Server then to Cool Storage or Netapp Files)DFS?Identity?Security? Public Access not […]
How to use a Powershell script for a Monitor in Labtech Connectwise
You need to add the powershell script below to a bat file , as we can’t copy both the powershell.exe and the ps1 one Create a script […]
Cookies Missing Attributes in RDWeb Gateway
The HTTPOnly attribute makes cookies inaccessible to JavaScript. Additionally, the Secure attributeensures that the cookie may only be transmitted over HTTPS. Cookies used by the application didnot […]