Monday, September 16, 2013

Store Reset

Windows Store, a new way to get apps to Windows.  These store apps, uses cache techniques to improve performance.  But some time these cache are the problem for the users specially developer, who experiment with the system.  The tribal knowledge is restart the system, of course it may help to reset the local cache, what about the server cache if any.

For Windows 8 Store, if you are in such situation, the good news is wsreset.exe helps to reset the cache both client and server side!!

Happy coding!

Teams PowerShell

 The PowerShell helps to get quick meta data around Teams. Install-Module -Name MicrosoftTeams Connect-MicrosoftTeams Get-TeamAllChannel...