MTS 2018: Transition to cloud-based management of Windows 10 and Office 365 ProPlus with EMS

Greeting SysOps, DevOps, IT dudes 🙂
It is huge plesure for me to attend MTS 2018 conference in Warsaw as a speaker.
Where: Microsoft Tech Summit, Warsaw, 25-25 April
Language: ENG
Register for my session: „Transition to cloud-based management of Windows 10 and Office 365 ProPlus with EMS”
Description:
Are you looking to transition the management of Windows 10 and Office 365 ProPlus to the new agentless approach, but don’t know where to start? Join this session to see how you can do this at your own pace with System Center Configuration Manager, Microsoft Intune, Azure Active Directory, and other cloud services.
Level: 300-400
Join deep divelive demos: Microsoft Intune + SCCM, Azure AD Premium futures, Office Pro Plus deployment, Windows 10 security.

 

VENUE INFO

Warsaw, Poland

Expo XXI

Expo XXI Warszawa

Prądzyńskiego12/14

01-222 Warszawa, Poland

For transportation options and directions, visit Expo XXI.

Cheers,
Piotr

Microsoft Store App Reinstall in Windows 10

Po aktualizacji Windows 10 do 1803 (17133.73) wystąpił u mnie problem z uruchomieniem Microsoft Store App. Aplikacja zniknęła z menu oraz po próbie uruchomienia aplikacja automatycznie się zamykała.

Pierwszy krok to próba otwarcia:

Apps & Features –> Microsoft Store –> Advanced Options –> Reset

Ten krok nic nie dał. Po wykonaniu resetu był ten sam problem. Sama aplikacja Microsoft Store w Apps & Features nie była poprawnie wyświetlona, pojawiła się tylko informacja o binarce.

No więc –> PowerShell:

PS C:\> cd ‚.\Program Files\WindowsApps\Microsoft.WindowsStore_11712.1001.23.0_x64__8wekyb3d8bbwe\’
PS C:\Program Files\WindowsApps\Microsoft.WindowsStore_11712.1001.23.0_x64__8wekyb3d8bbwe> dir

Directory: C:\Program Files\WindowsApps\Microsoft.WindowsStore_11712.1001.23.0_x64__8wekyb3d8bbwe

Mode LastWriteTime Length Name
—- ————- —— —-
d—– 3/25/2018 1:23 PM AppxMetadata
d—– 3/25/2018 1:23 PM Assets
d—– 3/25/2018 1:23 PM Microsoft.UI.Xaml
d—– 3/25/2018 1:23 PM MS.Entertainment.Common
d—– 3/25/2018 1:23 PM Resources
d—– 3/25/2018 1:23 PM Store.Purchase
d—– 3/25/2018 1:23 PM WinStore
d—– 3/25/2018 1:27 PM _Resources
-a—- 3/25/2018 1:23 PM 81626 AppxBlockMap.xml
-a—- 3/25/2018 1:23 PM 42281 AppxManifest.xml
-a—- 3/25/2018 1:23 PM 10685 AppxSignature.p7x
-a—- 3/25/2018 1:23 PM 65720 clrcompression.dll
-a—- 3/25/2018 1:23 PM 7922544 EntCommon.dll
-a—- 3/25/2018 1:23 PM 349184 Microsoft.Entertainment.winmd
-a—- 3/25/2018 1:23 PM 4698840 Microsoft.UI.Xaml.dll
-a—- 3/25/2018 1:23 PM 92888 Microsoft.UI.Xaml.winmd
-a—- 3/25/2018 1:23 PM 2630656 MS.Entertainment.Common.Mobile.dll
-a—- 3/25/2018 1:23 PM 73216 MS.Entertainment.Common.winmd
-a—- 3/25/2018 1:23 PM 3241 NoiseAsset_256x256_PNG.png
-a—- 3/25/2018 1:23 PM 2357880 resources.pri
-a—- 3/25/2018 1:23 PM 29476864 WinStore.App.dll
-a—- 3/25/2018 1:23 PM 16384 WinStore.App.exe
-a—- 3/25/2018 1:23 PM 7921664 WinStore.Entertainment.Mobile.dll
-a—- 3/25/2018 1:23 PM 110080 WinStore.Preview.dll
-a—- 3/25/2018 1:23 PM 3072 WinStore.Preview.winmd
-a—- 3/25/2018 1:23 PM 141312 WinStore.winmd
-a—- 3/25/2018 1:23 PM 40448 WinStoreTasks.winmd
-a—- 3/25/2018 1:23 PM 61952 WinStoreTasksWrapper.dll
-a—- 3/25/2018 1:23 PM 6656 WinStoreTasksWrapper.winmd
-a—- 3/25/2018 1:23 PM 603136 Xbox.Foundation.Media.dll
-a—- 3/25/2018 1:23 PM 18432 Xbox.Foundation.Media.winmd

Następnie wykonanie polecenia:

PS C:\Program Files\WindowsApps\Microsoft.WindowsStore_11712.1001.23.0_x64__8wekyb3d8bbwe> Get-AppxPackage *windowsstore
-allusers | foreach {Add-AppxPackage -DisableDevelopmentMode -Register „$($_.InstallLocation)\AppXManifest.xml”}

Add-AppxPackage rozwiązało problem dla aplikacji Microsoft Store. Uwaga: ścieżka do Microsoft.WindowsStore… może być inna. Należy zweryfikować wersję binarek za pomocą Get-AppxPackage *windowsstore*.