mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-23 06:13:41 +00:00
Update fwlink to use HTTPS
In this patch, I replaced all occurrences of http://go.microsoft.com with https://go.microsoft.com
This commit is contained in:
@ -34,9 +34,9 @@ To create a Virtual PC image using Microsoft Virtual PC, refer to the Virtual PC
|
||||
|
||||
For more information, see the following:
|
||||
|
||||
- [Windows Virtual PC Help](http://go.microsoft.com/fwlink/?LinkId=182378)
|
||||
- [Windows Virtual PC Help](https://go.microsoft.com/fwlink/?LinkId=182378)
|
||||
|
||||
- [Create a virtual machine and install a guest operating system](http://go.microsoft.com/fwlink/?LinkId=182379)
|
||||
- [Create a virtual machine and install a guest operating system](https://go.microsoft.com/fwlink/?LinkId=182379)
|
||||
|
||||
## <a href="" id="bkmk-howtoinstallthemedvworkspacemsipackage"></a>How to Install the MED-V Workspace .msi Package
|
||||
|
||||
@ -203,9 +203,9 @@ Sysprep is Microsoft's system preparation utility for the Windows operating syst
|
||||
|
||||
2. From the Windows installation CD, extract *deploy.cab* to the root of the system drive, or download the latest Deployment Tools update from the Microsoft Web site.
|
||||
|
||||
- For Windows 2000, see [Deployment Tools update for Windows 2000](http://go.microsoft.com/fwlink/?LinkId=143001).
|
||||
- For Windows 2000, see [Deployment Tools update for Windows 2000](https://go.microsoft.com/fwlink/?LinkId=143001).
|
||||
|
||||
- For Windows XP, see [Deployment Tools update for Windows XP](http://go.microsoft.com/fwlink/?LinkId=143000).
|
||||
- For Windows XP, see [Deployment Tools update for Windows XP](https://go.microsoft.com/fwlink/?LinkId=143000).
|
||||
|
||||
3. Run **Setup Manager** (setupmgr.exe).
|
||||
|
||||
|
@ -58,7 +58,7 @@ The image repository can reside on the same system as the MED-V server and the s
|
||||
|
||||
### Fault Tolerance
|
||||
|
||||
If the image repository is unavailable, clients will not be able to download new or updated MED-V images. To design fault-tolerance options for the file server and fault-tolerant disks, see the [Infrastructure Planning and Design Microsoft SQL Server 2008](http://go.microsoft.com/fwlink/?LinkId=163302) guide.
|
||||
If the image repository is unavailable, clients will not be able to download new or updated MED-V images. To design fault-tolerance options for the file server and fault-tolerant disks, see the [Infrastructure Planning and Design Microsoft SQL Server 2008](https://go.microsoft.com/fwlink/?LinkId=163302) guide.
|
||||
|
||||
## Design and Place the IIS Servers
|
||||
|
||||
@ -69,11 +69,11 @@ The IIS server can coexist on the same system as the MED-V server and the server
|
||||
|
||||
For each image repository, sum the number of clients that may download MED-V images using IIS. This is the maximum number of concurrent downloads that can occur when an image is loaded into the repository. Use the throughput sum and the service level expectations determined in [Define the Project Scope](define-the-project-scope.md) to plan the design of the IIS server infrastructure and to determine the appropriate amount of bandwidth to allocate for the repository.
|
||||
|
||||
To design the IIS infrastructure, see the [Infrastructure Planning and Design Microsoft Internet Information Services](http://go.microsoft.com/fwlink/?LinkId=160826) guide.
|
||||
To design the IIS infrastructure, see the [Infrastructure Planning and Design Microsoft Internet Information Services](https://go.microsoft.com/fwlink/?LinkId=160826) guide.
|
||||
|
||||
### Fault Tolerance
|
||||
|
||||
If the IIS server infrastructure is unavailable, clients will not be able to download new or updated images. To configure fault tolerance, the Windows Server 2008-based IIS server can be placed in a failover cluster. To design the fault tolerance for the IIS server infrastructure, see the [Infrastructure Planning and Design Microsoft Internet Information Services](http://go.microsoft.com/fwlink/?LinkId=160826) guide.
|
||||
If the IIS server infrastructure is unavailable, clients will not be able to download new or updated images. To configure fault tolerance, the Windows Server 2008-based IIS server can be placed in a failover cluster. To design the fault tolerance for the IIS server infrastructure, see the [Infrastructure Planning and Design Microsoft Internet Information Services](https://go.microsoft.com/fwlink/?LinkId=160826) guide.
|
||||
|
||||
## Related topics
|
||||
|
||||
|
@ -45,7 +45,7 @@ If you place the database server in a location that is remote from the MED-V ser
|
||||
|
||||
### Form Factor
|
||||
|
||||
If you will run SQL Server on the same server as MED-V, and if SQL Server will only be used to store data for that server, start with the MED-V recommendation and add resources for the SQL Server load. If SQL Server will store events and alerts from more than one MED-V instance, for information on how to scale up the server form factor, see the [Infrastructure Planning and Design Microsoft SQL Server 2008](http://go.microsoft.com/fwlink/?LinkId=163302) guide (http:// go.microsoft.com/fwlink/?LinkId=163302).
|
||||
If you will run SQL Server on the same server as MED-V, and if SQL Server will only be used to store data for that server, start with the MED-V recommendation and add resources for the SQL Server load. If SQL Server will store events and alerts from more than one MED-V instance, for information on how to scale up the server form factor, see the [Infrastructure Planning and Design Microsoft SQL Server 2008](https://go.microsoft.com/fwlink/?LinkId=163302) guide (http:// go.microsoft.com/fwlink/?LinkId=163302).
|
||||
|
||||
The size of the database depends on the number of client events that the database will store. Events are created by normal operation of the client, such as when a MED-V workspace is started, or when there is an error in the MED-V workspace. The default interval at which the client sends events is 1 minute.
|
||||
|
||||
@ -71,7 +71,7 @@ To approximate the infrastructure optimization per second (IOPs) requirement, us
|
||||
|
||||
When MED-V client is running, if the server is unavailable, events will be backed up on the client and reports will be unavailable in the management console. Refer to the organization’s service level expectations determined in [Define the Project Scope](define-the-project-scope.md) to decide whether the design of a fault-tolerant SQL Server infrastructure is necessary.
|
||||
|
||||
MED-V does not provide support for running SQL Server in an MSCS cluster. In order to provide warm standby and to avoid data loss in the event of a failure, you can place SQL Server in a log shipping configuration. For information on log shipping, see the [Infrastructure Planning and Design Microsoft SQL Server 2008](http://go.microsoft.com/fwlink/?LinkId=163302) guide (http://go.microsoft.com/fwlink/?LinkId=163302).
|
||||
MED-V does not provide support for running SQL Server in an MSCS cluster. In order to provide warm standby and to avoid data loss in the event of a failure, you can place SQL Server in a log shipping configuration. For information on log shipping, see the [Infrastructure Planning and Design Microsoft SQL Server 2008](https://go.microsoft.com/fwlink/?LinkId=163302) guide (https://go.microsoft.com/fwlink/?LinkId=163302).
|
||||
|
||||
## Design the Management Console
|
||||
|
||||
|
@ -20,7 +20,7 @@ An image repository is an optional server that is used for image distribution (w
|
||||
|
||||
An image distribution server requires the following:
|
||||
|
||||
- Internet Information Services (IIS)—For information, see [Internet Information Services](http://go.microsoft.com/fwlink/?LinkId=142995).
|
||||
- Internet Information Services (IIS)—For information, see [Internet Information Services](https://go.microsoft.com/fwlink/?LinkId=142995).
|
||||
|
||||
During the IIS installation, when adding role services, select the following supported authentication methods:
|
||||
|
||||
@ -46,7 +46,7 @@ An image distribution server requires the following:
|
||||
|
||||
- Restart IIS.
|
||||
|
||||
- BITS Server Extensions for IIS—For information, see [Install BITS Server Extensions](http://go.microsoft.com/fwlink/?LinkId=142996).
|
||||
- BITS Server Extensions for IIS—For information, see [Install BITS Server Extensions](https://go.microsoft.com/fwlink/?LinkId=142996).
|
||||
|
||||
## Related topics
|
||||
|
||||
|
@ -87,9 +87,9 @@ The following server settings can be configured:
|
||||
|
||||
- Associate the server certificate with the port specified using netsh. For information, see the following:
|
||||
|
||||
- [Netsh Commands for Hypertext Transfer Protocol (HTTP)](http://go.microsoft.com/fwlink/?LinkId=183314)
|
||||
- [Netsh Commands for Hypertext Transfer Protocol (HTTP)](https://go.microsoft.com/fwlink/?LinkId=183314)
|
||||
|
||||
- [How to: Configure a Port with an SSL Certificate](http://go.microsoft.com/fwlink/?LinkID=183315)
|
||||
- [How to: Configure a Port with an SSL Certificate](https://go.microsoft.com/fwlink/?LinkID=183315)
|
||||
|
||||
- [How to: Configure a Port with an SSL Certificate](http://msdn.microsoft.com/library/ms733791.aspx)
|
||||
|
||||
|
@ -28,7 +28,7 @@ Comprehensive documentation for Microsoft Enterprise Desktop Virtualization (MED
|
||||
## Protect Against Security Vulnerabilities and Viruses
|
||||
|
||||
|
||||
To help protect against security vulnerabilities and viruses, you should install the latest available security updates for any new software that you are installing. For more information, see the Microsoft Security website at <http://go.microsoft.com/fwlink/?LinkId=3482>.
|
||||
To help protect against security vulnerabilities and viruses, you should install the latest available security updates for any new software that you are installing. For more information, see the Microsoft Security website at <https://go.microsoft.com/fwlink/?LinkId=3482>.
|
||||
|
||||
## <a href="" id="what-s-new-in-med-v-1-0-sp2"></a>What’s New in MED-V 1.0 SP2
|
||||
|
||||
|
@ -23,7 +23,7 @@ This topic specifies the requirements necessary to install and run Microsoft Ent
|
||||
The following table lists the operating systems that are supported for MED-V 1.0 SP1 client installation.
|
||||
|
||||
**Note**
|
||||
Microsoft provides support for the current service pack and, in some cases, the immediately preceding service pack. To find the support timelines for your product, see the [Lifecycle Supported Service Packs](http://go.microsoft.com/fwlink/?LinkId=31975) (http://go.microsoft.com/fwlink/?LinkId=31975). For additional information about Microsoft Support Lifecycle Policy, see [Microsoft Support Lifecycle Support Policy FAQ](http://go.microsoft.com/fwlink/?LinkId=31976) (http://go.microsoft.com/fwlink/?LinkId=31976).
|
||||
Microsoft provides support for the current service pack and, in some cases, the immediately preceding service pack. To find the support timelines for your product, see the [Lifecycle Supported Service Packs](https://go.microsoft.com/fwlink/?LinkId=31975) (https://go.microsoft.com/fwlink/?LinkId=31975). For additional information about Microsoft Support Lifecycle Policy, see [Microsoft Support Lifecycle Support Policy FAQ](https://go.microsoft.com/fwlink/?LinkId=31976) (https://go.microsoft.com/fwlink/?LinkId=31976).
|
||||
|
||||
|
||||
|
||||
@ -146,7 +146,7 @@ MED-V 1.0 SP1 introduces changes to system requirements from those for MED-V 1
|
||||
The following table lists the operating systems supported for MED-V 1.0 SP1 workspaces.
|
||||
|
||||
**Note**
|
||||
Microsoft provides support for the current service pack and, in some cases, the immediately preceding service pack. To find the support timelines for your product, see the [Lifecycle Supported Service Packs](http://go.microsoft.com/fwlink/?LinkId=31975) (http://go.microsoft.com/fwlink/?LinkId=31975). For additional information about Microsoft Support Lifecycle Policy, see [Microsoft Support Lifecycle Support Policy FAQ](http://go.microsoft.com/fwlink/?LinkId=31976) (http://go.microsoft.com/fwlink/?LinkId=31976).
|
||||
Microsoft provides support for the current service pack and, in some cases, the immediately preceding service pack. To find the support timelines for your product, see the [Lifecycle Supported Service Packs](https://go.microsoft.com/fwlink/?LinkId=31975) (https://go.microsoft.com/fwlink/?LinkId=31975). For additional information about Microsoft Support Lifecycle Policy, see [Microsoft Support Lifecycle Support Policy FAQ](https://go.microsoft.com/fwlink/?LinkId=31976) (https://go.microsoft.com/fwlink/?LinkId=31976).
|
||||
|
||||
|
||||
|
||||
@ -225,7 +225,7 @@ MED-V 1.0 SP1 introduces changes to system requirements from those for MED-V 1
|
||||
The following table lists the operating systems supported for MED-V 1.0 SP1 server installations.
|
||||
|
||||
**Note**
|
||||
Microsoft provides support for the current service pack and, in some cases, the immediately preceding service pack. To find the support timelines for your product, see the [Lifecycle Supported Service Packs](http://go.microsoft.com/fwlink/?LinkId=31975) (http://go.microsoft.com/fwlink/?LinkId=31975). For additional information about Microsoft Support Lifecycle Policy, see [Microsoft Support Lifecycle Support Policy FAQ](http://go.microsoft.com/fwlink/?LinkId=31976) (http://go.microsoft.com/fwlink/?LinkId=31976).
|
||||
Microsoft provides support for the current service pack and, in some cases, the immediately preceding service pack. To find the support timelines for your product, see the [Lifecycle Supported Service Packs](https://go.microsoft.com/fwlink/?LinkId=31975) (https://go.microsoft.com/fwlink/?LinkId=31975). For additional information about Microsoft Support Lifecycle Policy, see [Microsoft Support Lifecycle Support Policy FAQ](https://go.microsoft.com/fwlink/?LinkId=31976) (https://go.microsoft.com/fwlink/?LinkId=31976).
|
||||
|
||||
|
||||
|
||||
|
@ -55,19 +55,19 @@ SQL Server can be installed on the same server as the MED-V server or on a remot
|
||||
|
||||
2. Install the following files on the MED-V server:
|
||||
|
||||
- To install the prerequisites for the management pack objects collection for Microsoft SQL Server 2008, download [Microsoft SQL Server 2008 Native Client](http://go.microsoft.com/fwlink/?LinkId=164039) from the Microsoft Download Center.
|
||||
- To install the prerequisites for the management pack objects collection for Microsoft SQL Server 2008, download [Microsoft SQL Server 2008 Native Client](https://go.microsoft.com/fwlink/?LinkId=164039) from the Microsoft Download Center.
|
||||
|
||||
- To install the prerequisites for the management pack objects collection for Microsoft SQL Server 2005, download [Microsoft SQL Server 2005 Native Client](http://go.microsoft.com/fwlink/?LinkId=164038) from the Microsoft Download Center.
|
||||
- To install the prerequisites for the management pack objects collection for Microsoft SQL Server 2005, download [Microsoft SQL Server 2005 Native Client](https://go.microsoft.com/fwlink/?LinkId=164038) from the Microsoft Download Center.
|
||||
|
||||
- To install the required dll files for Microsoft SQL Server 2008, download [Microsoft SQL Server 2008 Management Objects Collection](http://go.microsoft.com/fwlink/?LinkId=164041) from the Microsoft Download Center.
|
||||
- To install the required dll files for Microsoft SQL Server 2008, download [Microsoft SQL Server 2008 Management Objects Collection](https://go.microsoft.com/fwlink/?LinkId=164041) from the Microsoft Download Center.
|
||||
|
||||
- To install the required dll files for Microsoft SQL Server 2005, download [Microsoft SQL Server 2005 Management Objects](http://go.microsoft.com/fwlink/?LinkId=164040) from the Microsoft Download Center.
|
||||
- To install the required dll files for Microsoft SQL Server 2005, download [Microsoft SQL Server 2005 Management Objects](https://go.microsoft.com/fwlink/?LinkId=164040) from the Microsoft Download Center.
|
||||
|
||||
- To install the stand-alone install packages that provide additional value for SQL Server 2008, download the [Microsoft SQL Server 2008 Feature Pack](http://go.microsoft.com/fwlink/?LinkId=163960) from the Microsoft Download Center.
|
||||
- To install the stand-alone install packages that provide additional value for SQL Server 2008, download the [Microsoft SQL Server 2008 Feature Pack](https://go.microsoft.com/fwlink/?LinkId=163960) from the Microsoft Download Center.
|
||||
|
||||
- To install the stand-alone install packages that provide additional value for SQL Server 2005, download the [Feature Pack for Microsoft SQL Server 2005]( http://go.microsoft.com/fwlink/?LinkId=163961) from the Microsoft Download Center.
|
||||
- To install the stand-alone install packages that provide additional value for SQL Server 2005, download the [Feature Pack for Microsoft SQL Server 2005]( https://go.microsoft.com/fwlink/?LinkId=163961) from the Microsoft Download Center.
|
||||
|
||||
For more information about these files, see [Microsoft SQL Server 2008 Feature Pack](http://go.microsoft.com/fwlink/?LinkId=163960) on the Microsoft Download Center (http://go.microsoft.com/fwlink/?LinkId=163960) or [Feature Pack for Microsoft SQL Server 2005](http://go.microsoft.com/fwlink/?LinkId=163961) on the Microsoft Download Center (http://go.microsoft.com/fwlink/?LinkId=163961).
|
||||
For more information about these files, see [Microsoft SQL Server 2008 Feature Pack](https://go.microsoft.com/fwlink/?LinkId=163960) on the Microsoft Download Center (https://go.microsoft.com/fwlink/?LinkId=163960) or [Feature Pack for Microsoft SQL Server 2005](https://go.microsoft.com/fwlink/?LinkId=163961) on the Microsoft Download Center (https://go.microsoft.com/fwlink/?LinkId=163961).
|
||||
|
||||
## <a href="" id="bkmk-antivirusbackupsoftwareconfiguration"></a>Antivirus/Backup Software Configuration
|
||||
|
||||
@ -94,13 +94,13 @@ If Virtual PC for Windows exists on the host computer, uninstall it before insta
|
||||
|
||||
**To install Microsoft Virtual PC 2007 SP1**
|
||||
|
||||
1. Download Virtual PC 2007 SP1 from the Microsoft Download Center [Virtual PC 2007 SP1](http://go.microsoft.com/fwlink/?LinkId=142994).
|
||||
1. Download Virtual PC 2007 SP1 from the Microsoft Download Center [Virtual PC 2007 SP1](https://go.microsoft.com/fwlink/?LinkId=142994).
|
||||
|
||||
2. Run the installation file on the host computer, and follow the wizard.
|
||||
|
||||
3. Install Virtual PC 2007 SP1 update on the host computer in elevated mode.
|
||||
|
||||
For more information, see [the description of the hotfix package for Virtual PC 2007 SP1](http://go.microsoft.com/fwlink/?LinkId=150575).
|
||||
For more information, see [the description of the hotfix package for Virtual PC 2007 SP1](https://go.microsoft.com/fwlink/?LinkId=150575).
|
||||
|
||||
**Note**
|
||||
The Virtual PC 2007 SP1 update is required for running Virtual PC 2007 SP1.
|
||||
|
Reference in New Issue
Block a user