Convert server core to full/minimal interface GUI

Hi,
We have a dell server running Microsoft Hyper-V Server 2012 R2 core edition and we are planning to take backup of VM's to a tape drive (Dell PowerEdge LTO-6 SAS drive). But the core edition is not detecting the tape drive and the drivers.
Can we switch to minimal server interface/Full GUI in Hyper-V server 2012 R2 ?
What is the best one and can we switch back after installing the tap drive drivers ?
Please suggest .
Thanks

The GUI is just a Windows feature in Server 2012. You can add it and remove as needed. 
Server 2012 comes with 4 levels of GUI:
No GUI = Core
Minimal GUI = Server-Gui-Mgmt-Infra feature
Regular GUI = minimal + Server-Gui-Shell (default if you install as GUI)
Full GUI = regular + Desktop-Experience
If the server ever had the GUI installed, then the bits are there (under C:\Windows\WinSxS by default). If this a Core install and has never had a GUI before, then the bits are likely to be missing as well.
To check whether the bits are there or not:
$ComputerName = "v-2012R2-Core1"
$Session = New-PSSession -ComputerName $ComputerName
Enter-PSSession -Session $Session
Get-WindowsFeature | Where { $_.Installed }
These commands will enter a remote PS session with the Core server, and list installed features. 
This command will check for the 2 features we need to have the GUI:
Get-WindowsFeature |
where { $_.Name -eq "Server-Gui-Mgmt-Infra" -or
$_.Name -eq "Server-Gui-Shell" }
If the result looks like:
Removed = not installed AND the bits are missing.
We need the install.win file from the WS 2012 media. Mount the install CD.
Next, identify which drive letter is your DVD drive, run:
Get-Volume
Next, identify the index number of the installation media needed, run:
Get-WindowsImage -ImagePath D:\sources\install.wim
This should display:
The server version I'm working with in this example is DataCenter, so the media I need is index #4, run:
Install-WindowsFeature -Name "Server-Gui-Mgmt-Infra","Server-Gui-Shell" -source:wim:d:\sources\install.wim:4
Reboot, and you got GUI.
Restart-Computer
To remove the GUI later, run:
Remove-WindowsFeature -Name "Server-Gui-Mgmt-Infra","Server-Gui-Shell"
Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable)

