Server Core ForumDiscussion on Windows Server Server Core© 2009 Microsoft Corporation. All rights reserved.Tue, 01 Dec 2009 05:44:29 Zbd55b8de-0668-46c9-a918-ec1db6cc97b5http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/8519b1ab-5ae3-4ece-8a67-d55bc4421d81http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/8519b1ab-5ae3-4ece-8a67-d55bc4421d81Reisenhofer Andreashttp://social.technet.microsoft.com/Profile/en-US/?user=Reisenhofer%20AndreasPrint Server on Windows Server Core x64 for x86 Windows ClientsHello,<br/><br/>I have here a Windows Server 2008 R2 Core Edition. It should be used as Print Server, File Server, DNS, DHCP, WINS and DC. Therefore I have installed the following features:<br/> <pre>WindowsServerBackup WindowsServerBackupCommandlet DNS-Server-Core-Role DirectoryServices-DomainController.... ActiveDirectory-PowerShell DFSR-Infrastructure-ServerEdition DHCPServerCore DFSN-Server WINS-SC Printing-ServerCore-Role Printing-LPDPrintService Printing-ServerCore-Role-WOW64 ServerCore-EA-IME NetFx2-ServerCore NetFx3-ServerCore MicrosoftWindowsPowerShell ServerManager-PSH-Cmdlets BestPractices-PSH-Cmdlets ServerMigration ServerCore-WOW64 FSRM-Infrastructure-Core CoreFileServer</pre> Additional I installed on the Print Server two printer with x86 and x64 drivers. Then I shared those printers and set a GPO to install it for all users. On all Windows Clients the installation of both printers are successfull. I'm able to see the printers on 32-Bit and 64-Bit Windows Clients. Also I'm able to edit the printer settings.<br/><br/>Now I want to print a test file...<br/><br/>=&gt; On all 64-Bit Windows 7 Clients there are no problems. After some seconds I get the printed paper from the printer.<br/><br/>=&gt; On all 32-Bit Windows 7 Clients I'm not able to print the test file. Also I'm not able to print the Windows test file. The error message isn't really a help: The test site wasn't able to print. Would you like to open the printer problem handling? (The printer problem handling found no solution.)<br/><br/><br/>It seems to me, that the problem is the print server. Did I forget something to install? Maybe there is some feature missing for Windows x86 Clients?<hr class="sig">regards, Reisenhofer AndreasSun, 08 Nov 2009 14:19:15 Z2009-12-01T05:44:29Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/7a0ce286-3f76-4b27-b271-e549230f99e0http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/7a0ce286-3f76-4b27-b271-e549230f99e0M Chanhttp://social.technet.microsoft.com/Profile/en-US/?user=M%20ChanHow to configure TCP Offload in Windows 2008 R2 Server Core environmentHi ALL,<br/><br/>Does any network expert know how to configure TCP Offload in Windows 2008 R2 server core environment? I have an Intel PRO/1000 PT Dual Port NIC and BroadCom 5708 NICs and want to enable TCP Offload feature on both Intel and BroadCom. Any advise are welcome.<br/> <br/>TIA<br/><br/>MTue, 01 Dec 2009 02:34:38 Z2009-12-01T05:43:49Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/da568e08-0517-4fa8-9272-687adb0db8dchttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/da568e08-0517-4fa8-9272-687adb0db8dckkung88http://social.technet.microsoft.com/Profile/en-US/?user=kkung88Unable to connect to remote computer using Performance MonitorI am trying to connect to my host machine which is running server core 2008 using the Performance Monitor mmc snapin. However i keep getting a &quot;The RPC server is unavailable&quot; error.  I checked the service through the computer management mmc snapin (which i was able to connect to remotely). <br/> <br/> Appreciate any help. <br/> <br/> Thanks.Mon, 23 Nov 2009 21:54:36 Z2009-11-30T09:22:41Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/24a1351d-cc2d-4fa3-82ea-6764c436b813http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/24a1351d-cc2d-4fa3-82ea-6764c436b813Marco Shawhttp://social.technet.microsoft.com/Profile/en-US/?user=Marco%20ShawManually installing network card driversThis is actually for Hyper-V Server.<br/> <br/> If I have the following files for my network card (from the Vista x64 driver install zip):<br/> -a---    24/11/2009  8:52 PM       143830 yk62x64.cat<br/> -a---    24/11/2009  8:52 PM       496128 yk62x64.dll<br/> -a---    24/11/2009  8:52 PM      1345564 yk62x64.inf<br/> -a---    24/11/2009  8:52 PM       395264 yk62x64.sys<br/> <br/> Can I manually place these files in the proper directories to get my NIC working?Wed, 25 Nov 2009 01:01:03 Z2009-11-30T02:30:42Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/7f8d1adc-67a0-4437-ba2f-667aaf8ab80bhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/7f8d1adc-67a0-4437-ba2f-667aaf8ab80bshailesh91082http://social.technet.microsoft.com/Profile/en-US/?user=shailesh91082WMI Query Fails when executing through MSI on windows server 2008 R2 CoreHello,<br/> <br/> I am trying to execute following WMI Queries on Windows server 2008 R2 Core<br/> <br/> Dim objWMI, objItem, colItems<br/> Dim strComputer, <br/> ' Here is where we interrogate the Operating System<br/>  ' Get the computer name dot = this computer.<br/>     strComputer = &quot;.&quot;<br/>     ' This is where WMI interrogates the operating system<br/>     Set objWMI = GetObject(&quot;winmgmts:\\&quot; &amp; strComputer &amp; &quot;\root\cimv2&quot;)<br/>     Set colItems = objWMI.ExecQuery(&quot;Select * from Win32_OperatingSystem&quot;,,48)<br/> <br/> When Executing this query using normal vbscript works fine.<br/> But this queries when made part of an msi it fails.<br/> <br/> Can anybody explain me the issue and if any hotfix is available from microsoft for the same.Fri, 27 Nov 2009 09:13:20 Z2009-11-27T09:13:21Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/e1eef982-e0d0-4c82-b212-ce279a8e080dhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/e1eef982-e0d0-4c82-b212-ce279a8e080dDominik Rappaporthttp://social.technet.microsoft.com/Profile/en-US/?user=Dominik%20RappaportEnabel nic but don't know network nameHi,<br/> <br/> I have a server that has two NICs disabled. I can see them in Device Manager when connecting remotely but can't enable them there is device manager is read only. My next idea was to use the <em>netsh interface set interface name=&quot;Local Area Connection xy&quot; admin=enabled</em> command. But to do so, I would need the interfaces name. This name is not visible in device manager. I tried Local Area Connection 1, 2, 3 and so on but was not successfull.<br/> <br/> How can I determine the network name if I know the device name?<br/> <br/> Regards,<br/> DominikWed, 18 Nov 2009 16:41:03 Z2009-11-27T08:53:14Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/111f99f1-17df-4280-ba85-f07dee237646http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/111f99f1-17df-4280-ba85-f07dee237646bobnoxioushttp://social.technet.microsoft.com/Profile/en-US/?user=bobnoxiouswindows logoni have forgotten my windows log on security question for oneof my computers and pass word for my original email address .how do i obtain this imformation or reset to gain interence to my computer.windows home edition xpWed, 25 Nov 2009 18:09:12 Z2009-11-27T08:36:45Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/413140b7-00d6-45d0-8879-3257093fbbfahttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/413140b7-00d6-45d0-8879-3257093fbbfaGforumBhttp://social.technet.microsoft.com/Profile/en-US/?user=GforumBwmic product get name /value - not showing 32-bit products on 64-bit OSIf I run &quot;wmic product get name /value&quot; on WS08 R2 Server Core, it does not list 32-bit apps.<br/>How do I get these apps listed so ultimately I can then run the unstinstall (Wmic product where name=”&lt;name&gt;” call uninstall)?<br/><br/>The apps are there in the registry, but under the WoW6432Node.Thu, 12 Nov 2009 13:20:28 Z2009-11-24T19:38:21Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/eb5c12a2-50a5-4bf3-a62a-4780a36bc687http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/eb5c12a2-50a5-4bf3-a62a-4780a36bc687masterpisces64http://social.technet.microsoft.com/Profile/en-US/?user=masterpisces64i need a productkey for windows 7 home premium edear microsoft:<br/> <br/> my name is schaun bishop, and i already cantacted you over the phone for getting a product key for windows 7 home premium. if you can help me, thanks. if not, please point me in the right direction.<br/> <br/> thanks again...<br/> <br/> -masterpisces64Sat, 21 Nov 2009 18:03:22 Z2009-11-23T01:36:48Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/5a438757-d294-483d-8619-df9eb5700561http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/5a438757-d294-483d-8619-df9eb5700561zaubihttp://social.technet.microsoft.com/Profile/en-US/?user=zaubiHow to disable the Windows firewall using the command shell...<p>After installing Windows Server 2008 Core you might want to disable the integrated firewall. You can perfom that by using the following command:<br><pre>netsh firewall set opmode mode=disable</pre> <p>This disables the integrated firewall completely and should only be used in isolated environments, e. g. you have a corporate firewall or the core server stands in an isolated test environment.</p> <p>There are also some options for adding firewall rules. But I didn't have the time to figure them out yet. Hope the posted command will help you so long...</p> <p> </p> <p>Greetings, <strong>zaubi</strong></p>Wed, 18 Jul 2007 11:59:14 Z2009-11-20T11:18:19Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/238bcefb-27ac-456d-af07-460260a696b6http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/238bcefb-27ac-456d-af07-460260a696b6Geek_Ninjahttp://social.technet.microsoft.com/Profile/en-US/?user=Geek_NinjaUnable to join Core 2008 to a domainI am using VMware to have multiple OS's on a single computer, this is for school. I am currently joining a Core Server to a domain set up on my other machine, running Server 2008. The Core machine is freshly created and has not had DNS or active directory activated, and yet my machine says: &quot;This machine is a domain controller and cannot be unjoined from a domain.&quot; I do not have any active directory binaries installed on the Core nor DNS as i said. Any suggestions would be very helpful, this is for a class and not crucial, just be nice to get this done.Thu, 19 Nov 2009 00:46:20 Z2009-11-20T03:03:26Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/4e6d6eca-77b2-491d-ad75-d7c6eecc0d5dhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/4e6d6eca-77b2-491d-ad75-d7c6eecc0d5dluicsthttp://social.technet.microsoft.com/Profile/en-US/?user=luicstDoes oclist.exe only run on Windows 2008 Server Core ?Does oclist.exe only run on Windows 2008 Server Core ?<br/> <br/> Could oclist.exe run on general Windows 2008 Server with GUI ?<br/> If it could, how to install ? <br/>Mon, 13 Apr 2009 14:35:55 Z2009-11-19T09:31:04Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/60af3ea7-d843-4b18-ab8e-c5052256554ehttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/60af3ea7-d843-4b18-ab8e-c5052256554eSephy1234http://social.technet.microsoft.com/Profile/en-US/?user=Sephy1234Forgot My Administrator password<p align=left><font face=Arial size=2></font> </p>Ok.. I set A new Password for the administrator account on my computer..and i forgot it. I have to log in as a guest and cant do as much as i can without having a admin account. I have a windows 2000 computer but i dont have a boot disk to reinstall the OS on my computer. I cant download almost any  programs and i cant change my password for the admin by going to control panel, then users and passwords cause it asks me for a password to get into that folder! Plz Help.Mon, 24 Mar 2008 21:49:37 Z2009-11-19T11:00:08Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/7979395e-8870-4e60-a7d2-128c0f51ad84http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/7979395e-8870-4e60-a7d2-128c0f51ad84Tyler McLaughlinhttp://social.technet.microsoft.com/Profile/en-US/?user=Tyler%20McLaughlinError: 0x800f080c Feature name Printing-LPDPrint-Service is unknown<p>W2K3_R2_X64_STANDARD (6.1.7600 Build 7600)<br/><br/><br/>Following the instructions provided for installing &amp; configuring the Print Server Core Role @ <a href="http://technet.microsoft.com/en-us/library/ee441260(WS.10).aspx">http://technet.microsoft.com/en-us/library/ee441260(WS.10).aspx</a> I'm able to sucessfully install the Print services core role, but not the LPD Service.<br/><br/><br/>--------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br/>C:\Users\Administrator&gt;Dism /online /enable-feature /featurename:Printing-Server<br/>Core-Role</p> <p>Deployment Image Servicing and Management tool<br/>Version: 6.1.7600.16385</p> <p>Image Version: 6.1.7600.16385</p> <p>Enabling feature(s)<br/>[==========================100.0%==========================]<br/>The operation completed successfully.</p> <p>C:\Users\Administrator&gt;Dism /online /enable-feature /featurename:Printing-LPDPrint-Service<br/>                                      Dism /online /enable-feature /featurename:Printing-LPDPrint-Service</p> <p>Deployment Image Servicing and Management tool<br/>Version: 6.1.7600.16385</p> <p>Image Version: 6.1.7600.16385</p> <p><br/>Error: 0x800f080c</p> <p>Feature name Printing-LPDPrint-Service is unknown.<br/>A Windows feature name was not recognized.<br/>Use the /Get-Features option to find the name of the feature in the image and tr<br/>y the command again.</p> <p>The DISM log file can be found at C:\Windows\Logs\DISM\dism.log<br/><br/>--------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br/><br/><br/><br/><strong>CONTENTS of dism.log</strong><br/><br/>2009-11-13 12:29:33, Info                  DISM   PID=1680 Scratch directory set to 'C:\Users\ADMINI~1\AppData\Local\Temp\1\'. - CDISMManager::put_ScratchDir<br/>2009-11-13 12:29:33, Info                  DISM   PID=1680 Successfully loaded the ImageSession at &quot;C:\Windows\System32\Dism&quot; - CDISMManager::LoadImageSession<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Getting Provider DISMLogger - CDISMProviderStore::GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Getting Provider DISMLogger - CDISMProviderStore::GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Manager: PID=1680 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Getting Provider DISMLogger - CDISMProviderStore::GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: <br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: &lt;----- Starting Dism.exe session -----&gt;<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: <br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Host machine information: OS Version=6.1.7600, Running architecture=amd64, Number of processors=2<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Executing command line: Dism  /online /enable-feature /featurename:Printing-LPDPrint-Service<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Getting Provider FolderManager - CDISMProviderStore::GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Loading Provider from location C:\Windows\System32\Dism\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Connecting to the provider located at C:\Windows\System32\Dism\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Getting Provider FolderManager - CDISMProviderStore::GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1680 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Manager: PID=1680 Successfully loaded the ImageSession at &quot;C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B&quot; - CDISMManager::LoadImageSession<br/>2009-11-13 12:29:33, Info                  DISM   DISM Image Session: PID=1960 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\OSProvider.dll - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\OSProvider.dll. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM OS Provider: PID=1960 Defaulting SystemPath to C:\ - CDISMOSServiceManager::Final_OnConnect<br/>2009-11-13 12:29:33, Info                  DISM   DISM OS Provider: PID=1960 Defaulting Windows folder to C:\Windows - CDISMOSServiceManager::Final_OnConnect<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\LogProvider.dll - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\LogProvider.dll. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Getting Provider OSServices - CDISMProviderStore::GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\PEProvider.dll - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Warning               DISM   DISM Provider Store: PID=1960 Failed to Load the provider: C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Failed to get and initialize the PE Provider.  Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Getting Provider DISMLogger - CDISMProviderStore::GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Manager: PID=1680 Image session successfully loaded from the temporary location: C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B - CDISMManager::CreateImageSession<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Getting Provider OSServices - CDISMProviderStore::GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  CSI    00000001 Shim considered [l:256{128}]&quot;\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND<br/>2009-11-13 12:29:33, Info                  CSI    00000002 Shim considered [l:250{125}]&quot;\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe&quot; : got STATUS_SUCCESS<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Target image information: OS Version=6.1.7600.16385, Image architecture=amd64<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\CbsProvider.dll - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\CbsProvider.dll. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  CSI    00000001 Shim considered [l:256{128}]&quot;\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND<br/>2009-11-13 12:29:33, Info                  CSI    00000002 Shim considered [l:250{125}]&quot;\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe&quot; : got STATUS_SUCCESS<br/>2009-11-13 12:29:33, Info                  DISM   DISM Package Manager: PID=1960 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize<br/>2009-11-13 12:29:33, Info                  CSI    00000001 Shim considered [l:256{128}]&quot;\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND<br/>2009-11-13 12:29:33, Info                  CSI    00000002 Shim considered [l:250{125}]&quot;\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe&quot; : got STATUS_SUCCESS<br/>2009-11-13 12:29:33, Info                  DISM   DISM Package Manager: PID=1960 CBS is being initialized for online use. More information about CBS actions can be located at: %windir%\logs\cbs\cbs.log - CDISMPackageManager::Initialize<br/>2009-11-13 12:29:33, Info                  DISM   DISM Package Manager: PID=1960 Loaded servicing stack for online use only. - CDISMPackageManager::RefreshInstanceAndLock<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\MsiProvider.dll - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\MsiProvider.dll. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\IntlProvider.dll - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\IntlProvider.dll. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\DmiProvider.dll - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\DmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  CSI    00000001 Shim considered [l:256{128}]&quot;\??\C:\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe&quot; : got STATUS_OBJECT_PATH_NOT_FOUND<br/>2009-11-13 12:29:33, Info                  CSI    00000002 Shim considered [l:250{125}]&quot;\??\C:\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe&quot; : got STATUS_SUCCESS<br/>2009-11-13 12:29:33, Info                  DISM   DISM OS Provider: PID=1960 Successfully loaded the hive. - CDISMOSServiceManager::DetermineBootDrive<br/>2009-11-13 12:29:33, Info                  DISM   DISM Driver Manager: PID=1960 Further logs for driver related operations can be found in the target operating system at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\UnattendProvider.dll - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\UnattendProvider.dll. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\SmiProvider.dll - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\SmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has not previously been encountered.  Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Loading Provider from location C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\TransmogProvider.dll - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Connecting to the provider located at C:\Users\ADMINI~1\AppData\Local\Temp\1\A3065AB5-6501-4153-A29A-74D643CFFD2B\TransmogProvider.dll. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Getting Provider DISM Unattend Manager - CDISMProviderStore::GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Got the collection of providers. Now enumerating them to build the command table.<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Package Manager<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Package Manager.<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: OSServices<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: MsiManager<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: MsiManager.<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: IntlManager<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: IntlManager.<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DriverManager<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DriverManager.<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager.<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: DISM Log Provider<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: SmiManager<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Attempting to add the commands from provider: Edition Manager<br/>2009-11-13 12:29:33, Info                  DISM   DISM Transmog Provider: PID=1960 Current image session is [ONLINE] - CTransmogManager::GetMode<br/>2009-11-13 12:29:33, Info                  DISM   DISM.EXE: Succesfully registered commands for the provider: Edition Manager.<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Provider Store: PID=1960 Provider has previously been initialized.  Returning the existing instance. - CDISMProviderStore::Internal_GetProvider<br/>2009-11-13 12:29:33, Info                  DISM   DISM Package Manager: PID=1960 Processing the top level command token(enable-feature). - CPackageManagerCLIHandler::Private_ValidateCmdLine<br/>2009-11-13 12:29:33, Info                  DISM   DISM Package Manager: PID=1960 Attempting to route to appropriate command handler. - CPackageManagerCLIHandler::ExecuteCmdLine<br/>2009-11-13 12:29:33, Info                  DISM   DISM Package Manager: PID=1960 Routing the command... - CPackageManagerCLIHandler::ExecuteCmdLine<br/>2009-11-13 12:29:33, Info                  DISM   DISM Package Manager: PID=1960 Encountered the option &quot;featurename&quot; with value &quot;Printing-LPDPrint-Service&quot; - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine<br/>2009-11-13 12:29:33, Info                  DISM   DISM Package Manager: PID=1960 Encountered an unknown option &quot;featurename&quot; with value &quot;Printing-LPDPrint-Service&quot; - CPackageManagerCLIHandler::Private_GetPackagesFromCommandLine<br/>2009-11-13 12:29:34, Error                 DISM   DISM Package Manager: PID=1960 Failed to get the Update through CBS. - CDISMPackage::Internal_OpenFeature(hr:0x800f080c)<br/>2009-11-13 12:29:34, Error                 DISM   DISM Package Manager: PID=1960 Failed to get the underlying CBS Feature - CDISMPackage::OpenFeature(hr:0x800f080c)<br/>2009-11-13 12:29:34, Error                 DISM   DISM Package Manager: PID=1960 Feature name Printing-LPDPrint-Service is unknown. - CPackageManagerCLIHandler::Private_GetFeaturesFromCommandLine(hr:0x800f080c)<br/>2009-11-13 12:29:34, Error                 DISM   DISM Package Manager: PID=1960 Unknown features were specified on the command-line. - CPackageManagerCLIHandler::Private_GetFeaturesFromCommandLine(hr:0x800f080c)<br/>2009-11-13 12:29:34, Error                 DISM   DISM Package Manager: PID=1960 Failed to get the Feature List from the command line. - CPackageManagerCLIHandler::Private_ProcessFeatureChange(hr:0x800f080c)<br/>2009-11-13 12:29:34, Error                 DISM   DISM Package Manager: PID=1960 Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f080c)<br/>2009-11-13 12:29:34, Info                  DISM   DISM Package Manager: PID=1960 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine<br/>2009-11-13 12:29:34, Info                  DISM   DISM Image Session: PID=1960 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Package Manager: PID=1960 Finalizing CBS core. - CDISMPackageManager::Finalize<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Disconnecting Provider: DISM Package Manager - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Finalizing the servicing provider(MsiManager) - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Disconnecting Provider: MsiManager - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Finalizing the servicing provider(IntlManager) - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Disconnecting Provider: IntlManager - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Found the PE Provider.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Finalizing the servicing provider(DriverManager) - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Disconnecting Provider: DriverManager - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Finalizing the servicing provider(DISM Unattend Manager) - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Disconnecting Provider: DISM Unattend Manager - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Finalizing the servicing provider(SmiManager) - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Disconnecting Provider: SmiManager - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Finalizing the servicing provider(Edition Manager) - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Disconnecting Provider: Edition Manager - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Releasing the local reference to OSServices. - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Disconnecting Provider: OSServices - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1960 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM.EXE: Image session has been closed. Reboot required=no.<br/>2009-11-13 12:29:34, Info                  DISM   DISM.EXE: <br/>2009-11-13 12:29:34, Info                  DISM   DISM.EXE: &lt;----- Ending Dism.exe session -----&gt;<br/>2009-11-13 12:29:34, Info                  DISM   DISM.EXE: <br/>2009-11-13 12:29:34, Info                  DISM   DISM Image Session: PID=1680 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1680 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1680 Found the OSServices.  Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect<br/>2009-11-13 12:29:34, Info                  DISM   DISM Provider Store: PID=1680 Releasing the local reference to DISMLogger.  Stop logging. - CDISMProviderStore::Internal_DisconnectProvider<br/></p><hr class="sig">Tyler McLaughlinFri, 13 Nov 2009 20:33:18 Z2009-11-18T20:15:22Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/8936b73e-c381-48f2-9d55-e736b70d74d6http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/8936b73e-c381-48f2-9d55-e736b70d74d6Sandy Losiabaarhttp://social.technet.microsoft.com/Profile/en-US/?user=Sandy%20LosiabaarCan't log in windows server 2008 as administratorGood day,<br/><br/>Can you please inform if I can get a erd commander (Lock Smith)version for sever 2008 ??<br/>We are a HI school in the Netherlands Antilles and I am a system<br/>Engineering / Teacher. A few days ago we have finishing installing server 2008<br/>in our Lab and suddenly we can't log back in with the password that we<br/>have provide. (Secret)<br/>So, we believe that one of the students have change the password when<br/>we went for a cup of coffie. Since then we cannot go in, neither we can't deploy windows 7 or anything else.<br/>My problem is I need to log in the server..I have use erd commander<br/>2003 and its work perfect on XP etc but not on 2008.<br/><br/>Can you please let me now asap with version of erd commander can I use<br/>and where to download it or pay for it??<br/>Or if you have a other quick way to solve this problem?? help help help!!!!<br/><br/>Best Regards.<br/><br/>Sandy Losiabaar<br/>System Engineering<br/>Tech-Ed member since 2007Thu, 12 Nov 2009 18:29:40 Z2009-11-19T06:31:49Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/97d388e8-eb88-4744-b47a-938065849debhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/97d388e8-eb88-4744-b47a-938065849debReisenhofer Andreashttp://social.technet.microsoft.com/Profile/en-US/?user=Reisenhofer%20AndreasHowTo request and install manually a certificate on Windows Server CoreHello,<br/><br/>I have a strange problem on a new Windows Server 2008 R2 Core Domaincontroller. Here I have a Windows Server 2003 R2 Forest with one other Windows Server 2003 R2 Domaincontroller and a Windows Server 2003 R2 domain member with AD CA. The old Domaincontroller should be migrated to a new one.<br/><br/>The usage of dcpromo for the new Domain Controller on a Windows Server 2008 R2 Core Edition was without error messages.<br/><br/>At the moment the new domaincontroller have installed DNS, WINS, DHCP, DFS, a little bit file server addons and Print Server Roles. At the moment only DHCP and print server isn't finally configurated.<br/><br/> After several restarts I found a new log message:<br/><br/> <pre>Event Details Product: Windows Operating System ID: 29 Source: Microsoft-Windows-Kerberos-Key-Distribution-Center Version: 6.0 Symbolic Name: KDCEVENT_MISSING_KDC_CERTIFICATE Message: The Key Distribution Center (KDC) cannot find a suitable certificate to use for smart card logons, or the KDC certificate could not be verified. Smart card logon may not function correctly if this problem is not resolved. To correct this problem, either verify the existing KDC certificate using certutil.exe or enroll for a new KDC certificate. </pre> <br/>I took a look in the local computer certificate store. There were only two certificates: IPSec and Computer. Domaincontroller was missing.<br/><br/><br/>In the GPO Domaincontroller Policy I had already activated automatic certificate request. After some searching I tried also a reset of the  CERTSVC_DCOM_ACCESS Group, but it didn't work. Also after several restarts of the Domaincontroller: no domaincontroller certificate...<br/><br/><br/>Therefore my question: How I'm able to install manually the domaincontroller certificate?<br/><br/>Normally I would open mmc, load the certificate snap-in, choose local Computer, move to my certificates (of the computer) and request with a right mouse click a new certificate, but mmc isn't available in Windows Server Core.<br/>Open a remote session of the same snap-in don't show the request option.<br/><br/><br/>Additionally I don't know why there is no automatic domaincontroller certificate request and installation. All server are reachable (ping, nslookup, file share, web server, ...). Other manual or automatic certificate requests are successfull (Windows Server and Windows Client). In the event viewer I found no error message with further information.<br/><br/><hr class="sig">regards, Reisenhofer AndreasFri, 06 Nov 2009 22:47:18 Z2009-11-20T03:16:57Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/844bb67a-6528-4f5d-b41c-b5d011027b18http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/844bb67a-6528-4f5d-b41c-b5d011027b18dcphqhttp://social.technet.microsoft.com/Profile/en-US/?user=dcphqError 5: Access has been denied while mapping a windows 2008 share Folder<div>Hello</div> <div> </div> <div>I'm having an issue when mapping a win2008 share folder when booting from CD, Floppy or USB. I can boot from any of the above devices okay and but then I put my credentials I receive the message Error 5: Access has been denied. </div> <div> </div> <div>I do not have this problem with Windows Server 2003.  The folder permissions are set so the non-domain account i'm using has full access within the shared and NTFS settings. I've changed the following local policies on the win2008 server but still no cigar;</div> <div> </div> <div>Microsoft Network Client (always).. to enable</div> <div>If server agrees... to enable</div> <div>Send unencrypted password... to disable</div> <div>If client agrees... to enable</div> <div>Disconnect client when logon... to enable</div> <div>Network security: Do Not Store LAN Manager Hash Value... to disable</div> <div>Network security: LAN Manager authentication level... to sent NTLM response only</div> <div> </div> <div>Can anyone assist with this problem?  </div> <div> </div> <div>Thx.</div> <div> </div>Tue, 23 Sep 2008 20:13:52 Z2009-11-13T23:03:26Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/aed78156-b5a6-4ceb-8176-fbaf874602cdhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/aed78156-b5a6-4ceb-8176-fbaf874602cdRyanM_Hhttp://social.technet.microsoft.com/Profile/en-US/?user=RyanM_HJumbo Frames on Server CoreI have two servers running Server Core 2008 R2, I'm trying to hook them up to an iSCSI to be a clustered Hyper-V server and am having problems getting jumbo frames to work.<br/> <br/> I have a Cisco 3750 with a vlan setup for the iSCSI traffic which both servers have their dedicated iSCSI cards plugged into.  I've enabled the MTU up to 9000 on both servers and made sure the Cisco has an MTU of 9000 for the vlan.  I can not for the life of me run a ping between the servers with a packet larger than 1472.<br/> <br/> I've also hooked up my laptop via a crossover cable to a different port, configured the MTU on both to 9000 and still can't ping anything above 1472.<br/> <br/> Can someone please give me assistance as to what I'm doing wrong?  If you have any good sites with step by step instructions for setting up iSCSI's with jumbo frames, I'd love to read hem.<br/> <br/> Thanks for any help.Fri, 04 Sep 2009 16:40:41 Z2009-11-13T21:50:15Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/a2bc3ea6-c289-4374-a5bc-eb4043cf74fahttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/a2bc3ea6-c289-4374-a5bc-eb4043cf74faEilliemhttp://social.technet.microsoft.com/Profile/en-US/?user=EilliemWindows Server 2008 Server Core and Virtual PC Hi everyone, I am going through the 70-640 book and in the first chapter it goes over sever core installation. Now like most Virtual PC installations it is very jumpy until you install the integration features. my server core installation is very jumpy and the book provides no instruction on how to install the integration features on server core. i am using the new virtual pc (you know the one that can run xp mode). i have installed the integration features on sever 2008 standard and i do realize server core is a stripped down version of server 2008  Mon, 09 Nov 2009 20:24:13 Z2009-11-18T02:18:49Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/392f8828-8350-4903-b34f-058cbb86b5a7http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/392f8828-8350-4903-b34f-058cbb86b5a7Yorikuhttp://social.technet.microsoft.com/Profile/en-US/?user=YorikuComponent not found when Installing Framework and PowerShell on Server Core 2008 (updated to SP2)I used the WUA_SearchDownloadInstall.vbs from the MSDN to updated a Server Core 2008 to SP2, which does now have the ver for SP2 (6.0.6002).<br/> <br/> My problem is that oclist does not show me anything other than IIS components.  I am trying to install/enable the .NET Framework and PowerShell, but all of the steps I've found through Google have not worked.<br/> <br/> &quot;start /w ocsetup MicrosoftWindowsPowerShell&quot; - component could not be found<br/> &quot;start /w ocsetup <span>NetFx3-ServerCore</span> &quot; - component could not be found<br/> <br/> And there isn't DISM either.<br/> <br/> This is a pretty fresh install and update, did I miss something? (It was dcpromo'd with an unattend, btw)Sun, 08 Nov 2009 05:29:39 Z2009-11-16T08:10:17Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/94bd0b5f-58fe-4ff7-9ffe-8f5ad97ac0fdhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/94bd0b5f-58fe-4ff7-9ffe-8f5ad97ac0fddrewhill70http://social.technet.microsoft.com/Profile/en-US/?user=drewhill70Disable Settings on the Guest NIC on Server Core<p align=left>We are currently running Windows Server 2003 with Virtual Server 2005 R2 SP1.  One on the things we do is setup a &quot;Shared Virtual Network&quot; in which the guest virtual machines use a dedicated NIC seperate from the one the host uses.  To do this we take one of the server NICs and unbind all the protocols and clients (i.e. Client for Microsoft Networks, Network Load Balancing, File and Printer Sharing, TCP/IP) except for Virtual Machine Network Services.</p> <p align=left> </p> <p align=left>How do you do the same type of configuration on the NIC in Windows Server 2008 <u>Server Core</u> with Hyper-V?</p> <p align=left> </p> <p align=left>A full version of Server 2008 has the following components bound to the NIC:</p> <ul> <li> <div align=left>Client fro Microsoft Networks</div> <li> <div align=left>QoS</div> <li> <div align=left>File and Printer Sharing</div> <li> <div align=left>IP v6</div> <li> <div align=left>IPv4</div> <li> <div align=left>Link-Layer Topology Discovery Mapper I/O Driver</div> <li> <div align=left>Link-Layer Topology Discovery Responder</div></li></ul> <p align=left>How can we tell what components are bound to the NIC in Server Core and then how can we disable them?  Do they need to be disabled with Hyper-V?</p> <p align=left> </p> <p align=left>I have seen the following solution on how to disable IPv6.</p> <p align=left> </p> <blockquote dir=ltr style="margin-right:0px"> <p class=MsoNormal style="margin:0in 0in 10pt"><em>&quot;Unlike Windows XP, IPv6 in Windows Vista cannot be uninstalled. However, you can disable IPv6 in Windows Vista by doing one of the following:</em></p> <p class=MsoNormal style="margin:0in 0in 10pt" align=left><font face=Arial><em>In the Connections and Adapters folder, obtain properties on all of your connections and adapters and clear the check box next to the Internet Protocol version 6 (TCP/IPv6) component in the list under This connection uses the following items. This method disables IPv6 on your LAN interfaces and connections, but does not disable IPv6 on tunnel interfaces or the IPv6 loopback interface.</em></font></p> <p class=MsoNormal style="margin:0in 0in 10pt" align=left><font face=Arial><em>Add the following registry value (DWORD type) set to 0xFF:<br>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\DisabledComponents<br>This method disables IPv6 on all your LAN interfaces, connections, and tunnel interfaces but does not disable the IPv6 loopback interface. You must restart the computer for this registry value to take effect.&quot;</em></font></p></blockquote> <p class=MsoNormal dir=ltr style="margin:0in 0in 10pt" align=left> </p> <p class=MsoNormal dir=ltr style="margin:0in 0in 10pt" align=left>Thanks,</p> <p class=MsoNormal dir=ltr style="margin:0in 0in 10pt" align=left>Andrew</p> <p align=left> </p>Mon, 28 Jan 2008 20:55:11 Z2009-11-08T01:56:36Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/78ea69e8-a724-475f-92ff-becb37e17c63http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/78ea69e8-a724-475f-92ff-becb37e17c63Didier3001http://social.technet.microsoft.com/Profile/en-US/?user=Didier3001PC Card / PCMCIA / Cardbus NIC supported in Server core?Hi guys,<br/><br/>For testing purpose, I installer server core on a laptop and I would like to configure a second NIC but apparently server core doesn't support PC Card / PCMCIA / Cardbus NIC.<br/><br/>Can anyone confirm that it was disable like Wireless connection? I hope it is not the case because for testing purpose I would like to play with Hyper-V on server core but with 2 different NIC.<br/><br/>Thank you in advance,<br/>DidierMon, 07 Sep 2009 19:55:30 Z2009-11-06T08:43:03Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/1f05e497-ae7b-481a-b7c4-4073c24fe893http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/1f05e497-ae7b-481a-b7c4-4073c24fe893PBerkhttp://social.technet.microsoft.com/Profile/en-US/?user=PBerkHow to Remote Manage Server 2008 (R1) Core with No DomainI've recently decided to install Server 2008 Core on an old computer of mine to use as a DHCP/AD/DNS server for my home network.  At the moment I have the server and one other computer connected to the same router.  Neither are in a workgroup, and I haven't yet begun the process of setting up a domain or DHCP on the server.  The server is getting its IP manually, the computer from the DHCP on the router (easily disabled).<br/> <br/> The issue I'm running into is that when I attempt to manage the firewall through the MMC on my computer, I receive the following error:<br/> You do not have the correct permissions to open the Windows Firewall with Advanced Security console.<br/> <br/> Normally this is a problem I'm pretty familiar with.  Just log into the server and add your domain account to the Administrators or Remote Users group.  Unfortunately, as I said, there IS no domain here, and I haven't been able to find a way to connect via the MMC with the local admin account of the server.  I have tested that the computer is able to get to the server, and had to temporarily disable the firewall to be able to do so.<br/> <br/> Below are the two relevant commands that I've run:<br/> <strong>netsh advfirewall firewall set rule group=&quot;Remote Administration&quot; new enable=yes</strong> <br/> <strong>netsh advfirewall set currentprofile settings remotemanagement enable</strong> <br/> <br/> Any insight or suggestions on how to remote manage the firewall in this setting would be appreciated.<br/> <strong></strong>Thu, 29 Oct 2009 23:13:14 Z2009-11-05T08:26:55Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/62178cd8-7dd0-4ebd-bcee-e338bdc66adbhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/62178cd8-7dd0-4ebd-bcee-e338bdc66adblostgoosehttp://social.technet.microsoft.com/Profile/en-US/?user=lostgooseCore Server WSUS Updates<p align=left><font face=Arial size=2></font> </p> <p>I know, I've read the other posts but am still unable to update my virtual server.  All I have managed to do so far is install 2008 Standard Core Server, add the admin password, rename the server, join the domain, and spend unbelieveable amounts of time trying to figure out how to get the updates.  WSUS sees the server and says there are 7 updates, but I can't make them talk to each other.</p> <p align=left> </p> <p align=left>I was really having fun with this sucker until I got to this point.  Please someone tell me &quot;what to type&quot; to get the updates.  Thank you soooooooooo much!</p>Mon, 05 May 2008 18:14:07 Z2009-11-03T13:37:08Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/db3c8c50-a81e-4e38-8e57-a59fa4c4991dhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/db3c8c50-a81e-4e38-8e57-a59fa4c4991dOlivier.Juliettehttp://social.technet.microsoft.com/Profile/en-US/?user=Olivier.JulietteDHCP server 2008 binding existing leaseHi,<br/><br/>I have DHCP server 2008 enterprise.  My network is setup as follows:-<br/><br/>90 Cisco IP Phones with DHCP configured<br/>90 Users alos DHCP configured<br/><br/>I want to bind all actual adresse leased to my IP phones and implement fix IP for may computers.<br/><br/>Is there a way to select all the phones ip which has been leased and send to reservation?<br/><br/>regards,<br/>OlivierFri, 30 Oct 2009 12:34:15 Z2009-11-16T06:53:13Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/08bd406a-b7d1-4811-a916-408114cc2544http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/08bd406a-b7d1-4811-a916-408114cc2544AbdulMoienhttp://social.technet.microsoft.com/Profile/en-US/?user=AbdulMoienHow to enable advance option in tcp/ip properties in win xp proWin xp working in workgroup has been restricted with ipsec policy in tcp/ip advanced properties and the advance button in disable by some means. Is there any solution to enable the advanced options or remove the ip sec policiesFri, 30 Oct 2009 10:28:13 Z2009-11-04T05:55:25Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/88dcfa55-dd46-4477-ad0f-f9f3fb99b5c5http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/88dcfa55-dd46-4477-ad0f-f9f3fb99b5c5Ruud van Strijphttp://social.technet.microsoft.com/Profile/en-US/?user=Ruud%20van%20StrijpWindows Server 2008 Core CD instead of DVD?Hello,<br><br>Is there a (2-3) CD version of Windows Server 2008 core? I have an old system which currently runs Server 2003 and I want to try to run Server 2008 Core on it since I expect it will function faster. The system doesn't have a DVD player though, so I wonder if there is any CD version of Server 2008. Or maybe there is a way to split the DVD into CD's?<br><br>Or is there any other way to install Server 2008 on this machine without DVD player? Perhaps some PE system that mounts ISO's over the network or so?<br><br>Thanks!<br><br>Yours truly,<br><br>Ruud van StrijpThu, 11 Sep 2008 14:29:30 Z2009-11-01T00:58:25Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/30135f7b-ce52-41fe-84c0-25bdbb5969bdhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/30135f7b-ce52-41fe-84c0-25bdbb5969bdMartin Hofstetter _PC-WARE_http://social.technet.microsoft.com/Profile/en-US/?user=Martin%20Hofstetter%20_PC-WARE_FSRM on ServerCore<p align=left><font face=Arial size=2>Hi</font></p> <p>Is there a possibility to install FSRM on a server core? I want to remotly manage a file server on a server core.</p> <p align=left>Thank's a lot.</p> <p align=left></p>Wed, 31 Oct 2007 09:31:43 Z2009-10-30T20:57:45Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/d4eb7da0-7428-4ec0-a4d7-d6a980b2855fhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/d4eb7da0-7428-4ec0-a4d7-d6a980b2855fOlympic Billhttp://social.technet.microsoft.com/Profile/en-US/?user=Olympic%20BillNIC index on Server 2008 core keeps changing and, as a result, virtual clients cannot find the gateway.I have installed W2K8 core on a system with 2 NICs.  I have configured the Hyper-V role and updated the Core server.  I have been able to configure several virtual guests and they worked fine for a while (a few hours). But then they lost the ability to ping their gatewway and so lost their internet connnectivity. I am just configuring the virtual network adapter as an external adapter.  No other virtual network configurations.<br/><br/>What I have found so far is that the physical NIC is changing its index.  I disabled the 2nd NIC through the Core command line and rebooted the Hyper-V Core server.  At that point, none of the VM's would start and I had to delete and recreate them.  The virtual guests network adapters now seem stable, however I am wondering just what did happen?  Has anyone else experienced this?Wed, 21 Oct 2009 17:46:42 Z2009-10-30T05:45:17Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/f9b7dc2d-069f-4cb6-acc0-1c8e9cb74a6ahttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/f9b7dc2d-069f-4cb6-acc0-1c8e9cb74a6as.kirk500http://social.technet.microsoft.com/Profile/en-US/?user=s.kirk500machines and users in AD 2003 ?? Newbie...Hey guys,<br/> I have set up my first small network.<br/> I have a AD machien with DNS and DHCP on the same box.  I created two users bill and bob.<br/> I then get two other machines to join this domain XP-A and XP-B.  It all works a treat, bill and bob log-on correctly and when I view the AD machines and users there they are.  I can ping XP-A and XP-B from each other.  All cool.<br/> <br/> So my question is why woudl I want to add a machine manually under the &quot;machines&quot; tab in AD?  Can i set up AD in such a way that ONLY the machines I stipulate will be able to join the domain?  In my scenario above, anyone could log in as bill or bob from ANY machine right since I have not tied down the machines themselves, only the users.  So these &quot;any&quot; machines coudl have viruses on and not subject to pour policy right?<br/> <br/> Am I thinking correct here guys?  Any reading on this subject?<br/> <br/> Cheers and regards, Steve<br/>Sat, 24 Oct 2009 19:48:07 Z2009-10-27T15:33:18Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/8e730dc1-064e-4aa5-836f-25f731435867http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/8e730dc1-064e-4aa5-836f-25f731435867alex chttp://social.technet.microsoft.com/Profile/en-US/?user=alex%20cNETSH problem: delete neighbors not persistent<p><span class=Apple-style-span style="text-transform:none;text-indent:0px;border-collapse:separate;font:medium 'Times New Roman';white-space:normal;letter-spacing:normal;color:#000000;word-spacing:0px"><span class=Apple-style-span style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px">Hi there,</span></span><br class=Apple-interchange-newline><a href="http://social.technet.microsoft.com/Forums/en/newthread?forum=winservercore"></a></p> <div>I have a problem with netsh:  I need to remove an address from the neighbors. I use the following command:</div> <div><strong>netsh interface ipv4 delete neighbors &quot;Local Area Connection 3&quot; IP_Address MAC_Address</strong></div> <div><strong><br/></strong></div> <div>I type the command and it works, it does not appear when I type:  netsh interface ipv4 show neighbors &quot;Local Area Connection 3&quot;</div> <div><br/></div> <div>The problem is that when I restart the server it reappears in the neighborhoud...any way to remove it permanently?</div> <div>Thanks,</div> <p> </p>Mon, 19 Oct 2009 15:14:29 Z2009-10-27T08:02:38Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/cb2a2e1f-a1d4-4016-8231-87da4829bf6ehttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/cb2a2e1f-a1d4-4016-8231-87da4829bf6erooroohttp://social.technet.microsoft.com/Profile/en-US/?user=rooroowindows 7 activationi bought windows 7 upgrade i would like to put it on another computor how can i purchase another activation key without buying another discSat, 24 Oct 2009 16:24:25 Z2009-10-28T08:12:54Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/072ad407-fc82-4b6f-b65b-f7e30429f632http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/072ad407-fc82-4b6f-b65b-f7e30429f632Olympic Billhttp://social.technet.microsoft.com/Profile/en-US/?user=Olympic%20BillRemote management of Server 2008 Core, What are the firewall ports ?I have successfully set up the Server 2008 Enterprise Ed 64bit Core and can manage it from a Vista PC running Hyper-V Manager however I have to disable my Symantec Firewall in order for Hyper-V manager to work.&nbsp; John Howards discussion of Hyper-V reote management seems to assume&nbsp;that Windows Firewall is being used and provides the command to open the proper ports without telling the reader what the ports actually are that need to be opened.&nbsp; Can someone provide that information or provide a link to the discussion?&nbsp;Thu, 15 Oct 2009 21:48:52 Z2009-10-23T18:35:20Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/9f6c6d64-9451-4b63-864a-f056fcaa13d8http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/9f6c6d64-9451-4b63-864a-f056fcaa13d8neilbo12http://social.technet.microsoft.com/Profile/en-US/?user=neilbo12Core Reboot or Shutdown. When the Core is rebooted or shutdown, what happens to the VM's that are hosted on the core? Are they shutdown properly or does Core pull the rug out from the VM's?<br/>Wed, 21 Oct 2009 15:42:47 Z2009-10-26T01:13:59Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/89714024-b5a9-4ac6-bd83-d485a8d5f5cehttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/89714024-b5a9-4ac6-bd83-d485a8d5f5ceIsotonichttp://social.technet.microsoft.com/Profile/en-US/?user=IsotonicHow to assign a network categoryHow can I setup a type to the connected network such as private or public on Windows 2008 r2 Core Installation?Wed, 21 Oct 2009 12:03:57 Z2009-10-23T06:25:47Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/e02ebb64-e8f5-451c-a7bd-18d95d91146ahttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/e02ebb64-e8f5-451c-a7bd-18d95d91146aKishorGavalihttp://social.technet.microsoft.com/Profile/en-US/?user=KishorGavaliThe DNS server could not initialize the remote procedure call (RPC) Service<span style="font-size:xx-small"> <p>We are frequently getting this error.<br/>The DNS server could not initialize the remote procedure call (RPC) service. If it is not running, start the RPC service or reboot the computer. The event data is the error code.<br/><br/>I have removed the Client for microstoft network restarted the server and again installed the service but not help.<br/><br/>Kinldy help me resolve this isssue.<br/>Regards<br/>Kishor</p> </span>Mon, 10 Aug 2009 09:34:25 Z2009-10-21T01:42:45Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/a538db65-dd7d-4709-9632-23b58c3de96ehttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/a538db65-dd7d-4709-9632-23b58c3de96eVivekthangaswamyhttp://social.technet.microsoft.com/Profile/en-US/?user=VivekthangaswamySigmatel Audio Drivers for Windows 2003 Server Enterprise Edition<p>I have an Intel 945GNT... motherboard, though the Sigmatel Audio Drivers for my onboard soundcard got installed I am not able to hear any sound from my speakers.</p> <p> </p> <p>Don't blindy say You might download it from Intel's site. i don't find any audio(Sigmatel Audio Drivers) drivers for windows 2003 server in Intel Site.</p> <p>Whenever i restart my machine it says &quot;SigmaTel High Definition Audio CODEC not Installed&quot;</p> <p>Please anyone as this driver please reply me.</p>Sun, 24 Sep 2006 15:36:09 Z2009-10-17T13:50:14Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/85f66d08-1922-4ae0-be7a-b86872fe283bhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/85f66d08-1922-4ae0-be7a-b86872fe283bGladys Rodriguezhttp://social.technet.microsoft.com/Profile/en-US/?user=Gladys%20RodriguezAutomatic Updates Configuration<p align=left><font face=Arial size=2>How does automatic updates work for Core Server?  </font>Is there any way to configure Automatic Updates in the following way?</p> <p align=left> </p> <p align=left>1. User defines a max cache storage (<strong>X</strong>)</p> <p align=left>2. AU are downloaded and stay in cache until <strong>X</strong> is reached and the patch is installed</p> <p align=left>3. If <strong>X</strong> is reached, AU stops downloading until user updates the machine and the installed updates can be removed from cache.</p> <p align=left> </p> <p align=left>BTW, the reason I am asking is because I am testing this in a Virtual Machine and when I try to set automatic updates it says:</p> <p align=left> </p> <p align=left>&quot;CScript Error.  Execution of the Windows Script Host Failed.  (Not Enough Storage is available to complete this operation)&quot;</p> <p align=left> </p> <p align=left>Thanks,</p>Wed, 10 Oct 2007 17:06:15 Z2009-10-16T14:20:30Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/e3ca2554-552d-4414-8991-65392fb16331http://social.technet.microsoft.com/Forums/en-US/winservercore/thread/e3ca2554-552d-4414-8991-65392fb16331Brian K. Doréhttp://social.technet.microsoft.com/Profile/en-US/?user=Brian%20K.%20Dor%u00e9Is Services for Unix Password Sync available in Server Core 2008 R2?Is Services for Unix Password Sync&nbsp;available in Server Core 2008 R2?&nbsp;&nbsp; It looks like a feature of ADDS&nbsp; (ADDS-Password-Sync)&nbsp;&nbsp;but I can't see if/how I can enable it on a 2008R2 Core DC.<br /><br />Any help, references, pointers would be appreciated.<br /><br />BrianMon, 12 Oct 2009 15:21:16 Z2009-10-16T08:01:09Zhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/1af24b78-31f3-44f2-9142-6864375a646bhttp://social.technet.microsoft.com/Forums/en-US/winservercore/thread/1af24b78-31f3-44f2-9142-6864375a646bSwapna KShttp://social.technet.microsoft.com/Profile/en-US/?user=Swapna%20KSHow to enable remote desktop for windows 2008 server machine in a workgroup?Hi<br />I am using a windows 2008 server in my office. This machine is added in a workgroup.(There is no domain)<br />This machine is now using as my developing machine. (Not as any server. So terminal server configuration is not done in this machine).<br />Now is it possible to do remote login from my home laptop(vista machine) using internet?<br />For this what are the steps needed?<br />Experts please help.<br />Thanks<br />SwapnaTue, 13 Oct 2009 19:19:28 Z2009-10-19T08:42:55Z