Microsoft Update server list

Hi All,
As per our organization policy, we have to only the access from our WSUS server to Microsoft Update servers. I need a list of IP address/segment pool of Microsoft Update servers over Internet. Our firewall only supports IP addresses/ports as the criterion.
Our firewall DO NOT support any FQDN/URL/wildcard. Could you help me please?
Thanks,
高麻雀

Hi Milos,
Thanks for your quick reply. We can try my best to check the IP addresses of the FQDNs frequently. However, the prerequisite is I know the FQDNs. But from the information you shared to me, I can see there are wildcards in the URLs. In this case,
how can I check the IP addresses of these FQDNs (I don't think network monitor is a good solution)? Or can I understand that package filtering based firewall (IP address/port based firewall) does not support Microsoft Update server list? And we also have
to change our firewall to support URL with wildcards? But how to deal with the HTTPS URLs which are encrypted by SSL? Or we have to violate our policy to enable the full Internet access for our WSUS server?
Thanks,
高麻雀
http://windowsupdate.microsoft.com
http://*.windowsupdate.microsoft.com
https://*.windowsupdate.microsoft.com
http://*.update.microsoft.com
https://*.update.microsoft.com
http://*.windowsupdate.com
http://download.windowsupdate.com
http://download.microsoft.com
http://*.download.windowsupdate.com
http://test.stats.update.microsoft.com
http://ntservicepack.microsoft.com

Similar Messages

  • Problems with Microsoft.Update.Session on Windows Server 2012R2

    Hi, I've created a script for collecting Windows Update information using the "Microsoft.Update.Session" comObject.
    I got some problems collecting data from certain servers, but I don't understand what can be wrong.
    In this example I got "DC1" and "DC2", where DC1 is a Windows 2012R2 Core, and DC2 is a Windows 2008R2. Both has installed updates previously.
    The problem is that the Microsoft.Update.Session won't return the installed updates from "DC1", using the identical commands as on "DC2".
    Commands used in this example:
    $updateSession = New-Object -ComObject Microsoft.Update.Session
    $Searcher = $updateSession.CreateUpdateSearcher()
    $PendingUpdates = $Searcher.Search("IsInstalled=0 and Type='Software' and IsHidden=0")
    $PendingUpdates = $PendingUpdates.Updates
    $Installed = $Searcher.QueryHistory(0,1) | select -ExpandProperty Date
    Output from session DC1:
    Windows PowerShell
    Copyright (C) 2014 Microsoft Corporation. All rights reserved.
    PS C:\Users\User> Enter-PSSession -ComputerName DC1 -Credential User
    [DC1]: PS C:\Users\User\Documents> $updateSession = New-Object -ComObject Microsoft.Update.Session
    [DC1]: PS C:\Users\User\Documents> $Searcher = $updateSession.CreateUpdateSearcher()
    [DC1]: PS C:\Users\User\Documents> $PendingUpdates = $Searcher.Search("IsInstalled=0 and Type='Software'
    and IsHidden=0")
    [DC1]: PS C:\Users\User\Documents> $PendingUpdates = $PendingUpdates.Updates
    [DC1]: PS C:\Users\User\Documents> $Installed = $Searcher.QueryHistory(0,1) | select -ExpandProperty Date
    [DC1]: PS C:\Users\User\Documents> $Installed
    [DC1]: PS C:\Users\User\Documents> $Searcher.QueryHistory(0,5)
    [DC1]: PS C:\Users\User\Documents>
    Output from session DC2:
    PS C:\Users\User> Enter-PSSession -ComputerName DC2 -Credential User
    [DC2]: PS C:\Users\User\Documents> $updateSession = New-Object -ComObject Microsoft.Update.Session
    [DC2]: PS C:\Users\User\Documents> $Searcher = $updateSession.CreateUpdateSearcher()
    [DC2]: PS C:\Users\User\Documents> $PendingUpdates = $Searcher.Search("IsInstalled=0 and Type='Software'
    and IsHidden=0")
    [DC2]: PS C:\Users\User\Documents> $PendingUpdates = $PendingUpdates.Updates
    [DC2]: PS C:\Users\User\Documents> $Installed = $Searcher.QueryHistory(0,1) | select -ExpandProperty Date
    [DC2]: PS C:\Users\User\Documents> $Installed
    16. oktober 2014 01:06:52
    [DC2]: PS C:\Users\User\Documents> $Searcher.QueryHistory(0,5)
    Operation : 1
    ResultCode : 2
    HResult : 0
    Date : 16.10.2014 01:06:52
    UpdateIdentity : System.__ComObject
    Title : Security Update for Windows Server 2008 R2 x64 Edition (KB3000869)
    Description : A security issue has been identified in a Microsoft software product that could affect your syste
    m. You can help protect your system by installing this update from Microsoft. For a complete list
    ing of the issues that are included in this update, see the associated Microsoft Knowledge Base a
    rticle. After you install this update, you may have to restart your system.
    UnmappedResultCode : 0
    ClientApplicationID : AutomaticUpdates
    ServerSelection : 1
    ServiceID :
    UninstallationSteps : System.__ComObject
    UninstallationNotes : This software update can be removed by selecting View installed updates in the Programs and Featu
    res Control Panel.
    SupportUrl : http://support.microsoft.com
    Categories : System.__ComObject
    Operation : 1
    ResultCode : 2
    HResult : 0
    Date : 16.10.2014 01:06:38
    UpdateIdentity : System.__ComObject
    Title : Security Update for Microsoft .NET Framework 4.5, 4.5.1 and 4.5.2 on Windows 7, Vista, Server 200
    8, Server 2008 R2 x64 (KB2972107)
    Description : A security issue has been identified in a Microsoft software product that could affect your syste
    m. You can help protect your system by installing this update from Microsoft. For a complete list
    ing of the issues that are included in this update, see the associated Microsoft Knowledge Base a
    rticle. After you install this update, you may have to restart your system.
    UnmappedResultCode : 0
    ClientApplicationID : AutomaticUpdates
    ServerSelection : 1
    ServiceID :
    UninstallationSteps : System.__ComObject
    UninstallationNotes : This software update can be removed by selecting View installed updates in the Programs and Featu
    res Control Panel.
    SupportUrl : http://support.microsoft.com
    Categories : System.__ComObject
    Operation : 1
    ResultCode : 2
    HResult : 0
    Date : 16.10.2014 01:04:30
    UpdateIdentity : System.__ComObject
    Title : Security Update for Windows Vista, Windows 7, Server 2008, Server 2008 R2 (KB2917500)
    Description : Install this update to resolve an issue which requires an update to the untrusted certificate sto
    re on Windows systems and to keep your systems up to date. After you install this update, you may
    have to restart your system.
    UnmappedResultCode : 0
    ClientApplicationID : AutomaticUpdates
    ServerSelection : 1
    ServiceID :
    UninstallationSteps : System.__ComObject
    UninstallationNotes :
    SupportUrl : http://support.microsoft.com
    Categories : System.__ComObject
    Operation : 1
    ResultCode : 2
    HResult : 0
    Date : 16.10.2014 01:04:30
    UpdateIdentity : System.__ComObject
    Title : Security Update for Microsoft .NET Framework 4.5, 4.5.1 and 4.5.2 on Windows 7, Vista, Server 200
    8, Server 2008 R2 x64 (KB2979578)
    Description : A security issue has been identified in a Microsoft software product that could affect your syste
    m. You can help protect your system by installing this update from Microsoft. For a complete list
    ing of the issues that are included in this update, see the associated Microsoft Knowledge Base a
    rticle. After you install this update, you may have to restart your system.
    UnmappedResultCode : 0
    ClientApplicationID : AutomaticUpdates
    ServerSelection : 1
    ServiceID :
    UninstallationSteps : System.__ComObject
    UninstallationNotes : This software update can be removed by selecting View installed updates in the Programs and Featu
    res Control Panel.
    SupportUrl : http://support.microsoft.com
    Categories : System.__ComObject
    Operation : 1
    ResultCode : 2
    HResult : 0
    Date : 16.10.2014 01:03:20
    UpdateIdentity : System.__ComObject
    Title : Security Update for Microsoft .NET Framework 3.5.1 on Windows 7 and Windows Server 2008 R2 SP1 fo
    r x64-based Systems (KB2968294)
    Description : A security issue has been identified in a Microsoft software product that could affect your syste
    m. You can help protect your system by installing this update from Microsoft. For a complete list
    ing of the issues that are included in this update, see the associated Microsoft Knowledge Base a
    rticle. After you install this update, you may have to restart your system.
    UnmappedResultCode : 0
    ClientApplicationID : AutomaticUpdates
    ServerSelection : 1
    ServiceID :
    UninstallationSteps : System.__ComObject
    UninstallationNotes : This software update can be removed by selecting View installed updates in the Programs and Featu
    res Control Panel.
    SupportUrl : http://support.microsoft.com
    Categories : System.__ComObject
    [DC2]: PS C:\Users\User\Documents>
    Anyone got an idea of what might be wrong?
    Thanks!

    Hi Objectclass,
    The updates you query from DC1 (Windows Server core 2012 r2) is different from DC2 (Windows Server 2008 R2), because firstly these two servers have different operating system versions so they apply different updates, and DC1 also have less updates than DC2
    because of server core edition.
    Fewer installed features means fewer features to patch and maintain, Server Core has been available since Windows Server 2008, and historically we've noted as much as 35-45% fewer patches needed on Server Core installations.
    Refer to:
    http://blogs.technet.com/b/keithmayer/archive/2012/10/19/improved-taste-less-filling-more-uptime-server-core-in-windows-server-2012-31-days-of-favorite-features-in-winserv-2012-part-19-of-31.aspx
    If there is anything else regarding this issue, please feel free to post back.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    TechNet Community Support

  • Microsoft Exchange Server 2013 Cumulative Update 7 Setup - Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error - Set-SharedConfigDC

    What am I trying to do?
    I have tried installing Microsoft Exchange Server 2013 Cumulative Update 7 Setup on a fresh install of Windows Server 2012 R2 but it gets stuck when running the setup exe on Step 8 of 14 “Mailbox Transport Service” I have included full
    error logs at the bottom of the page but the basics are in order it will throw which loop around are:
    [01/20/2015 17:13:20.0084] [2] Beginning processing Set-SharedConfigDC
    [01/20/2015 17:13:20.0178] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers
    Found in Forest mydomain.com Site Default-First-Site and connected Sites..
    [01/20/2015 17:13:20.0178] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest mydomain.com Site Default-First-Site and connected Sites.
    Exchange is currently running in the envirmonet on 2010 Sp3 I am installing 2013 CU7 fresh so I can migrate the databases over.
    What am I running?
    2 X DC on domain and forest functional level 2008R2 both writable
    1 X fresh install of Windows 2012 R2 which is domain joined
    What have I tried?
    Checked Ipv6 is enabled on all DC NICS and Existing Exchange Servers
    Rebooted every server
    Run setup as Administrator
    My account is part of the domain Enterprise Admin group
    Tried adding "Exchange Server" or "Exchange Enterprise Servers" to the group policy and doing the relevant gpupdate /force and reboot :
    Computer Configuration Windows Settings
    Security Settings + Local Policies
    User Rights Assignment Mange auditing and security log
    Turned off firewall on DC and Exchange Server even stopped the service
    Turned off all AV on the DC and Exchange Server
    Checked I could telnet to global catalog servers on port 3268 which I can
    Checked the global catalog records existed in DNS which they all do
    Done the obvious ping tests all round which confirms connectivity
    Schema has been prepared using appropriate commands before running the setup exe
    setup.exe /PrepareSchema /IacceptExchangeServerLicenseTerms
    Making sure the following path has full permissions:
    EXCHANGE14:\Current\Release\Shared\Datacenter\Setup
    Restarted Microsoft Exchange Active Directory Topology service
    DcDiag all looks good
    What have I noticed that is suspicious?
    Microsoft Exchange Transport service will not start even though both of its dependences services have started:
    Microsoft Filtering Management Service
    Microsoft Exchange Active Directory Topology Service
    It will eventually error with
    “Windows could not start the Microsoft Exchange Transport Service on local computer
    Error 1053: This Service did not respond to the start of control request in a timely fashion”
    This error is from the GUI wizard itself:
    Error:
    The following error was generated when "$error.Clear();
    $maxWait = New-TimeSpan -Minutes 8
    $timeout = Get-Date;
    $timeout = $timeout.Add($maxWait);
    $currTime = Get-Date;
    $successfullySetConfigDC = $false;
    while($currTime -le $timeout)
    $setSharedCDCErrors = @();
    try
    Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
    $successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);
    if($successfullySetConfigDC)
    break;
    Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors[0]);
    catch
    Write-ExchangeSetupLog -Info ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
    Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attempting again.");
    Start-Sleep -Seconds 30;
    $currTime = Get-Date;
    if( -not $successfullySetConfigDC)
    Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
    " was run: "System.Exception: Unable to set shared config DC.
    at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
    at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
    at Microsoft.Exchange.Management.Deployment.WriteExchangeSetupLog.InternalProcessRecord()
    at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
    at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
    Exchange logs which have been written:
    **The error will loop around for 8 minutes on trying to set-sharedconfig DC whatever this is trying to do ??
    [01/20/2015 17:13:20.0084] [2] Active Directory session settings for 'Set-SharedConfigDC' are: View Entire Forest: 'True', Configuration Domain Controller:mydomain.com', Preferred Global Catalog: 'mydomain.com', Preferred Domain Controllers:
    '{ mydomain.com}'
    [01/20/2015 17:13:20.0084] [2] User specified parameters: 
    -DomainController:mydomain.com' -ErrorVariable:'setSharedCDCErrors' -ErrorAction:'SilentlyContinue'
    [01/20/2015 17:13:20.0084] [2] Beginning processing Set-SharedConfigDC
    [01/20/2015 17:13:20.0178] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers
    Found in Forest mydomain.com Site Default-First-Site and connected Sites..
    [01/20/2015 17:13:20.0178] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest mydomain.com Site Default-First-Site and connected Sites.
    [01/20/2015 17:13:20.0178] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers
    Found in Forest mydomain.com Site Default-First-Site and connected Sites..
    [01/20/2015 17:13:20.0178] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest mydomain.com Site Default-First-Site and connected Sites.
    [01/20/2015 17:13:20.0178] [2] Ending processing Set-SharedConfigDC
    [01/20/2015 17:13:20.0193] [2] Beginning processing Write-ExchangeSetupLog
    [01/20/2015 17:13:20.0193] [2] An error ocurred while setting shared config DC. Error: The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details
    No Minimal Required Number of Suitable Directory Servers Found in Forest mydomain.com Site Default-First-Site and connected Sites..
    [01/20/2015 17:13:20.0193] [2] Ending processing Write-ExchangeSetupLog
    [01/20/2015 17:13:20.0193] [2] Beginning processing Write-ExchangeSetupLog
    [01/20/2015 17:13:20.0193] [2] Waiting 30 seconds before attempting again.
    [01/20/2015 17:13:20.0193] [2] Ending processing Write-ExchangeSetupLog
    [01/20/2015 17:13:50.0195] [2] Beginning processing Write-ExchangeSetupLog
    [01/20/2015 17:13:50.0273] [2] [ERROR] Unable to set shared config DC.
    [01/20/2015 17:13:50.0273] [2] [ERROR] Unable to set shared config DC.
    [01/20/2015 17:13:50.0288] [2] Ending processing Write-ExchangeSetupLog
    [01/20/2015 17:13:50.0288] [1] The following 1 error(s) occurred during task execution:
    [01/20/2015 17:13:50.0288] [1] 0.  ErrorRecord: Unable to set shared config DC.
    [01/20/2015 17:13:50.0288] [1] 0.  ErrorRecord: System.Exception: Unable to set shared config DC.
       at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
       at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
       at Microsoft.Exchange.Management.Deployment.WriteExchangeSetupLog.InternalProcessRecord()
       at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
       at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
    [01/20/2015 17:13:50.0288] [1] [ERROR] The following error was generated when "$error.Clear();
    $maxWait = New-TimeSpan -Minutes 8
    $timeout = Get-Date;
    $timeout = $timeout.Add($maxWait);
    $currTime = Get-Date;
    $successfullySetConfigDC = $false;
    while($currTime -le $timeout)
    $setSharedCDCErrors = @();
    try
    Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
    $successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);
    if($successfullySetConfigDC)
    break;
    Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors[0]);
    catch
    Write-ExchangeSetupLog -Info ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
    Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attempting again.");
    Start-Sleep -Seconds 30;
    $currTime = Get-Date;
    if( -not $successfullySetConfigDC)
    Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
            " was run: "System.Exception: Unable to set shared config DC.
       at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
       at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
       at Microsoft.Exchange.Management.Deployment.WriteExchangeSetupLog.InternalProcessRecord()
       at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
       at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
    [01/20/2015 17:13:50.0288] [1] [ERROR] Unable to set shared config DC.
    [01/20/2015 17:13:50.0288] [1] [ERROR-REFERENCE] Id=AllADRolesCommonServiceControl___ee47ab1c06fb47919398e2e95ed99c6c Component=EXCHANGE14:\Current\Release\Shared\Datacenter\Setup
    [01/20/2015 17:13:50.0288] [1] Setup is stopping now because of one or more critical errors.
    [01/20/2015 17:13:50.0288] [1] Finished executing component tasks.
    [01/20/2015 17:13:50.0304] [1] Ending processing Install-BridgeheadRole
    Windows Event Viewer:
    Process Microsoft.Exchange.Directory.TopologyService.exe (PID=5276) Forest mydomain.com. Exchange Active Directory Provider couldn't find minimal required number of suitable Global Catalog servers
    in either the local site 'Default-First-Site' or the following sites:

    Hi apl228,
    1. Please make sure the IPv6 is enabled.
    2. Please make sure the account that install Exchange server has Administrator permission.
    3. Please make sure DNS has been configured correctly.
    Thanks
    Mavis Huang
    TechNet Community Support

  • System Center keeps changing Microsoft Updates to previous upstream server

    1. Previously we configured the SCCM2012 R2 to talk to an upstream server which has now been decommissioned.
    2. We did the following to tell the SCCM2012R2 to go to Microsoft Update for updates by
    a. Clicking on Administration Workspace > Site Configuration > Servers and Site System Roles > Select the Primary Site Server> Clicked on the Home Ribbon >  Configure Site Components>  it shows that the SCCM2012 is configured to
    Synchronize from Microsoft Update.
    b. On the Windows Server Update Services, > Options > Update source, it is set to
    wsus.instance.com
    c. I changed it to Synchronize from Windows Update
    About 1 hour later, in the WCM.log
    This keeps appearing
    Attempting connection to WSUS server: wsus.instance.com, port: 8530, useSSL: False SMS_WSUS_CONFIGURATION_MANAGER 4/8/2014 11:11:47 AM 3392 (0x0D40)
    Successfully connected to server: wsus.instance.com, port: 8530, useSSL: False SMS_WSUS_CONFIGURATION_MANAGER 4/8/2014 11:11:48 AM 3392 (0x0D40)
    Verify Upstream Server settings on the Active WSUS Server SMS_WSUS_CONFIGURATION_MANAGER 4/8/2014 11:11:48 AM 3392 (0x0D40)
    Successfully configured WSUS Server settings and Upstream Server to wsus.instance.com SMS_WSUS_CONFIGURATION_MANAGER 4/8/2014 11:11:50 AM 3392 (0x0D40)
    e. Having checked on the Windows Server Update Services, > Options > Update source, it is set to
    wsus.instance.com again
    ============================================================
    Is there any problem with the following
    Checking for supported version of WSUS (min WSUS 3.0 SP2 + KB2720211 + KB2734608)
    SMS_WSUS_CONFIGURATION_MANAGER 4/8/2014 8:11:47 AM 3392 (0x0D40)
    Checking runtime v2.0.50727... SMS_WSUS_CONFIGURATION_MANAGER 4/8/2014 8:11:47 AM 3392 (0x0D40)
    Did not find supported version of assembly Microsoft.UpdateServices.Administration. SMS_WSUS_CONFIGURATION_MANAGER 4/8/2014 8:11:47 AM 3392 (0x0D40)
    Checking runtime v4.0.30319... SMS_WSUS_CONFIGURATION_MANAGER 4/8/2014 8:11:47 AM 3392 (0x0D40)
    Found supported assembly Microsoft.UpdateServices.Administration version 4.0.0.0, file version 6.3.9600.16384 SMS_WSUS_CONFIGURATION_MANAGER 4/8/2014 8:11:47 AM 3392 (0x0D40)
    Found supported assembly Microsoft.UpdateServices.BaseApi version 4.0.0.0, file version 6.3.9600.16384 SMS_WSUS_CONFIGURATION_MANAGER 4/8/2014 8:11:47 AM 3392 (0x0D40)
    Supported WSUS version found SMS_WSUS_CONFIGURATION_MANAGER 4/8/2014 8:11:47 AM 3392 (0x0D40)
    ============================================================
    We have uninstalled and reinstalled the SUP but the problem still persist, SCCM2012 keeps configuring the WSUS to talk to the upstream server, this resulted in we are unable to get the latest Endpoint definition updates to distribute to client computers.
    Please advise, thank you

    It sounds that you've been in the WSUS console before and configured it that way, but I'm only guessing here. In your case I'd uninstall the SUP and then remove the WSUS role from the server. Re-add the WSUS role and only perform the initial configuration.
    Then install the SUP again and configure it from the ConfigMgr console only.
    Regards,
    Nickolaj Andersen | www.scconfigmgr.com | @Nickolaja

  • Exchange 2013 Sp1 says that it is 'Microsoft Exchange Server 2013 Cumulative Update 3 Unattended Setup'

    So, I have decompressed my brand new download of Exchange 2013 SP1. This was downloaded from the link at the bottom of the post.
    So to start my upgrade I have tried to start by running the schema preparation which then advises me that I am welcomed to:
    'Microsoft Exchange Server 2013 Cumulative Update 3 Unattended Setup'
    Is this poor QA or was the incorrect file uploaded?
    http://www.microsoft.com/en-us/download/details.aspx?id=41994

    Hello,
    Powershell need full path to file you want to run.
    So you should run .\setup.exe instead of just setup.exe.
    Hope this help.
    Regards, Pavel.

  • Why can't I delete mail or move mail to a folder. This started after mail host microsoft update to their exchange server

    We recently moved our mail from an in-house server to an outside hosting service. It was working well until we returned after Christmas. The mail host explained that they had received a Microsoft update to their hosting servers. Now we get an "ERROR 12" code and cannot delete mail or move mail on any of the IMAP folders. I tested the theory on Outlook and the mail deleted fine and was able to move to folders and it synchronized without issue. How can we fix this on Thunderbird?

    Outlook connects to the server using emapi Thunderbird uses imap. So a comparison is nothing more than a waste, or did you explicitly set up an imap account in Outlook?
    Please create an IMAP log https://wiki.mozilla.org/MailNews:Logging
    I did find an [https://bugzilla.mozilla.org/show_bug.cgi?id=741374 old bug] that indicates fasthost had incorrectly configured servers (is that your provider?) with a workaround.
    It is difficult to diagnose exchange imap issues because they do not use any of the standard error codes or messages. But a log should at least provide information on the command the server does not like and that makes a good starting point.

  • MS14-055 security update for Microsoft Lync Server 2010

    hello
    after applying this security update do I need to Apply it to the back end database? or is that just when regular patches are applied?

    Hi totalnet32,
    From http://support.microsoft.com/kb/2493736, we know that
    "After you install the update for the Core Components server role on a Lync Server 2010 Enterprise Edition front end server, the updated SQL database files are dropped to the computer that has the Core Components server role installed.This
    also applies to a Lync Server 2010 Standard Edition server. To apply the database changes, run the following cmdlets:
    Install-CsDatabase -Update -ConfiguredDatabases -SqlServerFqdn <EEBE.Fqdn> -UseDefaultSqlPaths
    2982388
    (https://support.microsoft.com/kb/2982388/            )    
    MS14-055: Description of the security update for Microsoft Lync Server 2010 (Response Group Service): September 9, 2014
    2982385
    (https://support.microsoft.com/kb/2982385/            )    
    MS14-055: Description of the security update for Microsoft Lync Server 2010 (Security update for Standard/Enterprise edition Server): September 23, 2014
    There's no Core Components server role update, as far as my experience, the DB update is not required.
    And I suggest that reboot the Lync Servers once after the updates have been installed.
    Best regards,
    Eric

  • Mavericks update not listed in software updates on server

    I have several Mac clients enrolled with OS X server. They are set to look to this server for software updates to reduce bandwidth usage. When they search for the update, it is not available. The 10.9 update is not listed in Software Updates inside of OS X Server.app. Any ideas on how to import that so my users can download it?

    A generational OS upgrade like Lion to Mountain Lion, or in this case Mountain Lion to Mavericks has never (and still is not) been counted as a software update and hence is not available via Apple Software Update Server.
    Even though it is now free it is still done via the App Store. If/when a Mavericks update comes out e.g. 10.9.1 this will only update earlier Mavericks versions so will not help you. However as Mavericks is free for all compatible Macs the following are solutions you should be able to use.
    Greg Neagle of Disney Animation Studios and the author of the administration tool Munki, has written another tool called createOSXinstallPkg which will let you take a full operating system as downloaded from the App Store and convert it in to an installer Pkg file which you can 'run' on a Mac to do an operating system upgrade.
    See http://managingosx.wordpress.com/2012/07/25/son-of-installlion-pkg/
    I don't know if it has been tested or if it will work but in theory it would do Mavericks as well as Mountain Lion. You could therefore (hopefully) use it to build a pkg and push it to your clients via for example Apple Remote Desktop Administrator or Casper or something else.
    In terms of bandwidth saving, while as mentioned above a Mavericks upgrade is not available via Apple Software Update Server and therefore running your own SUS will not help, you can run Apple's Cache Server which is another module in Server.app this will cache downloads from the App Store including the Mavericks download and thereafter anyone else requesting it will get it from your local cache.
    See http://krypted.com/mac-security/the-new-caching-service-in-os-x-server/

  • Microsoft Exchange Server 2010 SP3 update to Update Rollup 8-v2 for Exchange Server 2010 SP3

    i have Microsoft Exchange Server 2010 SP3 and i would like to update to Update Rollup 8-v2 for Exchange Server 2010 SP3. 
    what is the best way to do so?
    my current env:
    Name                : xxxxxxxx
    Edition             : Standard
    AdminDisplayVersion : Version 14.3 (Build 123.4)
    ServerRole          : Mailbox, HubTransport
    Site                : domain/Configuration/Sites/xxx
    Name                : yyyyyyyy
    Edition             : Standard
    AdminDisplayVersion : Version 14.3 (Build 123.4)
    ServerRole          : Mailbox, ClientAccess, HubTransport
    Site                : domain/Configuration/Sites/yyy
    Name                : cccccccc
    Edition             : Standard
    AdminDisplayVersion : Version 14.3 (Build 123.4)
    ServerRole          : Mailbox, ClientAccess, HubTransport
    Site                : domain/Configuration/Sites/ccc
    Name                : dddddddd
    Edition             : Standard
    AdminDisplayVersion : Version 14.3 (Build 123.4)
    ServerRole          : ClientAccess
    Site                : domain/Configuration/Sites/ddd
    Name                : iiiiiiii
    Edition             : Standard
    AdminDisplayVersion : Version 14.3 (Build 123.4)
    ServerRole          : Mailbox, ClientAccess, HubTransport
    Site                : domain/Configuration/Sites/iii
    thanks
    Mayson

    Consider referring to the articles below and that explains it all.
    Install the Latest Update Rollup for Exchange 2010 - https://technet.microsoft.com/en-us/library/ff637981.aspx
    Applying Service Pack and Rollup Updates on Exchange Server 2010 (Part 1) - http://www.msexchange.org/articles-tutorials/exchange-server-2010/management-administration/applying-service-pack-and-rollup-updates-exchange-server-2010-part1.html
    Pavan Maganti ~ ( Exchange | 2003/2007/2010/E15(2013)) ~~ Please remember to click “Vote As Helpful&quot; if it really helps and &quot;Mark as Answer” if it answers your question, “Unmark as Answer” if a marked post does not actually answer your
    question. ~~ This Information is provided is &quot;AS IS&quot; and confers NO Rights!!

  • Include updated website lists from Microsoft - Not greyed out

    Hi,
    As per description of the Group Policy setting "Include updated website lists from Microsoft" on GPMC console, by disabling this setting, the Microsft-provided lists are not used and the user will not be able to activate the feature.
    If you disable the setting under "Policies\Windows Components\Internet Explorer\Compatibility View\Include updated Web site lists from Microsoft" the checkbox is detached but it is not greyed out.
    I have tried to set the policy under Computer Settings, User setting and also making a Registry edition under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\BrowserEmulation by setting "MSCompatibilityMode" to "1" but the behaviour
    is still not  the desired.
    Does anybody know if there is any way to grey out this setting?

    Hi,
    This policy controls the website compatibility lists that Microsoft provides. The updated website lists are available on Windows Update.
    If you enable this policy setting, the Microsoft-provided website lists are used during browser navigation. If a user visits a site on the compatibility lists, the pages are automatically displayed in Compatibility View.
    If you disable this policy setting, the Microsoft-provided website lists are not used. Additionally, the user cannot activate the feature by using the Compatibility View Settings dialog box.
    If you do not configure this policy setting, the Microsoft-provided website lists are not active. The user can activate the feature by using the Compatibility View Settings dialog box
    my comments:
    the check for updates to the MSCVL is done the FIRST time the iexplore.exe process is started...
    Try rebooting the computer or closing all open IE processes to see if the changes have taken effect.
    Check if you have installed and activated Enterprise Mode which will over-ride any MSCVL settings.
    Please provide a link to the website where you are seeing the 'undesired' behavior....
    the google Plus web page plugin can change outcomes for x-ua meta determination.
    Regards.
    Rob^_^

  • Potential dynamic server list updating problem in cluster

    We are running a cluster of four Windows 2000 Server boxes under WLS
              6.1SP2. We have seen the following behavior in our cluster. We shutdown
              a cluster member and then bring it back up. When it comes back up, the
              IIS plug-in seems to start routing all requests to that new server.
              Out cluster seems to have some multicast connectivity problems, e.g. we
              often cannot see managed servers on the admin. console, etc. What I'm
              wondering is whether the server when it comes up could be telling IIS
              that it is the only cluster member because it isn't aware of any other
              members. This would explain the plug-ins sudden affinity for the new server.
              Is this possible? Has anyone seen this?
              Thanks in advance,
              Coty
              P.S. The box that is being restarted and then hogging the requests is
              also the server where the admin. console is running. Could that be the
              issue? What exactly are the implications of running a managed server and
              the admin. console on one box?
              

    Is it that the admin server is also part of the cluster and is the server
              that is being restarted?
              Try to have the admin server for purely administrative tasks and not as part
              of a working cluster.
              If you have Debug set to ON in the plugin end, try checking the server list
              http://IISServer:port/dummyQuery?__WebLogicBridgeConfig
              This should return the dynamic and static server list that the IIS proxy is
              supposed to forward.
              Check before restart and after restart.
              Also contact support to get the newest ISAPI plugin that contains latest
              fixes.
              -Sabha
              "Coty Rosenblath" <[email protected]> wrote in message
              news:[email protected]...
              > We are running a cluster of four Windows 2000 Server boxes under WLS
              > 6.1SP2. We have seen the following behavior in our cluster. We shutdown
              > a cluster member and then bring it back up. When it comes back up, the
              > IIS plug-in seems to start routing all requests to that new server.
              >
              > Out cluster seems to have some multicast connectivity problems, e.g. we
              > often cannot see managed servers on the admin. console, etc. What I'm
              > wondering is whether the server when it comes up could be telling IIS
              > that it is the only cluster member because it isn't aware of any other
              > members. This would explain the plug-ins sudden affinity for the new
              server.
              >
              > Is this possible? Has anyone seen this?
              >
              > Thanks in advance,
              > Coty
              >
              > P.S. The box that is being restarted and then hogging the requests is
              > also the server where the admin. console is running. Could that be the
              > issue? What exactly are the implications of running a managed server and
              > the admin. console on one box?
              >
              

  • Is ther an Apple software update server solution for a Microsoft environment?

    My organization has more than 3000 Apple devices. Im trying to centralize mac sotware updates without adding a mac box. We are a Windows Server 2012 R2 environment.  Thanks for all the help.

    No, but there is a Linux one:
    http://signalboxes.net/mac2linux/reposado-apple-software-update-server/

  • Microsoft 2003 Server not able to do Microsoft Updates and giving a "404 error file or directory not found"

    Can anyone provide a fix or suggest fixes for this issue and is there another way around getting updates from the site that i can try.  Not sure why it keeps coming up with this error each time i click the microsoft update option.
    thanks
    Nexusxox

    Hi Nexusxox,
    In addition, To troubleshoot the winodws updates issue, please follow these methods:
    1.  You should be able to access the Windows Update website. If you can't access this site, try to use the
    Windows Update Troubleshooter to fix the problem.
    Refer to:
    http://support.microsoft.com/kb/2497281#manually
    2.  Recreate SoftwareDistribution folder:
     1) Stop the Automatic Updates and Background Intelligent Transfer Service services.
     2) Delete or rename the %windir%\SoftwareDistribution folder.
     3) Restart Automatic Updates and Background Intelligent Transfer Service services.
    3.  Reset Windows update:
    How do I reset Windows Update components?
    To do so: Important this section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added
    protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge
    Base: 322756 (http://support.microsoft.com/kb/322756/)
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • The itunes update server could not be contacted. Ran diagnostic and followed many support reccomendations with on success.

    For at least the last 36 hours I have been unable to download updates from the itunes server for either itunes itself, or for iOS for my iphone (I need this since I am locked out of my phone). I was able to get around the problem of not being able to update itunes from the itunes server by downloading 11.0.4.4 from apple.com instead, but I don't believe I can do this for the latest iOS.
    I have tried troublshooting from the support instructions for hours with no luck. Itunes is the only program that is having internet connectivity issues. I have tried disabling windows firewall, completely uninstalling my antivirus, and logging in/running itunes as an administrator. I have purged my hosts file and made sure that LAN settings are set to auto-detect. I have rebooted my router. There are no third party programs running that filter internet connections.
    What else can I try?
    Specific error message:
    "The itunes update server could not be contacted. Please check your internet connection, or try again later."
    System Information:
    I am running Windows 7 Ultimate 64-bit SP1.
    I am using Itunes 11.0.4.4, but was having the same problem on 11.0.2.
    Network Diagnostic:
    Network devices detected:
    TAP-Win32 Adapter V9
    Realtek PCIe GBE Family Controller
    Network Connectivity:
    Network interfaces verified
    iTunes Store connectivity:
    Internet connection verified.
    Secure link to iTunes Store failed
    One or more tests failed.
    Microsoft Windows 7 x64 Ultimate Edition Service Pack 1 (Build 7601)
    System manufacturer System Product Name
    iTunes 11.0.4.4
    QuickTime 7.7.3
    FairPlay 2.4.14
    Apple Application Support 2.3.4
    iPod Updater Library 10.0d2
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.1.0.13
    Apple Mobile Device Driver 1.64.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 0019B7800BB272F0
    Current user is an administrator.
    The current local date and time is 2013-06-06 01:30:53.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Advanced Micro Devices, Inc., ATI Radeon HD 4800 Series
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 11.0.4.4 (x64) is currently running.
    iTunesHelper 11.0.4.4 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:    {047AE645-C178-4BCA-ADB8-1EE699E267EE}
    Description:    TAP-Win32 Adapter V9
    IP Address:    0.0.0.0
    Subnet Mask:    0.0.0.0
    Default Gateway:    0.0.0.0
    DHCP Enabled:    Yes
    DHCP Server:   
    Lease Obtained:    Wed Dec 31 18:00:00 1969
    Lease Expires:    Wed Dec 31 18:00:00 1969
    DNS Servers:   
    Adapter Name:    {ED9EA421-7412-4E76-A1F0-339DD75883B9}
    Description:    Realtek PCIe GBE Family Controller
    IP Address:    192.168.1.16
    Subnet Mask:    255.255.255.0
    Default Gateway:    192.168.1.1
    DHCP Enabled:    Yes
    DHCP Server:    192.168.1.1
    Lease Obtained:    Wed Jun 05 18:27:48 2013
    Lease Expires:    Thu Jun 06 18:27:48 2013
    DNS Servers:    192.168.1.1
    Active Connection:    LAN Connection
    Connected:    Yes
    Online:        Yes
    Using Modem:    No
    Using LAN:    Yes
    Using Proxy:    No
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was unsuccessful.
    The network connection timed out.
    Basic connection to the store failed.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    Last successful iTunes Store access was 2013-04-13 13:59:00.

    I have completed the Advanced iTunes Store Troublshooting workthrough and my problem persists.
    For reference I will detail the steps I have followed from the Advanced Support link iOS *08* provided above.
    Isolate the issue:
    1) the problem is with iTunes (I can connect to other secure websites, including the apple webpage + login).
    2) verified the problem is not with the network (other devices on my network can connect and download iTunes updates).
    3) I cannot resolve the problem by connecting to another network.
    4) I have created inbound and outbound rules to allow all traffic to/from ports 80, 443, 3689, 5297,  5298, 5353, 8000-8999, and 42000-42999. I have allowed these ports full access to all network types and all programs. I have also made sure that all apple products, especially itunes, are allowed in the list of windows firewall exceptions.
    5) My date, time, and timezone are correct.
    6) I am using iTunes as an administrator. I have posted the results of the diagnostic network tests above in my Original Post.
    Blocked by software Firewall:
    I have allowed an exception in the firewall for itunes and bonjour.
    It seems to be the case that:
    "If there's no firewall preventing access, but the iTunes Store still does not work while other Internet services (websites) work, the iTunes Store may be blocked by your configuration."
    Blocked By Configuration:
    I have run iTunes Diagnostics (results above) and the "Secure link to iTunes Store" section did not pass
    I opened IE, made sure I am "Never dialing a connection"
    My LAN settings are set to "Automatically detect settings"
    I do not have any proxy settings
    I have unchecked "Check for server cerificate revocation*" under Advanced IE properties
    I have enabled "Use SSL 3.0" and "Use TLS 1.0"
    I saved and restarted. Still no joy.
    Rebuild Network Information
    I flushed the DNS Resolver Cache
    As mentioned above I reset the host file to default, and also tried to alternate method outlined in the support document involving creatings a "Copy of hosts" file and moving, editing, and returning the file to drivers/etc.
    I then restarted.
    Please Help! This is getting rediculous!

  • "itunes could not contact the ipod software update server because you are not connected to the internet" Help?

    Hello all, new to the forums.
    I've been recieving the error message "itunes could not contact the ipod software update server because you are not connected to the internet". This problem didn't occur at all for the past 2 years of using itunes.
    I've already scanned through numerous websites and forums for help, but none of them worked.
    This  set of instructions resulted in no change to any of the problems, though iTunes lists that as the supposed solution.
    # Open Internet Options from control panel.
    # Click the Connections tab.
    # Click the LAN Settings button.
    # Select the Automatically detect settings checkbox.
    Others include installing IE7, which that didn't work either.
    Can anyone help?

    Here it is:
    Microsoft Windows 7 x64 Ultimate Edition (Build 7600)
    LENOVO 2537FC4
    iTunes 10.3.1.55
    QuickTime 7.6.9
    FairPlay 1.11.17
    Apple Application Support 1.5.2
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.4.1.2
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 2.0.5.0 (214.3)
    Gracenote SDK 1.8.2.457
    Gracenote MusicID 1.8.2.89
    Gracenote Submit 1.8.2.123
    Gracenote DSP 1.8.2.34
    iTunes Serial Number 003DB3100363E3C0
    Current user is not an administrator.
    The current local date and time is 2011-06-16 17:03:57.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    NVIDIA, NVIDIA NVS 3100M
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 10.3.1.55 (x64) is currently running.
    iTunesHelper 10.3.1.55 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:          {505BB17D-FA14-4FA0-9D77-F7998FEBB435}
    Description:          Intel(R) Centrino(R) Advanced-N 6200 AGN
    IP Address:          192.168.0.3
    Subnet Mask:          255.255.255.0
    Default Gateway:          192.168.0.1
    DHCP Enabled:          Yes
    DHCP Server:          192.168.0.1
    Lease Obtained:          Thu Jun 16 16:54:56 2011
    Lease Expires:          Fri Jun 17 16:54:56 2011
    DNS Servers:          192.168.0.1
                        68.94.156.1
    Adapter Name:          {610821DE-0532-4C65-839B-B74B65859FBA}
    Description:          Intel(R) 82577LM Gigabit Network Connection
    IP Address:          0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:          0.0.0.0
    DHCP Enabled:          Yes
    DHCP Server:
    Lease Obtained:          Wed Dec 31 16:00:00 1969
    Lease Expires:          Wed Dec 31 16:00:00 1969
    DNS Servers:
    Adapter Name:          {10983C8A-FCDA-4B2F-8A89-E1596BA6B7BA}
    Description:          Bluetooth Device (Personal Area Network)
    IP Address:          0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:          0.0.0.0
    DHCP Enabled:          Yes
    DHCP Server:
    Lease Obtained:          Wed Dec 31 16:00:00 1969
    Lease Expires:          Wed Dec 31 16:00:00 1969
    DNS Servers:
    Active Connection:          Broadband Connection
    Connected:          No
    Online:                    No
    Using Modem:          Yes
    Using LAN:          No
    Using Proxy:          No
    SSL 3.0 Support:          Enabled
    TLS 1.0 Support:          Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2011-06-16 15:35:33.

Maybe you are looking for

  • Acrobat 7.0 error message (0x00000fd)

    Getting error message (0x00000fd) when trying to open Acrobat 7.0 that I downloaded

  • Sort in Report

    Hi: I made 2 SQL reports, and they have sort property on in several fields. When I make (in runtime) sort on the report that it is in the top, the other one stays with this error: " failed to parse SQL query: ORA-06502: PL/SQL: numeric or value error

  • How to find purchase requistion

    Hi Abapers, I want to fetch all Purchase requistions in my report please tell me Table name , field name . Tell me differernce in Purchase order / Purchase Requistions . How we create a new purchase requistions.?? Thanks

  • Downloaded elements 13 trial and now Adobe Download Assist has stopped ??

    I followed the instructions and it seemed simple enough.....the software downloaded, Adobe Download Assist says it completed the download, but now nothing is happening.  I tried going to the file that is supposed to have the program to start the inst

  • IPhone friendly business catalyst

    I wish to create new messages to respond to cases on my iPhone Is there an app to d/l ?