Similar Messages

  • Cannot install GUI to Hyper-V 2012 R2 server core

    Hi everyone,
    I have followed this article to convert a server core install to have a GUI installed:
    http://andersonpatricio.ca/enabling-and-disabling-the-graphical-interface-in-hyper-v-server-core/
    When I run the powershell command:
    Install-WindowsFeature Server-Gui-Mgmt-Infra -Source C:\Sources\Windows\Winsxs
    I get the following error:
    PS C:\> Install-WindowsFeature Server-Gui-Mgmt-Infra -Source C:\Sources\Windows\
    Winsxs
    Install-WindowsFeature : ArgumentNotValid: The role, role service, or feature
    name is not valid: 'Server-Gui-Mgmt-Infra'. The name was not found.
    At line:1 char:1
    + Install-WindowsFeature Server-Gui-Mgmt-Infra -Source
    C:\Sources\Windows\Winsxs
    +
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (Server-Gui-Mgmt-Infra:String)
       [Install-WindowsFeature], Exception
        + FullyQualifiedErrorId : NameDoesNotExist,Microsoft.Windows.ServerManager
       .Commands.AddWindowsFeatureCommand
    Success Restart Needed Exit Code      Feature Result
    False   No             InvalidArgs    {}
    I have checked if there is a folder called Winsxs under c:\sources\windows and it is not there. Looks like the install.win file does not have it.
    There is no bloody way of installing a GUI onto HypervCore.
    If anyone has had any success with this, I would like to hear from you.
    Many Thanks
    Regards
    Ipnotech

    I think you might be right.
    I even tried a large install.wim image and tried the following command after mounting the image onto a mount point:
    install-windowsfeature server-gui-mgmt-infra,server-gui-shell -source c:
    \wimmount\windows\winsxs
    I go this error:
    PS C:\> install-windowsfeature server-gui-mgmt-infra,server-gui-shell -source c:
    \wimmount\windows\winsxs
    install-windowsfeature : ArgumentNotValid: The role, role service, or feature
    name is not valid: 'server-gui-mgmt-infra,server-gui-shell'. The name was not
    found.
    At line:1 char:1
    + install-windowsfeature server-gui-mgmt-infra,server-gui-shell -source
    c:\wimmoun ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidArgument: (server-gui-mgmt-infra,server-g
       ui-shell:String) [Install-WindowsFeature], Exception
        + FullyQualifiedErrorId : NameDoesNotExist,Microsoft.Windows.ServerManager
       .Commands.AddWindowsFeatureCommand
    Success Restart Needed Exit Code      Feature Result
    False   No             InvalidArgs    {}
    There is a lot of confusion between Windows 2012 R2 Hyper-v Core and just the Hyper-V R2 hypercore free edition.
    Those commands are going to work for the first option. The free version cannot have a GUI.
    The only way I can fix this by removing this hypervisor and and installing Windows 2012 r2 with hyperv role, restore the configs and the VMs.
    Thanks for all your help.
    Regards
    Ipnotech

  • Windows Updates on Server Core

    I am having no updates on Windows 2008 R2 SP1 Server Core for 2 years.
    Initially, as I installed them, I ran sconfig, manual updates and it downloaded a bunch of updates at that time.
    But since then I always get "No applicable updates"
    I checked the WUA version - it is 7.5.7601.17514 as opposed to 7.6.7600.320 which we have on Full version machines. The recent patching cycle updated the Windows Updates on full version but does not update it on Server Core.
    We have no WSUS, we update directly at MS. I also cannot set up automatic updates - it is against the company policy and this is out of my control.
    I've read all articles on MS updates, but the recommendations always apply to GUI, which I cannot use in Server Core. Is there a way to download and install the new WUA? I did not find a download link for Windows 2008 server, only for 2012.
    Is there another way to update my Server Core installation aside from sconfig?
    I would be thankful for any advice.
    IA
    P.S. I am concerned, because one of my test Server Core servers DID download updates this time, but the others did not. It means that there are some updates for Server core. Servers are all cloned from the same image and I do not see any reason why
    the updates are not coming.

    Thanks for your answer, it is interesting.
    I fixed the problem, it was simple enough.
    We have an SCCM installation with a Software Updates Point configured, but not supplying any updates. The Updates were not approved but the SCCM client was installed on the Server Core machine. And on installation it pointed the machine to the unused Software
    Update Point for updates instead of the MS Windows Update site.
    No updates approved - it reports "no applicable updates"!
    And no one remebers the fact that this SCCM SUP exists at all - it is unused. Server Core does not have a GUI where you could see it. I found it by ckecking the WindowsUpdate.log in the C:\Windows directory.
    The solution is to switch back to MS Windows Update site.
    HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\WindowsUpdate\AU\UseWUServer 
    - set to 0 instead of 1 and restart the Windows Update service.

  • Server Core 2008 R2 SP1 - AD DS Best Practice Analyzer Scans Don't Produce Any Output

    Hi,
    This is a re-post moving this discussion to the recommended forum "Server Core" from here:
    http://social.technet.microsoft.com/Forums/en-US/winservergen/thread/cc33d429-88e0-4450-a73c-361e395fd217.
    I am having problems producing any output for any AD DS Best Practice Analyzer Scans on a Windows Server Core 2008 R2 SP1 Domain Controller.
    I have imported the "ServerManager" and "BestPractices" PS modules on that Server by running the following commands:
    Import-Module ServerManager
    Import-Module BestPractices
    I've then run
    get-BPAModel, to find out what best practice scan models are availale, this returns the following output:
    Id                                                       
    LastScanTime
    Microsoft/Windows/DirectoryServices     Never
    Microsoft/Windows/DNSServer               Never
    I then run all the BPA scans on that box:
    Get-BPAModel | Invoke-BPAModel
    This returns the following output:
    ModelId                                          
    Success  Detail
    Microsoft/Windows/DirectoryServices True       (InvokeBpaModelOutputDetail)
    Microsoft/Windows/DNSServer          True       (InvokeBpaModelOutputDetail)
    Since the BPA invocation results weren’t displayed automatically, I entered the following command to see them:
    Get-BPAModel | Get-BPAResult | Out-File "D:\Source\BPA.txt"
    This command will create a text file with the scan results but I only see the results of the DNSServer scan, not the DirectoryServices scan.
    I have also tried to view the results in a HTML format by running the following command but still only see the DNSServer scan results:
    Get-BPAModel | Get-BPAResult | ConvertTo-Html | Set-Content d:\Source\BPA.htm
    I have also tried exeucuting the scan ONLY for the "Microsoft/Windows/DirectoryServices" model but can't get any results to be returned.  I have also connected using server manager from a Full install of Server 2008 R2 SP1 but that
    doesn't seem to show any results under the "Best Practices Analyzer" section when the "Active Directory Domain Services" node is selected, all 4 tabs ("Noncompliant", "Excluded", "Compliant" and "All") show zero (0).  However, the summary text above the
    tabs does show when the last scan was performed. which seems to be correct.
    Is there something special that needs to be done to produce the BPA results for the "Microsoft/Windows/DirectoryServices" BPA model on Server Core 2008 R2 SP1?
    BTW: The Forest/Domain is W2K3R2 Native, this is the first W2K8R2 DC in the environment and I have installed .NET 4 framework (Server Core) to support Powershell 3, also installed.
    Thanks, Paul.
    belpad

    Hi Diana,
    OK, pretty sure I've now found the root cause of the issue I've described above.
    I was also looking into Windows Update Agent issues for these W2K8R2 Server Core DC's, where no updates would be applied via WSUS (configured via GPO) and would fail with "FATAL: CBS called Error with 0x8000ffff windows update agent server
    core". 
    Yesterday, I managed to get one of the W2K8R2 Server Core DC's (WSUS updates) working again by removing one of the .NET 4 Framework security updates (KB2600211) which was manually applied when the server was initially setup.  .NET 4 (Server Core Edition
    http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=22833) was installed as a pre-requisitie for Powershell 3.  Once this update was removed, the affected server core DC was restarted and WSUS updates started to get applied.
    So I followed the same procedure on the other server core DC but this did not resolve the WSUS issue this time.  Next, I did further investigation into the Windows Update Agent problem.  This led me to the following article:
    http://blogs.technet.com/b/brad_rutkowski/archive/2008/07/03/windows-update-fails-with-8000ffff-e-unexpected.aspx which described an issue with NTFS permissions being set incorrectly on C: drive, with the "BUILTIN\Users" group completely
    missing on the C: drive.
    I found the affected Server Core DC also had this issue and when the "BUILTIN\Users" was assigned permissions on the C: drive as described above, and the Windows Update Agent re-started, the Server Core DC started to install all required updates
    configured via WSUS.
    Next, I ran the Directory Service BPA, which now produces the desired output either locally or remotely via Server Manager.
    Therefore, I can only assume that the Directory Service BPA also uses "Network Service" much like WUAUSERV (Windows Update Agent), which requires access to the C: drive via the "BUILTIN\Users" assignment.
    So this has subsequently led me to check the C: drive (%systemdrive%) permissions across multiple W2K8R2 machines, all of which showed differing assigned permissions, as follows:
    1. W2K8R2 Server Core DC - With Directory Services BPA and Windows Update Agent Not Working
    C:\>icacls c:\
    c:\ BUILTIN\Administrators:(OI)(CI)(F)
        CREATOR OWNER:(OI)(CI)(IO)(F)
        NT AUTHORITY\INTERACTIVE:(OI)(CI)(RX)
        NT AUTHORITY\SYSTEM:(OI)(CI)(F)
    2. W2K8R2 Server Core DC - With Directory Services BPA and Windows Update Agent Working OK
    C:\>icacls c:\
    c:\ NT AUTHORITY\SYSTEM:(OI)(CI)(F)
        BUILTIN\Administrators:(OI)(CI)(F)
        BUILTIN\Users:(OI)(CI)(RX)
        BUILTIN\Users:(CI)(AD)
        BUILTIN\Users:(CI)(IO)(WD)
        CREATOR OWNER:(OI)(CI)(IO)(F)
    3. W2K8R2 Full DC - With Directory Services BPA and Windows Update Agent Working OK
    C:\>icacls c:
    c: NT SERVICE\TrustedInstaller:(F)
       NT SERVICE\TrustedInstaller:(CI)(IO)(F)
       NT AUTHORITY\SYSTEM:(M)
       NT AUTHORITY\SYSTEM:(OI)(CI)(IO)(F)
       BUILTIN\Administrators:(M)
       BUILTIN\Administrators:(OI)(CI)(IO)(F)
       BUILTIN\Users:(RX)
       BUILTIN\Users:(OI)(CI)(IO)(GR,GE)
       CREATOR OWNER:(OI)(CI)(IO)(F)
    4. W2K8R2 Server Core DHCP Server (Migrated from W2K3 with Server Migration Tools) - With DHCP BPA and Windows Update Agent Working OK
    C:\>icacls c:
    c: NT AUTHORITY\SYSTEM:(OI)(CI)(F)
       BUILTIN\Administrators:(OI)(CI)(F)
    5. W2K8R2 Server Core DHCP Server (Migrated from W2K3 with netsh) - With DHCP BPA and Windows Update Agent Working OK
    C:\>icacls c:
    c: NT AUTHORITY\SYSTEM:(OI)(CI)(F)
       BUILTIN\Administrators:(OI)(CI)(F)
       BUILTIN\Users:(OI)(CI)(RX)
       BUILTIN\Users:(CI)(AD)
       BUILTIN\Users:(CI)(IO)(WD)
       CREATOR OWNER:(OI)(CI)(IO)(F)
    None of the above servers have a Group Policy or any in-house scripts defined that configure C: drive permissions.  It seems odd that there should be such a variance in the C: (%systemdrive%) drive permissions across the above servers, with only
    scenarios 2 and 5 above have matching permissions.  I can only imagine that maybe some software or software update might be causing this.
    By reviewing the above output, it seems there is also a difference between the C: drive permissions of W2K8R2 Server Core and W2K8R2 Full.  Not sure if this is by design? 
    Is there any Microsoft Documentation describing what the default %systemdrive% NTFS permissions should be for W2K8R2 Server Core and Full.  Furthermore, do these permissions change when the various infrastructure roles are installed and enabled i.e.
    Domain Controller, DHCP etc.  I ask, since I would like to use the correct set of permissions for %systemroot% in each scenario. Please advise if I should be asking this question in a different forum?
    belpad

  • Switced from Full GUI installation to minimal server interface or server core and stucked on black screen with no option

    hi.
    i have a virtual machine running Windows Server 2012 R2 Data Center Edition, using Hyper-V technology, as a lab machine to test and practice core features.
    I tried to test the ability of switching to Core (and even the Minimal Server Interface after stuck and revert!)
    using Powershell commands as bellow:
    Import-Module ServerManager
    Uninstall-WindowsFeature Server-Gui-Shell -Restart
    and it goes well until windows configured removal features and reboots. but
    after that the VM will stuck in a black screen.
    Tried to reach RUN TASK window to bring up CMD.EXE or any thing but even the ALT+CTRL+DEL (ALT+CTRL+END in VM) is not working and technically i cant do anything. considering CPU USAGE in hyper-V Manager is changing for the VM, i let the VM
    work but after 2 hours i just got enough!
    any idea why is this happening?
    Thanks for helping and spending time on this.
    some info about the situation:
    ( METHOD : http://blogs.technet.com/b/puneetvig/archive/2012/10/16/switch-between-full-and-core-in-windows-server-2012-using-powershell-3-0.aspx )
    HOST Machine:
    Windows Server 2012 R2
    Edition: Data Center
    Activation Status: Fully Activated
    VM Machine:
    Windows Server 2012 R2
    Data Center Edition
    first installation option: Full GUI
    Running services : NONE
    not activated (no need to activate since its just a lab VM)
    Hyper-V Machine Generation 2

    Hi 888ta8pa,
    Did you install some server role or feature on this vm, Server 2012r2 server core support the following applicable roles, please uninstall the unsupported rule and feature
    then try again.
    Server Core is an installation option that is capable of the following server roles.
    •Active Directory (AD)
    •Active Directory Lightweight Directory Services (ADLDS)
    •DHCP Server
    •DNS Server
    •File Services
    •BITS Server
    •BranchCache
    •HyperV
    •IIS
    •Printing Services
    •Streaming Media Services
    •iSCSI
    •Load Balancing
    •MPIO
    •qWave
    •Telnet
    •Unix Migration
    •Active Directory Certificate Services
    The related KB:
    Server Core for Windows Server 2012 R2 and Windows Server 2012
    http://msdn.microsoft.com/en-us/library/hh846323(v=vs.85).aspx
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • [Forum FAQ]How to upgrade Windows Server 2008 R2 with a GUI to Windows Server 2012 Server Core

    We found that some customers willing to upgrade Windows Server 2008 R2 GUI to Windows Server 2012 Server Core recently. This article provides detailed steps to perform the upgrade.
    Analysis
    Upgrading from Windows Server 2008 R2 with a GUI installation to Windows Server 2012 with Server Core directly
    is not supported. If you do that, you will receive the error message below(Figure 1) in Compatibility report: 
    Figure 1.
    In these scenario, you can upgrade to Windows Server 2012 firstly. After the upgrade process is completed, you can switch freely between Server Core and Server with a GUI modes.
    Produces
    You can follow the steps below to perform an upgrade from Windows Server 2008 R2 with a GUI installation to Windows Server 2012 Server Core mode:
    1. Upgrade to Windows Server 2012 with a GUI mode
    1) Firstly, please boot into Windows Server 2008 R2 with a Windows Server 2012 installation DVD inserted.
    2) Select the operating system you want to install with a GUI mode.
    We can see 2 options (Server Core Installation or Server with a GUI) for each operating system version. (Figure 2)
    Figure 2.
    Note: Please make sure you have enough disk space on system partition. Or you will get such an error in Compatibility report.(Figure 3)
    Figure 3.
    After the Compatibility check, the installation will continue. It will take several minutes until upgrading is done.(Figure 4)
    Figure 4.
    2. Switch the GUI mode to Server Core
    Method 1: Using Server Manager
    1) Open Server Manager, click
    Manger and select “Remove Roles and Features” to start the
    Remove Roles and Features Wizard.
    2) In Features,
    uncheck the box next to the “User Interfaces and Infrastructure” option, and then click “Next”. (Figure 5)
    Figure 5.
    Now tick the “Restart the destination Server automatically if required” box, then click “Remove”. (Figure 6)
    Figure 6.
    Method 2: Using Windows PowerShell
    There are multiple ways to remove the GUI via Windows PowerShell, we introduce the way of using the ServerManager module.
    You can also run the commands in Windows PowerShell with an administrator to remove the GUI feature:
    “Import-Module ServerManager”
    “Uninstall-Windowsfeature Server-Gui-Shell –Restart”
    or
    “Uninstall-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra –Restart”
    It will take a period of time to remove the GUI feature and reboot. When the system boots up, you will get into the Windows Server 2012 with Server Core mode. (Figure 7)
    Figure 7.
    More information:
    Switch between Full and Server Core in Windows Server 2012 using PowerShell 3.0
    http://blogs.technet.com/b/puneetvig/archive/2012/10/16/switch-between-full-and-core-in-windows-server-2012-using-powershell-3-0.aspx
    Windows Server Installation and Upgrade
    http://technet.microsoft.com/en-us/windowsserver/dn527667.aspx
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Hi,
    Brian is right, for mange the Server 2008r2 sp1 we recommend use the Windows 7 or 7.1 platform.
    More information:
    Remote Server Administration Tools for Windows 7 with Service Pack 1 (SP1)
    http://www.microsoft.com/en-us/download/details.aspx?id=7887
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • From Server Core to GUI

    From a Server Core installation, I have installed Server-Gui-Mgmt-Infra, Server-Gui-Shell, and restarted the machine. I have verified that these have been installed, however, I now just have MinShell as opposed to the full GUI.
    I'm not sure what I've missed...

    Hi,
    Did you try to use windows powershell to install the feature?
    Please refer to this article for more detail information :
    Windows Server 2012 R2 Installation Options and Features on Demand 
    http://blogs.technet.com/b/yungchou/archive/2014/01/16/windows_2d00_server_2d00_2012_2d00_r2_2d00_installation_2d00_options_2d00_and_2d00_features_2d00_on_2d00_demand_2d00_part_2d00_4_2d00_of_2d00_5.aspx
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Cannot change from server core 2012 to gui

    I have tried EVERYTHING (and I mean everything), but I cannot update from a server core 2012 to gui. I get the source error everytime. I have manually downloaded patches, and updated the source, but did not work.  The server is connected to the internet. 
    Really wishing I could just switch to RedHat for this server, but unfortunately the acronis management server doesn't run on redhat (at least with redhat you pay for support, not just the privilege to use their shitty software, so when you have problems you
    can contact them).  Every article or blogs says the samething, but it does not work.

    And the first thing to check for is to ensure that you installed Windows Server 2012 and not Hyper-V Server 2012.  Windows Server you can update.  Hyper-V Server you cannot.
    What are the first few lines of output from systeminfo?
    . : | : . : | : . tim

  • PowerShell to Add GUI to Server Core (ServerCore-FullServer)

    Hi there i am stuggling to get to the work the conversion of Server Core to GUI and back again
    the command seems to be
    Import-Module Dism 
         Enable-WindowsOptionalFeature –online -Featurename ServerCore-FullServer,
         Server-Gui-Shell,Server-Gui-Mgmt
    However i get an error about not being able to find the source.
    I added -Source D:\Sources\sxs to the above command but it still cant find the source.
    Has anyone managed to get this to work?
    This posting is provided "AS IS" with no warranties, and confers no rights. Check out my blog at - http://chrisbeams.wordpress.com/

    My CBS log is 1.5Gb.
    Should I delete it and try to switch GUI?
    Update: Anyway, I zipped and uploaded this file to "another cloud service" and sent you the link to [email protected] (I don't want to post link here, since it may contain a lot of private data).
    Got it thanks. Could it be that you are using WSUS and FOD is hitting the WSUS server rather than WU?
    (For others reference: in the logs there are tons of lines like this:
    2013-10-22 16:22:25, Info                 
    CBS    Failed to add file amd64_microsoft-windows-w..pdateclient-activex_31bf3856ad364e35_7.8.9200.20553_none_3afa58e649862983\wuwebv.dll to extraction [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2013-10-22 16:22:25, Info                 
    DPX    Extraction of file: wow64_microsoft-windows-w..pdateclient-activex_31bf3856ad364e35_7.8.9200.20553_none_454f03387de6eb7e\wuapp.exe failed because it is not present in the container.
    2013-10-22 16:22:25, Info             
        DPX    DpxException hr=0x80070002 code=0x020109
    2013-10-22 16:22:25, Info                 
    CBS    Failed to add file wow64_microsoft-windows-w..pdateclient-activex_31bf3856ad364e35_7.8.9200.20553_none_454f03387de6eb7e\wuapp.exe to extraction [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2013-10-22 16:22:25, Info                 
    DPX    Extraction of file: wow64_microsoft-windows-w..pdateclient-activex_31bf3856ad364e35_7.8.9200.20553_none_454f03387de6eb7e\wuwebv.dll failed because it is not present in the container.
    2013-10-22 16:22:25, Info                 
    DPX    DpxException hr=0x80070002 code=0x020109
    And then eventually:
    2013-10-22 16:22:46, Info                 
    CBS    Exec: Missing files are found during staging attempt but failed to download content from WU. [HRESULT = 0x800f0906 - CBS_E_DOWNLOAD_FAILURE]
    Don't worry Savvkin, none of this is personally identifiable information.

  • V6v4tunnel not working in Server Core 2008 R2

    I've been trying to configure an IPv6-in-IPv4 tunnel (from HE) on Server Core 2K8 R2, but it simply refuses to work.
    I try:
    netsh interface ipv6 add v6v4tunnel HETunnel <v4 local IP> <v4 Endpoint IP>
    and get
    A service installation section in this INF is invalid.
    This installation is completely fresh, after it was installed from disc, the only thing done to it was installation of updates before attempting this. As such, I assume that there simply is no support for this on Core 2K8 R2, but I can't seem to find that
    documented anywhere. Is this indeed the case, and, if so, are there any workarounds, such as supplying files from a full installation, or third-party tools that will work on the server core? If it is supposed to be supported, what could be causing this problem?
    Jonathan M Farnham

    Hi Venkatesh,
    Agree with Alexey, please try to install RODC with unattend file.
    In addition, to Create a DCPromo Unattend File Automatically with powershell, please also check this article:
    Powershell Code: Create a DCPromo Unattend File Automatically with a Script
    If there is anything else regarding this matter, please feel free to post back.
    Best Regards,
    Anna Wang

  • AD FS on 2012 R2 Server Core - management tools

    So it seems in 2012 R2, AD FS is now able to be installed in Server Core, I'm assuming because it's no longer part of IIS. However, managing it on Server Core seems "limited" to the use of PowerShell.  This is ok but a GUI option from a
    client would be nice too.  Does anyone know a way to have the MMC snap-in for AD FS on a remote client for management purposes?

    Hi,
    According to this ms article, i am not find the ad fs is not available on windows server 2012r2 server core:
    http://technet.microsoft.com/library/hh831786
    Regards.
    Vivian Wang
    No, you can indeed installed ADFS on 2012 R2 Server Core - I did it.  The problem was that the GUI management tools (obviously) aren't available on a pure Server Core install and there doesn't appear to be the ability to use the MMC Add-In from
    a client so you're "stuck" using PowerShell to manage it on the ADFS server.
    Using PowerShell to manage it isn't a big deal, but as I'm learning about ADFS, I figured a GUI element would be nice to confirm what I've done in PowerShell translated properly to what the various guides give.  Arguably, learning on a full GUI server
    would have been the better option but, I'm stretched for resources in my Lab environment so this VM needed to consume less resources - which is why I went with Server Core.
    Anyway, to get around this, I installed the feature "Graphical Management Tools and Infrastructure."  The server is still Server Core, but it now has the ability to run MMC on the server itself, which means I now have the GUI ADFS management
    tool on the server itself.
    Hopefully for future releases, there will be an ADFS management tool included with the Remote Administration Toolkit

  • Adding a new server in the menu of SAP GUI 640

    Hello Everybody,
    While adding a new server to the menu of SAP GUI 640 using Server Tab after entering all details like :
    1] SAP System ID
    2] Hostname where message server is running
    3] SAP ROUTER :None
    After filling all the above details and after pressing the Generate List Button I am getting the following error .Please help me to know why this error is coming and suggest a solutio for adding a new server to my SAP GUI 640.But I am able to add a new server using User defined tab but I want to add a new server using Server tab.
    Below is error details which I am getting:
    Error:service'sapmsSBX'unknown
    Wed Jan 09 06:41:13 2008
    Release 640
    Component NI(network interface),version 37
    rc=-3,module ninti.c,line 463
    Detail NiPGetServByName: service 'sapmsSBX' not found.
    Thanks and Regards,
    Ashish Thakkar.

    Hi,
    check etc/services for sapmsSBX entry. If missing - add it (i.e. sapmsSBX      36XX/tcp - where XX is your instance no.)
    Add an extra [Enter] after last line of etc/services.
    Regs,
    FS

  • Mapping drives from server core

    Hi,
    Is mapping drives drives from server core not supported? See the two commands below. One on the server with gui works fine and the one on server core does not.
    PS C:\Users\administrator.WBAD> New-PSDrive –Name W –PSProvider FileSystem -root \\192.168.1.101\HVBackup
    Name           Used (GB)     Free (GB) Provider      Root                                            
                                                                CurrentLocation
    W                                      FileSystem    \\192.168.1.101\HVBackup                      
    PS C:\Users\administrator.WBAD> Enter-PSSession hv1
    [hv1]: PS C:\Users\administrator.WBAD\Documents> New-PSDrive –Name W –PSProvider FileSystem -root \\192.168.1.101\HVBackup
    New-PSDrive : The specified drive root "\\192.168.1.101\HVBackup" either does not exist, or it is not a folder.
        + CategoryInfo          : ReadError: (W:PSDriveInfo) [New-PSDrive], IOException
        + FullyQualifiedErrorId : DriveRootError,Microsoft.PowerShell.Commands.NewPSDriveCommand
    Thanks in advance
    Will
    Will B

    Hi Will,
    You can use the command prompt command to map to a network drive. Please use the below command.
    net use <DriveName>: \\<RemotePath>\<Shared_drive_name> /persistent:yes /user:<username> *
    Let me know whether this works or not.
    Regards, Alan.

  • The Server Core installation option is recommended for servers running Hyper-V

    Hi,
    I installed Hyper-V Server 2008 R2 on my machine and upon running BPA it says that 
    The Server Core installation option is recommended for servers running Hyper-V
    I don't understand what it meant by re-installing hyper-v core instead of the full installation. My Hyper-v is a stand-alone Hyper-V Server 2008 R2 that is the free one.
    Thanks!
    JAnus

    Hi JAnus,
    I am afraid you can not change that report .
    Please just ignore that .
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Unable to join to domain 2008 server core machine

    Hi, I'm trying to join the server core computer to domain. When I'm running command: netdom join core /domain:contoso.prv  I'm getting error:
    "the specified domain either does not exist or could not be contacted"
    after command : netdom join core.contoso.prv /domain:contoso.prv
    error:
    "The RPC server is unavailable"
    I can join full version of Windows Server 2008 with GIU
    When trying to ping my server core machine form DC- doesn't work. Pinging DC form server core is working.
    My domain it was just configured and is fresh installation. Do I have to change some firewall settings on core to join to the domain..
    I do not understand the problem.
    I just learning, so please to be placable, pelase. 

    I Have resolved the problem. I have not noticed
    (I do not know why) the IP of the core server
    is form APIPA  range. I thought that I
    changed it. After the change everything works
    fine :). Thanks for help anyway.

Maybe you are looking for