fbpx

Category Archives for "Windows 10"

Connect-AzureAD : The term ‘Connect-AzureAD’ is not recognized

Working on Windows 10 2004 to execute powershell script and found that AzureAD module is not installed yet.  Error Message:  Connect-AzureAD : The term ‘Connect-AzureAD’ 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 […]

Continue reading

[Windows 10] Multilingual Image Creation & Deployment using DISM

Mount install.wim & adding language pack 1. Run the Deployment & Imaging Tools as administrator. 2.  Get info I. Get info if the Wim File. Type command : Dism /Get-WIMInfo /WimFile:C:my_distributionsourcesinstall.wim II. Mount the Wim file according to the Image name. Type command:Dism /LogPath:C:DismLogsMountOSInstallWim.log /Mount-Wim /WimFile:C:my_distributionsourcesinstall.wim /Name:”Windows 10 Pro” /MountDir:C:testoffline 3. Add Language Pack. Type […]

Continue reading

[HyperV] How to enable Hyper-V in Windows 10?

Hi Guys, This is related to my previous post (https://malvinjacob.blogspot.my/2018/05/creating-virtual-machine-from-windows.html) In order to create a Virtual Machine from Windows 10 Hyper V, we’ll first need to enable it from the windows features. Follow below step in case your machine does not have the Hyper-V enabled. Step 1:Search for “Turn Windows Feature On or Off” from […]

Continue reading