Entradas

Search, Download and Install Updates in Windows Server 2008 Server Core

This is a VBS script to Download and install all available updates. Before you attempt to run this sample, note the following: WUA must be installed on the computer. For more information about how to determine the version of WUA that is installed, see Determining the Current Version of WUA . The sample does not provide its own user interface. WUA prompts the user to restart the computer if an update requires a restart. The sample can download updates only by using WUA. It cannot download updates from a Software Update Services (SUS) 1.0 server. Running this sample requires Windows Script Host (WSH). For more information about WSH, see the WSH section of the Platform Software Development Kit (SDK). If the sample is copied to a file named WUA_SearchDownloadInstall.vbs, you can run the sample by opening a Command Prompt window and typing the following command at the command prompt. cscript C:\WUA_SearchDownloadInstall.vbs Script: ...

Maximum Message Size in Outlook Web Access in Exchange 2007

  If you receive a message on top of your browser: The files <file names> were not attached because they exceed the maximum size limit of <size limit> megabytes (MB) for attachments. Configure message size limits for you organization. Start the Exchange Management Shell. Type the following command: Set-TransportConfig -MaxSendSize Size <value> For example, to set the maximum message size to 10 MB, type: Set-TransportConfig -MaxSendSize 10MB . Restart Microsoft Exchange Information Store service to apply change. To configure Outlook Web Access to allow content that is equal to the size of the maximum message size on a Windows Server 2008-based computer At a command prompt, type the following: cd %windir%\system32\inetsrv Type the following command: appcmd set config "Default Web Site/owa" -section:requestFiltering -requestLimits.maxAllowedConte...

Automated or Schedule a Backup for ISA Server 2006

Imagen
To save your backup of ISA Server 2006 in other server you need a VBS script, a batch file and schedule a job, use the following steps: Open Notepad and paste: Dim fileName Dim WSHNetwork Dim shareName: shareName = WScript.Arguments(0) Dim xmldom : set xmldom = CreateObject("Msxml2.DOMDocument") Dim fpc : set fpc = WScript.CreateObject("Fpc.Root") Dim array : set array = fpc.GetContainingArray set WSHNetwork = CreateObject("WScript.Network") fileName=shareName & "\" & WSHNetwork.ComputerName & "-" & Year(Now) & "-" & _ Month(Now) & "-" & Day(Now) & ".xml" array.Export xmldom, 0 xmldom.save(fileName) Save your script, for example: c:\scripts\yourfile.vbs Create a batch file: cscript C:\Scripts\yourfile.vbs \\OtherServer\MySharedFolder Schedule the batch file:

Vulnerability in Microsoft DirectShow Could Allow Remote Code Execution MS10-013 - Critical

The vulnerability could allow remote code execution if a user opened a specially crafted AVI file. An attacker who successfully exploited this vulnerability could take complete control of an affected system. An attacker could then install programs; view, change, or delete data; or create new accounts with full user rights. Users whose accounts are configured to have fewer user rights on the system could be less impacted than users who operate with administrative user rights. More Info: http://www.microsoft.com/technet/security/Bulletin/Ms10-013.mspx Security Update for Windows Server 2008 R2 x64 Edition (KB975560) Start download

Vulnerabilities in SMB Client Could Allow Remote Code Execution MS10-006 - Critical

The vulnerabilities could allow remote code execution if an attacker sent a specially crafted SMB response to a client-initiated SMB request. To exploit these vulnerabilities, an attacker must convince the user to initiate an SMB connection to a malicious SMB server. *Server Core installation affected. This update applies, with the same severity rating, to supported editions of Windows Server 2008 or Windows Server 2008 R2 as indicated, whether or not installed using the Server Core installation option. More Info: http://www.microsoft.com/technet/security/Bulletin/MS10-006.mspx Security Update for Windows Server 2008 R2 x64 Edition (KB978251) Start download

Forefront TMG 2010 Capacity Planning Tool

  The Forefront TMG 2010 Capacity Planning Tool, a Microsoft Excel spreadsheet with built-in workflow, allows you to calculate the WAN bandwidth and number of users a particular a hardware configuration will support, and can recommend server hardware based on the features, bandwidth and users your deployment needs to support. Start download

Problem NLB a Cluster Node change starts the convergence process running Windows Server 2008 R2.

Source: NLB Logged: <Time> Event ID: 119 Task Category: None Level: Warning Keywords: User: N/A Computer: <computer name> Description: NLB cluster [<IP or host name>]: The NLB driver has detected an inconsistency in the Extended Affinity configuration between cluster host <ID> and cluster host <ID>. A client IP address is on the Extended Affinity exception list on both hosts. You should run the Powershell cmdlet ‘Set-NlbClusterNode-Reload’ followed by ‘Start-NlbClusterNode’ Resolution: Install the hotfix. Restart WLBS service See: http://support.microsoft.com/kb/978943/en-us