Microsoft 365 features that help users manage their subscriptions, account settings, and billing information.
Hi Chiddarwar,
Based on the error message that "running scripts is disabled on this system", it seems that it was caused by PowerShell execution policy permission, as an administrator, please set the execution policy by typing this command into your PowerShell window to set the user preference for the shell execution policy to RemoteSigned and see if it helps.
Set-ExecutionPolicy RemoteSigned
For more detailed information please see: Set-ExecutionPolicy
Regards,
Bryan