Quantcast
Channel: Corefig for Windows Server 2012 Core and Hyper-V Server 2012
Viewing all 184 articles
Browse latest View live

New Post: Windows Hyper-V 2012 R2 preview

$
0
0
A major update is in the works. Actually, "update" isn't accurate. It's a complete rewrite.
In the meantime, you might check PSHVM to see if it's working with 2012 R2.

New Post: Windows Hyper-V 2012 R2 preview

$
0
0
Any idea of timeframes? When do you think it will be ready? Thanks

New Post: Windows Hyper-V 2012 R2 preview

$
0
0
add or remove programs don't work with .exe i have installed some progs with the cmd prompt ; unable to remove em...

New Post: ERROR: Enabling feature (this may take some time): (NetFx4)... Failure -- Return Code: 87

$
0
0
Hello!

On the first run "start_corefig.wsf" I got an error:
"Enabling feature (this may take some time): (NetFx4)...
Failure -- Return Code: 87"

Other information is:
Manufacturer : Intel Corporation
ComputerModel: S3420GP
ScriptContext: [x64 - Extended 64bit]
OSSku: 18
OSName: Microsoft Hyper-V Server
OSType: 18
OSDisplay:
CSDVersion: No Service Pack

Other Systeminfo:
OS Name: Microsoft Hyper-V Server
OS Version: 6.1.7600 N/A Build 7600
OS Manufacturer: Microsoft Corporation
OS Configuration: Member Server
OS Build Type: Multiprocessor Free
Registered Owner: Windows User
System Manufacturer: Intel Corporation
System Model: S3420GP
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed. [01]: Intel64 Family 6 Model 30 Stepping 5 GenuineIntel ~1173 Mhz

Any ideas?

Thank you!

New Post: ERROR: Enabling feature (this may take some time): (NetFx4)... Failure -- Return Code: 87

$
0
0
Try running:
DISM.EXE /Online /Enable-Feature /All /FeatureName:NetFx4

and then starting CoreFig. If .Net 4 is already installed and the detection isn't working, just run "PowerShell .\Corefig.ps1" to bypass the checks.

New Comment on "Documentation"

$
0
0
briangw, The Licencing.ps1 file contains these lines on 1258 - 1263 switch($Type) { $TextStrings.Info{$pboxInfo.visible = $true} $TextStrings.Error {$pboxError.visible = $true} $TextStrings.Warning{$pboxWarning.visible = $true} } A space needs to placed between $TextStrings.Info and the curly bracket, and there needs to be a space between $TextStrings.Warning and the curly bracket like so... switch($Type) { $TextStrings.Info {$pboxInfo.visible = $true} $TextStrings.Error {$pboxError.visible = $true} $TextStrings.Warning {$pboxWarning.visible = $true} } Everyone else will have this same problem in Corefig 1.1.1 unless they make these changes. Good luck, T.CK

New Comment on "Documentation"

$
0
0
. briangw, The Licencing.ps1 file contains these lines on 1258 - 1263 switch($Type) { $TextStrings.Info{$pboxInfo.visible = $true} $TextStrings.Error {$pboxError.visible = $true} $TextStrings.Warning{$pboxWarning.visible = $true} } A space needs to placed between $TextStrings.Info and the curly bracket, and there needs to be a space between $TextStrings.Warning and the curly bracket like so... switch($Type) { $TextStrings.Info {$pboxInfo.visible = $true} $TextStrings.Error {$pboxError.visible = $true} $TextStrings.Warning {$pboxWarning.visible = $true} } Everyone else will have this same problem in Corefig 1.1.1 unless they make these changes. Good luck, r1ch13

New Comment on "Documentation"

$
0
0
"If you have downloaded the ZIP version, you may need to right-click on it in Windows Explorer," Are you serious ? On hyper-v server or core edition ?

New Post: corefig on German Hyper-V 2012 R2 - Hyper-V does not show virtual machines....

$
0
0
Hi
It seems, that Microsoft did not really test Hyper-V 2012 R2 in other languages. Only to start sconfig I had to manipulate sconfig.cmd with takeown, icacls and the Notepad to Change en-US in de-DE...

Also Corefig is a bit tricky, but with Set-ExecutionPolicy and Bypass Corefig works even from a Remotedesktop.

But the Hyper-V Box does not Show any virtual machine...

