### Reporting an Issue or Missing Feature After creating a persisted login token, subsequent calls to `Connect-PnPOnline` (e.g. to connect to a different context) print a warning: > WARNING: Connecting using token cache. See https://pnp.github.io/powershell/articles/persistedlogin.html for more information. As it's a warning I thought setting the `WarningAction` or `WarningPreference` to `SilentlyContinue` would suppress this message. ### Expected behavior Expected to see no WARNING after I've set `WarningAction` or `WarningPreference` to `SilentlyContinue`. ### Actual behavior I keep seeing the warning, regardless of my preferred warning action: <img width="906" height="43" alt="Image" src="https://github.com/user-attachments/assets/8e1e6d3c-210d-4bc9-ae8a-d847c99cc53c" /> <img width="890" height="73" alt="Image" src="https://github.com/user-attachments/assets/cfc199cc-b157-4054-88fe-7a6f32b3f0ce" /> ### Steps to reproduce behavior Please include complete script or code samples in-line or linked from [gists](https://gist.github.com/) ```ps1 $WarningPreference='SilentlyContinue' Connect-PnPOnline -Url https://<tenant>.sharepoint.com -PersistLogin $url="https://<tenant>.sharepoint.com/teams/<identifier>" Connect-PnPOnline -Url $url ``` ### What is the version of the Cmdlet module you are running? 3.1.0 ### Which operating system/environment are you running PnP PowerShell on? - [X] Windows - [ ] Linux - [ ] MacOS - [ ] Azure Cloud Shell - [ ] Azure Functions - [ ] Other : please specify