Management ForumDiscussion on managing Windows Server, including management tools© 2009 Microsoft Corporation. All rights reserved.Tue, 01 Dec 2009 04:34:13 Z87c6b217-e858-40d2-9eb2-006a3b3277a3http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/3fecd2a8-4085-4a54-bd3c-07ae1f79e838http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/3fecd2a8-4085-4a54-bd3c-07ae1f79e838JasonS134http://social.technet.microsoft.com/Profile/en-US/?user=JasonS134Can email and website be on two different servers?My company wants to host their own email (Microsoft Exchange) and their own website, but they want them to be on two different servers with two different external ip addresses. Is this even possible? I don't know if it is because the dns client I use (free.editdns.net) has to use a domain name (not an ip address) to create an mx record. The way I have other servers set up is email and website are one the same server. Is it possible to have email and web hosted on two different servers with two different external ip addresses? If so please advise me on how I could accomplish this. Thanks.Mon, 30 Nov 2009 16:13:35 Z2009-12-01T04:34:13Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/5a12af82-3585-4cf2-8f6a-6e53e114b9a2http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/5a12af82-3585-4cf2-8f6a-6e53e114b9a2Windows 2008 Application Log Source Blankhttp://social.technet.microsoft.com/Profile/en-US/?user=Windows%202008%20Application%20Log%20Source%20BlankWindows 2008 Server Application Log Source BlankWhen I open the eventvwr on an XP pc and connect to a Windows 2008 Server and look at the event log the application log source is blank. If I open the event I can see the source and all the information.<br/><br/>If I RDP to the Windows 2008 and open the eventvwr I can see the source in the list.<br/><br/>Very Strange.Mon, 30 Nov 2009 17:01:37 Z2009-11-30T17:01:38Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/a76c4aba-064c-468f-96d4-4f3bd3fce1e4http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/a76c4aba-064c-468f-96d4-4f3bd3fce1e4Bryan Hunthttp://social.technet.microsoft.com/Profile/en-US/?user=Bryan%20HuntMMC settings in Windows Server 2008Hello,<br/><br/>I am trying to change the default look/layout of some of my MMC applets in Windows Server 2008.  This used to be a simple thing in previous OS versions: right click on the applet, select author, make layout changes, save.<br/><br/>In w2k8 server, when I select author, save is still grayed out.  Save as doesn't work either.  I have read some articles discussing this, with a number of suggested steps (like File/Options/unckeck the &quot;don't allow save&quot; box).  I have not found any method that has worked yet.<br/><br/>Can anyone help me with what used to be a very simple task?<br/><br/>Thanks.<br/><br/>Bryan HuntMon, 30 Nov 2009 13:59:53 Z2009-11-30T13:59:54Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/dd501c0b-acf6-4785-8251-820cd35ee428http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/dd501c0b-acf6-4785-8251-820cd35ee428unnisworldhttp://social.technet.microsoft.com/Profile/en-US/?user=unnisworldIssue with winrm INVOKE for GetFcpTargetMapping methodI am trying to INVOKE GetFcpTargetMapping method of MSFC_HBAFCPInfo class using winrm on a Windows 2008 R2 (64 bit OS) machine. <br/> <br/> The signature of GetFcpTargetMapping method is <br/> <br/> <br/> void GetFcpTargetMapping  (<br/>   [in, HBAType(&quot;HBA_WWN&quot;)] uint8  HbaPortWWN[8],<br/>   [in ] uint32  InEntryCount,<br/>   [out, HBA_STATUS_QUALIFIERS ] HBA_STATUS  HBAStatus,<br/>   [out] uint32  TotalEntryCount,<br/>   [out] uint32  OutEntryCount,<br/>   [out, WmiSizeIs(&quot;OutEntryCount&quot;)] HBAFCPScsiEntry  Entry[]<br/> );<br/> <br/> <br/> The command used is,<br/> <br/> winrm invoke GetFcpTargetMapping &quot;wmi/root/wmi/MSFC_HBAFCPInfo?InstanceName=PCI\VEN_10DF&amp;DEV_FE00&amp;SUBSYS_FE0010DF&amp;REV_02\4&amp;1a67bb55&amp;0&amp;0020_0&quot; -file:input.xml -format:pretty<br/> <br/> I am passing HBA WWN and InEntryCount in the input.xml file.<br/> <br/> &lt;p:GetFcpTargetMapping_INPUT xmlns:p=&quot;http://schemas.microsoft.com/wbem/wsman/1/wmi/root/wmi/MSFC_HBAFCPInfo&quot;&gt;<br/>  &lt;p:HbaPortWWN&gt;16&lt;/p:HbaPortWWN&gt;<br/>  &lt;p:HbaPortWWN&gt;0&lt;/p:HbaPortWWN&gt;<br/>  &lt;p:HbaPortWWN&gt;0&lt;/p:HbaPortWWN&gt;<br/>  &lt;p:HbaPortWWN&gt;0&lt;/p:HbaPortWWN&gt;<br/>  &lt;p:HbaPortWWN&gt;201&lt;/p:HbaPortWWN&gt;<br/>  &lt;p:HbaPortWWN&gt;54&lt;/p:HbaPortWWN&gt;<br/>  &lt;p:HbaPortWWN&gt;13&lt;/p:HbaPortWWN&gt;<br/>  &lt;p:HbaPortWWN&gt;208&lt;/p:HbaPortWWN&gt;<br/>  &lt;p:InEntryCount&gt;7&lt;/p:InEntryCount&gt;    <br/> &lt;/p:GetFcpTargetMapping_INPUT&gt;<br/> <br/> The ouput that i get from winrm is given below,<br/> <br/> &lt;p:GetFcpTargetMapping_OUTPUT xml:lang=&quot;en-US&quot; xmlns:xsi=&quot;http://www.w3.org/2001<br/> /XMLSchema-instance&quot; xmlns:p=&quot;http://schemas.microsoft.com/wbem/wsman/1/wmi/root<br/> /wmi/MSFC_HBAFCPInfo&quot; xmlns:cim=&quot;http://schemas.dmtf.org/wbem/wscim/1/common&quot;&gt;<br/>     &lt;p:HBAStatus&gt;5&lt;/p:HBAStatus&gt;<br/>     &lt;p:TotalEntryCount&gt;0&lt;/p:TotalEntryCount&gt;<br/>     &lt;p:OutEntryCount&gt;0&lt;/p:OutEntryCount&gt;<br/> &lt;/p:GetFcpTargetMapping_OUTPUT&gt;<br/> <br/> If the method invocation is sussessful, it is expected to return an OutEntryCount greater than zero and an array of HBAFCPScsiEntry, representing each LUN on the target Array.<br/> <br/> I am able to invoke the same method and get expected result using WMI Browser (and also VBScript). As i understand it, at least theoretically winrm can be used to query any data available in WMI repository. So I suspect this to be an issue with winrm layer.<br/> <br/> My question here is, am i missing some winrm command options here? <br/> In this case, Winrm has to invoke a method and serialize the entire result array into XML and send it to client. Is winrm capable of doing that?<br/>Mon, 30 Nov 2009 10:52:58 Z2009-11-30T10:52:59Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/4bc25f04-3b2a-4fa6-8d7f-2305ef3c0e10http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/4bc25f04-3b2a-4fa6-8d7f-2305ef3c0e10The Hevyhttp://social.technet.microsoft.com/Profile/en-US/?user=The%20HevyWhat does the microsoft generic ipmi compliant device driver have to do with my fan speed on my server? Why does my fan speed on my server ramp up when I disable the microsoft generic ipmi compliant device in Windows 2008 64-bit Standard? If I disable the IPMI driver and I look in the the SEL in the BMC it shows that Fan 4 (Sensor 53) drops below the lower critical so my BMC ramps up the fans. When I enable the driver and then reboot the system runs normally. <br><br>What is the IPMI driver in Windows 2008 doing to keep my fan speed normal that does NOT happen if the driver is not enabled?Wed, 26 Nov 2008 00:42:50 Z2009-11-28T07:08:53Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/7d66ad0a-2048-449f-b58a-3701d7417040http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/7d66ad0a-2048-449f-b58a-3701d7417040AFrolovhttp://social.technet.microsoft.com/Profile/en-US/?user=AFrolovWinRM listener and Apache webserver on the same portHI!<br/><br/>I would like to know if somebody tried to use such configuration, because of port mapping. And if this is possible at all?<br/>OS is Windows Server 2003 R2 SP2.Fri, 27 Nov 2009 14:09:33 Z2009-11-27T14:09:33Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/4405bb91-80c2-4f4a-99ab-c5c0d06aa078http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/4405bb91-80c2-4f4a-99ab-c5c0d06aa078Gromek82http://social.technet.microsoft.com/Profile/en-US/?user=Gromek82Services on a domain controllerHi,<br/> <br/> Is it possibe to delegate permission to start/stop services on a domain controller remotely without domain admin account ? When I try to connect to a DC via services.msc I am getting Access Denied. I'd like to delegate control to one group to be able to control some of the services. I know I can do that using GPO but at the moment the group is not able to see any services at all.<br/> <br/> Many thanks for your help.Wed, 25 Nov 2009 13:22:48 Z2009-11-27T02:54:43Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/5c1d7f60-5857-4a10-92db-6ade515f6a4dhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/5c1d7f60-5857-4a10-92db-6ade515f6a4dPGazdickhttp://social.technet.microsoft.com/Profile/en-US/?user=PGazdickPrint management console<p><span style="font-size:10pt;font-family:'Arial','sans-serif'">I am currently running RSAT tools on my Vista PC. We only have WS20003 and WS2003 RC2 servers up and running right now. But I didn't want to apply the backwards hacks to get the admin tools working from WS2003. I have recently begun using the print management console heavily since my roles have changed as a Network Engineer. I have noticed that not all printers will show up under a Print server in the console. The servers all have print server roles installed. I can see drivers, ports and forms just fine. But it won't list a single printer. At first I thought it was the subnets issue. But I can see some servers just fine regardless of what subnet they are on. There are no Firewalls between the Servers in question. And when I had another Engineer look at it, and install his own .mmc. He was able to see the printers just fine on his console for the ones I couldn’t. But then we noticed that I could see printers on Print servers that he could not. We have the same permissions and are on the same subnet and switch. Has anyone else ran into this issue. I tried googling and Live searching the heck out of it for an answer and the most I got was the firewall and subnet issue. Any assistance would be greatly appreciated.</span></p> <p class=MsoNormal style="margin:0in 0in 10pt"><font face=Calibri size=3></font> </p>Fri, 16 May 2008 17:56:38 Z2009-11-26T14:42:33Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/fe2b8480-e328-4d2a-b18b-2a5d7df3a5edhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/fe2b8480-e328-4d2a-b18b-2a5d7df3a5edgood2207http://social.technet.microsoft.com/Profile/en-US/?user=good2207Configuring an automated SNMP installation using Ocsetup<p align=left><font face=Arial size=2>I want to get solution about Paul's Post...</font></p> <p align=left><font face=Arial size=2></font> </p> <p align=left>-----------------------------------</p> <p align=left> </p> <p align=left><font face=Arial size=2><strong><font color="#0000ff">Before Windows Vista / 2008, I successfully installed SNMP service from the<br>command-line using this command:<br><br>sysocmgr /i:c:\Windows\inf\sysoc.inf /r /u:&quot;c:\test\snmp_cfg.txt&quot;<br><br>Where &quot;c:\test\snmp_cfg.txt&quot; contained the SNMP configuration:<br>[Components]<br>NetOC=on<br><br>[NetOptionalComponents]<br>SNMP=1<br>[SNMP]<br>Any_Host=YES<br>Accept_CommunityName=&quot;public:Read_Only&quot;<br>Community_Name=&quot;public&quot;<br><br><br>I understand Windows Vista replaced sysocmgr with ocsetup. Although I can<br>install SNMP from the command-line by typing, &quot;start /w ocsetup SNMP&quot; I<br>cannot configure the community security settings as I did before.<br><br>I know the solution has something to do with the Ocsetup's unattendfile<br>option, but figuring out exactly how this </font></strong><a class=kLink id=KonaLink0 style="position:static;text-decoration:underline! important" href="http://www.vistax64.com/#"><font style="font-weight:400;font-size:10pt;color:blue! important;font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;position:static"><strong><font color="#0000ff"><span class=kLink style="font-weight:400;font-size:10pt;color:blue! important;font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;position:relative">xml </span><span class=kLink style="font-weight:400;font-size:10pt;color:blue! important;font-family:verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;position:relative">file</span></font></strong></font></a><strong><font color="#0000ff"> should be configured<br>eludes me.<br><br>Can someone provide an example of an unattend.xml file containing SNMP<br>configuration fields (Any host, Community Name Public and read-only)?<br><br><br>Thanks,<br>Paul<br></font></strong></font></p> <p align=left><font face=Arial size=2>-------------------------------------------------</font></p> <p align=left><font face=Arial size=2></font> </p> <p align=left><font face=Arial size=2>Can someone help me out?</p></font>Wed, 16 Apr 2008 18:32:22 Z2009-11-26T08:47:20Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/6af162bb-9637-450d-8908-cf7885537d2ahttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/6af162bb-9637-450d-8908-cf7885537d2aITianhttp://social.technet.microsoft.com/Profile/en-US/?user=ITianLogical Disk Manager not accessibleI have two servers running Windows Server 2003.From server A i try to access Disk Management of server B through Computer Management.<br/>It gives me alert &quot;Logical Disk Manager not accessible&quot;<br/><br/>Can anyone suggest as how to get accesss to this??Tue, 24 Nov 2009 19:34:41 Z2009-11-30T04:29:36Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/27d3d9c0-b10c-47a2-adb0-7f0de1412747http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/27d3d9c0-b10c-47a2-adb0-7f0de1412747Shpramoshttp://social.technet.microsoft.com/Profile/en-US/?user=ShpramosServer 2003 SP2 Cannot Install Print Management ConsoleI was trying to manage my printers on this newly installed Server 2003 and I realized that the Print Management Console is missing under the Admin Tools... <div><br/></div> <div>After reading some of this posts, I certified that my Windows Server 2003 is really SP2 and Standard. Then I also tried to remove and add the Print Server Roles and when I'm adding again something weird happens: simply there is no &quot;Install the Print Management Console&quot; on the &quot;Summary Selections&quot; page, just an &quot;Add Printer&quot; option...</div> <div><br/></div> <div>Any hints what it's going on?</div> <div><br/></div> <div>Thank you very much,</div> <div><br/></div> <div>Sergio</div>Wed, 25 Nov 2009 20:05:41 Z2009-11-30T04:31:51Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/a7c46d85-7c3c-4203-b3a5-817bc8c6811ehttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/a7c46d85-7c3c-4203-b3a5-817bc8c6811eJason McKinziehttp://social.technet.microsoft.com/Profile/en-US/?user=Jason%20McKinzieEvent Log Subscription Found an issue while adding computers to the Source Computer Initiated - Subscription Type<br><br>Scenereo:<br><br>Multiple Domain network:<br><br><em><strong>Domain.Local.1</strong></em>  with a NetBIOS name of <strong><em>Domain<br>Domain.Somewhere.Blah</em></strong> with a NetBIOS name of<strong><em> DomainBlah</em></strong><br><br><br>(I am currently doing a migration from one domain to another so this is how I ran into this)<br><br>If I have a couple of computers named <em><strong>Server123</strong></em> in Domain.Local.1<br>and a second computer named <strong><em>Server321</em></strong> in Domain.Somewhere.Blah. &lt;-- This is the one I want to Subscribe to events from<br><br>The collector I am using is Server 2008 and lets call it <strong><em>CollectorServer</em></strong> (clever huh!) and this is in the newer domain: <strong><em>Domain.Somewhere.Blah</em></strong>.<br><br>Note: WinRM is configured and has tested fine on all machines so I know this is not an issue<br><br>If Create a New Subscription, add a name, select Source Computer Initiated and try to add a server from the same domain <em><strong>Server321.Domain.Somewhere.Blah</strong></em> I keep getting an error of<br><br><em>&quot;Domain\Server321 cannot be translated to a security identifier. It will not be added to the list.&quot;</em><br><br>From what I can see is that becuase <strong><em>Domain.Local.1</em></strong> shows up first in the network listing (due to the name) and instead of searching by the FQDN, its trunking it down and finding a match, but its matching to the NetBIOS name of Domain instead of to the FQDN! Since <strong><em>Server321 </em></strong>does not exist on Domain, it is unable to get an SID so it fails.<br><br>If i grab <strong><em>Server123.Domain.Local.1</em></strong>, it works fine! (Except for the fact that this is the old domain that i'm trying to abandon, but will exist for a while as we finish transitioning and I don't want to wait for it to be taken dow to start setting this up)<br><br>So the question is this: Is this a bug? Am I just retarted and missing something? And/or can someone find a workaround?<br><br>(obviously the domains and names are fake, but the setup is exactly what I've been messing with for hours and no matter what I try I come up with the same results)Fri, 19 Dec 2008 04:51:37 Z2009-11-25T16:23:19Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/db969feb-10aa-4baf-a374-f9de4340525dhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/db969feb-10aa-4baf-a374-f9de4340525dscottyp55http://social.technet.microsoft.com/Profile/en-US/?user=scottyp55Windows 2003 adminpak on Windows 7<p>I just installed the adminpak on 7 and it is not working correctly. I found a post to reregister a ton of dlls but that didn't seem to help. Anyone know how to do this?<br/><br/>Thanks,<br/>Scott</p>Thu, 19 Nov 2009 18:23:03 Z2009-11-25T02:33:43Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/29573888-bb09-4cdb-8508-d74a2323ca0chttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/29573888-bb09-4cdb-8508-d74a2323ca0cJustin892009http://social.technet.microsoft.com/Profile/en-US/?user=Justin892009Unable to Reset DSRM PasswordHello Folks<br/><br/>Our DC states an error message while trying to reset DSRM Password:<br/><br/><span><strong>Reset DSRM Administrator Password: Reset Password on server ldap.contoso.com<br/><span style="font-family:'Arial','sans-serif'">Please type password for DS Restore Mode Administrator Account: ***********</span><br/><span style="font-family:'Arial','sans-serif'">Please confirm new password: ***********</span><br/><span style="font-family:'Arial','sans-serif'">Setting password failed.</span><br/><span style="font-family:'Arial','sans-serif'">        WIN32 Error Code: 0x6ba</span><br/><span style="font-family:'Arial','sans-serif'">        Error Message: The RPC server is unavailable.<br/><br/>I have checked RPC Service--It is Started and Automatic..Tried googling for answers, couldnt find much. Any suggestions,?<br/><br/>Regards<br/>Justin</span></strong></span>Tue, 17 Nov 2009 12:13:23 Z2009-11-24T04:01:48Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/cc0c19fa-939a-48a8-9949-58242879b8ffhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/cc0c19fa-939a-48a8-9949-58242879b8ffswakefieldhttp://social.technet.microsoft.com/Profile/en-US/?user=swakefieldHow to deploy wmi namespace security in domain, multlple servers?Hi, <br/> I have a process that is doing remote monitoring via wmi. I am fully aware of the setting up the security and allowing dcom remotely. <br/> <br/> My question is: is there any way to set WMI Namespace security across a domain or enterprise? I do not want to have to use an domain administrator user account for this monitoring, goes against the least privilege principle.<br/> <br/> The only official microsoft way I can find is via <span class=userInput>wmimgmt.msc (see link </span> http://support.microsoft.com/kb/295292).<br/> <br/> It seems that this is very unfriendly to a large organization.Fri, 06 Nov 2009 16:14:26 Z2009-11-23T19:57:04Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/f4f657fe-9aed-42e9-84d8-5bd59d232b78http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/f4f657fe-9aed-42e9-84d8-5bd59d232b78Gömbös Attilahttp://social.technet.microsoft.com/Profile/en-US/?user=G%u00f6mb%u00f6s%20AttilaMicrosoft iSCSI Target WMIHello!<br/> <br/> Is there any WMI classes for managing Windows Storage Server 2003/2008 iSCSI Software Target? Can I control it from Powershell perhaps? I haven't found any information about WMI/Powershell for Target, just for initiator.<br/> We would like to manage targets and CHAP accounts from an ASP page. Is there any interface to do that?<br/> If there isn't any for Microsoft iSCSI target, can you reccomend me an another target software, which is manageable through WMI or web service, or anything can be controlled from a web page?<br/> Starwind has got only an MMC console unfortunately.<br/> <br/> Thanks.<br/> AtiMon, 23 Nov 2009 16:40:08 Z2009-11-23T16:40:09Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/8ee5febb-6769-4a06-addb-47669d01d113http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/8ee5febb-6769-4a06-addb-47669d01d113Carbon748http://social.technet.microsoft.com/Profile/en-US/?user=Carbon748Single License or multiple CAL's for GatewayHi Guys,<br/>Wondering if someone could give me some feedback about server licensing..<br/><br/>We have recently upgraded to SBS2008 and have 2x new boxes with approx 10-15 CAL's ea.<br/>Now i'm wondering about the cost of upgrading the gateway OS to Win2008.. currently Win2003 / ISA2006.<br/><br/>Is a single Win2008 license be OK for this?<br/><br/><br/>Thank-you very much for your time.<br/>Sun, 22 Nov 2009 08:49:19 Z2009-11-23T07:19:28Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/46777971-3f1b-4c63-9451-a46ec5c0581ehttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/46777971-3f1b-4c63-9451-a46ec5c0581elwm94http://social.technet.microsoft.com/Profile/en-US/?user=lwm94Internet Explorer major issuesI have Internet Explorer 8, I am continually getting &quot;Not Responding&quot; notification, screen fading to white, and having to use task manager to shut it down. The other problem I am having is when ever I do a search for something (it does not matter what search engine I use) the page with the results will come up, but I can not do anything with that page after that, I can not close that tab, or click on any of the results and continue on to the next page. I am using Windows Vista Ultimate, and I have never had this problem before, and I have been using this setup for 3 yrs on this computer. All of this started about 2-3 weeks ago. It is very frustraing having to use task manager to close the program all the time after I have done a search for something. Can any one please help me??????Mon, 23 Nov 2009 04:48:24 Z2009-11-23T05:56:24Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/b55f839f-ceaa-4772-aa5a-f350eeda7383http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/b55f839f-ceaa-4772-aa5a-f350eeda7383Eric_Ptekhttp://social.technet.microsoft.com/Profile/en-US/?user=Eric_PtekEmailing Critical errors in event viewerI've searched for this and come up with a lot of partial answers but nothing concrete.<br/><br/>I am trying to setup the server(several actually) to email me when there is a critical error in certain parts of the event viewer.  Failed backup, hardware error, security issue,etc.<br/><br/>I've setup the SMTP server and that works because the RAID management software emails me no problem.  I tried to setup an event that triggers an email to me but nothing comes through.  It says its run but no email shows up. I know SMTP is config'd correctly.<br/><br/>I'm looking for this in script or portable form because I'd like to back feed it to all of our servers.<br/><br/>ThanksSun, 22 Nov 2009 00:55:05 Z2009-11-23T05:46:50Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/5623a9b3-493d-438f-a354-1ee2eca5dcaehttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/5623a9b3-493d-438f-a354-1ee2eca5dcaeVlermuismanhttp://social.technet.microsoft.com/Profile/en-US/?user=VlermuismanHow to disable Narrator<p align=left><font face=Arial size=2>Using Server 2008, I have tried Narrator once to see what it can do. Now I cannot disable the stupid, stupid thing. I have tried everything short from editing the registry. I have even tried to rename the narrator.exe, but you won't believe it: even as the administrator I cannot do that...only a trusted installer can. I dislike Narrator. Thank you for helping me to get rid of this little nuisance.</font></p>Wed, 01 Aug 2007 23:16:58 Z2009-11-22T07:56:10Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/350af5e2-7818-4ed6-bb18-c9eba41b8634http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/350af5e2-7818-4ed6-bb18-c9eba41b8634rmcateerhttp://social.technet.microsoft.com/Profile/en-US/?user=rmcateerWMI viewing Win32_share - members of local administrators not seeing same property values as local AdministratorUsing wbemtest, if I connect to a remote machine as the remote machine local administrator and enumerate instances of Win32_Share, then double click a returned instance (say c$), I can see valid property values for Path and Type and everything is great and understandable.<br/>If I connect to the same remote machine as a remote machine local user who is a member of the remote machine local administrators group and perform the same query then the propery values I see for Path and Type are NULL and I am confused.<br/><br/>What controls who is shown valid values for Win32_Share properties?<br/><br/>Rob.Fri, 20 Nov 2009 21:47:17 Z2009-11-20T21:48:23Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/d9d05a80-bcad-4885-b728-4f147e9b855fhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/d9d05a80-bcad-4885-b728-4f147e9b855fNorman Mattoxhttp://social.technet.microsoft.com/Profile/en-US/?user=Norman%20MattoxIIS vunerablilty<p>Does IIS 6.0 use OpenSSL?   There is a TLS vunerability that affects IIS 7.0.  I was wandering why this would not affect any of the earlier versions.</p>Thu, 19 Nov 2009 14:19:00 Z2009-11-20T12:44:30Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/0a972861-2708-4d9d-bf18-ade7e5d98085http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/0a972861-2708-4d9d-bf18-ade7e5d98085JJJthttp://social.technet.microsoft.com/Profile/en-US/?user=JJJtwireless lan connection from win PE 3anyone help me make this happen?Thu, 19 Nov 2009 17:40:33 Z2009-11-20T09:03:11Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/5d01aba8-08be-46e4-80e8-5f808706e9c0http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/5d01aba8-08be-46e4-80e8-5f808706e9c0Davy Boy Performhttp://social.technet.microsoft.com/Profile/en-US/?user=Davy%20Boy%20PerformLicencesHi - We run on MS Windows 2000 Advanced Server 5.0 SP4. We have 10 licences and 6 people using the server. The problem is that we have to keep restarting the server as the licences get used up and are not refreshed quickly. The licences are set as 'Per Server' This is happening 3 to 4 time a day. Can anyone help me please.Thu, 19 Nov 2009 17:04:45 Z2009-11-20T13:07:49Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/f2f702c3-85fc-4b80-a302-3ea4f7ab1258http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/f2f702c3-85fc-4b80-a302-3ea4f7ab1258cwyldhttp://social.technet.microsoft.com/Profile/en-US/?user=cwyldinteractive servicesI have installed quite a few Windows 2008 servers in vmware without issue, today however I find a new alert. After installing vmware tools on a 64-bit Windows 2008 Enterprise server with SP1, I see this error: The VMware Tools Service service is marked as an interactive service.  However, the system is configured to not allow interactive services.  This service may not function properly.<br/> How do I allow interactive services? Currently the &quot;Interactive Services Detection&quot; service is set to Manual and is not running.Thu, 19 Nov 2009 18:43:41 Z2009-11-20T03:12:52Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/633ef2ce-a3ae-40d8-ab0f-d77f777f2e1bhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/633ef2ce-a3ae-40d8-ab0f-d77f777f2e1bgorudonuhttp://social.technet.microsoft.com/Profile/en-US/?user=gorudonuHow to connect to other server via Server ManagerHello Everyone. I am configuring servers in company and I want to configure windows server 2008 core via server manager from other windows server 2008 (but in standard installation). The problem is: I added servers to domain (they see each other and users from AD are shared to other servers [sql server, etc.]) but when I try to connect to other computer then I get an error: &quot;Sever Manager cannot connect to [servername]. Click Retry to try to connect again. I configred remote management on server core. Here is screenshot:<br/> <br/> http://wstaw.org/images/free/2009/11/19/18009e87388234ed093364bd972e74.png<br/> <br/> thanks for all replays! <br/> <br/> Gordon<br/> <br/> P.S. both servers are windows server 2008 R2Thu, 19 Nov 2009 15:13:43 Z2009-11-20T01:57:12Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/b7e4244d-9010-4d7a-b0f0-804c2e6e716ehttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/b7e4244d-9010-4d7a-b0f0-804c2e6e716ejyoungmanhttp://social.technet.microsoft.com/Profile/en-US/?user=jyoungmanHow to turn off ADSI need to turn off Automated Deployment Services (ADS) in my Windows Server 2003.  How can I do that?  I do not see ADS in the list of system services.Wed, 18 Nov 2009 20:45:43 Z2009-11-23T10:49:45Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/32c22847-37e4-4201-bfc9-e4587065407chttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/32c22847-37e4-4201-bfc9-e4587065407cGou Junhttp://social.technet.microsoft.com/Profile/en-US/?user=Gou%20JunDell Machine running Server 2003 encountered a capcity lost at Hard Drive CHi there<br/><br/>I have a Dell Server running Win Server 2003. Don't know when or how the capacity of hard drive C decreased from 25G to 5G, all of a sudden.<br/><br/>It shows 5G in Windows Explorer, 5G in the top list of DiskMagmt, but 25G still at the bottom area of DiskMagmt though.<br/><br/>I was informed a system file broken when I tried to logon serveral days ago. I skipped without enough attention, and it won't pop out any more.<br/><br/><br/>Below is the result of CHKDSK<br/><br/>Checking file system on C:<br/>The type of the file system is NTFS. <p>A disk check has been scheduled.<br/>Windows will now check the disk.                         <br/>Cleaning up minor inconsistencies on the drive.<br/>Cleaning up 14 unused index entries from index $SII of file 0x9.<br/>Cleaning up 14 unused index entries from index $SDH of file 0x9.<br/>Cleaning up 14 unused security descriptors.<br/>CHKDSK is verifying file data (stage 4 of 5)...<br/>File data verification completed.<br/>CHKDSK is verifying free space (stage 5 of 5)...<br/>Free space verification is complete.<br/>CHKDSK discovered free space marked as allocated in the<br/>master file table (MFT) bitmap.<br/>Windows has made corrections to the file system.</p> <p>   5004247 KB total disk space.<br/>   4764733 KB in 12381 files.<br/>      4040 KB in 1921 indexes.<br/>         0 KB in bad sectors.<br/>     44626 KB in use by the system.<br/>     27072 KB occupied by the log file.<br/>    190847 KB available on disk.</p> <p>       512 bytes in each allocation unit.<br/>  10008494 total allocation units on disk.<br/>    381695 allocation units available on disk.</p> <p>Internal Info:<br/>99 3d 00 00 e9 37 00 00 a9 43 00 00 00 00 00 00  .=...7...C......<br/>1c 00 00 00 00 00 00 00 f6 01 00 00 00 00 00 00  ................<br/>02 64 89 01 00 00 00 00 b6 82 f0 03 00 00 00 00  .d..............<br/>98 fd 89 03 00 00 00 00 de 51 27 8f 00 00 00 00  .........Q'.....<br/>74 0e 73 0a 00 00 00 00 ec 56 68 a9 00 00 00 00  t.s......Vh.....<br/>00 e5 e9 76 00 00 00 00 00 e5 e9 76 00 00 00 00  ...v.......v....<br/>5d 30 00 00 00 00 00 00 00 f4 d0 22 01 00 00 00  ]0.........&quot;....</p> <p>Windows has finished checking your disk.<br/>Please wait while your computer restarts.<br/><br/><br/>Does anybody know a clue?<br/><br/><br/><br/>Thanks<br/>Gou Jun</p>Wed, 11 Nov 2009 16:14:40 Z2009-11-18T15:37:38Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/3f0dbf8e-636b-45fe-93db-f788d5b976fdhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/3f0dbf8e-636b-45fe-93db-f788d5b976fdSteve Neelandhttp://social.technet.microsoft.com/Profile/en-US/?user=Steve%20NeelandAllow Help Desk to ONLY reset user passwords I'd like to come up with a way for Help Desk staff to be able to change someone's password and/or unlock the user account if applicable.  I'm hesitant to add them to the Account Operators built-in group since this would give them the rights to add/remove from groups, create or delete accounts and so much more that doesn't apply to their responsibilities.<br/><br/>A web interface for them to use or something other simple and small would be preferred.  I know there are pricey 3rd-party apps that can compartmentalize system rights for user accounts, but first I'd like to explore simpler options.<br/><br/>I'm sure other shops have some type of Help Desk solution similar to this.  Any comments would be greatly appreciated!<br/><br/>Thanks.<br/>Steve<br/>Tue, 17 Nov 2009 22:13:46 Z2009-11-23T02:19:45Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/d00e1607-cb34-4383-a684-6d38aa236013http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/d00e1607-cb34-4383-a684-6d38aa236013PaulTech75http://social.technet.microsoft.com/Profile/en-US/?user=PaulTech75Trust - can't see objects in the other domainHi<br/> <br/> With reference to the following link.... http://social.technet.microsoft.com/Forums/en-US/winserverDS/thread/42bcaa5e-6fff-4bea-af1a-01db0ff25624/<br/> <br/> If you can't see the domain, how can you add a permission in to a share?<br/> <br/> For example, domain A has a user jbloggs and jbloggs needs to be able to access a share on domain B. But on ADUC on domain B can't see the domain A in ADUC and therefore can't add jbloggs into the permissions.<br/> <br/> So how do you do it?<br/> <br/> Thanks<br/> <br/> PaulTue, 17 Nov 2009 10:49:54 Z2009-11-18T09:40:07Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/195b71a9-5342-4e89-ac56-36951fbc3a3dhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/195b71a9-5342-4e89-ac56-36951fbc3a3dShakespeareVethttp://social.technet.microsoft.com/Profile/en-US/?user=ShakespeareVetBug (?) - KB969947 Breeds Event ID's 63 & 10154On our Windows Server 2003 R2 DC I received the following Warnings directly after Security Update for Windows Server 2003 (KB969947) was installed:<br/> <br/> WinMgmt Application Event ID 63 &quot;A provider, WinRMProv, has been registered in the WMI namespace, root, to use the LocalSystem account.  [...]&quot;<br/> WinRM System Event ID 10154: THe WinRM service failed to create the following SPNs: WSMAN/%dns domain name%.local; WSMAN/%domain controller name%.  [...]  The error received was 8344: Insufficient access rights to perform the operation.  User Action  The SPNs can be created by an administrator using setspn.exe utility.&quot;<br/> <br/> We also had a slew of similar WinMgmt Application Event ID 63 Warnings created directly after Security Update for SQL Server 2005 (KB970892) was installed, while attempting to add ReportingServicesWMI in a WMI namespace under the LocalSystem account.  I came across reference to the latter Warning message in the Exchange Server 2010 subforum, but with no real solution.<br/> <br/> The TechNet Library entry for Event ID 10154 claims to only apply to Windows 2008 Server, so I am wondering if these Warnings can be safely ignored, or is there some administrative action required like that described in the TechNet Library entry?  I do see other users experiencing similar issues post-KB969947, but only with SharePoint or Exchange Server 2010, neither of which are running on this DC.<br/> <br/> Any help would be greatly appreciated.Thu, 12 Nov 2009 22:44:59 Z2009-11-17T07:55:06Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/9a4a36e3-66eb-4e15-899f-b929081cda8fhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/9a4a36e3-66eb-4e15-899f-b929081cda8fdamon.leunghttp://social.technet.microsoft.com/Profile/en-US/?user=damon.leungAdd domain users to local power users or network configuration operators<p>Hi,everyone,i want to deploy a batch job in the logon script to meet below needs:Now,all the domain users has been added to local administrators group,i want the desktop users to be added into power users,the laptop users to be added into network configuration operators group,all the desktop PCs name as :CNGZ01<strong>L</strong>XXX,Laptop name as:CNGZ01<strong>D</strong>XXX,how can i use the L or D that lie in the pc name to write a batch condition to accomplish this?I just know a little batch,i don't know how to use if else to complete this program:<br/>net localgroup administrators %userdomain%\%username% /del<br/>net localgroup &quot;power users&quot; %userdomain%\%username% /add<br/><br/>thank you in advance.</p>Sat, 14 Nov 2009 11:40:44 Z2009-11-27T06:04:52Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/05205b52-0e43-4ce3-a8b8-58ec4c2edea5http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/05205b52-0e43-4ce3-a8b8-58ec4c2edea5jrvhttp://social.technet.microsoft.com/Profile/en-US/?user=jrvWMI Generic Failure when accessing Win32_Product remotelyI have been getting a WMI &quot;<strong>generic error</strong>&quot; (<strong>0x80041001</strong>) when attempting to enumerate Win32_Product on Windows XPSP3.  This happens on approximately one-half of all wokstations.<br/><br/>I have run WMIDiag and fixed all issues but this has not solved the problem.<br/><br/> <p class=MsoNormal style="margin:0in 0in 0pt"><span style="font-family:'Verdana','sans-serif';color:black;font-size:8pt">I have been getting a WMI &quot;<strong><span style="font-family:'Verdana','sans-serif'">generic error</span></strong>&quot; (<strong><span style="font-family:'Verdana','sans-serif'">0x80041001</span></strong>) when attempting to enumerate Win32_Product on Windows XP SP.  This happens on approximately one-half of all workstations.<br/><br/>I have run WMIDiag and fixed all issues but this has not solved the problem.<br/><br/>All other classes appear to work correctly.<br/><br/>The WBEM\logs have no interesting items with detailed logging enabled except for the &quot;generic failure&quot; message.<br/><br/>After reviewing hundreds of messages on the web forums I see that this is a very common failure since Service Pack 3.  Does anyone, especially anyone at Microsoft, have an solution for this?<br/><br/>I am sure that this has affected SMS at some point yet I find no SMS or MOM issues relating to this.  Is it possible that Microsoft has released a patch for SMS/MOM systems.<br/><br/>I am sure that hundreds, if not thousands, of admins and users would appreciate a solution to this issue.  Management of product versions (Adobe,Java, Flash, etc)  is made very difficult when we cannot script retrieval of product version.  This one WMI class has become a necessity for many admins.  We need a fix.<br/><br/>Any ideas or references that I have missed?<br/><br/>Thank You.</span></p>Sun, 09 Aug 2009 17:46:25 Z2009-11-17T02:53:00Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/635054f8-5f3d-43ef-a969-527c425d56e7http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/635054f8-5f3d-43ef-a969-527c425d56e7windad168http://social.technet.microsoft.com/Profile/en-US/?user=windad168Roaming Profile Access Deny (Server 2003)<p>Hi everybody, I am new for administrating AD in server 2003, I work at a school. Recently I need to create a new user account for the teachers to logon but I encountered logon problem.<br/><br/>Firstly, I created a new user account called <strong>eac1</strong> in server 2003 under the teachers group.<br/><br/>Secondly, I used a client workstation called <span style="text-decoration:underline">PC A</span> with Windows XP Professional SP3 to create the roaming profile environment. In Windows XP, I created a account called <strong>localadmin</strong> and gave this account with Administrators group rights and setup the enviroment.<br/>I logon as <strong>administrator(local computer)</strong> to upload localadmin's profile to server 2003 with the following path:<br/><br/>path:  \\domainname\profile\eac5<br/>permission:  everyone in domain<br/><br/>And then I set the NTuser.DAT to NTuser.man. (I don't want the users change the enviroment after logout)</p> <p>But when the teachers logon with <strong>eac1</strong> in 24 classrooms (Windows XP Professional) in the morning, some of the client PCs (around 3-4 PCs) pop up a error message box as the following:<br/><br/>&quot;Windows cannot copy the file \\domainname\eac5\Local Settings\Application Data\Microsoft\CD Burning\ to the location C:\Documents and Settings\eac1\Local Settings\Application Data\Microsoft\CD Burning\ . This may due to network problem or security permission rights. If this problem continues, please contact your network administrator.<br/><br/>Detail information - Access Deny&quot;<br/><br/>I tried the following methods to solve this problem, but failed.<br/><br/>1. Logon as administrator(local) in client PC, go to path C:<span style="font-size:x-small;font-family:Arial">\Document and Settings\eac1 and removed the eac1 folder,<br/></span>then Logon as eac1, it logon successfully but the next day same problem encountered (Access Deny).<br/><br/>2. Logon as administrator(local) in client PC, go to path C:<span style="font-size:x-small;font-family:Arial">\Document and Settings\eac1 and removed the eac1 folder,<br/></span>then in run the command gpupdate \sync and reboot the computer , and then Logon as eac1, it logon successfully but the next day same problem encountered (Access Deny).<br/><br/>3. Formatted the <span style="text-decoration:underline">PC A</span> and reinstalled the Windows the XP Professional and programmes, removed the CD Burning folder in C:\Documents and Settings\eac1\Local Settings\Application Data\Microsoft\CD Burning\ then upload to server 2003 again, and run the command gpupdate \force in server 2003, but same problem encountered (Access Deny).<br/><br/>But there are some features I found out with this logon error:</p> <p>1. When eac1 logon successful, the CD Burning folder in C:\Documents and Settings\eac1\Local Settings\Application Data\Microsoft\CD Burning\ has three security permission members:<br/><br/>Administrators group(local)<br/>SYSTEM group<br/>eac1@domainname<br/><br/>2. When eac1 logon failed, the CD Burning folder in C:\Documents and Settings\eac1\Local Settings\Application Data\Microsoft\CD Burning\ has three security permission members:<br/><br/>Administrators group(local)<br/>SYSTEM group<br/>localadmin@PC A<br/><br/>3. At Server 2003 C:\Profile\eac5, I can't find any folder called CD Burning<br/><br/>Is there any maximum connection limited to server 2003?<br/><br/>Can any administrator or expert help me to solve it? Thank you very much.</p> <p> </p>Tue, 10 Nov 2009 16:47:44 Z2009-11-18T04:03:27Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/2af659cb-51b2-4ca6-ba56-0a507979fe7dhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/2af659cb-51b2-4ca6-ba56-0a507979fe7dOceana Resortshttp://social.technet.microsoft.com/Profile/en-US/?user=Oceana%20ResortsDisk Cleanup, cleanmgr.exe in Windows 2008 server WITHOUT desktop experienceI would like to have cleanmgr.exe without installing desktop experience on my servers. <br><br>How could cleanmgr.exe even be put in the same category as Windows Media Player?    To me cleanmgr.exe is an essential I.T. tool not a user experience enchancement.<br><br><br>Tue, 17 Mar 2009 14:49:17 Z2009-11-17T02:15:29Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/c7757c22-a2f5-438b-be1e-eb4b18e20621http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/c7757c22-a2f5-438b-be1e-eb4b18e20621Mohammed Salman Khanhttp://social.technet.microsoft.com/Profile/en-US/?user=Mohammed%20Salman%20KhanCannot log off from windows server 2003When attempt to log off from Windows Server 2003, it pops up a dialogue box: &quot;Network Connectivity&quot; not responding (End Program or Cancel) and logs a warning (event id 1073) in the event viewer.<br/><br/>Event ID: 1073 - &quot;The attempt by user XX to restart/shutdown computer XYZ failed.&quot;<br/><br/>Can anyone please help in resolving this issue?Mon, 16 Nov 2009 22:32:35 Z2009-11-16T23:39:51Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/03d23ef7-d949-4cc9-b009-d60a4b44ba44http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/03d23ef7-d949-4cc9-b009-d60a4b44ba44ctumbleshttp://social.technet.microsoft.com/Profile/en-US/?user=ctumblesWMI Win32_ComputerSystem not displaying correct logged in userWhen attempting to display the current logged in user using WMI Win32_ComputerSystem.UserName I am getting odd results.  If a user is logged in then it displays the user correctly.  However, if a user is NOT logged in then the last logged in username is displayed.  This is not consistent with how Windows 2000, XP, 2003, and even Vista handle this.  They all return a null value if no one is logged into the system.<br><br>Is this a bug or is 2008 supposed to handle this WMI property this way?Mon, 09 Mar 2009 21:01:19 Z2009-11-16T14:40:06Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/909efe74-5c65-4884-932e-dc36a09150a1http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/909efe74-5c65-4884-932e-dc36a09150a1ghalimhttp://social.technet.microsoft.com/Profile/en-US/?user=ghalimcomment installer un peripherique audio sur mon ordinateurdans la case gestion des peripheriques je trouve aucun peripherique audioSun, 15 Nov 2009 18:37:52 Z2009-11-16T03:42:52Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/9b546864-3c97-4718-9015-f06915fae2echttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/9b546864-3c97-4718-9015-f06915fae2ecgnicolhttp://social.technet.microsoft.com/Profile/en-US/?user=gnicolCertifictae services wont startIssue as follows<br/><br/>Virtual Machine running Windows 2003 SE SP1. Server required rebooting due to IO issues reported, After reboot the certifictae services service will not start. Get the following error<br/><br/>A certificate chain processed, but terminated in a root certificate which is <br/>not trusted by the trust provider.<br/><br/>In event logs<br/><br/>Event Type: Error<br/><br/><br/>Event Type: Error<br/>Event Source: CertSvc<br/>Event Category: None<br/>Event ID: 100<br/>Date:  12/11/2009<br/>Time:  15:08:43<br/>User:  N/A<br/>Computer: <br/>Description:<br/>Certificate Services did not start: Could not load or verify the current CA certificate.   A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. 0x800b0109 (-2146762487)<br/>Event Source: CertSvc<br/>Event Category: None<br/>Event ID: 42<br/>Date:  12/11/2009<br/>Time:  15:08:43<br/>User:  N/A<br/>Computer: <br/>Description:<br/>Could not build a certificate chain for CA certificate 1 for *****.  A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider. 0x800b0109 (-2146762487)<br/><br/><br/><br/>Thu, 12 Nov 2009 15:13:56 Z2009-11-23T06:38:22Zhttp://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/1485b1e5-82ea-4587-9e31-17ce140ce7f9http://social.technet.microsoft.com/Forums/en-US/winserverManagement/thread/1485b1e5-82ea-4587-9e31-17ce140ce7f9Gailcounyhttp://social.technet.microsoft.com/Profile/en-US/?user=GailcounyInternet Explorer has stopped working- displayed when I close the window myself!<p>Hi all, </p> <p align=left> </p> <p align=left>I ahve a problem that I cannot figure out. When i close down an internet window, my screen turns white for a few seconds..... then am error message box appears, which says: </p> <p align=left> </p> <p align=left>Internet Explorer has stopped working</p> <p align=left>Windows is searching for a solution to the problem... </p> <p align=left> </p> <p align=left>Then if i click cancel, the browser window sometimes restarts; and if i leave it alone it displays another error message box saying: </p> <p align=left> </p> <p align=left>Internet Explorer has stopped working. </p> <p align=left>A problem caused the program to stop working correctly; Windows will close the program and notify you if a solution is available.</p> <p align=left> </p> <p align=left>This happens without fail, every single time I intentionally close down a window. Very annoying - can anyone help please?</p> <p align=left><font face=Arial size=2></font> </p>Sun, 02 Dec 2007 11:53:14 Z2009-11-14T02:43:21Z