Any idea?

New Post: Version 2

$
0
0
I'm really excited for version 2. Do you know if it's going to incorporate some additional Hyper-V management capabilities? I'm using the PSHVM30 that's been integrated into Corefig 1.1, and I think it's a great tool. Also, how's the development coming along?

At any rate, thank you so much for this great tool! It's been a lifesaver.

New Post: Version 2

$
0
0
My goal for CoreFig 1 was to make CoreConfig work in 2012.
My goal for CoreFig 2 is to rework all the extant functionality into a script that is more suited for a 2013/2014 PowerShell paradigm. I am very specifically trying to avoid scope creep. So, I will try to rectify the problems that I find with the existing Hyper-V interactions in CoreFig, but I am not yet trying to extend capabilities. That said, the tools I have available are much more powerful and much easier to use than what was available when CoreConfig was developed, so if it doesn't blow the project out of shape, I may extend it somewhat in version 2.
Versions 3+ will be about feature extensions. Those releases will almost certainly occur more quickly than CoreFig 2 just because of the framework that I'm developing.

Development is going very slowly, unfortunately. I have my hands in a lot of projects, and sadly, this is lowest priority. It is proceeding, however.

New Post: Version 2

$
0
0
That makes a lot of sense. I think the integration with PSHVM is more than enough for basic management, and I would much rather have a better Corefig than a haphazardly extended one (not that it isn't great already!).

Thanks again for your hard work; I'll be watching for updates. =)

New Post: Autostart Corefig

$
0
0
Copy this into the start.reg file.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"corefig"="powershell.exe -file C:\corefig\corefig.ps1"

New Comment on "Documentation"

$
0
0
In order for me to get this working, I had to follow the instructions here http://translate.google.com/translate?hl=en&sl=ru&u=http://social.technet.microsoft.com/Forums/en-US/689f9537-3248-438f-8c54-48932aed0948/action%3FthreadDisplayName%3Dcore-configurator-20-&prev=/search%3Fq%3Dcorefig%2Bwshshell.exec%2Bthe%2Bsystem%2Bcannot%2Bfind%2Bthe%2Bfile%2Bspecified%26espv%3D210%26es_sm%3D93%26biw%3D1366%26bih%3D653 If you don't want to read through the badly translated Russian, one of the comments recommends replacing all instances of "oclist" with "dism". I guess Hyper V Server 2012 R2 doesn't recognize oclist anymore? The error that led me to that post was "C:\Corefig\Start_Coreconfig.wsf <292, 6> WshShell.Exec: The System cannot find the file specified."

New Post: Remote Setup

$
0
0
Hello team

Is possible run corecofig in Windows 7 and configure Windows 2012 Core from Windows 7?

Thanks

New Post: Remote Setup

$
0
0
No. Corefig has no remoting capabilities at this time.

New Post: Wrong WMI-Name for HyperV 2012

$
0
0
Hi all,

for 2012 Core/HyperV the WMI-Namespace to manage HyperV objects is "root\virtualization__\v2__". After adding this, I was at least able to view and Start/Stop VMs.

Released: Corefig 1.1.2 ZIP (Aug 21, 2014)

$
0
0

Fixes

  • Updated Hyper-V scripts to use version 2 of the WMI tree.
  • Updated the Hyper-V check for saved VM to look for the proper identifier.
  • Fixed text issues with the licensing tab (thanks to briangw for rooting this problem out).

Enhancements

  • New (and improved) version number in Corefig.psd1.

Created Release: Corefig 1.1.2 ZIP (Aug 21, 2014)

$
0
0

Fixes

  • Updated Hyper-V scripts to use version 2 of the WMI tree.
  • Updated the Hyper-V check for saved VM to look for the proper identifier.
  • Fixed text issues with the licensing tab (thanks to briangw for rooting this problem out).

Enhancements

  • New (and improved) version number in Corefig.psd1.

Released: Corefig 1.1.2 ISO (Aug 21, 2014)

$
0
0

Fixes

  • Updated Hyper-V scripts to use version 2 of the WMI tree.
  • Updated the Hyper-V check for saved VM to look for the proper identifier.
  • Fixed text issues with the licensing tab (thanks to briangw for rooting this problem out).

Enhancements

  • New (and improved) version number in Corefig.psd1.
Viewing all 184 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>