<t>If the current console is not elevated and the operation you're trying to do requires elevated privileges then you can start powershell with the Run as Administrator option :<br/>
<br/>
PS> Start-Process powershell -Verb runAs<br/>
<br/>
```<br/>
<br/>
[Microsoft Docs: Start-Process](https://learn.microsoft.com/powershell/module/Microsoft.PowerShell.Management/Start-Process)</t>