Merge pull request #315 from lmasieri/patch-1

Update microsoft-store-for-business-education-powershell-module.md
This commit is contained in:
Elizabeth Ross 2017-10-23 07:29:21 -07:00 committed by GitHub
commit e0e3365b38

View File

@ -51,7 +51,7 @@ Install-Module -Name MSStore
``` ```
## Import MIcrosoft Store for Business and Education PowerShell module into the PowerShell session ## Import Microsoft Store for Business and Education PowerShell module into the PowerShell session
Once you install the module on your Windows 10 device, you will need to then import it into each PowerShell session you start. Once you install the module on your Windows 10 device, you will need to then import it into each PowerShell session you start.
```powershell ```powershell
@ -152,4 +152,4 @@ You can remove **Microsoft Store for Business and Education PowerShell** from yo
Get-InstalledModule -Name "MSStore" -RequiredVersion 1.0 | Uninstall-Module Get-InstalledModule -Name "MSStore" -RequiredVersion 1.0 | Uninstall-Module
``` ```