May 30, 2021

Can't Add Credit/Debit Card To Play Station Store

 

Years biggest Play Station store sale is happening right now. I might write a entire post about it later but have you ever try to grab a deal through Play Station store ?

If you're from a country where Sony has a official Play Station store consider your self as lucky. For most of us purchasing something from Play Station store is a complicated process.

May 28, 2021

The term 'Connect-AzAccount' is not recognized as the name of a cmdlet


I was trying to connect to Azure for the first time using power shell the other day and ended up with below error message.


 

Connect-AzAccount : The term 'Connect-AzAccount' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. 
At line:1 char:1 
+ Connect-AzAccount 
+ ~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Connect-AzAccount:String) [],
CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException

The command I was using to connect was Connect-AzAccount