New server installed and we wanna install server features on it using powershell.
Script start working, but nothing changed during long period time. Installation progress 24%.
Internet is not accessable. Features installing from iso image mounted to vm.
It's the same image which used for server installation.
Any ideas- what's wrong?
Command is:
Install-WindowsFeature -Name
$Feature-Source $windowsDistribLocal-LogPath $LogPathLocal
resulted command is:
Install-WindowsFeature -Name NET-Framework-Core -Source D:\ -LogPath C:\temp\installlog.txt
In a log file was:
2408: 2013-12-25 15:02:48.404 [ServerManagerPS] Complete initializing log file.
2408: 2013-12-25 15:02:48.606 [ServerManagerPS] 23326f59-1a36-403b-a2bb-1346f85867a5 Enumerate server component ended with Success.
2408: 2013-12-25 15:02:49.935 [ServerManagerPS] 23326f59-1a36-403b-a2bb-1346f85867a5 Alter server component started. Component names: NET-Framework-Core,NET-Framework-Features
2408: 2013-12-25 15:02:49.950 [ServerManagerPS] 23326f59-1a36-403b-a2bb-1346f85867a5 Alter server component ended with InProgress. The progress is 20
2408: 2013-12-25 15:02:50.965 [ServerManagerPS] 23326f59-1a36-403b-a2bb-1346f85867a5 Alter server component started. Component names: NET-Framework-Core,NET-Framework-Features
2408: 2013-12-25 15:02:50.981 [ServerManagerPS] 23326f59-1a36-403b-a2bb-1346f85867a5 Get alteration state ended with InProgress. The progress is 24.
2408: 2013-12-25 15:02:51.997 [ServerManagerPS] 23326f59-1a36-403b-a2bb-1346f85867a5 Alter server component started. Component names: NET-Framework-Core,NET-Framework-Features
2408: 2013-12-25 15:02:51.997 [ServerManagerPS] 23326f59-1a36-403b-a2bb-1346f85867a5 Get alteration state ended with InProgress. The progress is 24.
2408: 2013-12
***
2408: 2013-12-25 15:07:36.510 [ServerManagerPS] 23326f59-1a36-403b-a2bb-1346f85867a5 Alter server component started. Component names: NET-Framework-Core,NET-Framework-Features
2408: 2013-12-25 15:07:36.510 [ServerManagerPS] 23326f59-1a36-403b-a2bb-1346f85867a5 Get alteration state ended with InProgress. The progress is 24.
WinServ2012 on virtual box.