From 94b8b323a63742738de2b407e3b248e29b470ea0 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Mon, 23 May 2016 09:31:27 -0700 Subject: [PATCH 001/114] Creating new topic based on several blogs --- .../security-enhancements-microsoft-edge.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 browsers/edge/security-enhancements-microsoft-edge.md diff --git a/browsers/edge/security-enhancements-microsoft-edge.md b/browsers/edge/security-enhancements-microsoft-edge.md new file mode 100644 index 0000000000..80018fa5f9 --- /dev/null +++ b/browsers/edge/security-enhancements-microsoft-edge.md @@ -0,0 +1,41 @@ +--- +description: Microsoft Edge is designed with significant security improvements over existing browsers, helping to defend people from increasingly sophisticated and prevalent web-based attacks against Windows. +ms.prod: edge +ms.mktglfcycl: explore +ms.sitesec: library +ms.pagetype: security +title: Security enhancements for Microsoft Edge (Microsoft Edge for IT Pros) +--- + +# Security enhancements for Microsoft Edge +Microsoft Edge is designed with significant security improvements over existing browsers, helping to defend people from increasingly sophisticated and prevalent web-based attacks against Windows. + +## Help to protect against web-based security threats +While the web is predominantly a safe environment, there are some sites that have been designed to steal money and personal information. Thieves by nature don’t care about rules, and will use any means to take advantage of victims, most often using trickery or hacking: + +- **Trickery.** Means using things like “phishing” attacks to convince a person to enter a banking password into a website that looks like the bank, but isn't. + +- **Hacking.** Means attacking a person through malformed content that exploits subtle flaws in a browser, or in various browser extensions, such as video decoders. This exploit lets an attacker run code on a person’s device, taking over first their browsing session, and perhaps ultimately the entire device. + +While trickery and hacking are threats faced by every browser, it’s important that we explore how Microsoft Edge addresses these threats and is helping make the web a safer experience. + +### Windows Hello +Phishing scams gets people to enter passwords into a fake version of a trusted website, such as a bank. Our current attempts to identify legitimate websites through the HTTPS lock symbol and the EV Cert green bar have met with only limited success. Attackers are just too competent at faking legitimate experiences for more people to notice the difference. + +To really address this problem, we need to stop people from entering plain-text passwords into websites. So in Windows 10, we gave you [Windows Hello](http://blogs.windows.com/bloggingwindows/2015/03/17/making-windows-10-more-personal-and-more-secure-with-windows-hello/) technology with asymmetric cryptography that authenticates both the person and the website. + +Microsoft Edge is the first browser to natively support Windows Hello as a more personal, seamless, and secure way to authenticate on the web, powered by an early implementation of the [Web Authentication (formerly FIDO 2.0 Web API) specification](http://w3c.github.io/webauthn/). + +### Microsoft SmartScreen +Microsoft SmartScreen, using both Windows 10 and Microsoft Edge, helps to defend against phishing by performing reputation checks on visited sites; blocking any sites that are thought to be phishing sites. SmartScreen also helps to defend against people being tricked into installing malicious [socially-engineered software downloads](http://operationstech.about.com/od/glossary/g/Socially-Engineered-Malware.htm) and against [drive-by attacks](https://blogs.windows.com/msedgedev/2015/12/16/smartscreen-drive-by-improvements/), malicious web attacks that tend to start on trusted websites, targeting security vulnerabilities in commonly used software. + +**Note**
+Both Microsoft Edge and Internet Explorer 11 help to prevent drive-by attacks on Windows 10. + +### Certificate Reputation system +While people trust sites that have encrypted web traffic, that trust can be undermined by malicious sites using improperly obtained or fake certificates to impersonate legitimate sites. +To help address this problem, we introduced the [Certificate Reputation system](http://blogs.msdn.com/b/ie/archive/2014/03/10/certificate-reputation-a-novel-approach-for-protecting-users-from-fraudulent-certificates.aspx) last year. This year, we’ve extended the system to let web developers use the [Bing Webmaster Tools](http://www.bing.com/toolbox/webmaster) to report directly to Microsoft to let us know about fake certificates. + + + + From 162ae23d8471c4877b96b1517af513a96bc67384 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 24 May 2016 07:36:24 -0700 Subject: [PATCH 002/114] Added text --- .../security-enhancements-microsoft-edge.md | 82 +++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/browsers/edge/security-enhancements-microsoft-edge.md b/browsers/edge/security-enhancements-microsoft-edge.md index 80018fa5f9..d3c7bce812 100644 --- a/browsers/edge/security-enhancements-microsoft-edge.md +++ b/browsers/edge/security-enhancements-microsoft-edge.md @@ -36,6 +36,88 @@ Both Microsoft Edge and Internet Explorer 11 help to prevent drive-by attacks on While people trust sites that have encrypted web traffic, that trust can be undermined by malicious sites using improperly obtained or fake certificates to impersonate legitimate sites. To help address this problem, we introduced the [Certificate Reputation system](http://blogs.msdn.com/b/ie/archive/2014/03/10/certificate-reputation-a-novel-approach-for-protecting-users-from-fraudulent-certificates.aspx) last year. This year, we’ve extended the system to let web developers use the [Bing Webmaster Tools](http://www.bing.com/toolbox/webmaster) to report directly to Microsoft to let us know about fake certificates. +### Microsoft EdgeHTML and modern web standards +Microsoft Edge has a new rendering engine, Microsoft EdgeHTML, which is focused on modern standards that let web developers build and maintain a consistent site across all modern browsers. + +The Microsoft EdgeHTML engine also helps to defend against trickery through these new security standards features: + +- Support for the W3C standard and the [Content Security Policy (CSP) specification](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/security/content-Security-Policy). Both of which can help developers defend against cross-site scripting attacks. + +- Support for the [HTTP Strict Transport Security (HSTS)](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/security/HSTS/) security feature (IETF-standard compliant). This helps ensure that connections to important sites, such as to your bank, are always secured. + +- Support for the [Meta referrer](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/security/meta-referrer/) tag, which specifies what info should be passed through the HTTP header to any request sent from a webpage. + +## Help against hacking +While Microsoft Edge has done much to help defend against trickery, it’s also undergone a major overhaul of the DOM representation in the browser’s memory, allowing the code to be more resistant to attacks that attempt to subvert the browser, like in many hacking attempts. + +### Microsoft Edge is now a 64-bit app +The largest security change to Microsoft Edge is that we’ve made it a Universal Windows app. By changing the browser to an app, it fundamentally changes the process model so that both the outer manager process and the assorted content processes all live within app container sandboxes; providing reliable and trustworthy behavior along with additional isolation and protection from outside attacks. + +Additionally, Microsoft Edge has been updated to run in 64-bit not just by default, but anytime it’s running on a 64-bit operating system. Because Microsoft Edge doesn’t support legacy ActiveX controls or 3rd-party binary extensions, there’s no longer a reason to run 32-bit processes. + +#### 64-bit processes and Address Space Layout Randomization (ASLR) +Strengthening Windows Address Space Layout Randomization (ASLR) provides significant advantages to 64-bit processes in general, and browser processes specifically, making it much more difficult for attackers to inject malicious code into a browser process through a coding exploit. + +ASLR randomizes the memory layout of the browser processes, making it much harder for attackers to hit precise memory locations. In turn, 64-bit processes make ASLR much more effective by making the address space exponentially larger and therefore, more difficult for attackers to find the sensitive memory components they’re looking for. + +### All web content runs in an app container sandbox +Internet Explorer 7 on Windows Vista was the first web browser to provide a browsing sandbox, called [Protected Mode](http://windows.microsoft.com/en-US/windows-vista/What-does-Internet-Explorer-protected-mode-do). Protected Mode forced the part of the browser that rendered web content to run with less privilege than the browser controls or the user, providing a level of isolation and protection should a malicious website attempt to exploit a bug in the browser or one of its plug-ins. + +Internet Explorer 10 introduced Enhanced Protected Mode (EPM), based on the Windows 8 technology, providing an even stronger sandbox, using deny-by-default and no-read-up semantics. EPM was turned on by default in the Windows 8 and Windows 8.1 immersive browser, but was optional on the Internet Explorer 10 and Internet Explorer 11 desktop versions. + +Microsoft Edge takes EPM even farther, running its content processes in app containers not just by default, but all of the time. Because Microsoft Edge doesn’t support 3rd party binary extensions, there’s no reason for it to run outside of the containers, making it the most secure client-side app sandbox in Windows. + +### New extension model and HTML5 support +Back in 1996, we introduced ActiveX for web browser extensions in an attempt to let 3rd parties experiment with various forms of alternate content on the web. However, we quickly learned that browser extensions can come at a cost of security and reliability. For example, binary extensions can bring code and data into the browser’s processes without any protection, meaning that if anything goes wrong, the entire browser itself can be compromised or go down. + +Our answer to this problem was to create an extension model with less shared state between the browser and its extensions. Meaning that Microsoft Edge doesn’t support [Vector Markup Language, VBScript, JScript, Toolbars, Browser Helper Objects, or ActiveX](http://blogs.windows.com/msedgedev/2015/05/06/a-break-from-the-past-part-2-saying-goodbye-to-activex-vbscript-attachevent/). However, with the use and support of HTML5, the need for those extensions has been greatly reduced, allowing sites to be as full-functioning across browsers as before, without the same potential risks. + +If you still want to have more extensibility beyond what’s provided by HTML5, you can see the [Microsoft Edge Extensions](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/extensions/) documentation for a modern, HTML/JS/CSS-based extension model. Extensions can be disabled through [Group Policy or Mobile Data Management (MDM)](https://technet.microsoft.com/itpro/microsoft-edge/available-policies) policies. + +### Reduced attack surfaces +In addition to removing support for VBScript, Jscript, VML, Browser Helper Objects, Toolbars, and ActiveX controls, Microsoft Edge also has no support for legacy Internet Explorer [document modes](https://msdn.microsoft.com/en-us/library/jj676915.aspx). This means that the browser is much more secure than before. However, it also means that it’s not as backward compatible as before. + +Because of that, we’ve given Microsoft Edge the ability to automatically fall back to Internet Explorer 11, using the Enterprise Mode Site List, for any apps that need backwards compatibility. + +### Code integrity and image loading restrictions +Microsoft Edge content processes support code integrity and image load restrictions, helping to prevent malicious DLLs from loading or being injected into the content processes. Only [properly signed images](https://blogs.windows.com/msedgedev/2015/11/17/microsoft-edge-module-code-integrity/) are allowed to load into Microsoft Edge. Binaries on remote devices (such as, UNC or WebDAV) can’t be loaded. + +### Memory corruption mitigations +Memory corruption happens most frequently to apps written in C or C++ because the languages don’t provide type safety or buffer overflow protection. Broadly speaking, memory corruption attacks happen when an attacker provides malformed info to a program and the program can’t handle it, causing the program’s memory state to corrupt and to allow the attacker to take control of the program. + +Over the years, a broad variety of mitigations have been created around memory corruption, but even as these mitigations roll out, attackers adapt and invent new ways to attack. At the same time, we’ve responded with new memory safety defenses, mitigating the most common new forms of attack, including and especially [use-after-free (UAF)](http://cwe.mitre.org/data/definitions/416.html) vulnerabilities. + +#### Memory Garbage Collector (MemGC) mitigation +MemGC is a memory garbage collection system that helps to defend the browser from UAF vulnerabilities by taking the responsibility for freeing memory away from the programmer and instead automating it, only freeing memory when the automation detects that there are no more references left pointing to a given block of memory. + +**Note**
MemGC is the replacement for Memory Protector, currently turned on for both Microsoft Edge and Internet Explorer 11. + +#### Control Flow Guard +Ultimately, attackers use memory corruption attacks to gain control of the CPU program counter so that they can jump to any code location they want. Control Flow Guard is a Microsoft Visual Studio technology that compiles checks around code that performs indirect jumps based on a pointer, restricting those jumps to only go to function entry points with known addresses. This makes attacker take-overs much more difficult by severely constraining where a memory corruption attack can jump to. + +**Note**
Control Flow Guard is always turned on for Microsoft Edge. + +### Designed for security +We’ve spent countless hours reviewing, testing, and using Microsoft Edge to make sure that you’re more protected than ever before. + +#### Fuzzing/Static Analysis +We’ve devoted more than 320 machine-years to fuzz testing Microsoft Edge and Internet Explorer during product development, including monitoring for possible exceptions such as crashes or memory leaks. We’ve also generated more than 100-billion DOM manipulations from 230-million non-unique HTML files. That’s a 3x scale increase over previous product testing. Because of all of this, hundreds of security issues were addressed before the product shipped. + +#### Code Review & Penetration Testing +Over 70 end-to-end security engagements reviewed all key features, helping to address security implementation and design issues before shipping. + +#### Windows REDTEAM +The Windows REDTEAM emulates the techniques and expertise of skilled, real-world attackers. Exploited Microsoft Edge vulnerabilities discovered through penetration testing can be addressed before public discovery and real-world exploits. + +#### Bug Bounty Programs +Despite all of our best efforts, we realize that there will be security vulnerabilities in Microsoft Edge that we don’t yet know about. To minimize customer impact, we offer ongoing bounty programs intended to incent security researchers to report vulnerabilities to us. If you’re a security researcher and you’re interested in the bounty program, you can find more info [here](https://technet.microsoft.com/en-us/library/dn425036.aspx). + + + + + + + From ec39b5297bf9239b24d7371540542bbb559e6ebe Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 24 May 2016 07:37:16 -0700 Subject: [PATCH 003/114] Added new security enhancements topic --- browsers/edge/TOC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/browsers/edge/TOC.md b/browsers/edge/TOC.md index 8b02ce6c70..1e0b12897e 100644 --- a/browsers/edge/TOC.md +++ b/browsers/edge/TOC.md @@ -3,4 +3,5 @@ ##[Microsoft Edge requirements and language support](hardware-and-software-requirements.md) ##[Available policies for Microsoft Edge](available-policies.md) ##[Use Enterprise Mode to improve compatibility](emie-to-improve-compatibility.md) +##[Security enhancements for Microsoft Edge](security-enhancements-microsoft-edge.md) From a8fd7951730e091c6af4872c841d5dfec4abeccd Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 24 May 2016 07:38:43 -0700 Subject: [PATCH 004/114] Updated to include new security enhancements topic --- browsers/edge/Index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/browsers/edge/Index.md b/browsers/edge/Index.md index 1fbb56ff74..ab4caaef1d 100644 --- a/browsers/edge/Index.md +++ b/browsers/edge/Index.md @@ -29,6 +29,7 @@ Microsoft Edge lets you stay up-to-date through the Windows Store and to manage | [Microsoft Edge requirements and language support](hardware-and-software-requirements.md) | Microsoft Edge is pre-installed on all Windows 10-capable devices that meet the minimum system requirements and are on the supported language list.| | [Available policies for Microsoft Edge](available-policies.md) | Microsoft Edge works with Group Policy and Microsoft Intune to help you manage your organization's computer settings.

Group Policy objects (GPO's) can include registry-based Administrative Template policy settings, security settings, software deployment information, scripts, folder redirection, and preferences. By using Group Policy and Intune, you can set up a policy setting once, and then copy that setting onto many computers. For example, you can set up multiple security settings in a GPO that's linked to a domain, and then apply all of those settings to every computer in the domain. | | [Use Enterprise Mode to improve compatibility](emie-to-improve-compatibility.md) | If you have specific web sites and apps that you know have compatibility problems with Microsoft Edge, you can use the Enterprise Mode site list so that the web sites will automatically open using Internet Explorer 11. Additionally, if you know that your intranet sites aren't going to work properly with Microsoft Edge, you can set all intranet sites to automatically open using IE11.

Using Enterprise Mode means that you can continue to use Microsoft Edge as your default browser, while also ensuring that your apps continue working on IE11. | +| [Security enhancements for Microsoft Edge](security-enhancements-microsoft-edge.md) |Microsoft Edge is designed with significant security improvements over existing browsers, helping to defend people from increasingly sophisticated and prevalent web-based attacks against Windows. | ## Interoperability goals and enterprise guidance From b66385f5ee2a3df8f63de7bd855aa610120c854e Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 25 May 2016 09:30:29 -0700 Subject: [PATCH 005/114] Updated security topic based on tech review --- .../security-enhancements-microsoft-edge.md | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/browsers/edge/security-enhancements-microsoft-edge.md b/browsers/edge/security-enhancements-microsoft-edge.md index d3c7bce812..0de7d4ca94 100644 --- a/browsers/edge/security-enhancements-microsoft-edge.md +++ b/browsers/edge/security-enhancements-microsoft-edge.md @@ -11,23 +11,23 @@ title: Security enhancements for Microsoft Edge (Microsoft Edge for IT Pros) Microsoft Edge is designed with significant security improvements over existing browsers, helping to defend people from increasingly sophisticated and prevalent web-based attacks against Windows. ## Help to protect against web-based security threats -While the web is predominantly a safe environment, there are some sites that have been designed to steal money and personal information. Thieves by nature don’t care about rules, and will use any means to take advantage of victims, most often using trickery or hacking: +While most websites are safe, some sites have been designed to steal personal information or gain access to your system’s resources. Thieves by nature don’t care about rules, and will use any means to take advantage of victims, most often using trickery or hacking: -- **Trickery.** Means using things like “phishing” attacks to convince a person to enter a banking password into a website that looks like the bank, but isn't. +- **Trickery.** Means using things like “phishing” attacks to convince a person to enter a banking password into a website that looks like the bank, but isn’t. -- **Hacking.** Means attacking a person through malformed content that exploits subtle flaws in a browser, or in various browser extensions, such as video decoders. This exploit lets an attacker run code on a person’s device, taking over first their browsing session, and perhaps ultimately the entire device. +- **Hacking.** Means attacking a system through malformed content that exploits subtle flaws in a browser, or in various browser extensions, such as video decoders. This exploit lets an attacker run code on a device, taking over first a browsing session, and perhaps ultimately the entire device. While trickery and hacking are threats faced by every browser, it’s important that we explore how Microsoft Edge addresses these threats and is helping make the web a safer experience. ### Windows Hello -Phishing scams gets people to enter passwords into a fake version of a trusted website, such as a bank. Our current attempts to identify legitimate websites through the HTTPS lock symbol and the EV Cert green bar have met with only limited success. Attackers are just too competent at faking legitimate experiences for more people to notice the difference. +Phishing scams get people to enter passwords into a fake version of a trusted website, such as a bank. Attempts to identify legitimate websites through the HTTPS lock symbol and the EV Cert green bar have met with only limited success, since attackers are too good at faking legitimate experiences for many people to notice the difference. To really address this problem, we need to stop people from entering plain-text passwords into websites. So in Windows 10, we gave you [Windows Hello](http://blogs.windows.com/bloggingwindows/2015/03/17/making-windows-10-more-personal-and-more-secure-with-windows-hello/) technology with asymmetric cryptography that authenticates both the person and the website. Microsoft Edge is the first browser to natively support Windows Hello as a more personal, seamless, and secure way to authenticate on the web, powered by an early implementation of the [Web Authentication (formerly FIDO 2.0 Web API) specification](http://w3c.github.io/webauthn/). ### Microsoft SmartScreen -Microsoft SmartScreen, using both Windows 10 and Microsoft Edge, helps to defend against phishing by performing reputation checks on visited sites; blocking any sites that are thought to be phishing sites. SmartScreen also helps to defend against people being tricked into installing malicious [socially-engineered software downloads](http://operationstech.about.com/od/glossary/g/Socially-Engineered-Malware.htm) and against [drive-by attacks](https://blogs.windows.com/msedgedev/2015/12/16/smartscreen-drive-by-improvements/), malicious web attacks that tend to start on trusted websites, targeting security vulnerabilities in commonly used software. +Microsoft SmartScreen, used in both Windows 10 and Microsoft Edge, helps to defend against phishing by performing reputation checks on visited sites and blocking any sites that are thought to be phishing sites. SmartScreen also helps to defend people against being tricked into installing malicious [socially-engineered software downloads](http://operationstech.about.com/od/glossary/g/Socially-Engineered-Malware.htm) and against [drive-by attacks](https://blogs.windows.com/msedgedev/2015/12/16/smartscreen-drive-by-improvements/). Drive-by attacks are malicious web-based attacks that compromise your system by targeting security vulnerabilities in commonly used software, and may be hosted on trusted sites. **Note**
Both Microsoft Edge and Internet Explorer 11 help to prevent drive-by attacks on Windows 10. @@ -51,46 +51,46 @@ The Microsoft EdgeHTML engine also helps to defend against trickery through thes While Microsoft Edge has done much to help defend against trickery, it’s also undergone a major overhaul of the DOM representation in the browser’s memory, allowing the code to be more resistant to attacks that attempt to subvert the browser, like in many hacking attempts. ### Microsoft Edge is now a 64-bit app -The largest security change to Microsoft Edge is that we’ve made it a Universal Windows app. By changing the browser to an app, it fundamentally changes the process model so that both the outer manager process and the assorted content processes all live within app container sandboxes; providing reliable and trustworthy behavior along with additional isolation and protection from outside attacks. +The largest security change to Microsoft Edge is that we’ve made it a Universal Windows app. By changing the browser to an app, it fundamentally changes the process model so that both the outer manager process and the assorted content processes all live within AppContainer sandboxes; providing reliable and trustworthy behavior along with additional isolation and protection from outside attacks. -Additionally, Microsoft Edge has been updated to run in 64-bit not just by default, but anytime it’s running on a 64-bit operating system. Because Microsoft Edge doesn’t support legacy ActiveX controls or 3rd-party binary extensions, there’s no longer a reason to run 32-bit processes. +Additionally, Microsoft Edge has been updated to run in 64-bit not just by default, but anytime it’s running on a 64-bit operating system. Because Microsoft Edge doesn’t support legacy ActiveX controls or 3rd-party binary extensions, there’s no longer a reason to run 32-bit processes on a 64-bit system. #### 64-bit processes and Address Space Layout Randomization (ASLR) Strengthening Windows Address Space Layout Randomization (ASLR) provides significant advantages to 64-bit processes in general, and browser processes specifically, making it much more difficult for attackers to inject malicious code into a browser process through a coding exploit. -ASLR randomizes the memory layout of the browser processes, making it much harder for attackers to hit precise memory locations. In turn, 64-bit processes make ASLR much more effective by making the address space exponentially larger and therefore, more difficult for attackers to find the sensitive memory components they’re looking for. +ASLR randomizes the memory layout of the browser processes, making it much harder for attackers to hit precise memory locations. In turn, 64-bit processes make ASLR much more effective by making the address space exponentially larger and, therefore, more difficult for attackers to find the sensitive memory components they’re looking for. -### All web content runs in an app container sandbox +### All web content runs in an AppContainer sandbox Internet Explorer 7 on Windows Vista was the first web browser to provide a browsing sandbox, called [Protected Mode](http://windows.microsoft.com/en-US/windows-vista/What-does-Internet-Explorer-protected-mode-do). Protected Mode forced the part of the browser that rendered web content to run with less privilege than the browser controls or the user, providing a level of isolation and protection should a malicious website attempt to exploit a bug in the browser or one of its plug-ins. Internet Explorer 10 introduced Enhanced Protected Mode (EPM), based on the Windows 8 technology, providing an even stronger sandbox, using deny-by-default and no-read-up semantics. EPM was turned on by default in the Windows 8 and Windows 8.1 immersive browser, but was optional on the Internet Explorer 10 and Internet Explorer 11 desktop versions. -Microsoft Edge takes EPM even farther, running its content processes in app containers not just by default, but all of the time. Because Microsoft Edge doesn’t support 3rd party binary extensions, there’s no reason for it to run outside of the containers, making it the most secure client-side app sandbox in Windows. +Microsoft Edge takes EPM even farther, running its content processes in AppContainers not just by default, but all of the time. Because Microsoft Edge doesn’t support 3rd party binary extensions, there’s no reason for it to run outside of the containers, ensuring that Microsoft Edge is more secure. ### New extension model and HTML5 support Back in 1996, we introduced ActiveX for web browser extensions in an attempt to let 3rd parties experiment with various forms of alternate content on the web. However, we quickly learned that browser extensions can come at a cost of security and reliability. For example, binary extensions can bring code and data into the browser’s processes without any protection, meaning that if anything goes wrong, the entire browser itself can be compromised or go down. -Our answer to this problem was to create an extension model with less shared state between the browser and its extensions. Meaning that Microsoft Edge doesn’t support [Vector Markup Language, VBScript, JScript, Toolbars, Browser Helper Objects, or ActiveX](http://blogs.windows.com/msedgedev/2015/05/06/a-break-from-the-past-part-2-saying-goodbye-to-activex-vbscript-attachevent/). However, with the use and support of HTML5, the need for those extensions has been greatly reduced, allowing sites to be as full-functioning across browsers as before, without the same potential risks. +Our answer to this problem was to create an extension model with fewer shared states between the browser and its extensions. Microsoft Edge doesn’t support [Vector Markup Language, VBScript, JScript, Toolbars, Browser Helper Objects, or ActiveX](http://blogs.windows.com/msedgedev/2015/05/06/a-break-from-the-past-part-2-saying-goodbye-to-activex-vbscript-attachevent/). However, with the use and support of HTML5, the need for those extensions has been greatly reduced, allowing sites to be as full-functioning as before, without the same potential risks. If you still want to have more extensibility beyond what’s provided by HTML5, you can see the [Microsoft Edge Extensions](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/extensions/) documentation for a modern, HTML/JS/CSS-based extension model. Extensions can be disabled through [Group Policy or Mobile Data Management (MDM)](https://technet.microsoft.com/itpro/microsoft-edge/available-policies) policies. ### Reduced attack surfaces -In addition to removing support for VBScript, Jscript, VML, Browser Helper Objects, Toolbars, and ActiveX controls, Microsoft Edge also has no support for legacy Internet Explorer [document modes](https://msdn.microsoft.com/en-us/library/jj676915.aspx). This means that the browser is much more secure than before. However, it also means that it’s not as backward compatible as before. +In addition to removing support for VBScript, Jscript, VML, Browser Helper Objects, Toolbars, and ActiveX controls, Microsoft Edge also has no support for legacy Internet Explorer [document modes](https://msdn.microsoft.com/en-us/library/jj676915.aspx). Having a significantly reduced attack surface means that the browser is much more secure than before. However, it also means that it’s not as backward compatible as before. -Because of that, we’ve given Microsoft Edge the ability to automatically fall back to Internet Explorer 11, using the Enterprise Mode Site List, for any apps that need backwards compatibility. +Because of the reduced backward compatibility, we’ve given Microsoft Edge the ability to automatically fall back to Internet Explorer 11, using the Enterprise Mode Site List, for any apps that need backwards compatibility. ### Code integrity and image loading restrictions Microsoft Edge content processes support code integrity and image load restrictions, helping to prevent malicious DLLs from loading or being injected into the content processes. Only [properly signed images](https://blogs.windows.com/msedgedev/2015/11/17/microsoft-edge-module-code-integrity/) are allowed to load into Microsoft Edge. Binaries on remote devices (such as, UNC or WebDAV) can’t be loaded. ### Memory corruption mitigations -Memory corruption happens most frequently to apps written in C or C++ because the languages don’t provide type safety or buffer overflow protection. Broadly speaking, memory corruption attacks happen when an attacker provides malformed info to a program and the program can’t handle it, causing the program’s memory state to corrupt and to allow the attacker to take control of the program. +Memory corruption happens most frequently to apps written in C or C++ because those languages don’t provide type safety or buffer overflow protection. Broadly speaking, memory corruption attacks happen when an attacker provides malformed info to a program and the program can’t handle it, causing the program’s memory state to corrupt and to allow the attacker to take control of the program. Over the years, a broad variety of mitigations have been created around memory corruption, but even as these mitigations roll out, attackers adapt and invent new ways to attack. At the same time, we’ve responded with new memory safety defenses, mitigating the most common new forms of attack, including and especially [use-after-free (UAF)](http://cwe.mitre.org/data/definitions/416.html) vulnerabilities. #### Memory Garbage Collector (MemGC) mitigation MemGC is a memory garbage collection system that helps to defend the browser from UAF vulnerabilities by taking the responsibility for freeing memory away from the programmer and instead automating it, only freeing memory when the automation detects that there are no more references left pointing to a given block of memory. -**Note**
MemGC is the replacement for Memory Protector, currently turned on for both Microsoft Edge and Internet Explorer 11. +**Note**
MemGC is the replacement for Memory Protector, currently turned on for both Microsoft Edge on Windows 10 and Internet Explorer 11 on Windows 7 and newer. #### Control Flow Guard Ultimately, attackers use memory corruption attacks to gain control of the CPU program counter so that they can jump to any code location they want. Control Flow Guard is a Microsoft Visual Studio technology that compiles checks around code that performs indirect jumps based on a pointer, restricting those jumps to only go to function entry points with known addresses. This makes attacker take-overs much more difficult by severely constraining where a memory corruption attack can jump to. From b0380380e2c1bd04427129d0f21c78767e3eaa9d Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Wed, 25 May 2016 14:40:13 -0700 Subject: [PATCH 006/114] SH updates --- ...-deployment-surface-hub-device-accounts.md | 4 +-- .../surface-hub/troubleshoot-surface-hub.md | 30 +------------------ ...fully-qualified-domain-name-surface-hub.md | 7 +++++ 3 files changed, 10 insertions(+), 31 deletions(-) create mode 100644 devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md diff --git a/devices/surface-hub/online-deployment-surface-hub-device-accounts.md b/devices/surface-hub/online-deployment-surface-hub-device-accounts.md index 1afd55621a..17807fe6e1 100644 --- a/devices/surface-hub/online-deployment-surface-hub-device-accounts.md +++ b/devices/surface-hub/online-deployment-surface-hub-device-accounts.md @@ -53,7 +53,7 @@ If you have a pure, online (O365) deployment, then you can [use the provided Pow ```PowerShell Set-Mailbox $acctUpn -Type Regular - Set-CASMailbox $acctUpn -ActiveSyncMailboxPolicy $easPolicy + Set-CASMailbox $acctUpn -ActiveSyncMailboxPolicy $easPolicy.Id Set-Mailbox $acctUpn -Type Room Set-Mailbox $credNewAccount.UserName -RoomMailboxPassword $credNewAccount.Password -EnableRoomMailboxAccount $true ``` @@ -62,7 +62,7 @@ If you have a pure, online (O365) deployment, then you can [use the provided Pow ```PowerShell Set-CalendarProcessing -Identity $acctUpn -AutomateProcessing AutoAccept -AddOrganizerToSubject $false –AllowConflicts $false –DeleteComments $false -DeleteSubject $false -RemovePrivateProperty $false - Set-CalendarProcessing -Identity $acctUpn -AddAdditionalResponse $true -AdditionalResponse "This is a room!" + Set-CalendarProcessing -Identity $acctUpn -AddAdditionalResponse $true -AdditionalResponse "This is a Surface Hub room!" ``` 5. Connect to Azure AD. diff --git a/devices/surface-hub/troubleshoot-surface-hub.md b/devices/surface-hub/troubleshoot-surface-hub.md index 1a55de269c..a88a65eb95 100644 --- a/devices/surface-hub/troubleshoot-surface-hub.md +++ b/devices/surface-hub/troubleshoot-surface-hub.md @@ -441,7 +441,7 @@ Possible fixes for issues with Surface Hub first-run program. ## Exchange ActiveSync errors -This section liss status codes, mapping, user messages, and actions an admin can take to solve Exchange ActiveSync errors. +This section lists status codes, mapping, user messages, and actions an admin can take to solve Exchange ActiveSync errors. @@ -449,12 +449,10 @@ This section liss status codes, mapping, user messages, and actions an admin can - - @@ -463,21 +461,18 @@ This section liss status codes, mapping, user messages, and actions an admin can - - - @@ -486,105 +481,90 @@ This section liss status codes, mapping, user messages, and actions an admin can - - - - - - - - - - - - - - - - - @@ -607,34 +585,29 @@ This section liss status codes, mapping, user messages, and actions an admin can - - - - - @@ -642,7 +615,6 @@ This section liss status codes, mapping, user messages, and actions an admin can - diff --git a/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md b/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md new file mode 100644 index 0000000000..35ca714892 --- /dev/null +++ b/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md @@ -0,0 +1,7 @@ +--- +title: Use fully qualified doman name with Surface Hub +description: Troubleshoot common problems, including setup issues, Exchange ActiveSync errors. +ms.assetid: CF58F74D-8077-48C3-981E-FCFDCA34B34A +keywords: ["Troubleshoot common problems", "setup issues", "Exchange ActiveSync errors"] +author: TrudyHa +--- \ No newline at end of file From f76f61bccb4037ba678cdcb092bec5ce9b425a56 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Thu, 26 May 2016 09:39:48 -0700 Subject: [PATCH 007/114] Updated based on tech reviews --- .../security-enhancements-microsoft-edge.md | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/browsers/edge/security-enhancements-microsoft-edge.md b/browsers/edge/security-enhancements-microsoft-edge.md index 0de7d4ca94..d407ce7d7c 100644 --- a/browsers/edge/security-enhancements-microsoft-edge.md +++ b/browsers/edge/security-enhancements-microsoft-edge.md @@ -41,31 +41,32 @@ Microsoft Edge has a new rendering engine, Microsoft EdgeHTML, which is focused The Microsoft EdgeHTML engine also helps to defend against trickery through these new security standards features: -- Support for the W3C standard and the [Content Security Policy (CSP) specification](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/security/content-Security-Policy). Both of which can help developers defend against cross-site scripting attacks. +- Support for the W3C standard for [Content Security Policy (CSP)](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/security/content-Security-Policy), which can help web developers defend their sites against cross-site scripting attacks. - Support for the [HTTP Strict Transport Security (HSTS)](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/security/HSTS/) security feature (IETF-standard compliant). This helps ensure that connections to important sites, such as to your bank, are always secured. + **Note**
+ Both Microsoft Edge and Internet Explorer 11 support HSTS. + - Support for the [Meta referrer](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/security/meta-referrer/) tag, which specifies what info should be passed through the HTTP header to any request sent from a webpage. ## Help against hacking While Microsoft Edge has done much to help defend against trickery, it’s also undergone a major overhaul of the DOM representation in the browser’s memory, allowing the code to be more resistant to attacks that attempt to subvert the browser, like in many hacking attempts. ### Microsoft Edge is now a 64-bit app -The largest security change to Microsoft Edge is that we’ve made it a Universal Windows app. By changing the browser to an app, it fundamentally changes the process model so that both the outer manager process and the assorted content processes all live within AppContainer sandboxes; providing reliable and trustworthy behavior along with additional isolation and protection from outside attacks. +The largest security change to Microsoft Edge is that it's designed like a Universal Windows app. By changing the browser to an app, it fundamentally changes the process model so that both the outer manager process and the assorted content processes all live within AppContainer sandboxes; helping to provide the user and the platform with the [confidence](http://blogs.msdn.com/b/b8/archive/2012/05/17/delivering-reliable-and-trustworthy-metro-style-apps.aspx) provided by other Windows store apps. -Additionally, Microsoft Edge has been updated to run in 64-bit not just by default, but anytime it’s running on a 64-bit operating system. Because Microsoft Edge doesn’t support legacy ActiveX controls or 3rd-party binary extensions, there’s no longer a reason to run 32-bit processes on a 64-bit system. - -#### 64-bit processes and Address Space Layout Randomization (ASLR) -Strengthening Windows Address Space Layout Randomization (ASLR) provides significant advantages to 64-bit processes in general, and browser processes specifically, making it much more difficult for attackers to inject malicious code into a browser process through a coding exploit. - -ASLR randomizes the memory layout of the browser processes, making it much harder for attackers to hit precise memory locations. In turn, 64-bit processes make ASLR much more effective by making the address space exponentially larger and, therefore, more difficult for attackers to find the sensitive memory components they’re looking for. - -### All web content runs in an AppContainer sandbox +#### All web content runs in an app container sandbox Internet Explorer 7 on Windows Vista was the first web browser to provide a browsing sandbox, called [Protected Mode](http://windows.microsoft.com/en-US/windows-vista/What-does-Internet-Explorer-protected-mode-do). Protected Mode forced the part of the browser that rendered web content to run with less privilege than the browser controls or the user, providing a level of isolation and protection should a malicious website attempt to exploit a bug in the browser or one of its plug-ins. -Internet Explorer 10 introduced Enhanced Protected Mode (EPM), based on the Windows 8 technology, providing an even stronger sandbox, using deny-by-default and no-read-up semantics. EPM was turned on by default in the Windows 8 and Windows 8.1 immersive browser, but was optional on the Internet Explorer 10 and Internet Explorer 11 desktop versions. +Internet Explorer 10 introduced Enhanced Protected Mode (EPM), based on the Windows 8 app container technology, providing an even stronger sandbox by adding deny-by-default and no-read-up semantics. EPM was turned on by default in the Windows 8 and Windows 8.1 immersive browser, but was optional on the Internet Explorer 10 and Internet Explorer 11 desktop versions. -Microsoft Edge takes EPM even farther, running its content processes in AppContainers not just by default, but all of the time. Because Microsoft Edge doesn’t support 3rd party binary extensions, there’s no reason for it to run outside of the containers, ensuring that Microsoft Edge is more secure. +Microsoft Edge takes the sandbox even farther, running its content processes in app containers not just by default, but all of the time. Because Microsoft Edge doesn’t support 3rd party binary extensions, there’s no reason for it to run outside of the containers, ensuring that Microsoft Edge is more secure. + +#### 64-bit processes and Address Space Layout Randomization (ASLR) +We've updated Microsoft Edge to run in 64-bit not just by default, but anytime it’s running on a 64-bit operating system. Because Microsoft Edge doesn’t support legacy ActiveX controls or 3rd-party binary extensions, there’s no longer a reason to run 32-bit processes on a 64-bit system. + +The value of running 64-bit all the time is that it strengthens Windows Address Space Layout Randomization (ASLR). ASLR randomizes the memory layout of the browser processes, making it much harder for attackers to hit precise memory locations. In turn, 64-bit processes make ASLR much more effective by making the address space exponentially larger and, therefore, more difficult for attackers to find the sensitive memory components they’re looking for. ### New extension model and HTML5 support Back in 1996, we introduced ActiveX for web browser extensions in an attempt to let 3rd parties experiment with various forms of alternate content on the web. However, we quickly learned that browser extensions can come at a cost of security and reliability. For example, binary extensions can bring code and data into the browser’s processes without any protection, meaning that if anything goes wrong, the entire browser itself can be compromised or go down. @@ -75,15 +76,15 @@ Our answer to this problem was to create an extension model with fewer shared st If you still want to have more extensibility beyond what’s provided by HTML5, you can see the [Microsoft Edge Extensions](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/extensions/) documentation for a modern, HTML/JS/CSS-based extension model. Extensions can be disabled through [Group Policy or Mobile Data Management (MDM)](https://technet.microsoft.com/itpro/microsoft-edge/available-policies) policies. ### Reduced attack surfaces -In addition to removing support for VBScript, Jscript, VML, Browser Helper Objects, Toolbars, and ActiveX controls, Microsoft Edge also has no support for legacy Internet Explorer [document modes](https://msdn.microsoft.com/en-us/library/jj676915.aspx). Having a significantly reduced attack surface means that the browser is much more secure than before. However, it also means that it’s not as backward compatible as before. +In addition to removing support for VBScript, Jscript, VML, Browser Helper Objects, Toolbars, and ActiveX controls, Microsoft Edge also removed support for legacy Internet Explorer [document modes](https://msdn.microsoft.com/en-us/library/jj676915.aspx). Because many IE browser vulnerabilities are only present in legacy document modes, removing support for document modes significantly reduces attack surface, making the browser much more secure than before. However, it also means that it’s not as backward compatible. -Because of the reduced backward compatibility, we’ve given Microsoft Edge the ability to automatically fall back to Internet Explorer 11, using the Enterprise Mode Site List, for any apps that need backwards compatibility. +Because of the reduced backward compatibility, we’ve given Microsoft Edge the ability to automatically fall back to Internet Explorer 11, using the Enterprise Mode Site List, for any apps that need backward compatibility. ### Code integrity and image loading restrictions Microsoft Edge content processes support code integrity and image load restrictions, helping to prevent malicious DLLs from loading or being injected into the content processes. Only [properly signed images](https://blogs.windows.com/msedgedev/2015/11/17/microsoft-edge-module-code-integrity/) are allowed to load into Microsoft Edge. Binaries on remote devices (such as, UNC or WebDAV) can’t be loaded. ### Memory corruption mitigations -Memory corruption happens most frequently to apps written in C or C++ because those languages don’t provide type safety or buffer overflow protection. Broadly speaking, memory corruption attacks happen when an attacker provides malformed info to a program and the program can’t handle it, causing the program’s memory state to corrupt and to allow the attacker to take control of the program. +Memory corruption happens most frequently to apps written in C or C++ because those languages don’t provide type safety or buffer overflow protection. Broadly speaking, memory corruption attacks happen when an attacker provides malformed input to a program and the program can’t handle it, corrupting the program’s memory state and allowing the attacker to take control of the program. Over the years, a broad variety of mitigations have been created around memory corruption, but even as these mitigations roll out, attackers adapt and invent new ways to attack. At the same time, we’ve responded with new memory safety defenses, mitigating the most common new forms of attack, including and especially [use-after-free (UAF)](http://cwe.mitre.org/data/definitions/416.html) vulnerabilities. @@ -101,7 +102,7 @@ Ultimately, attackers use memory corruption attacks to gain control of the CPU p We’ve spent countless hours reviewing, testing, and using Microsoft Edge to make sure that you’re more protected than ever before. #### Fuzzing/Static Analysis -We’ve devoted more than 320 machine-years to fuzz testing Microsoft Edge and Internet Explorer during product development, including monitoring for possible exceptions such as crashes or memory leaks. We’ve also generated more than 100-billion DOM manipulations from 230-million non-unique HTML files. That’s a 3x scale increase over previous product testing. Because of all of this, hundreds of security issues were addressed before the product shipped. +We’ve devoted more than 670 machine-years to fuzz testing Microsoft Edge and Internet Explorer during product development, including monitoring for possible exceptions such as crashes or memory leaks. We’ve also generated more than 400-billion DOM manipulations from 1-billion HTML files. Because of all of this, hundreds of security issues were addressed before the product shipped. #### Code Review & Penetration Testing Over 70 end-to-end security engagements reviewed all key features, helping to address security implementation and design issues before shipping. From da86b7455b3f42a1228ecd9223d698a07ee35b79 Mon Sep 17 00:00:00 2001 From: saldana Date: Thu, 2 Jun 2016 17:17:41 -0700 Subject: [PATCH 008/114] Delete index.md --- education/index.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 education/index.md diff --git a/education/index.md b/education/index.md deleted file mode 100644 index 0bd9ced4cc..0000000000 --- a/education/index.md +++ /dev/null @@ -1 +0,0 @@ -#OP Testing file From 464266d46ae9382a9a9ed38bb3a2522f184f3f14 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 8 Jun 2016 10:52:02 -0700 Subject: [PATCH 009/114] Changing name of tool from OS-based to Version-based --- ...ist-using-the-version-2-schema-and-enterprise-mode-tool.md | 2 +- ...mode-site-list-using-the-version-2-enterprise-mode-tool.md | 2 +- .../collect-data-using-enterprise-site-discovery.md | 2 +- ...mode-site-list-in-the-enterprise-mode-site-list-manager.md | 2 +- ...e-site-list-using-the-enterprise-mode-site-list-manager.md | 2 +- ...de-site-list-from-the-enterprise-mode-site-list-manager.md | 2 +- ...pat-issues-with-doc-modes-and-enterprise-mode-site-list.md | 2 +- ...on-problems-using-the-enterprise-mode-site-list-manager.md | 2 +- .../import-into-the-enterprise-mode-site-list-manager.md | 2 +- ...mode-site-list-in-the-enterprise-mode-site-list-manager.md | 2 +- ...te-list-to-xml-in-the-enterprise-mode-site-list-manager.md | 2 +- ...mode-site-list-in-the-enterprise-mode-site-list-manager.md | 2 +- .../set-up-enterprise-mode-logging-and-data-collection.md | 2 +- .../turn-on-enterprise-mode-and-use-a-site-list.md | 2 +- .../use-the-enterprise-mode-site-list-manager-tool.md | 4 ++-- .../ie11-deploy-guide/using-enterprise-mode.md | 2 +- .../ie11-deploy-guide/what-is-enterprise-mode.md | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md index 16c1a764fb..2fe12649c2 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md @@ -102,7 +102,7 @@ You can save the file locally or to a network share. However, you must make sure After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md). ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (Schema, version 2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md index 098937190a..bf9129455a 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md @@ -65,7 +65,7 @@ You can save the file locally or to a network share. However, you must make sure After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md). ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md b/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md index 4d6f071016..f9a4e1e69c 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md +++ b/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md @@ -378,7 +378,7 @@ You can completely remove the data stored on your employee’s computers. - `Remove-Item -Path 'HKCU:\Software\Microsoft\Internet Explorer\WMITelemetry'`  ## Related topics -* [Enterprise Mode Site List Manager for Windows 10 download](http://go.microsoft.com/fwlink/?LinkId=746562) +* [Enterprise Mode Site List Manager (schema v.2) download](http://go.microsoft.com/fwlink/?LinkId=746562) * [Enterprise Mode for Internet Explorer 11 (IE11)](enterprise-mode-overview-for-ie11.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index ec0a98d0e3..ce346a950f 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -32,7 +32,7 @@ If you delete a site by mistake, you’ll need to manually add it back using the - [Add sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md index 16c7670957..fa032e609d 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md @@ -36,7 +36,7 @@ If your change passes validation, it’s added to the global site list. If the u You can save the file locally or to a network share. However, you must make sure you deploy it to the location specified in your registry key. For more information about the registry key, see [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md). ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md index 08b19154e2..54f2b42ad6 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md @@ -32,7 +32,7 @@ This file is not intended for distribution to your managed devices. Instead, it ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md index 54453d9b83..40ec129f60 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md @@ -92,7 +92,7 @@ By default, IE11 uses the **Display intranet sites in Compatibility View** setti To help you move forward, you can now use the Enterprise Mode site list to specify sites or web paths to use the IE7 document mode, which goes down to IE5 “Quirks” mode if the page doesn’t have an explicit `DOCTYPE` tag. Using this document mode effectively helps you provide the Compatibility View functionality for single sites or a group of sites, which after thorough testing, can help you turn off Compatibility View as the default setting for your intranet sites. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md index 051b4acaaf..a5922aa183 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md @@ -31,7 +31,7 @@ There are typically 3 types of errors you’ll see: Another possibility is that redirection happens multiple times, with an intermediary site experiencing compatibility issues. For example, an employee types a short URL that then redirects multiple times, finally ending up on a non-intranet site. In this situation, you might want to add the intermediary URLs to your Enterprise Mode site list, in case there’s logic in one of them that has compatibility issues. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md index e504c8029b..da4f314660 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md @@ -33,7 +33,7 @@ Importing your file overwrites everything that’s currently in the tool, so mak 3. Review the alert message about all of your entries being overwritten. If you still want to import the file, click **Yes**. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index 03e34ca328..a463d3d91d 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -31,7 +31,7 @@ This is a permanent removal and erases everything. However, if you determine it 2. Click **Yes** in the warning message.

Your sites are all cleared from your list. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md index 20b7daca7a..8a59f8d3a9 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md @@ -29,7 +29,7 @@ You can save your current Enterprise Mode compatibility site list as an XML file The first time a user starts Internet Explorer 11 on a managed device; Internet Explorer will look for a new version of the site list at the specified location. If the browser finds an updated site list, IE downloads the new XML site list and uses it. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index fcfcfe5767..f1026e8c42 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -27,7 +27,7 @@ You can search to see if a specific site already appears in your global Enterpri The search query searches all of the text. For example, entering *“micro”* will return results like, www.microsoft.com, microsoft.com, and microsoft.com/images. Wildcard characters aren’t supported. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md index ae2f3d8cc7..24f8034702 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md +++ b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md @@ -141,7 +141,7 @@ If you have errors while you’re publishing your project, you should try to upd You may need to do some additional package cleanup to remove older package versions. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [What is Enterprise Mode?](what-is-enterprise-mode.md) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md index 5aaf827d87..73c2972d0b 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md @@ -52,7 +52,7 @@ Turning this setting on also requires you to create and store a site list. For m All of your managed devices must have access to this location if you want them to be able to access and use Enterprise Mode and your site list. For information about how to create and use an Enterprise Mode site list, see [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md). ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) - [Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) diff --git a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md index 7d7f5c25dc..027012b5a8 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md @@ -24,7 +24,7 @@ Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, lett You can use IE11 and the Enterprise Mode Site List Manager tool to add individual website domains and domain paths and to specify whether the site renders using Enterprise Mode or the default mode. ## Enterprise Mode Site List Manager tool versions -There are currently two versions of the Enterprise Site List Manager tool, both based on your schema and operating system. Download the [Enterprise Mode Site List Manager for Windows 10](http://go.microsoft.com/fwlink/p/?LinkId=716853) tool or the [Enterprise Mode Site List Manager for Windows 7 and Windows 8.1](http://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system. +There are currently two versions of the Enterprise Site List Manager tool, both based on your schema and operating system. Download the [Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager for Windows 7 and Windows 8.1](http://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system. |Operating system |Schema version |Enterprise Site List Manager tool version | |-----------------|---------------|------------------------------------| @@ -52,7 +52,7 @@ The following topics give you more information about the things that you can do ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md) - [Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 devices](enterprise-mode-schema-version-1-guidance.md) diff --git a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md index b47ac2397c..6b146c95a1 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md @@ -43,7 +43,7 @@ For instructions about how to add IE7 Enterprise Mode or IE8 Enterprise Mode to For instructions and more info about how to fix your compatibility issues using Enterprise Mode, see [Fix web compatibility issues using document modes and the Enterprise Mode site list](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md). ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md index af00defb04..04cc4e55c0 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md @@ -30,7 +30,7 @@ Enterprise Mode includes the following features: - **Improved web app and website compatibility.** Through improved emulation, Enterprise Mode lets many legacy web apps run unmodified on IE11, supporting a number of site patterns that aren’t currently supported by existing document modes. - **Tool-based management for website lists.** Use the Enterprise Mode Site List Manager tool to add website domains and domain paths and to specify whether a site renders using Enterprise Mode.

-Download the [Enterprise Mode Site List Manager for Windows 10](http://go.microsoft.com/fwlink/p/?LinkId=716853) tool or the [Enterprise Mode Site List Manager for Windows 7 and Windows 8.1](http://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system and schema. +Download the [Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager for Windows 7 and Windows 8.1](http://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system and schema. - **Centralized control.** You can specify the websites or web apps to interpret using Enterprise Mode, through an XML file on a website or stored locally. Domains and paths within those domains can be treated differently, allowing granular control. Use Group Policy to let users turn Enterprise Mode on or off from the **Tools** menu and to decide whether the Enterprise browser profile appears on the **Emulation** tab of the F12 developer tools.

**Important**
All centrally-made decisions override any locally-made choices.  From 5f9481ad1d08ef5fbb21f7dc2ac80105e83c08a6 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 8 Jun 2016 10:57:13 -0700 Subject: [PATCH 010/114] Updated for changes to schema name --- ...using-the-version-1-schema-and-enterprise-mode-tool.md | 2 +- ...-site-list-using-the-version-1-enterprise-mode-tool.md | 2 +- ...-site-list-in-the-enterprise-mode-site-list-manager.md | 2 +- ...te-list-using-the-enterprise-mode-site-list-manager.md | 2 +- ...ite-list-from-the-enterprise-mode-site-list-manager.md | 2 +- ...issues-with-doc-modes-and-enterprise-mode-site-list.md | 2 +- ...roblems-using-the-enterprise-mode-site-list-manager.md | 2 +- .../import-into-the-enterprise-mode-site-list-manager.md | 2 +- ...-site-list-in-the-enterprise-mode-site-list-manager.md | 2 +- ...ist-to-xml-in-the-enterprise-mode-site-list-manager.md | 2 +- ...-site-list-in-the-enterprise-mode-site-list-manager.md | 2 +- .../set-up-enterprise-mode-logging-and-data-collection.md | 2 +- .../turn-on-enterprise-mode-and-use-a-site-list.md | 6 +++--- .../use-the-enterprise-mode-site-list-manager-tool.md | 8 ++++---- .../ie11-deploy-guide/using-enterprise-mode.md | 2 +- .../ie11-deploy-guide/what-is-enterprise-mode.md | 2 +- 16 files changed, 21 insertions(+), 21 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md index 1b86656cdc..a47518e1e6 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md @@ -97,7 +97,7 @@ After you’ve added all of your sites to the tool and saved the file to XML, yo ## Related topics - [Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update devices](enterprise-mode-schema-version-1-guidance.md) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md index 9f05233368..cf3d413b8a 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md @@ -51,7 +51,7 @@ You can save the file locally or to a network share. However, you must make sure After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md). ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index ce346a950f..2228a67ab8 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -33,7 +33,7 @@ If you delete a site by mistake, you’ll need to manually add it back using the ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md index fa032e609d..cfa792238f 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md @@ -37,7 +37,7 @@ You can save the file locally or to a network share. However, you must make sure ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md index 54f2b42ad6..a95775e694 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md @@ -33,7 +33,7 @@ This file is not intended for distribution to your managed devices. Instead, it ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md index 40ec129f60..bcfc3c782b 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md @@ -93,7 +93,7 @@ To help you move forward, you can now use the Enterprise Mode site list to speci ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md index a5922aa183..28695185ab 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md @@ -32,7 +32,7 @@ Another possibility is that redirection happens multiple times, with an intermed ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md index da4f314660..d6014c81cb 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md @@ -34,7 +34,7 @@ Importing your file overwrites everything that’s currently in the tool, so mak ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index a463d3d91d..fbaaae22d7 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -32,7 +32,7 @@ This is a permanent removal and erases everything. However, if you determine it ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md index 8a59f8d3a9..3341bcfe1e 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md @@ -30,7 +30,7 @@ The first time a user starts Internet Explorer 11 on a managed device; Internet ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index f1026e8c42..3011e4b986 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -28,7 +28,7 @@ The search query searches all of the text. For example, entering *“micro”* w ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md index 24f8034702..0897b4281d 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md +++ b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md @@ -142,7 +142,7 @@ You may need to do some additional package cleanup to remove older package versi ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [What is Enterprise Mode?](what-is-enterprise-mode.md) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) - [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md) diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md index 73c2972d0b..b9be19f223 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md @@ -53,9 +53,9 @@ Turning this setting on also requires you to create and store a site list. For m ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) -- [Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md index 027012b5a8..40d5be6aa8 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md @@ -24,7 +24,7 @@ Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, lett You can use IE11 and the Enterprise Mode Site List Manager tool to add individual website domains and domain paths and to specify whether the site renders using Enterprise Mode or the default mode. ## Enterprise Mode Site List Manager tool versions -There are currently two versions of the Enterprise Site List Manager tool, both based on your schema and operating system. Download the [Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager for Windows 7 and Windows 8.1](http://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system. +There are currently two versions of the Enterprise Site List Manager tool, both based on your schema and operating system. Download the [Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system. |Operating system |Schema version |Enterprise Site List Manager tool version | |-----------------|---------------|------------------------------------| @@ -53,9 +53,9 @@ The following topics give you more information about the things that you can do - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md) -- [Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 devices](enterprise-mode-schema-version-1-guidance.md) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) +- [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md index 6b146c95a1..fe3a04e961 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md @@ -44,7 +44,7 @@ For instructions and more info about how to fix your compatibility issues using ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md index 04cc4e55c0..dd4b1645ac 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md @@ -30,7 +30,7 @@ Enterprise Mode includes the following features: - **Improved web app and website compatibility.** Through improved emulation, Enterprise Mode lets many legacy web apps run unmodified on IE11, supporting a number of site patterns that aren’t currently supported by existing document modes. - **Tool-based management for website lists.** Use the Enterprise Mode Site List Manager tool to add website domains and domain paths and to specify whether a site renders using Enterprise Mode.

-Download the [Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager for Windows 7 and Windows 8.1](http://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system and schema. +Download the [Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378), based on your operating system and schema. - **Centralized control.** You can specify the websites or web apps to interpret using Enterprise Mode, through an XML file on a website or stored locally. Domains and paths within those domains can be treated differently, allowing granular control. Use Group Policy to let users turn Enterprise Mode on or off from the **Tools** menu and to decide whether the Enterprise browser profile appears on the **Emulation** tab of the F12 developer tools.

**Important**
All centrally-made decisions override any locally-made choices.  From 8c83884deb2aa17566143edf9091260b46cb5743 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 8 Jun 2016 11:09:45 -0700 Subject: [PATCH 011/114] Updated for schema naming --- ...-version-1-schema-and-enterprise-mode-tool.md | 8 ++++---- ...-version-2-schema-and-enterprise-mode-tool.md | 16 +++++++++------- ...t-using-the-version-1-enterprise-mode-tool.md | 6 +++--- ...t-using-the-version-2-enterprise-mode-tool.md | 8 ++++---- ...t-in-the-enterprise-mode-site-list-manager.md | 4 ++-- ...sing-the-enterprise-mode-site-list-manager.md | 2 +- .../enterprise-mode-overview-for-ie11.md | 4 ++-- .../enterprise-mode-schema-version-1-guidance.md | 2 +- .../enterprise-mode-schema-version-2-guidance.md | 8 ++++---- ...th-doc-modes-and-enterprise-mode-site-list.md | 2 +- ...t-in-the-enterprise-mode-site-list-manager.md | 2 +- ...nterprise-mode-logging-and-data-collection.md | 2 +- ...the-enterprise-mode-site-list-manager-tool.md | 12 ++++++------ .../ie11-deploy-guide/using-enterprise-mode.md | 8 ++++---- 14 files changed, 43 insertions(+), 41 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md index a47518e1e6..560e690ee6 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md @@ -6,10 +6,10 @@ ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool (Internet Explorer 11 for IT Pros) --- -# Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool +# Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool **Applies to:** @@ -18,7 +18,7 @@ title: Add multiple sites to the Enterprise Mode site list using a file and the You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Enterprise Mode Site List Manager tool. You can only add specific URLs, not Internet or Intranet Zones. -If you want to add your websites one at a time, see Add sites to the [Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). +If you want to add your websites one at a time, see Add sites to the [Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). ## Create an Enterprise Mode site list (TXT) file You can create and use a custom text file to add multiple sites to your Enterprise Mode site list at the same time.

**Important**
This text file is only lets you add multiple sites at the same time. You can’t use this file to deploy Enterprise Mode into your company. @@ -37,7 +37,7 @@ bing.com/images ``` ## Create an Enterprise Mode site list (XML) file using the v.1 version of the Enterprise Mode schema -You can create and use a custom XML file with the Enterprise Mode Site List Manager tool to add multiple sites to your Enterprise Mode site list at the same time. For more info about the v.1 version of the Enterprise Mode schema, see [Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 devices](enterprise-mode-schema-version-1-guidance.md). +You can create and use a custom XML file with the Enterprise Mode Site List Manager tool to add multiple sites to your Enterprise Mode site list at the same time. For more info about the v.1 version of the Enterprise Mode schema, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). Each XML file must include: diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md index 2fe12649c2..b7035e73f8 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md @@ -6,10 +6,10 @@ ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool (Internet Explorer 11 for IT Pros) --- -# Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool +# Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool **Applies to:** @@ -17,11 +17,13 @@ title: Add multiple sites to the Enterprise Mode site list using a file and the You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Windows 10 Enterprise Mode Site List Manager tool. You can only add specific URLs, not Internet or Intranet Zones. -To add your websites one at a time, see [Add sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). +To add your websites one at a time, see [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). ## Create an Enterprise Mode site list (TXT) file -You can create and use a custom text file with the Windows 10 Enterprise Mode Site List Manager tool to add multiple sites to your Enterprise Mode site list at the same time.

**Important:**
This text file is only lets you add multiple sites at the same time. You can’t use this file to deploy Enterprise Mode into your company. +You can create and use a custom text file with the Enterprise Mode Site List Manager (schema v.2) tool to add multiple sites to your Enterprise Mode site list at the same time. + +>**Important:**
This text file is only lets you add multiple sites at the same time. You can’t use this file to deploy Enterprise Mode into your company. You must separate each site using commas or carriage returns. For example: @@ -50,7 +52,7 @@ Each XML file must include: ### Enterprise Mode v.2 XML schema example -The following is an example of what your XML file should look like when you’re done adding your sites. For more info about how to create your XML file, see [Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md). +The following is an example of what your XML file should look like when you’re done adding your sites. For more info about how to create your XML file, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md). ``` @@ -102,8 +104,8 @@ You can save the file locally or to a network share. However, you must make sure After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md). ## Related topics -- [Download the Enterprise Mode Site List Manager (Schema, version 2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md) +- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md index cf3d413b8a..73badc6ad8 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md @@ -6,10 +6,10 @@ ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Add sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) tool (Internet Explorer 11 for IT Pros) --- -# Add single sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool +# Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) tool **Applies to:** @@ -23,7 +23,7 @@ Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, lett ## Adding a site to your compatibility list You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager tool. -

**Note**
If you're using Windows 10 and the v.2 version of the Enterprise Mode schema, you'll need to use the Windows 10 Enterprise Mode Site List Manager tool. For more info, see [Add sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). +

**Note**
If you're using Windows 10 and the v.2 version of the Enterprise Mode schema, you'll need to use the Windows 10 Enterprise Mode Site List Manager tool. For more info, see [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). ![](images/wedge.gif) **To add a site to your compatibility list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool** diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md index bf9129455a..5e59870ab2 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md @@ -6,10 +6,10 @@ ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Add sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool (Internet Explorer 11 for IT Pros) --- -# Add single sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool +# Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool **Applies to:** @@ -17,11 +17,11 @@ title: Add sites to the Enterprise Mode site list using the Windows 10 Enterpris Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that’s designed to emulate either Windows Internet Explorer 8 or Windows Internet Explorer 7, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer.

**Important**
You can only add specific URLs, not Internet or Intranet Zones. -

**Note**
If you need to include a lot of sites, instead of adding them one at a time, you can create a list of websites and add them all at the same time. For more information, see the [Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system. +

**Note**
If you need to include a lot of sites, instead of adding them one at a time, you can create a list of websites and add them all at the same time. For more information, see the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system. ## Adding a site to your compatibility list You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager tool.

-**Note**
If you're using Windows 7 and Windows 8.1 or the v.1 version of the Enterprise Mode schema, you'll need to use the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool. For more info, see [Add sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). +**Note**
If you're using Windows 7 and Windows 8.1 or the v.1 version of the Enterprise Mode schema, you'll need to use the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool. For more info, see [Add sites to the Enterprise Mode site list using the WEnterprise Mode Site List Manager (schema v.1) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). ![](images/wedge.gif) **To add a site to your compatibility list using the Windows 10 Enterprise Mode Site List Manager tool** diff --git a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index 2228a67ab8..d6e0b129c3 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -27,9 +27,9 @@ The site is permanently removed from your list. If you delete a site by mistake, you’ll need to manually add it back using the instructions in the following topics, based on operating system. -- [Add sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) +- [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) -- [Add sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) +- [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) diff --git a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md index cfa792238f..befe3897dd 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md @@ -21,7 +21,7 @@ title: Edit the Enterprise Mode site list using the Enterprise Mode Site List Ma You can use Internet Explorer 11 and the Enterprise Mode Site List Manager tool to change whether page rendering should use Enterprise Mode or the default Internet Explorer browser configuration. You can also add, remove, or delete associated comments. -If you need to edit a lot of websites, you probably don’t want to do it one at a time. Instead, you can edit your saved XML or TXT file and add the sites back again. For information about how to do this, depending on your operating system and schema version, see [Add multiple sites to the Enterprise Mode site list using a file and Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md). +If you need to edit a lot of websites, you probably don’t want to do it one at a time. Instead, you can edit your saved XML or TXT file and add the sites back again. For information about how to do this, depending on your operating system and schema version, see [Add multiple sites to the Enterprise Mode site list using a file and Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md). ![](images/wedge.gif) **To change how your page renders** diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md index 5581dc3c60..0254ab2152 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md @@ -27,8 +27,8 @@ Use the topics in this section to learn how to set up and use Enterprise Mode an |[What is Enterprise Mode?](what-is-enterprise-mode.md) |Includes descriptions of the features of Enterprise Mode. | |[Set up Enterprise Mode logging and data collection](set-up-enterprise-mode-logging-and-data-collection.md) |Guidance about how to turn on local control of Enterprise Mode and how to use ASP or the GitHub sample to collect data from your local computers. | |[Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md) |Guidance about how to turn on Enterprise Mode and set up a site list, using Group Policy or the registry. | -|[Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md) |Guidance about how to write the XML for your site list, including what not to include, how to use trailing slashes, and info about how to target specific sites. | -|[Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 devices](enterprise-mode-schema-version-1-guidance.md) |Guidance about how to write the XML for your site list, including what not to include, how to use trailing slashes, and info about how to target specific sites. | +|[Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) |Guidance about how to write the XML for your site list, including what not to include, how to use trailing slashes, and info about how to target specific sites. | +|[Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) |Guidance about how to write the XML for your site list, including what not to include, how to use trailing slashes, and info about how to target specific sites. | |[Check for a new Enterprise Mode site list xml file](check-for-new-enterprise-mode-site-list-xml-file.md) |Guidance about how the Enterprise Mode functionality looks for your updated site list. | |[Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md) |Guidance about how to turn on local control of Enterprise Mode, using Group Policy or the registry.| |[Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) |Guidance about how to use the Enterprise Mode Site List Manager tool, including how to add and update sites on your site list. | diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md index 69bf767c22..c8b74ed45e 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md @@ -18,7 +18,7 @@ title: Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update Use the Enterprise Mode Site List Manager tool to create and update your Enterprise Mode site list for devices running Windows 7 or Windows 8.1 Update. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. -If you're using a Windows 10-based device, we strongly recommend moving to the new schema, v.2. For more info, see [Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md). +If you're using a Windows 10-based device, we strongly recommend moving to the new schema, v.2. For more info, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md). ## Enterprise Mode schema v.1 example The following is an example of the Enterprise Mode schema v.1. This schema can run on devices running Windows 7, Windows 8.1, and Windows 10. diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md index 43b3031513..46a039c0aa 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md @@ -6,10 +6,10 @@ ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Enterprise Mode schema v.2 guidance for Windows 10-based devices (Internet Explorer 11 for IT Pros) +title: Enterprise Mode schema v.2 guidance (Internet Explorer 11 for IT Pros) --- -# Enterprise Mode schema v.2 guidance for Windows 10-based devices +# Enterprise Mode schema v.2 guidance **Applies to:** @@ -18,7 +18,7 @@ title: Enterprise Mode schema v.2 guidance for Windows 10-based devices (Interne Use the Enterprise Mode Site List Manager tool to create and update your site list for devices running Windows 10, using the version 2.0 (v.2) of the Enterprise Mode schema. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. **Important**
-These schema updates only apply to devices running Windows 10. For devices running Windows 7 or Windows 8.1, see [Enterprise Mode schema guidance for Windows 7 and Windows 8.1 devices](enterprise-mode-schema-version-1-guidance.md). +These schema updates only apply to devices running Windows 10. For devices running Windows 7 or Windows 8.1, see [Enterprise Mode schema guidance](enterprise-mode-schema-version-1-guidance.md). ## Enterprise Mode schema v.2 updates Because of the schema changes, you can't combine the old version (v.1) with the new version (v.2) of the schema. If you look at your XML file, you can tell which version you're using by: @@ -249,7 +249,7 @@ With: While the old, replaced attributes aren't supported in the v.2 version of the schema, they'll continue to work in the v.1 version of the schema. If, however, you're using the v.2 version of the schema and these attributes are still there, the v.2 version schema takes precedence. We don’t recommend combining the two schemas, and instead recommend that you move to the v.2 version of the schema to take advantage of the new features. **Important**
-Saving your v.1 version of the file using the new Enterprise Mode Site List Manager tool for Windows 10 automatically updates the XML to the new v.2 version of the schema. +Saving your v.1 version of the file using the new Enterprise Mode Site List Manager (schema v.2) tool automatically updates the XML to the new v.2 version of the schema. ### What not to include in your schema We recommend that you not add any of the following items to your schema because they can make your compatibility list behave in unexpected ways: diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md index bcfc3c782b..a8933eae80 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md @@ -46,7 +46,7 @@ If that doesn’t work, continue down to the next lowest document mode, stopping After you’ve figured out the document mode that fixes your compatibility problems, you can add the site to your Enterprise Mode site list. **Note**
-There are two versions of the Enterprise Mode site list schema and the Enterprise Mode Site List Manager tool, based on your operating system. For more info about the schemas, see [Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md) or [Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 devices](enterprise-mode-schema-version-1-guidance.md). For more info about the different site list management tools, see [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md). +There are two versions of the Enterprise Mode site list schema and the Enterprise Mode Site List Manager tool, based on your operating system. For more info about the schemas, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) or [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). For more info about the different site list management tools, see [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md). ![](images/wedge.gif) **To add your site to the site list** diff --git a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index fbaaae22d7..bd98422dc5 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -22,7 +22,7 @@ title: Remove all sites from your Enterprise Mode site list using the Enterprise You can clear all of the sites from your global Enterprise Mode site list. **Important**   -This is a permanent removal and erases everything. However, if you determine it was a mistake, and you saved an XML copy of your list, you can add the file again by following the steps in the [Add multiple sites to the Enterprise Mode site list using a file and Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md), depending on your operating system. +This is a permanent removal and erases everything. However, if you determine it was a mistake, and you saved an XML copy of your list, you can add the file again by following the steps in the [Add multiple sites to the Enterprise Mode site list using a file and Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md), depending on your operating system. ![](images/wedge.gif) **To clear your compatibility list** diff --git a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md index 0897b4281d..f60e50c9d2 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md +++ b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md @@ -27,7 +27,7 @@ The **Let users turn on and use Enterprise Mode from the Tools menu** setting al ![group policy to turn on enterprise mode](images/ie-emie-grouppolicy.png) -Getting these reports lets you find out about sites that aren’t working right, so you can add them to your Enterprise Mode site list, without having to locate them all yourself. For more information about creating and using a site list, see the [Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system. +Getting these reports lets you find out about sites that aren’t working right, so you can add them to your Enterprise Mode site list, without having to locate them all yourself. For more information about creating and using a site list, see the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system. ## Using ASP to collect your data When you turn logging on, you need a valid URL that points to a server that can be listened to for updates to a user’s registry key. This means you need to set up an endpoint server for the incoming POST messages, which are sent every time the user turns Enterprise Mode on or off from the **Tools** menu. diff --git a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md index 40d5be6aa8..57346539e5 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md @@ -28,18 +28,18 @@ There are currently two versions of the Enterprise Site List Manager tool, both |Operating system |Schema version |Enterprise Site List Manager tool version | |-----------------|---------------|------------------------------------| -|Windows 10 |Enterprise Mode schema, version 2 (v.2)

-OR-

Enterprise Mode schema, version 1 (v.1) |Windows 10 supports both versions of the enterprise mode schema. However, the Windows 10 Enterprise Mode Site List Manager tool only supports the v.2 version of the schema. If you import a v.1 version schema into the Windows 10 Enterprise Mode Site List Manager tool, it will save the XML into the v.2 version of the schema.

For more info about the different schema versions, see [Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md) | -|Windows 7

-OR-

Windows 8.1 |Enterprise Mode schema v.1 |Uses the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool.

For more info about the different schema versions, see [Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 devices](enterprise-mode-schema-version-1-guidance.md) | +|Windows 10 |Enterprise Mode schema, version 2 (v.2)

-OR-

Enterprise Mode schema, version 1 (v.1) |Windows 10 supports both versions of the enterprise mode schema. However, the Windows 10 Enterprise Mode Site List Manager tool only supports the v.2 version of the schema. If you import a v.1 version schema into the Windows 10 Enterprise Mode Site List Manager tool, it will save the XML into the v.2 version of the schema.

For more info about the different schema versions, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) | +|Windows 7

-OR-

Windows 8.1 |Enterprise Mode schema v.1 |Uses the Enterprise Mode Site List Manager (schema v.1) tool.

For more info about the different schema versions, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) | ## Using the Enterprise Mode Site List Manager tool The following topics give you more information about the things that you can do with the Enterprise Mode Site List Manager tool. |Topic |Description | |------|------------| -|[Add sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) |How to add websites to your site list using the Windows 10 Enterprise Mode Site List Manager. | -|[Add sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) |How to add websites to your site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. | -|[Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Windows 10 Enterprise Mode Site List Manager. | -|[Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. | +|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) |How to add websites to your site list using the Windows 10 Enterprise Mode Site List Manager. | +|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) |How to add websites to your site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. | +|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Windows 10 Enterprise Mode Site List Manager. | +|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. | |[Edit the Enterprise Mode site list using the Enterprise Mode Site List Manager tool](edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md) |How to edit the compatibility mode for specific websites.

This topic applies to both versions of the Enterprise Mode Site List Manager tool. | |[Fix validation problems using the Enterprise Mode Site List Manager tool](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md) |How to fix common site list validation errors.

This topic applies to both versions of the Enterprise Mode Site List Manager tool. | |[Search your Enterprise Mode site list in the Enterprise Mode Site List Manager tool](search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) |How to look to see if a site is already in your global Enterprise Mode site list.

This topic applies to both versions of the Enterprise Mode Site List Manager tool. | diff --git a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md index fe3a04e961..809ba27d3f 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md @@ -32,13 +32,13 @@ Because we’ve added the IE7 Enterprise Mode option, we’ve had to rename the ## Turning on and using IE7 Enterprise Mode or IE8 Enterprise Mode For instructions about how to add IE7 Enterprise Mode or IE8 Enterprise Mode to your webpages and apps, see: -- [Add single sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) +- [Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) -- [Add single sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) +- [Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) -- [Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) -- [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) For instructions and more info about how to fix your compatibility issues using Enterprise Mode, see [Fix web compatibility issues using document modes and the Enterprise Mode site list](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md). From 903966662c4526696a755e481f6d27884ff8ba8d Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 8 Jun 2016 11:11:50 -0700 Subject: [PATCH 012/114] Updated for schema renaming --- ...ist-using-the-version-1-schema-and-enterprise-mode-tool.md | 4 ++-- .../enterprise-mode-schema-version-1-guidance.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md index 560e690ee6..d7c41a5e83 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md @@ -48,7 +48,7 @@ Each XML file must include: - **<docMode> tag.**This tag specifies the domains and domain paths that need either to appear using the specific doc mode you assigned to the site. Enterprise Mode takes precedence over document modes, so sites that are already included in the Enterprise Mode site list won’t be affected by this update and will continue to load in Enterprise Mode, as usual. For more specific info about using document modes, see [Fix web compatibility issues using document modes and the Enterprise Mode site list](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md). ### Enterprise Mode v.1 XML schema example -The following is an example of what your XML file should look like when you’re done adding your sites. For more info about how to create your XML file, see [Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update devices](enterprise-mode-schema-version-1-guidance.md). +The following is an example of what your XML file should look like when you’re done adding your sites. For more info about how to create your XML file, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). ``` @@ -96,7 +96,7 @@ You can save the file locally or to a network share. However, you must make sure After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md). ## Related topics -- [Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update devices](enterprise-mode-schema-version-1-guidance.md) +- [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) - [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md index c8b74ed45e..38ea5a1665 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md @@ -6,10 +6,10 @@ ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update devices (Internet Explorer 11 for IT Pros) +title: Enterprise Mode schema v.1 guidance (Internet Explorer 11 for IT Pros) --- -# Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update devices +# Enterprise Mode schema v.1 guidance **Applies to:** From 4fb68067fa9e24ac06b6455d3dd3dd9f4d1a32f5 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 8 Jun 2016 11:30:43 -0700 Subject: [PATCH 013/114] Updated for schema naming --- .../change-history-for-internet-explorer-11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md b/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md index cd0ed579af..4c2c70f40c 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md @@ -13,4 +13,4 @@ This topic lists new and updated topics in the Internet Explorer 11 documentatio |New or changed topic | Description | |----------------------|-------------| -|[Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update devices](enterprise-mode-schema-version-1-guidance.md) | Added info about using <emie> and <docMode> together. | \ No newline at end of file +|[Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) | Added info about using <emie> and <docMode> together. | \ No newline at end of file From b57927ff172a10b7139d7c4ae3dd7343a3f77bac Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 10 Jun 2016 09:03:49 -0700 Subject: [PATCH 014/114] Removed "tool" from the EmIE List Manager --- ...rsion-1-schema-and-enterprise-mode-tool.md | 24 ++++----- ...rsion-2-schema-and-enterprise-mode-tool.md | 26 +++++----- ...sing-the-version-1-enterprise-mode-tool.md | 16 +++--- ...sing-the-version-2-enterprise-mode-tool.md | 16 +++--- ...ct-data-using-enterprise-site-discovery.md | 4 +- ...n-the-enterprise-mode-site-list-manager.md | 10 ++-- ...g-the-enterprise-mode-site-list-manager.md | 16 +++--- .../enterprise-mode-overview-for-ie11.md | 6 +-- ...terprise-mode-schema-version-1-guidance.md | 4 +- ...terprise-mode-schema-version-2-guidance.md | 10 ++-- ...m-the-enterprise-mode-site-list-manager.md | 10 ++-- ...doc-modes-and-enterprise-mode-site-list.md | 16 +++--- ...g-the-enterprise-mode-site-list-manager.md | 12 ++--- ...o-the-enterprise-mode-site-list-manager.md | 6 +-- .../ie11-deploy-guide/index.md | 2 +- ...n-the-enterprise-mode-site-list-manager.md | 8 +-- ...n-the-enterprise-mode-site-list-manager.md | 6 +-- ...n-the-enterprise-mode-site-list-manager.md | 8 +-- ...rprise-mode-logging-and-data-collection.md | 8 +-- .../turn-off-enterprise-mode.md | 2 +- ...-on-enterprise-mode-and-use-a-site-list.md | 12 ++--- ...-enterprise-mode-site-list-manager-tool.md | 50 +++++++++---------- .../using-enterprise-mode.md | 14 +++--- .../what-is-enterprise-mode.md | 4 +- 24 files changed, 145 insertions(+), 145 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md index d7c41a5e83..46dd6b75ee 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md @@ -1,24 +1,24 @@ --- -description: You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the Bulk add from file area of the Enterprise Mode Site List Manager tool. +description: You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the Bulk add from file area of the Enterprise Mode Site List Manager. ms.assetid: 20aF07c4-051a-451f-9c46-5a052d9Ae27c author: eross-msft ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool (Internet Explorer 11 for IT Pros) +title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) (Internet Explorer 11 for IT Pros) --- -# Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool +# Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) **Applies to:** - Windows 8.1 - Windows 7 -You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Enterprise Mode Site List Manager tool. You can only add specific URLs, not Internet or Intranet Zones. +You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Enterprise Mode Site List Manager. You can only add specific URLs, not Internet or Intranet Zones. -If you want to add your websites one at a time, see Add sites to the [Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). +If you want to add your websites one at a time, see Add sites to the [Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). ## Create an Enterprise Mode site list (TXT) file You can create and use a custom text file to add multiple sites to your Enterprise Mode site list at the same time.

**Important**
This text file is only lets you add multiple sites at the same time. You can’t use this file to deploy Enterprise Mode into your company. @@ -37,7 +37,7 @@ bing.com/images ``` ## Create an Enterprise Mode site list (XML) file using the v.1 version of the Enterprise Mode schema -You can create and use a custom XML file with the Enterprise Mode Site List Manager tool to add multiple sites to your Enterprise Mode site list at the same time. For more info about the v.1 version of the Enterprise Mode schema, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). +You can create and use a custom XML file with the Enterprise Mode Site List Manager to add multiple sites to your Enterprise Mode site list at the same time. For more info about the v.1 version of the Enterprise Mode schema, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). Each XML file must include: @@ -75,17 +75,17 @@ The following is an example of what your XML file should look like when you’re ``` -To make sure your site list is up-to-date; wait 65 seconds after opening IE and then check that the `CurrentVersion` value in the `HKEY\CURRENT\USER\Software\Microsoft\Internet Explorer\Main\EnterpriseMode\` registry key matches the version number in your file.

**Important**
If `CurrentVersion` is not set or is wrong, it means that the XML parsing failed. This can mean that the XML file isn’t there, that there are access problems, or that the XML file format is wrong. Don’t manually change the `CurrentVersion` registry setting. You must make your changes to your site list and then update the list using the import function in the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool. +To make sure your site list is up-to-date; wait 65 seconds after opening IE and then check that the `CurrentVersion` value in the `HKEY\CURRENT\USER\Software\Microsoft\Internet Explorer\Main\EnterpriseMode\` registry key matches the version number in your file.

**Important**
If `CurrentVersion` is not set or is wrong, it means that the XML parsing failed. This can mean that the XML file isn’t there, that there are access problems, or that the XML file format is wrong. Don’t manually change the `CurrentVersion` registry setting. You must make your changes to your site list and then update the list using the import function in the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. -## Add multiple sites to the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool -After you create your .xml or .txt file, you can bulk add the sites to the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool. +## Add multiple sites to the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager +After you create your .xml or .txt file, you can bulk add the sites to the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. ![](images/wedge.gif) **To add multiple sites** -1. In the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool, click **Bulk add from file**. +1. In the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager, click **Bulk add from file**. 2. Go to your site list (either .txt or .xml) to add the included sites to the tool, and then click **Open**.

-Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager tool](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md). +Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md). 3. Click **OK** to close the **Bulk add sites to the list** menu. @@ -97,7 +97,7 @@ After you’ve added all of your sites to the tool and saved the file to XML, yo ## Related topics - [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md index b7035e73f8..0390ad91cb 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md @@ -1,27 +1,27 @@ --- -description: Add multiple sites to your Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool. +description: Add multiple sites to your Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager. ms.assetid: da659ff5-70d5-4852-995e-4df67c4871dd author: eross-msft ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool (Internet Explorer 11 for IT Pros) +title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) (Internet Explorer 11 for IT Pros) --- -# Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool +# Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) **Applies to:** - Windows 10 -You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Windows 10 Enterprise Mode Site List Manager tool. You can only add specific URLs, not Internet or Intranet Zones. +You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Windows 10 Enterprise Mode Site List Manager. You can only add specific URLs, not Internet or Intranet Zones. -To add your websites one at a time, see [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). +To add your websites one at a time, see [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). ## Create an Enterprise Mode site list (TXT) file -You can create and use a custom text file with the Enterprise Mode Site List Manager (schema v.2) tool to add multiple sites to your Enterprise Mode site list at the same time. +You can create and use a custom text file with the Enterprise Mode Site List Manager (schema v.2) to add multiple sites to your Enterprise Mode site list at the same time. >**Important:**
This text file is only lets you add multiple sites at the same time. You can’t use this file to deploy Enterprise Mode into your company. @@ -40,7 +40,7 @@ bing.com/images ## Create an Enterprise Mode site list (XML) file using the v.2 version of the Enterprise Mode schema -You can create and use a custom XML file with the Windows 10 Enterprise Mode Site List Manager tool to add multiple sites to your Enterprise Mode site list at the same time. +You can create and use a custom XML file with the Windows 10 Enterprise Mode Site List Manager to add multiple sites to your Enterprise Mode site list at the same time. Each XML file must include: @@ -83,17 +83,17 @@ In the above example, the following is true: - contoso.com, and all of its domain paths, can use the default compatibility mode for the site. -To make sure your site list is up-to-date; wait 65 seconds after opening IE and then check that the `CurrentVersion` value in the `HKEY\CURRENT\USER\Software\Microsoft\Internet Explorer\Main\EnterpriseMode\` registry key matches the version number in your file.

**Important**
If `CurrentVersion` is not set or is wrong, it means that the XML parsing failed. This can mean that the XML file isn’t there, that there are access problems, or that the XML file format is wrong. Don’t manually change the `CurrentVersion` registry setting. You must make your changes to your site list and then update the list using the import function in the Windows 10 Enterprise Mode Site List Manager tool. +To make sure your site list is up-to-date; wait 65 seconds after opening IE and then check that the `CurrentVersion` value in the `HKEY\CURRENT\USER\Software\Microsoft\Internet Explorer\Main\EnterpriseMode\` registry key matches the version number in your file.

**Important**
If `CurrentVersion` is not set or is wrong, it means that the XML parsing failed. This can mean that the XML file isn’t there, that there are access problems, or that the XML file format is wrong. Don’t manually change the `CurrentVersion` registry setting. You must make your changes to your site list and then update the list using the import function in the Windows 10 Enterprise Mode Site List Manager. -## Add multiple sites to the Windows 10 Enterprise Mode Site List Manager tool -After you create your .xml or .txt file, you can bulk add the sites to the Windows 10 Enterprise Mode Site List Manager tool. +## Add multiple sites to the Windows 10 Enterprise Mode Site List Manager +After you create your .xml or .txt file, you can bulk add the sites to the Windows 10 Enterprise Mode Site List Manager. ![](images/wedge.gif) **To add multiple sites** -1. In the Windows 10 Enterprise Mode Site List Manager tool, click **Bulk add from file**. +1. In the Windows 10 Enterprise Mode Site List Manager, click **Bulk add from file**. 2. Go to your site list (either .txt or .xml) to add the included sites to the tool, and then click **Open**.

-Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager tool](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). +Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). 3. Click **OK** to close the **Bulk add sites to the list** menu. @@ -104,7 +104,7 @@ You can save the file locally or to a network share. However, you must make sure After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md). ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md index 73badc6ad8..0ac9a34ed5 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md @@ -6,10 +6,10 @@ ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) tool (Internet Explorer 11 for IT Pros) +title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) (Internet Explorer 11 for IT Pros) --- -# Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) tool +# Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) **Applies to:** @@ -19,15 +19,15 @@ title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that’s designed to emulate either Windows Internet Explorer 7 or Windows Internet Explorer 8, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer.

**Important**
You can only add specific URLs, not Internet or Intranet Zones. -

**Note**
If you need to include a lot of sites, instead of adding them one at a time, you can create a list of websites and add them all at the same time. For more information, see [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md). +

**Note**
If you need to include a lot of sites, instead of adding them one at a time, you can create a list of websites and add them all at the same time. For more information, see [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and 8.1 Enterprise Mode Site List Manager](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md). ## Adding a site to your compatibility list -You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager tool. -

**Note**
If you're using Windows 10 and the v.2 version of the Enterprise Mode schema, you'll need to use the Windows 10 Enterprise Mode Site List Manager tool. For more info, see [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). +You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager. +

**Note**
If you're using Windows 10 and the v.2 version of the Enterprise Mode schema, you'll need to use the Windows 10 Enterprise Mode Site List Manager. For more info, see [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). - ![](images/wedge.gif) **To add a site to your compatibility list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool** + ![](images/wedge.gif) **To add a site to your compatibility list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager** -1. In the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool, click **Add**. +1. In the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager, click **Add**. 2. Type the URL for the website that’s experiencing compatibility problems, like *<domain>.com* or *<domain>.com*/*<path>* into the **URL** box.

Don't include the `http://` or `https://` designation. The tool automatically tries both versions during validation. @@ -51,7 +51,7 @@ You can save the file locally or to a network share. However, you must make sure After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md). ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md index 5e59870ab2..046be37e24 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md @@ -6,10 +6,10 @@ ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool (Internet Explorer 11 for IT Pros) +title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) (Internet Explorer 11 for IT Pros) --- -# Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool +# Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) **Applies to:** @@ -17,15 +17,15 @@ title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that’s designed to emulate either Windows Internet Explorer 8 or Windows Internet Explorer 7, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer.

**Important**
You can only add specific URLs, not Internet or Intranet Zones. -

**Note**
If you need to include a lot of sites, instead of adding them one at a time, you can create a list of websites and add them all at the same time. For more information, see the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system. +

**Note**
If you need to include a lot of sites, instead of adding them one at a time, you can create a list of websites and add them all at the same time. For more information, see the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system. ## Adding a site to your compatibility list -You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager tool.

-**Note**
If you're using Windows 7 and Windows 8.1 or the v.1 version of the Enterprise Mode schema, you'll need to use the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool. For more info, see [Add sites to the Enterprise Mode site list using the WEnterprise Mode Site List Manager (schema v.1) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). +You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager.

+**Note**
If you're using Windows 7 and Windows 8.1 or the v.1 version of the Enterprise Mode schema, you'll need to use the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. For more info, see [Add sites to the Enterprise Mode site list using the WEnterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). - ![](images/wedge.gif) **To add a site to your compatibility list using the Windows 10 Enterprise Mode Site List Manager tool** + ![](images/wedge.gif) **To add a site to your compatibility list using the Windows 10 Enterprise Mode Site List Manager** -1. In the Windows 10 Enterprise Mode Site List Manager tool, click **Add**. +1. In the Windows 10 Enterprise Mode Site List Manager, click **Add**. 2. Type the URL for the website that’s experiencing compatibility problems, like *<domain>.com* or *<domain>.com*/*<path>* into the **URL** box.

Don't include the `http://` or `https://` designation. The tool automatically tries both versions during validation. @@ -65,7 +65,7 @@ You can save the file locally or to a network share. However, you must make sure After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md). ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md b/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md index f9a4e1e69c..6b9b7a68b1 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md +++ b/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md @@ -339,11 +339,11 @@ You can import this XML data into the correct version of the Enterprise Mode Sit ![](images/wedge.gif) **To add your XML data to your Enterprise Mode site list** -1. Open the Enterprise Mode Site List Manager tool, click **File**, and then click **Bulk add from file**. +1. Open the Enterprise Mode Site List Manager, click **File**, and then click **Bulk add from file**. ![Enterprise Mode Site List Manager with Bulk add from file option](images/bulkadd-emiesitelistmgr.png) 2. Go to your XML file to add the included sites to the tool, and then click **Open**.
-Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager tool](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). +Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). 3. Click **OK** to close the **Bulk add sites to the list** menu. diff --git a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index d6e0b129c3..cf7b6292d5 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -27,14 +27,14 @@ The site is permanently removed from your list. If you delete a site by mistake, you’ll need to manually add it back using the instructions in the following topics, based on operating system. -- [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) +- [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) -- [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) +- [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md index befe3897dd..16b7776d4a 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md @@ -1,5 +1,5 @@ --- -description: You can use Internet Explorer 11 and the Enterprise Mode Site List Manager tool to change whether page rendering should use Enterprise Mode or the default Internet Explorer browser configuration. You can also add, remove, or delete associated comments. +description: You can use Internet Explorer 11 and the Enterprise Mode Site List Manager to change whether page rendering should use Enterprise Mode or the default Internet Explorer browser configuration. You can also add, remove, or delete associated comments. ms.assetid: 76aa9a85-6190-4c3a-bc25-0f914de228ea author: eross-msft ms.prod: IE11 @@ -19,26 +19,26 @@ title: Edit the Enterprise Mode site list using the Enterprise Mode Site List Ma - Windows Server 2012 R2 - Windows Server 2008 R2 with Service Pack 1 (SP1) -You can use Internet Explorer 11 and the Enterprise Mode Site List Manager tool to change whether page rendering should use Enterprise Mode or the default Internet Explorer browser configuration. You can also add, remove, or delete associated comments. +You can use Internet Explorer 11 and the Enterprise Mode Site List Manager to change whether page rendering should use Enterprise Mode or the default Internet Explorer browser configuration. You can also add, remove, or delete associated comments. -If you need to edit a lot of websites, you probably don’t want to do it one at a time. Instead, you can edit your saved XML or TXT file and add the sites back again. For information about how to do this, depending on your operating system and schema version, see [Add multiple sites to the Enterprise Mode site list using a file and Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md). +If you need to edit a lot of websites, you probably don’t want to do it one at a time. Instead, you can edit your saved XML or TXT file and add the sites back again. For information about how to do this, depending on your operating system and schema version, see [Add multiple sites to the Enterprise Mode site list using a file and Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md). ![](images/wedge.gif) **To change how your page renders** -1. In the Enterprise Mode Site List Manager tool, double-click the site you want to change. +1. In the Enterprise Mode Site List Manager, double-click the site you want to change. 2. Change the comment or the compatibility mode option. 3. Click **Save** to validate your changes and to add the updated information to your site list.
-If your change passes validation, it’s added to the global site list. If the update doesn’t pass validation, you’ll get an error message explaining the problem. You’ll then be able to either cancel the update or ignore the validation problem and add it to your list anyway. For more information about fixing validation issues, see [Fix validation problems using the Enterprise Mode Site List Manager tool](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). +If your change passes validation, it’s added to the global site list. If the update doesn’t pass validation, you’ll get an error message explaining the problem. You’ll then be able to either cancel the update or ignore the validation problem and add it to your list anyway. For more information about fixing validation issues, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). 4. On the **File** menu, click **Save to XML**, and save the updated file.
You can save the file locally or to a network share. However, you must make sure you deploy it to the location specified in your registry key. For more information about the registry key, see [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md). ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md index 0254ab2152..b27b011d52 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md @@ -1,5 +1,5 @@ --- -description: Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager tool in your company. +description: Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager in your company. ms.assetid: d52ba8ba-b3c7-4314-ba14-0610e1d8456e author: eross-msft ms.prod: IE11 @@ -19,7 +19,7 @@ title: Enterprise Mode for Internet Explorer 11 (Internet Explorer 11 for IT Pro - Windows Server 2012 R2 - Windows Server 2008 R2 with Service Pack 1 (SP1) -Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager tool in your company. +Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager in your company. ## In this section |Topic |Description | @@ -31,7 +31,7 @@ Use the topics in this section to learn how to set up and use Enterprise Mode an |[Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) |Guidance about how to write the XML for your site list, including what not to include, how to use trailing slashes, and info about how to target specific sites. | |[Check for a new Enterprise Mode site list xml file](check-for-new-enterprise-mode-site-list-xml-file.md) |Guidance about how the Enterprise Mode functionality looks for your updated site list. | |[Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md) |Guidance about how to turn on local control of Enterprise Mode, using Group Policy or the registry.| -|[Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) |Guidance about how to use the Enterprise Mode Site List Manager tool, including how to add and update sites on your site list. | +|[Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) |Guidance about how to use the Enterprise Mode Site List Manager, including how to add and update sites on your site list. | |[Using Enterprise Mode](using-enterprise-mode.md) |Guidance about how to turn on either IE7 Enterprise Mode or IE8 Enterprise Mode. | |[Fix web compatibility issues using document modes and the Enterprise Mode Site List](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md) |Guidance about how to decide and test whether to use document modes or Enterprise Mode to help fix compatibility issues. | |[Remove sites from a local Enterprise Mode site list](remove-sites-from-a-local-enterprise-mode-site-list.md) |Guidance about how to remove websites from a device's local Enterprise Mode site list. | diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md index 38ea5a1665..50fdfa110b 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md @@ -1,5 +1,5 @@ --- -description: Use the Enterprise Mode Site List Manager tool to create and update your Enterprise Mode site list for devices running Windows 7 or Windows 8.1 Update. +description: Use the Enterprise Mode Site List Manager to create and update your Enterprise Mode site list for devices running Windows 7 or Windows 8.1 Update. ms.assetid: 17c61547-82e3-48f2-908d-137a71938823 author: eross-msft ms.prod: IE11 @@ -16,7 +16,7 @@ title: Enterprise Mode schema v.1 guidance (Internet Explorer 11 for IT Pros) - Windows 8.1 - Windows 7 -Use the Enterprise Mode Site List Manager tool to create and update your Enterprise Mode site list for devices running Windows 7 or Windows 8.1 Update. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. +Use the Enterprise Mode Site List Manager to create and update your Enterprise Mode site list for devices running Windows 7 or Windows 8.1 Update. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. If you're using a Windows 10-based device, we strongly recommend moving to the new schema, v.2. For more info, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md). diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md index 46a039c0aa..b8a763ebfa 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md @@ -1,5 +1,5 @@ --- -description: Use the Enterprise Mode Site List Manager tool to create and update your Enterprise Mode site list for devices running Windows 10. +description: Use the Enterprise Mode Site List Manager to create and update your Enterprise Mode site list for devices running Windows 10. ms.assetid: 909ca359-5654-4df9-b9fb-921232fc05f5 author: eross-msft ms.prod: IE11 @@ -15,7 +15,7 @@ title: Enterprise Mode schema v.2 guidance (Internet Explorer 11 for IT Pros) - Windows 10 -Use the Enterprise Mode Site List Manager tool to create and update your site list for devices running Windows 10, using the version 2.0 (v.2) of the Enterprise Mode schema. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. +Use the Enterprise Mode Site List Manager to create and update your site list for devices running Windows 10, using the version 2.0 (v.2) of the Enterprise Mode schema. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. **Important**
These schema updates only apply to devices running Windows 10. For devices running Windows 7 or Windows 8.1, see [Enterprise Mode schema guidance](enterprise-mode-schema-version-1-guidance.md). @@ -27,7 +27,7 @@ Because of the schema changes, you can't combine the old version (v.1) with the - <site-list>. If your schema root node includes this key, you're using the v.2 version of the schema. -You can continue to use the v.1 version of the schema on Windows 10, but you won't have the benefits of the new v.2 version schema updates and new features. Additionally, if you save the v.1 version of the schema in the new Enterprise Mode Site List Manager tool for Windows 10, it will automatically update the file to use the v.2 version of the schema. +You can continue to use the v.1 version of the schema on Windows 10, but you won't have the benefits of the new v.2 version schema updates and new features. Additionally, if you save the v.1 version of the schema in the new Enterprise Mode Site List Manager for Windows 10, it will automatically update the file to use the v.2 version of the schema. ### Enterprise Mode v.2 schema example The following is an example of the v.2 version of the Enterprise Mode schema. @@ -249,7 +249,7 @@ With: While the old, replaced attributes aren't supported in the v.2 version of the schema, they'll continue to work in the v.1 version of the schema. If, however, you're using the v.2 version of the schema and these attributes are still there, the v.2 version schema takes precedence. We don’t recommend combining the two schemas, and instead recommend that you move to the v.2 version of the schema to take advantage of the new features. **Important**
-Saving your v.1 version of the file using the new Enterprise Mode Site List Manager (schema v.2) tool automatically updates the XML to the new v.2 version of the schema. +Saving your v.1 version of the file using the new Enterprise Mode Site List Manager (schema v.2) automatically updates the XML to the new v.2 version of the schema. ### What not to include in your schema We recommend that you not add any of the following items to your schema because they can make your compatibility list behave in unexpected ways: @@ -260,7 +260,7 @@ We recommend that you not add any of the following items to your schema because - Don’t use query strings, ampersands break parsing. ## Related topics -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) diff --git a/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md index a95775e694..0e58b370e3 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md @@ -6,10 +6,10 @@ ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Export your Enterprise Mode site list from the Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Export your Enterprise Mode site list from the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros) --- -# Export your Enterprise Mode site list from the Enterprise Mode Site List Manager tool +# Export your Enterprise Mode site list from the Enterprise Mode Site List Manager **Applies to:** @@ -32,9 +32,9 @@ This file is not intended for distribution to your managed devices. Instead, it ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md index a8933eae80..e42fd4dd18 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md @@ -46,11 +46,11 @@ If that doesn’t work, continue down to the next lowest document mode, stopping After you’ve figured out the document mode that fixes your compatibility problems, you can add the site to your Enterprise Mode site list. **Note**
-There are two versions of the Enterprise Mode site list schema and the Enterprise Mode Site List Manager tool, based on your operating system. For more info about the schemas, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) or [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). For more info about the different site list management tools, see [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md). +There are two versions of the Enterprise Mode site list schema and the Enterprise Mode Site List Manager, based on your operating system. For more info about the schemas, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) or [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). For more info about the different site list management tools, see [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md). ![](images/wedge.gif) **To add your site to the site list** -1. Open the Enterprise Mode Site List Manager tool, and click **Add**. +1. Open the Enterprise Mode Site List Manager, and click **Add**. ![Enterprise Mode Site List Manager, showing the available modes](images/emie-listmgr.png) @@ -58,13 +58,13 @@ There are two versions of the Enterprise Mode site list schema and the Enterpris Similar to Enterprise Mode, you can specify a document mode for a particular web path—such as contoso.com/ERP—or at a domain level. In the above, the entire contoso.com domain loads in Enterprise Mode, while microsoft.com is forced to load into IE8 Document Mode and bing.com loads in IE11. **Note**
-For more information about Enterprise Mode, see [What is Enterprise Mode?](what-is-enterprise-mode.md) For more information about the Enterprise Mode Site List Manager tool and how to add sites to your site list, see [Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md). +For more information about Enterprise Mode, see [What is Enterprise Mode?](what-is-enterprise-mode.md) For more information about the Enterprise Mode Site List Manager and how to add sites to your site list, see [Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md). ### Review your Enterprise Mode site list -Take a look at your Enterprise Mode site list and make sure everything is the way you want it. The next step will be to turn the list on and start to use it in your company. The Enterprise Mode Site List Manager tool will look something like: +Take a look at your Enterprise Mode site list and make sure everything is the way you want it. The next step will be to turn the list on and start to use it in your company. The Enterprise Mode Site List Manager will look something like: -![Enterprise Mode Site List Manager tool, showing the different modes](images/emie-sitelistmgr.png) +![Enterprise Mode Site List Manager, showing the different modes](images/emie-sitelistmgr.png) And the underlying XML code will look something like: @@ -92,9 +92,9 @@ By default, IE11 uses the **Display intranet sites in Compatibility View** setti To help you move forward, you can now use the Enterprise Mode site list to specify sites or web paths to use the IE7 document mode, which goes down to IE5 “Quirks” mode if the page doesn’t have an explicit `DOCTYPE` tag. Using this document mode effectively helps you provide the Compatibility View functionality for single sites or a group of sites, which after thorough testing, can help you turn off Compatibility View as the default setting for your intranet sites. ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md index 28695185ab..51f9d3bd22 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md @@ -6,10 +6,10 @@ ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Fix validation problems using the Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Fix validation problems using the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros) --- -# Fix validation problems using the Enterprise Mode Site List Manager tool +# Fix validation problems using the Enterprise Mode Site List Manager **Applies to:** @@ -19,7 +19,7 @@ title: Fix validation problems using the Enterprise Mode Site List Manager tool - Windows Server 2012 R2 - Windows Server 2008 R2 with Service Pack 1 (SP1) -When you add multiple sites to your Enterprise Mode site list entries, they’re validated by the Enterprise Mode Site List Manager tool before they’re entered into your global list. If a site doesn’t pass validation, you’ll have a couple of options to address it. +When you add multiple sites to your Enterprise Mode site list entries, they’re validated by the Enterprise Mode Site List Manager before they’re entered into your global list. If a site doesn’t pass validation, you’ll have a couple of options to address it. There are typically 3 types of errors you’ll see: @@ -31,9 +31,9 @@ There are typically 3 types of errors you’ll see: Another possibility is that redirection happens multiple times, with an intermediary site experiencing compatibility issues. For example, an employee types a short URL that then redirects multiple times, finally ending up on a non-intranet site. In this situation, you might want to add the intermediary URLs to your Enterprise Mode site list, in case there’s logic in one of them that has compatibility issues. ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md index d6014c81cb..fe6f57b84e 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md @@ -33,9 +33,9 @@ Importing your file overwrites everything that’s currently in the tool, so mak 3. Review the alert message about all of your entries being overwritten. If you still want to import the file, click **Yes**. ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/index.md b/browsers/internet-explorer/ie11-deploy-guide/index.md index 45f8e7349c..84805d1088 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/index.md +++ b/browsers/internet-explorer/ie11-deploy-guide/index.md @@ -31,7 +31,7 @@ Because this content isn't intended to be a step-by-step guide, not all of the s |[List of updated features and tools - Internet Explorer 11 (IE11)](updated-features-and-tools-with-ie11.md) |IE11 includes several new features and tools. This topic includes high-level info about the each of them. | |[Install and Deploy Internet Explorer 11 (IE11)](install-and-deploy-ie11.md) |Use the topics in this section to learn how to customize your Internet Explorer installation package, how to choose the right method for installation, and how to deploy IE into your environment. You can also find more info about your virtualization options for legacy apps. | |[Collect data using Enterprise Site Discovery](collect-data-using-enterprise-site-discovery.md) |Use IE to collect data on computers running Windows Internet Explorer 8 through IE11 on Windows 10, Windows 8.1, or Windows 7. This inventory information helps you build a list of websites used by your company so you can make more informed decisions about your IE deployments, including figuring out which sites might be at risk or require overhauls during future upgrades. | -|[Enterprise Mode for Internet Explorer 11 (IE11)](enterprise-mode-overview-for-ie11.md) |Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager tool in your company. | +|[Enterprise Mode for Internet Explorer 11 (IE11)](enterprise-mode-overview-for-ie11.md) |Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager in your company. | |[Group Policy and Internet Explorer 11 (IE11)](group-policy-and-ie11.md) |Use the topics in this section to learn about Group Policy and how to use it to manage IE. | |[Manage Internet Explorer 11](manage-ie11-overview.md) |Use the topics in this section to learn about how to auto detect your settings, auto configure your configuration settings, and auto configure your proxy configuration settings for IE. | |[Troubleshoot Internet Explorer 11 (IE11)](troubleshoot-ie11.md) |Use the topics in this section to learn how to troubleshoot several of the more common problems experienced with IE. | diff --git a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index bd98422dc5..ffc4bf6435 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -22,7 +22,7 @@ title: Remove all sites from your Enterprise Mode site list using the Enterprise You can clear all of the sites from your global Enterprise Mode site list. **Important**   -This is a permanent removal and erases everything. However, if you determine it was a mistake, and you saved an XML copy of your list, you can add the file again by following the steps in the [Add multiple sites to the Enterprise Mode site list using a file and Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md), depending on your operating system. +This is a permanent removal and erases everything. However, if you determine it was a mistake, and you saved an XML copy of your list, you can add the file again by following the steps in the [Add multiple sites to the Enterprise Mode site list using a file and Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md), depending on your operating system. ![](images/wedge.gif) **To clear your compatibility list** @@ -31,9 +31,9 @@ This is a permanent removal and erases everything. However, if you determine it 2. Click **Yes** in the warning message.

Your sites are all cleared from your list. ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md index 3341bcfe1e..a8434cc9b6 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md @@ -29,9 +29,9 @@ You can save your current Enterprise Mode compatibility site list as an XML file The first time a user starts Internet Explorer 11 on a managed device; Internet Explorer will look for a new version of the site list at the specified location. If the browser finds an updated site list, IE downloads the new XML site list and uses it. ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index 3011e4b986..ead5c3cc84 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -23,13 +23,13 @@ You can search to see if a specific site already appears in your global Enterpri ![](images/wedge.gif) **To search your compatibility list** -- From the Enterprise Mode Site List Manager tool, type part of the URL into the **Search** box.

+- From the Enterprise Mode Site List Manager, type part of the URL into the **Search** box.

The search query searches all of the text. For example, entering *“micro”* will return results like, www.microsoft.com, microsoft.com, and microsoft.com/images. Wildcard characters aren’t supported. ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md index f60e50c9d2..781db93be9 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md +++ b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md @@ -27,7 +27,7 @@ The **Let users turn on and use Enterprise Mode from the Tools menu** setting al ![group policy to turn on enterprise mode](images/ie-emie-grouppolicy.png) -Getting these reports lets you find out about sites that aren’t working right, so you can add them to your Enterprise Mode site list, without having to locate them all yourself. For more information about creating and using a site list, see the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system. +Getting these reports lets you find out about sites that aren’t working right, so you can add them to your Enterprise Mode site list, without having to locate them all yourself. For more information about creating and using a site list, see the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system. ## Using ASP to collect your data When you turn logging on, you need a valid URL that points to a server that can be listened to for updates to a user’s registry key. This means you need to set up an endpoint server for the incoming POST messages, which are sent every time the user turns Enterprise Mode on or off from the **Tools** menu. @@ -141,10 +141,10 @@ If you have errors while you’re publishing your project, you should try to upd You may need to do some additional package cleanup to remove older package versions. ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [What is Enterprise Mode?](what-is-enterprise-mode.md) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) - [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md index 6068c992d8..735c30bcf3 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md @@ -65,7 +65,7 @@ Enterprise Mode is no longer a user option on the **Tools** menu in IE11. Howeve - [What is Enterprise Mode?](what-is-enterprise-mode.md) - [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md) - [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md index b9be19f223..9c904c2546 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md @@ -27,7 +27,7 @@ We recommend that you store and download your website list from a secure web sev ![](images/wedge.gif) **To turn on Enterprise Mode using Group Policy** 1. Open your Group Policy editor and go to the `Administrative Templates\Windows Components\Internet Explorer\Use the Enterprise Mode IE website list` setting.

-Turning this setting on also requires you to create and store a site list. For more information about creating your site list, see the [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) topics. +Turning this setting on also requires you to create and store a site list. For more information about creating your site list, see the [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) topics. ![local group policy editor for using a site list](images/ie-emie-grouppolicysitelist.png) @@ -49,13 +49,13 @@ Turning this setting on also requires you to create and store a site list. For m - **Local file:** `"SiteList"="file:///c:\\Users\\\\Documents\\testList.xml"` - All of your managed devices must have access to this location if you want them to be able to access and use Enterprise Mode and your site list. For information about how to create and use an Enterprise Mode site list, see [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md). + All of your managed devices must have access to this location if you want them to be able to access and use Enterprise Mode and your site list. For information about how to create and use an Enterprise Mode site list, see [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md). ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) -- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md index 57346539e5..78de9a5ba0 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md @@ -1,15 +1,15 @@ --- -description: Use the topics in this section to learn about how to use the Enterprise Mode Site List Manager tool. +description: Use the topics in this section to learn about how to use the Enterprise Mode Site List Manager. ms.assetid: f4dbed4c-08ff-40b1-ab3f-60d3b6e8ec9b author: eross-msft ms.prod: IE11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Use the Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Use the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros) --- -# Use the Enterprise Mode Site List Manager tool +# Use the Enterprise Mode Site List Manager **Applies to:** @@ -21,39 +21,39 @@ title: Use the Enterprise Mode Site List Manager tool (Internet Explorer 11 for Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that’s designed to emulate either Windows Internet Explorer 8 or Windows Internet Explorer 7, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer. -You can use IE11 and the Enterprise Mode Site List Manager tool to add individual website domains and domain paths and to specify whether the site renders using Enterprise Mode or the default mode. +You can use IE11 and the Enterprise Mode Site List Manager to add individual website domains and domain paths and to specify whether the site renders using Enterprise Mode or the default mode. -## Enterprise Mode Site List Manager tool versions -There are currently two versions of the Enterprise Site List Manager tool, both based on your schema and operating system. Download the [Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system. +## Enterprise Mode Site List Manager versions +There are currently two versions of the Enterprise Site List Manager, both based on your schema and operating system. Download the [Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system. -|Operating system |Schema version |Enterprise Site List Manager tool version | +|Operating system |Schema version |Enterprise Site List Manager version | |-----------------|---------------|------------------------------------| -|Windows 10 |Enterprise Mode schema, version 2 (v.2)

-OR-

Enterprise Mode schema, version 1 (v.1) |Windows 10 supports both versions of the enterprise mode schema. However, the Windows 10 Enterprise Mode Site List Manager tool only supports the v.2 version of the schema. If you import a v.1 version schema into the Windows 10 Enterprise Mode Site List Manager tool, it will save the XML into the v.2 version of the schema.

For more info about the different schema versions, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) | -|Windows 7

-OR-

Windows 8.1 |Enterprise Mode schema v.1 |Uses the Enterprise Mode Site List Manager (schema v.1) tool.

For more info about the different schema versions, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) | +|Windows 10 |Enterprise Mode schema, version 2 (v.2)

-OR-

Enterprise Mode schema, version 1 (v.1) |Windows 10 supports both versions of the enterprise mode schema. However, the Windows 10 Enterprise Mode Site List Manager only supports the v.2 version of the schema. If you import a v.1 version schema into the Windows 10 Enterprise Mode Site List Manager, it will save the XML into the v.2 version of the schema.

For more info about the different schema versions, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) | +|Windows 7

-OR-

Windows 8.1 |Enterprise Mode schema v.1 |Uses the Enterprise Mode Site List Manager (schema v.1).

For more info about the different schema versions, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) | -## Using the Enterprise Mode Site List Manager tool -The following topics give you more information about the things that you can do with the Enterprise Mode Site List Manager tool. +## Using the Enterprise Mode Site List Manager +The following topics give you more information about the things that you can do with the Enterprise Mode Site List Manager. |Topic |Description | |------|------------| -|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) |How to add websites to your site list using the Windows 10 Enterprise Mode Site List Manager. | -|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) |How to add websites to your site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. | -|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Windows 10 Enterprise Mode Site List Manager. | -|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. | -|[Edit the Enterprise Mode site list using the Enterprise Mode Site List Manager tool](edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md) |How to edit the compatibility mode for specific websites.

This topic applies to both versions of the Enterprise Mode Site List Manager tool. | -|[Fix validation problems using the Enterprise Mode Site List Manager tool](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md) |How to fix common site list validation errors.

This topic applies to both versions of the Enterprise Mode Site List Manager tool. | -|[Search your Enterprise Mode site list in the Enterprise Mode Site List Manager tool](search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) |How to look to see if a site is already in your global Enterprise Mode site list.

This topic applies to both versions of the Enterprise Mode Site List Manager tool. | -|[Save your site list to XML in the Enterprise Mode Site List Manager tool](save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md) |How to save a site list as XML, so you can deploy and use it with your managed systems.

This topic applies to both versions of the Enterprise Mode Site List Manager tool. | -|[Export your Enterprise Mode site list from the Enterprise Mode Site List Manager tool](export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md) |How to export your site list so you can transfer your data and contents to someone else.

This topic applies to both versions of the Enterprise Mode Site List Manager tool. | -|[Import your Enterprise Mode site list to the Enterprise Mode Site List Manager tool](import-into-the-enterprise-mode-site-list-manager.md) |How to import your site list to replace a corrupted or out-of-date list.

This topic applies to both versions of the Enterprise Mode Site List Manager tool. | -|[Delete sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager tool](delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) |How to delete a website from your site list.

This topic applies to both versions of the Enterprise Mode Site List Manager tool. | -|[Remove all sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager tool](remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) |How to delete all of the websites in a site list.

This topic applies to both versions of the Enterprise Mode Site List Manager tool. | +|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) |How to add websites to your site list using the Windows 10 Enterprise Mode Site List Manager. | +|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) |How to add websites to your site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. | +|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Windows 10 Enterprise Mode Site List Manager. | +|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. | +|[Edit the Enterprise Mode site list using the Enterprise Mode Site List Manager](edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md) |How to edit the compatibility mode for specific websites.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md) |How to fix common site list validation errors.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Search your Enterprise Mode site list in the Enterprise Mode Site List Manager](search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) |How to look to see if a site is already in your global Enterprise Mode site list.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Save your site list to XML in the Enterprise Mode Site List Manager](save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md) |How to save a site list as XML, so you can deploy and use it with your managed systems.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Export your Enterprise Mode site list from the Enterprise Mode Site List Manager](export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md) |How to export your site list so you can transfer your data and contents to someone else.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Import your Enterprise Mode site list to the Enterprise Mode Site List Manager](import-into-the-enterprise-mode-site-list-manager.md) |How to import your site list to replace a corrupted or out-of-date list.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Delete sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager](delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) |How to delete a website from your site list.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Remove all sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager](remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) |How to delete all of the websites in a site list.

This topic applies to both versions of the Enterprise Mode Site List Manager. | ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) - [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md index 809ba27d3f..67e311b659 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md @@ -32,20 +32,20 @@ Because we’ve added the IE7 Enterprise Mode option, we’ve had to rename the ## Turning on and using IE7 Enterprise Mode or IE8 Enterprise Mode For instructions about how to add IE7 Enterprise Mode or IE8 Enterprise Mode to your webpages and apps, see: -- [Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) +- [Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) -- [Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) +- [Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) -- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) -- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) For instructions and more info about how to fix your compatibility issues using Enterprise Mode, see [Fix web compatibility issues using document modes and the Enterprise Mode site list](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md). ## Related topics -- [Download the Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md index dd4b1645ac..4b68d93dd0 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md @@ -29,8 +29,8 @@ Enterprise Mode includes the following features: - **Improved web app and website compatibility.** Through improved emulation, Enterprise Mode lets many legacy web apps run unmodified on IE11, supporting a number of site patterns that aren’t currently supported by existing document modes. -- **Tool-based management for website lists.** Use the Enterprise Mode Site List Manager tool to add website domains and domain paths and to specify whether a site renders using Enterprise Mode.

-Download the [Enterprise Mode Site List Manager (schema v.2) tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager (schema v.1) tool](http://go.microsoft.com/fwlink/p/?LinkID=394378), based on your operating system and schema. +- **Tool-based management for website lists.** Use the Enterprise Mode Site List Manager to add website domains and domain paths and to specify whether a site renders using Enterprise Mode.

+Download the [Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378), based on your operating system and schema. - **Centralized control.** You can specify the websites or web apps to interpret using Enterprise Mode, through an XML file on a website or stored locally. Domains and paths within those domains can be treated differently, allowing granular control. Use Group Policy to let users turn Enterprise Mode on or off from the **Tools** menu and to decide whether the Enterprise browser profile appears on the **Emulation** tab of the F12 developer tools.

**Important**
All centrally-made decisions override any locally-made choices.  From aeb8a6460abd4650eaf94bfc527c3a21ad43db9b Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 10 Jun 2016 09:12:55 -0700 Subject: [PATCH 015/114] Removed "tool" from EmIE List Manager --- browsers/edge/emie-to-improve-compatibility.md | 2 +- ...de-site-list-in-the-enterprise-mode-site-list-manager.md | 2 +- ...site-list-using-the-enterprise-mode-site-list-manager.md | 2 +- .../ie11-deploy-guide/enterprise-mode-overview-for-ie11.md | 2 +- .../enterprise-mode-schema-version-2-guidance.md | 2 +- ...-site-list-from-the-enterprise-mode-site-list-manager.md | 2 +- ...t-issues-with-doc-modes-and-enterprise-mode-site-list.md | 6 +++--- ...-problems-using-the-enterprise-mode-site-list-manager.md | 2 +- .../import-into-the-enterprise-mode-site-list-manager.md | 2 +- ...de-site-list-in-the-enterprise-mode-site-list-manager.md | 2 +- ...-list-to-xml-in-the-enterprise-mode-site-list-manager.md | 2 +- ...de-site-list-in-the-enterprise-mode-site-list-manager.md | 2 +- .../set-up-enterprise-mode-logging-and-data-collection.md | 2 +- .../ie11-deploy-guide/turn-off-enterprise-mode.md | 2 +- .../turn-on-enterprise-mode-and-use-a-site-list.md | 4 ++-- ...tool.md => use-the-enterprise-mode-site-list-manager.md} | 0 .../ie11-deploy-guide/using-enterprise-mode.md | 2 +- 17 files changed, 19 insertions(+), 19 deletions(-) rename browsers/internet-explorer/ie11-deploy-guide/{use-the-enterprise-mode-site-list-manager-tool.md => use-the-enterprise-mode-site-list-manager.md} (100%) diff --git a/browsers/edge/emie-to-improve-compatibility.md b/browsers/edge/emie-to-improve-compatibility.md index b0c566fb90..707f375170 100644 --- a/browsers/edge/emie-to-improve-compatibility.md +++ b/browsers/edge/emie-to-improve-compatibility.md @@ -28,7 +28,7 @@ Microsoft Edge doesn't support ActiveX controls, Browser Helper Objects, VBScrip ![](images/wedge.gif) **To add sites to your list** -1. In the Enterprise Mode Site List Manager tool, click **Add**.

If you already have an existing site list, you can import it into the tool. After it's in the tool, the xml updates the list, checking **Open in IE** for each site. For info about importing the site list, see [Import your Enterprise Mode site list to the Enterprise Mode Site List Manager](http://go.microsoft.com/fwlink/p/?LinkId=618322).

![Enterprise Mode Site List Manager with Open in IE box](images/emie_open_in_ie.png) +1. In the Enterprise Mode Site List Manager, click **Add**.

If you already have an existing site list, you can import it into the tool. After it's in the tool, the xml updates the list, checking **Open in IE** for each site. For info about importing the site list, see [Import your Enterprise Mode site list to the Enterprise Mode Site List Manager](http://go.microsoft.com/fwlink/p/?LinkId=618322).

![Enterprise Mode Site List Manager with Open in IE box](images/emie_open_in_ie.png) 2. Type or paste the URL for the website that’s experiencing compatibility problems, like *<domain>*.com or *<domain>*.com/*<path>* into the **URL** box.

You don’t need to include the `http://` or `https://` designation. The tool will automatically try both versions during validation. diff --git a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index cf7b6292d5..0bb7df0de5 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -34,7 +34,7 @@ If you delete a site by mistake, you’ll need to manually add it back using the ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md index 16b7776d4a..ac60dd9884 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md @@ -38,7 +38,7 @@ You can save the file locally or to a network share. However, you must make sure ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md index b27b011d52..db922941d3 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md @@ -31,7 +31,7 @@ Use the topics in this section to learn how to set up and use Enterprise Mode an |[Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) |Guidance about how to write the XML for your site list, including what not to include, how to use trailing slashes, and info about how to target specific sites. | |[Check for a new Enterprise Mode site list xml file](check-for-new-enterprise-mode-site-list-xml-file.md) |Guidance about how the Enterprise Mode functionality looks for your updated site list. | |[Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md) |Guidance about how to turn on local control of Enterprise Mode, using Group Policy or the registry.| -|[Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) |Guidance about how to use the Enterprise Mode Site List Manager, including how to add and update sites on your site list. | +|[Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md) |Guidance about how to use the Enterprise Mode Site List Manager, including how to add and update sites on your site list. | |[Using Enterprise Mode](using-enterprise-mode.md) |Guidance about how to turn on either IE7 Enterprise Mode or IE8 Enterprise Mode. | |[Fix web compatibility issues using document modes and the Enterprise Mode Site List](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md) |Guidance about how to decide and test whether to use document modes or Enterprise Mode to help fix compatibility issues. | |[Remove sites from a local Enterprise Mode site list](remove-sites-from-a-local-enterprise-mode-site-list.md) |Guidance about how to remove websites from a device's local Enterprise Mode site list. | diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md index b8a763ebfa..4d6b9ef8ee 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md @@ -260,7 +260,7 @@ We recommend that you not add any of the following items to your schema because - Don’t use query strings, ampersands break parsing. ## Related topics -- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md) diff --git a/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md index 0e58b370e3..7908dea6b9 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md @@ -34,7 +34,7 @@ This file is not intended for distribution to your managed devices. Instead, it - [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md index e42fd4dd18..648135706d 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md @@ -46,7 +46,7 @@ If that doesn’t work, continue down to the next lowest document mode, stopping After you’ve figured out the document mode that fixes your compatibility problems, you can add the site to your Enterprise Mode site list. **Note**
-There are two versions of the Enterprise Mode site list schema and the Enterprise Mode Site List Manager, based on your operating system. For more info about the schemas, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) or [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). For more info about the different site list management tools, see [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md). +There are two versions of the Enterprise Mode site list schema and the Enterprise Mode Site List Manager, based on your operating system. For more info about the schemas, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) or [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). For more info about the different site list management tools, see [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md). ![](images/wedge.gif) **To add your site to the site list** @@ -58,7 +58,7 @@ There are two versions of the Enterprise Mode site list schema and the Enterpris Similar to Enterprise Mode, you can specify a document mode for a particular web path—such as contoso.com/ERP—or at a domain level. In the above, the entire contoso.com domain loads in Enterprise Mode, while microsoft.com is forced to load into IE8 Document Mode and bing.com loads in IE11. **Note**
-For more information about Enterprise Mode, see [What is Enterprise Mode?](what-is-enterprise-mode.md) For more information about the Enterprise Mode Site List Manager and how to add sites to your site list, see [Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md). +For more information about Enterprise Mode, see [What is Enterprise Mode?](what-is-enterprise-mode.md) For more information about the Enterprise Mode Site List Manager and how to add sites to your site list, see [Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md). ### Review your Enterprise Mode site list @@ -94,7 +94,7 @@ To help you move forward, you can now use the Enterprise Mode site list to speci ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md index 51f9d3bd22..d3471694d0 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md @@ -33,7 +33,7 @@ Another possibility is that redirection happens multiple times, with an intermed ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md index fe6f57b84e..baac3b38b1 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md @@ -35,7 +35,7 @@ Importing your file overwrites everything that’s currently in the tool, so mak ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index ffc4bf6435..9f76956995 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -33,7 +33,7 @@ This is a permanent removal and erases everything. However, if you determine it ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md index a8434cc9b6..aaea98cda7 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md @@ -31,7 +31,7 @@ The first time a user starts Internet Explorer 11 on a managed device; Internet ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index ead5c3cc84..13bc53c605 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -29,7 +29,7 @@ The search query searches all of the text. For example, entering *“micro”* w ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md index 781db93be9..f9279d782c 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md +++ b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md @@ -144,7 +144,7 @@ You may need to do some additional package cleanup to remove older package versi - [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [What is Enterprise Mode?](what-is-enterprise-mode.md) -- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md) - [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md index 735c30bcf3..3a0538f54c 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md @@ -65,7 +65,7 @@ Enterprise Mode is no longer a user option on the **Tools** menu in IE11. Howeve - [What is Enterprise Mode?](what-is-enterprise-mode.md) - [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md) - [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md) -- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md index 9c904c2546..f9f53fb7c5 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md @@ -27,7 +27,7 @@ We recommend that you store and download your website list from a secure web sev ![](images/wedge.gif) **To turn on Enterprise Mode using Group Policy** 1. Open your Group Policy editor and go to the `Administrative Templates\Windows Components\Internet Explorer\Use the Enterprise Mode IE website list` setting.

-Turning this setting on also requires you to create and store a site list. For more information about creating your site list, see the [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) topics. +Turning this setting on also requires you to create and store a site list. For more information about creating your site list, see the [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md) topics. ![local group policy editor for using a site list](images/ie-emie-grouppolicysitelist.png) @@ -49,7 +49,7 @@ Turning this setting on also requires you to create and store a site list. For m - **Local file:** `"SiteList"="file:///c:\\Users\\\\Documents\\testList.xml"` - All of your managed devices must have access to this location if you want them to be able to access and use Enterprise Mode and your site list. For information about how to create and use an Enterprise Mode site list, see [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md). + All of your managed devices must have access to this location if you want them to be able to access and use Enterprise Mode and your site list. For information about how to create and use an Enterprise Mode site list, see [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md). ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) diff --git a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md similarity index 100% rename from browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md rename to browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md diff --git a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md index 67e311b659..d492cdc62f 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md @@ -45,7 +45,7 @@ For instructions and more info about how to fix your compatibility issues using ## Related topics - [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) - [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     From b1ff5013dcd3b7bf8a0007f225e68dc4eb58c22f Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 10 Jun 2016 09:36:30 -0700 Subject: [PATCH 016/114] Updating to add Windows 7 and 8.1 to v.2 schema support --- ...using-the-version-1-schema-and-enterprise-mode-tool.md | 8 ++++---- ...using-the-version-2-schema-and-enterprise-mode-tool.md | 2 ++ ...-site-list-using-the-version-1-enterprise-mode-tool.md | 6 +++--- ...-site-list-using-the-version-2-enterprise-mode-tool.md | 6 ++++-- .../check-for-new-enterprise-mode-site-list-xml-file.md | 2 +- .../collect-data-using-enterprise-site-discovery.md | 2 +- .../enterprise-mode-schema-version-1-guidance.md | 6 +++--- .../enterprise-mode-schema-version-2-guidance.md | 6 ++++-- 8 files changed, 22 insertions(+), 16 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md index 46dd6b75ee..4b54fea1d3 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md @@ -75,14 +75,14 @@ The following is an example of what your XML file should look like when you’re ``` -To make sure your site list is up-to-date; wait 65 seconds after opening IE and then check that the `CurrentVersion` value in the `HKEY\CURRENT\USER\Software\Microsoft\Internet Explorer\Main\EnterpriseMode\` registry key matches the version number in your file.

**Important**
If `CurrentVersion` is not set or is wrong, it means that the XML parsing failed. This can mean that the XML file isn’t there, that there are access problems, or that the XML file format is wrong. Don’t manually change the `CurrentVersion` registry setting. You must make your changes to your site list and then update the list using the import function in the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. +To make sure your site list is up-to-date; wait 65 seconds after opening IE and then check that the `CurrentVersion` value in the `HKEY\CURRENT\USER\Software\Microsoft\Internet Explorer\Main\EnterpriseMode\` registry key matches the version number in your file.

**Important**
If `CurrentVersion` is not set or is wrong, it means that the XML parsing failed. This can mean that the XML file isn’t there, that there are access problems, or that the XML file format is wrong. Don’t manually change the `CurrentVersion` registry setting. You must make your changes to your site list and then update the list using the import function in the Enterprise Mode Site List Manager (. -## Add multiple sites to the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager -After you create your .xml or .txt file, you can bulk add the sites to the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. +## Add multiple sites to the Enterprise Mode Site List Manager (schema v.1) +After you create your .xml or .txt file, you can bulk add the sites to the Enterprise Mode Site List Manager (schema v.1). ![](images/wedge.gif) **To add multiple sites** -1. In the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager, click **Bulk add from file**. +1. In the Enterprise Mode Site List Manager (schema v.1), click **Bulk add from file**. 2. Go to your site list (either .txt or .xml) to add the included sites to the tool, and then click **Open**.

Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md). diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md index 0390ad91cb..e6b2b1fd97 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md @@ -14,6 +14,8 @@ title: Add multiple sites to the Enterprise Mode site list using a file and the **Applies to:** - Windows 10 +- Windows 8.1 +- Windows 7 You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Windows 10 Enterprise Mode Site List Manager. You can only add specific URLs, not Internet or Intranet Zones. diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md index 0ac9a34ed5..4d82762148 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md @@ -23,11 +23,11 @@ Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, lett ## Adding a site to your compatibility list You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager. -

**Note**
If you're using Windows 10 and the v.2 version of the Enterprise Mode schema, you'll need to use the Windows 10 Enterprise Mode Site List Manager. For more info, see [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). +

**Note**
If you're using the v.2 version of the Enterprise Mode schema, you'll need to use the Enterprise Mode Site List Manager (schema v.1). For more info, see [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). - ![](images/wedge.gif) **To add a site to your compatibility list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager** + ![](images/wedge.gif) **To add a site to your compatibility list using the Enterprise Mode Site List Manager (schema v.1)** -1. In the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager, click **Add**. +1. In the Enterprise Mode Site List Manager (schema v.1), click **Add**. 2. Type the URL for the website that’s experiencing compatibility problems, like *<domain>.com* or *<domain>.com*/*<path>* into the **URL** box.

Don't include the `http://` or `https://` designation. The tool automatically tries both versions during validation. diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md index 046be37e24..edd6135229 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md @@ -13,7 +13,9 @@ title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site **Applies to:** -- Windows 10 +- Windows 10 +- Windows 8.1 +- Windows 7 Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that’s designed to emulate either Windows Internet Explorer 8 or Windows Internet Explorer 7, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer.

**Important**
You can only add specific URLs, not Internet or Intranet Zones. @@ -21,7 +23,7 @@ Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, lett ## Adding a site to your compatibility list You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager.

-**Note**
If you're using Windows 7 and Windows 8.1 or the v.1 version of the Enterprise Mode schema, you'll need to use the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. For more info, see [Add sites to the Enterprise Mode site list using the WEnterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). +**Note**
If you're using the v.1 version of the Enterprise Mode schema, you'll need to use the Enterprise Mode Site List Manager (schema v.1). For more info, see [Add sites to the Enterprise Mode site list using the WEnterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). ![](images/wedge.gif) **To add a site to your compatibility list using the Windows 10 Enterprise Mode Site List Manager** diff --git a/browsers/internet-explorer/ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md b/browsers/internet-explorer/ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md index e98af43141..6ff2c4bc7d 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md +++ b/browsers/internet-explorer/ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md @@ -13,7 +13,7 @@ title: Check for a new Enterprise Mode site list xml file (Internet Explorer 11 **Applies to:** -- Windows 10 and later +- Windows 10 - Windows 8.1 - Windows 7 - Windows Server 2012 R2 diff --git a/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md b/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md index 6b9b7a68b1..fc561863a2 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md +++ b/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md @@ -13,7 +13,7 @@ title: Collect data using Enterprise Site Discovery **Applies to:** - Windows 10 -- Windows 8.1 Update +- Windows 8.1 - Windows 7 with Service Pack 1 (SP1) Use Internet Explorer to collect data on computers running Windows Internet Explorer 8 through Internet Explorer 11 on Windows 10, Windows 8.1, or Windows 7. This inventory information helps you build a list of websites used by your company so you can make more informed decisions about your IE deployments, including figuring out which sites might be at risk or require overhauls during future upgrades. diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md index 50fdfa110b..dc1d40ca44 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md @@ -16,12 +16,12 @@ title: Enterprise Mode schema v.1 guidance (Internet Explorer 11 for IT Pros) - Windows 8.1 - Windows 7 -Use the Enterprise Mode Site List Manager to create and update your Enterprise Mode site list for devices running Windows 7 or Windows 8.1 Update. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. +Use the Enterprise Mode Site List Manager (schema v.1) to create and update your Enterprise Mode site list for devices running the v.1 version of the schema, or the Enterprise Mode Site List Manager (schema v.2) to create and update your Enterprise Mode site list for devices running the v.2 version of the schema. We strongly recommend moving to the new schema, v.2. For more info, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md). -If you're using a Windows 10-based device, we strongly recommend moving to the new schema, v.2. For more info, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md). +If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. ## Enterprise Mode schema v.1 example -The following is an example of the Enterprise Mode schema v.1. This schema can run on devices running Windows 7, Windows 8.1, and Windows 10. +The following is an example of the Enterprise Mode schema v.1. This schema can run on devices running Windows 7 and Windows 8.1. **Important**
Make sure that you don't specify a protocol when adding your URLs. Using a URL like `contoso.com` automatically applies to both http://contoso.com and https://contoso.com. diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md index 4d6b9ef8ee..b2793cb3eb 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md @@ -14,11 +14,13 @@ title: Enterprise Mode schema v.2 guidance (Internet Explorer 11 for IT Pros) **Applies to:** - Windows 10 +- Windows 8.1 +- Windows 7 -Use the Enterprise Mode Site List Manager to create and update your site list for devices running Windows 10, using the version 2.0 (v.2) of the Enterprise Mode schema. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. +Use the Enterprise Mode Site List Manager to create and update your site list for devices running Windows 7, Windows 8.1, and Windows 10, using the version 2.0 (v.2) of the Enterprise Mode schema. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. **Important**
-These schema updates only apply to devices running Windows 10. For devices running Windows 7 or Windows 8.1, see [Enterprise Mode schema guidance](enterprise-mode-schema-version-1-guidance.md). +If you're running Windows 7 or Windows 8.1 and you've been using the version 1.0 (v.1) of the schema, you can continue to do so, but you won't get the benefits that come with the updated schema. For info about the v.1 schema, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). ## Enterprise Mode schema v.2 updates Because of the schema changes, you can't combine the old version (v.1) with the new version (v.2) of the schema. If you look at your XML file, you can tell which version you're using by: From d69e0a2a003c019a4b2dcf27700df8bb18764ed7 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 10 Jun 2016 09:39:58 -0700 Subject: [PATCH 017/114] Changed Windows 10 EmIE List Manager to Enterprise Mode Site List Manager (schema v.2) --- ...he-version-2-schema-and-enterprise-mode-tool.md | 14 +++++++------- ...ist-using-the-version-2-enterprise-mode-tool.md | 4 ++-- .../use-the-enterprise-mode-site-list-manager.md | 12 +++++++----- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md index e6b2b1fd97..eeca49f047 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md @@ -1,5 +1,5 @@ --- -description: Add multiple sites to your Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager. +description: Add multiple sites to your Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2). ms.assetid: da659ff5-70d5-4852-995e-4df67c4871dd author: eross-msft ms.prod: IE11 @@ -17,7 +17,7 @@ title: Add multiple sites to the Enterprise Mode site list using a file and the - Windows 8.1 - Windows 7 -You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Windows 10 Enterprise Mode Site List Manager. You can only add specific URLs, not Internet or Intranet Zones. +You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Enterprise Mode Site List Manager (schema v.2). You can only add specific URLs, not Internet or Intranet Zones. To add your websites one at a time, see [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). @@ -42,7 +42,7 @@ bing.com/images ## Create an Enterprise Mode site list (XML) file using the v.2 version of the Enterprise Mode schema -You can create and use a custom XML file with the Windows 10 Enterprise Mode Site List Manager to add multiple sites to your Enterprise Mode site list at the same time. +You can create and use a custom XML file with the Enterprise Mode Site List Manager (schema v.2) to add multiple sites to your Enterprise Mode site list at the same time. Each XML file must include: @@ -85,14 +85,14 @@ In the above example, the following is true: - contoso.com, and all of its domain paths, can use the default compatibility mode for the site. -To make sure your site list is up-to-date; wait 65 seconds after opening IE and then check that the `CurrentVersion` value in the `HKEY\CURRENT\USER\Software\Microsoft\Internet Explorer\Main\EnterpriseMode\` registry key matches the version number in your file.

**Important**
If `CurrentVersion` is not set or is wrong, it means that the XML parsing failed. This can mean that the XML file isn’t there, that there are access problems, or that the XML file format is wrong. Don’t manually change the `CurrentVersion` registry setting. You must make your changes to your site list and then update the list using the import function in the Windows 10 Enterprise Mode Site List Manager. +To make sure your site list is up-to-date; wait 65 seconds after opening IE and then check that the `CurrentVersion` value in the `HKEY\CURRENT\USER\Software\Microsoft\Internet Explorer\Main\EnterpriseMode\` registry key matches the version number in your file.

**Important**
If `CurrentVersion` is not set or is wrong, it means that the XML parsing failed. This can mean that the XML file isn’t there, that there are access problems, or that the XML file format is wrong. Don’t manually change the `CurrentVersion` registry setting. You must make your changes to your site list and then update the list using the import function in the Enterprise Mode Site List Manager (schema v.2). -## Add multiple sites to the Windows 10 Enterprise Mode Site List Manager -After you create your .xml or .txt file, you can bulk add the sites to the Windows 10 Enterprise Mode Site List Manager. +## Add multiple sites to the Enterprise Mode Site List Manager (schema v.2) +After you create your .xml or .txt file, you can bulk add the sites to the Enterprise Mode Site List Manager (schema v.2). ![](images/wedge.gif) **To add multiple sites** -1. In the Windows 10 Enterprise Mode Site List Manager, click **Bulk add from file**. +1. In the Enterprise Mode Site List Manager (schema v.2), click **Bulk add from file**. 2. Go to your site list (either .txt or .xml) to add the included sites to the tool, and then click **Open**.

Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md index edd6135229..a3b216d412 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md @@ -25,9 +25,9 @@ Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, lett You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager.

**Note**
If you're using the v.1 version of the Enterprise Mode schema, you'll need to use the Enterprise Mode Site List Manager (schema v.1). For more info, see [Add sites to the Enterprise Mode site list using the WEnterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). - ![](images/wedge.gif) **To add a site to your compatibility list using the Windows 10 Enterprise Mode Site List Manager** + ![](images/wedge.gif) **To add a site to your compatibility list using the Enterprise Mode Site List Manager (schema v.2)** -1. In the Windows 10 Enterprise Mode Site List Manager, click **Add**. +1. In the Enterprise Mode Site List Manager (schema v.2), click **Add**. 2. Type the URL for the website that’s experiencing compatibility problems, like *<domain>.com* or *<domain>.com*/*<path>* into the **URL** box.

Don't include the `http://` or `https://` designation. The tool automatically tries both versions during validation. diff --git a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md index 78de9a5ba0..d98e21ab57 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md @@ -28,7 +28,7 @@ There are currently two versions of the Enterprise Site List Manager, both based |Operating system |Schema version |Enterprise Site List Manager version | |-----------------|---------------|------------------------------------| -|Windows 10 |Enterprise Mode schema, version 2 (v.2)

-OR-

Enterprise Mode schema, version 1 (v.1) |Windows 10 supports both versions of the enterprise mode schema. However, the Windows 10 Enterprise Mode Site List Manager only supports the v.2 version of the schema. If you import a v.1 version schema into the Windows 10 Enterprise Mode Site List Manager, it will save the XML into the v.2 version of the schema.

For more info about the different schema versions, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) | +|Windows 10 |Enterprise Mode schema, version 2 (v.2)

-OR-

Enterprise Mode schema, version 1 (v.1) |Windows 10 supports both versions of the enterprise mode schema. However, the Enterprise Mode Site List Manager (schema v.2) only supports the v.2 version of the schema. If you import a v.1 version schema into the Enterprise Mode Site List Manager (schema v.2), it will save the XML into the v.2 version of the schema.

For more info about the different schema versions, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) | |Windows 7

-OR-

Windows 8.1 |Enterprise Mode schema v.1 |Uses the Enterprise Mode Site List Manager (schema v.1).

For more info about the different schema versions, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) | ## Using the Enterprise Mode Site List Manager @@ -36,10 +36,12 @@ The following topics give you more information about the things that you can do |Topic |Description | |------|------------| -|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) |How to add websites to your site list using the Windows 10 Enterprise Mode Site List Manager. | -|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) |How to add websites to your site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. | -|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Windows 10 Enterprise Mode Site List Manager. | -|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager. | +|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) |How to add websites to your site list using the Enterprise Mode Site List Manager (schema v.2). | +|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) |How to add websites to your site list using the Enterprise Mode Site List Manager (schema v.1) +. | +|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Enterprise Mode Site List Manager (schema v.2). | +|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the WEnterprise Mode Site List Manager (schema v.1) +. | |[Edit the Enterprise Mode site list using the Enterprise Mode Site List Manager](edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md) |How to edit the compatibility mode for specific websites.

This topic applies to both versions of the Enterprise Mode Site List Manager. | |[Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md) |How to fix common site list validation errors.

This topic applies to both versions of the Enterprise Mode Site List Manager. | |[Search your Enterprise Mode site list in the Enterprise Mode Site List Manager](search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) |How to look to see if a site is already in your global Enterprise Mode site list.

This topic applies to both versions of the Enterprise Mode Site List Manager. | From 2054f4cd0015831c2c641679593fd148460c804c Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 10 Jun 2016 09:41:53 -0700 Subject: [PATCH 018/114] Updated for changed filename --- browsers/internet-explorer/TOC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/internet-explorer/TOC.md b/browsers/internet-explorer/TOC.md index 8c1b80824c..440e179791 100644 --- a/browsers/internet-explorer/TOC.md +++ b/browsers/internet-explorer/TOC.md @@ -26,7 +26,7 @@ ###[Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 devices](ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md) ###[Check for a new Enterprise Mode site list xml file](ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md) ###[Turn on local control and logging for Enterprise Mode](ie11-deploy-guide/turn-on-local-control-and-logging-for-enterprise-mode.md) -###[Use the Enterprise Mode Site List Manager tool](ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md) +###[Use the Enterprise Mode Site List Manager tool](ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md) ####[Add sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool](ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) ####[Add sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) ####[Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) From 6c245f481f3690ecf8b4fd66fe920fa2f1597481 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 10 Jun 2016 09:46:05 -0700 Subject: [PATCH 019/114] Updated for changed filename --- .../ie11-faq/faq-for-it-pros-ie11.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md b/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md index f2de81a8e7..ff7fa5bc60 100644 --- a/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md +++ b/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md @@ -79,7 +79,7 @@ For more information, see [Turn on Enterprise Mode and use a site list](../ie11- **Q: What is the Enterprise Mode Site List Manager tool?**
Enterprise Mode Site List Manager tool gives you a way to add websites to your Enterprise Mode site list, without having to manually code XML.

-For more information, see all of the topics in [Use the Enterprise Mode Site List Manager tool](../ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md). +For more information, see all of the topics in [Use the Enterprise Mode Site List Manager](../ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md). **Q: Are browser plug-ins supported in IE11?**
The immersive version of IE11 provides an add-on–free experience, so browser plugins won't load and dependent content won't be displayed. This doesn't apply to Internet Explorer for the desktop. For more information, see [Browsing Without Plug-ins](http://go.microsoft.com/fwlink/p/?LinkId=242587). However, Internet Explorer for the desktop and IE11 on Windows 7 with SP1 do support browser plugins, including ActiveX controls such as Adobe Flash and Microsoft Silverlight. @@ -145,12 +145,4 @@ Group Policy settings can be set to open either IE or Internet Explorer for the ## Related topics - [Microsoft Edge - Deployment Guide for IT Pros](http://go.microsoft.com/fwlink/p/?LinkId=760643) - [Internet Explorer 11 (IE11) - Deployment Guide for IT Pros](../ie11-deploy-guide/index.md) -- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](../ie11-ieak/index.md) -  - -  - -  - - - +- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](../ie11-ieak/index.md) \ No newline at end of file From b77c2ecadbea21cee447efeb4383915d0d11611c Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 10 Jun 2016 10:27:47 -0700 Subject: [PATCH 020/114] Trying to get fix to save properly --- browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md b/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md index ff7fa5bc60..23cbe4e1a6 100644 --- a/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md +++ b/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md @@ -9,7 +9,7 @@ title: Internet Explorer 11 - FAQ for IT Pros (Internet Explorer 11 for IT Pros) --- # Internet Explorer 11 - FAQ for IT Pros -Answering frequently asked questions about Internet Explorer 11 features, operating system support, integration with the Windows operating system, Group Policy, and general configuration. +Answering frequently asked questions about Internet Explorer 11 (IE11) features, operating system support, integration with the Windows operating system, Group Policy, and general configuration. ## Frequently Asked Questions From 0164c7a3150be29ce2e1077c4746dec0ab6463b6 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 10 Jun 2016 10:46:12 -0700 Subject: [PATCH 021/114] Changed metadata from IE11 to ie11 --- .../activex-installation-using-group-policy.md | 2 +- ...-list-using-the-version-1-schema-and-enterprise-mode-tool.md | 2 +- ...-list-using-the-version-2-schema-and-enterprise-mode-tool.md | 2 +- ...e-mode-site-list-using-the-version-1-enterprise-mode-tool.md | 2 +- ...e-mode-site-list-using-the-version-2-enterprise-mode-tool.md | 2 +- .../ie11-deploy-guide/administrative-templates-and-ie11.md | 2 +- .../auto-configuration-and-auto-proxy-problems-with-ie11.md | 2 +- .../ie11-deploy-guide/auto-configuration-settings-for-ie11.md | 2 +- .../ie11-deploy-guide/auto-detect-settings-for-ie11.md | 2 +- .../auto-proxy-configuration-settings-for-ie11.md | 2 +- .../browser-cache-changes-and-roaming-profiles.md | 2 +- .../change-history-for-internet-explorer-11.md | 2 +- .../check-for-new-enterprise-mode-site-list-xml-file.md | 2 +- .../ie11-deploy-guide/choose-how-to-deploy-ie11.md | 2 +- .../ie11-deploy-guide/choose-how-to-install-ie11.md | 2 +- .../collect-data-using-enterprise-site-discovery.md | 2 +- ...tall-packages-for-multiple-operating-systems-or-languages.md | 2 +- .../ie11-deploy-guide/customize-ie11-install-packages.md | 2 +- ...e-mode-site-list-in-the-enterprise-mode-site-list-manager.md | 2 +- .../deploy-ie11-using-automatic-version-synchronization-avs.md | 2 +- .../deploy-ie11-using-software-distribution-tools.md | 2 +- .../ie11-deploy-guide/deploy-pinned-sites-using-mdt-2013.md | 2 +- .../ie11-deploy-guide/deprecated-document-modes.md | 2 +- ...ode-site-list-using-the-enterprise-mode-site-list-manager.md | 2 +- ...e-add-ons-using-administrative-templates-and-group-policy.md | 2 +- .../enhanced-protected-mode-problems-with-ie11.md | 2 +- .../ie11-deploy-guide/enterprise-mode-overview-for-ie11.md | 2 +- .../enterprise-mode-schema-version-1-guidance.md | 2 +- .../enterprise-mode-schema-version-2-guidance.md | 2 +- ...mode-site-list-from-the-enterprise-mode-site-list-manager.md | 2 +- ...ompat-issues-with-doc-modes-and-enterprise-mode-site-list.md | 2 +- ...tion-problems-using-the-enterprise-mode-site-list-manager.md | 2 +- .../group-policy-and-advanced-group-policy-mgmt-ie11.md | 2 +- .../group-policy-and-group-policy-mgmt-console-ie11.md | 2 +- .../ie11-deploy-guide/group-policy-and-ie11.md | 2 +- .../group-policy-and-local-group-policy-editor-ie11.md | 2 +- .../ie11-deploy-guide/group-policy-compatability-with-ie11.md | 2 +- .../ie11-deploy-guide/group-policy-objects-and-ie11.md | 2 +- .../ie11-deploy-guide/group-policy-preferences-and-ie11.md | 2 +- .../ie11-deploy-guide/group-policy-problems-ie11.md | 2 +- .../ie11-deploy-guide/group-policy-shortcut-extensions-ie11.md | 2 +- .../ie11-deploy-guide/group-policy-windows-powershell-ie11.md | 2 +- .../import-into-the-enterprise-mode-site-list-manager.md | 2 +- browsers/internet-explorer/ie11-deploy-guide/index.md | 2 +- .../ie11-deploy-guide/install-and-deploy-ie11.md | 2 +- .../ie11-deploy-guide/install-ie11-using-microsoft-intune.md | 2 +- .../install-ie11-using-operating-system-deployment-systems.md | 2 +- .../install-ie11-using-system-center-configuration-manager.md | 2 +- .../ie11-deploy-guide/install-ie11-using-the-network.md | 2 +- .../ie11-deploy-guide/install-ie11-using-third-party-tools.md | 2 +- .../install-ie11-using-windows-server-update-services-wsus.md | 2 +- .../ie11-deploy-guide/install-problems-with-ie11.md | 2 +- .../ie11-deploy-guide/intranet-problems-and-ie11.md | 2 +- .../internet-explorer/ie11-deploy-guide/manage-ie11-overview.md | 2 +- .../missing-internet-explorer-maintenance-settings-for-ie11.md | 2 +- .../ie11-deploy-guide/missing-the-compatibility-view-button.md | 2 +- .../ie11-deploy-guide/net-framework-problems-with-ie11.md | 2 +- .../ie11-deploy-guide/new-group-policy-settings-for-ie11.md | 2 +- .../ie11-deploy-guide/out-of-date-activex-control-blocking.md | 2 +- .../ie11-deploy-guide/problems-after-installing-ie11.md | 2 +- ...e-mode-site-list-in-the-enterprise-mode-site-list-manager.md | 2 +- .../remove-sites-from-a-local-compatibililty-view-list.md | 2 +- .../remove-sites-from-a-local-enterprise-mode-site-list.md | 2 +- ...site-list-to-xml-in-the-enterprise-mode-site-list-manager.md | 2 +- ...e-mode-site-list-in-the-enterprise-mode-site-list-manager.md | 2 +- .../set-the-default-browser-using-group-policy.md | 2 +- .../set-up-enterprise-mode-logging-and-data-collection.md | 2 +- .../ie11-deploy-guide/setup-problems-with-ie11.md | 2 +- .../system-requirements-and-language-support-for-ie11.md | 2 +- .../internet-explorer/ie11-deploy-guide/troubleshoot-ie11.md | 2 +- .../ie11-deploy-guide/turn-off-enterprise-mode.md | 2 +- .../ie11-deploy-guide/turn-off-natural-metrics.md | 2 +- .../turn-on-enterprise-mode-and-use-a-site-list.md | 2 +- .../turn-on-local-control-and-logging-for-enterprise-mode.md | 2 +- .../ie11-deploy-guide/updated-features-and-tools-with-ie11.md | 2 +- .../use-the-enterprise-mode-site-list-manager.md | 2 +- .../ie11-deploy-guide/user-interface-problems-with-ie11.md | 2 +- .../ie11-deploy-guide/using-enterprise-mode.md | 2 +- .../using-ieak11-to-create-install-packages.md | 2 +- .../using-inf-files-to-create-install-packages.md | 2 +- .../virtualization-and-compatibility-with-ie11.md | 2 +- .../ie11-deploy-guide/what-is-enterprise-mode.md | 2 +- .../what-is-the-internet-explorer-11-blocker-toolkit.md | 2 +- browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md | 2 +- 84 files changed, 84 insertions(+), 84 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/activex-installation-using-group-policy.md b/browsers/internet-explorer/ie11-deploy-guide/activex-installation-using-group-policy.md index 9066c5205a..76fc4cad35 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/activex-installation-using-group-policy.md +++ b/browsers/internet-explorer/ie11-deploy-guide/activex-installation-using-group-policy.md @@ -2,7 +2,7 @@ description: How to use Group Policy to install ActiveX controls. ms.assetid: 59185370-558c-47e0-930c-8a5ed657e9e3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md index 4b54fea1d3..2a371e334b 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md @@ -2,7 +2,7 @@ description: You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the Bulk add from file area of the Enterprise Mode Site List Manager. ms.assetid: 20aF07c4-051a-451f-9c46-5a052d9Ae27c author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md index eeca49f047..db61a49c80 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md @@ -2,7 +2,7 @@ description: Add multiple sites to your Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2). ms.assetid: da659ff5-70d5-4852-995e-4df67c4871dd author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md index 4d82762148..bb761657fb 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md @@ -2,7 +2,7 @@ description: Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that's designed to emulate either Windows Internet Explorer 7 or Windows Internet Explorer 8, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer. ms.assetid: 042e44e8-568d-4717-8fd3-69dd198bbf26 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md index a3b216d412..7ae8e40626 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md @@ -2,7 +2,7 @@ description: Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that''s designed to emulate either Windows Internet Explorer 8 or Windows Internet Explorer 7, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer. ms.assetid: 513e8f3b-fedf-4d57-8d81-1ea4fdf1ac0b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/administrative-templates-and-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/administrative-templates-and-ie11.md index 17553922a8..35311869b0 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/administrative-templates-and-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/administrative-templates-and-ie11.md @@ -2,7 +2,7 @@ description: Administrative templates and Internet Explorer 11 ms.assetid: 2b390786-f786-41cc-bddc-c55c8a4c5af3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-and-auto-proxy-problems-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-and-auto-proxy-problems-with-ie11.md index cc3bd55193..128ec70d49 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-and-auto-proxy-problems-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-and-auto-proxy-problems-with-ie11.md @@ -2,7 +2,7 @@ description: Auto configuration and auto proxy problems with Internet Explorer 11 ms.assetid: 3fbbc2c8-859b-4b2e-abc3-de2c299e0938 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: networking diff --git a/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-settings-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-settings-for-ie11.md index 7957257207..b2219c09cc 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-settings-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-settings-for-ie11.md @@ -2,7 +2,7 @@ description: Auto configuration settings for Internet Explorer 11 ms.assetid: 90308d59-45b9-4639-ab1b-497e5ba19023 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: networking diff --git a/browsers/internet-explorer/ie11-deploy-guide/auto-detect-settings-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/auto-detect-settings-for-ie11.md index efba636009..4705ca8638 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/auto-detect-settings-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/auto-detect-settings-for-ie11.md @@ -2,7 +2,7 @@ description: Auto detect settings Internet Explorer 11 ms.assetid: c6753cf4-3276-43c5-aae9-200e9e82753f author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: networking diff --git a/browsers/internet-explorer/ie11-deploy-guide/auto-proxy-configuration-settings-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/auto-proxy-configuration-settings-for-ie11.md index 0b26702487..b4de4ac246 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/auto-proxy-configuration-settings-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/auto-proxy-configuration-settings-for-ie11.md @@ -2,7 +2,7 @@ description: Auto proxy configuration settings for Internet Explorer 11 ms.assetid: 5120aaf9-8ead-438a-8472-3cdd924b7d9e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: networking diff --git a/browsers/internet-explorer/ie11-deploy-guide/browser-cache-changes-and-roaming-profiles.md b/browsers/internet-explorer/ie11-deploy-guide/browser-cache-changes-and-roaming-profiles.md index 6a7b6aab93..00ff5c0914 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/browser-cache-changes-and-roaming-profiles.md +++ b/browsers/internet-explorer/ie11-deploy-guide/browser-cache-changes-and-roaming-profiles.md @@ -2,7 +2,7 @@ description: Browser cache changes and roaming profiles ms.assetid: 85f0cd01-6f82-4bd1-9c0b-285af1ce3436 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: performance diff --git a/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md b/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md index 4c2c70f40c..90e7030ed4 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md @@ -1,7 +1,7 @@ --- title: Change history for Internet Explorer 11 (Internet Explorer 11 for IT Pros) description: This topic lists new and updated topics in the Internet Explorer 11 documentation for Windows 10 and Windows 10 Mobile. -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library --- diff --git a/browsers/internet-explorer/ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md b/browsers/internet-explorer/ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md index 6ff2c4bc7d..0428d2e62b 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md +++ b/browsers/internet-explorer/ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md @@ -2,7 +2,7 @@ description: You can have centralized control over Enterprise Mode by creating a single, global XML site list that includes the list of websites to render using Enterprise Mode. ms.assetid: 2bbc7017-622e-4baa-8981-c0bbda10e9df author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-deploy-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-deploy-ie11.md index 3091bf3593..1ad3d887f4 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-deploy-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-deploy-ie11.md @@ -2,7 +2,7 @@ description: Choose how to deploy Internet Explorer 11 (IE11) ms.assetid: 21b6a301-c222-40bc-ad0b-27f66fc54d9d author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Choose how to deploy Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-install-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-install-ie11.md index 64f586dc6b..fa044bc3ce 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-install-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-install-ie11.md @@ -2,7 +2,7 @@ description: Choose how to install Internet Explorer 11 (IE11) ms.assetid: 9572f5f1-5d67-483e-bd63-ffea95053481 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Choose how to install Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md b/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md index fc561863a2..a5b982f662 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md +++ b/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md @@ -1,7 +1,7 @@ --- description: Use Internet Explorer to collect data on computers running Windows Internet Explorer 8 through Internet Explorer 11 on Windows 10, Windows 8.1, or Windows 7. ms.assetid: a145e80f-eb62-4116-82c4-3cc35fd064b6 -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library author: eross-msft diff --git a/browsers/internet-explorer/ie11-deploy-guide/create-install-packages-for-multiple-operating-systems-or-languages.md b/browsers/internet-explorer/ie11-deploy-guide/create-install-packages-for-multiple-operating-systems-or-languages.md index 4349873adf..33f573e4ba 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/create-install-packages-for-multiple-operating-systems-or-languages.md +++ b/browsers/internet-explorer/ie11-deploy-guide/create-install-packages-for-multiple-operating-systems-or-languages.md @@ -2,7 +2,7 @@ description: Create packages for multiple operating systems or languages ms.assetid: 44051f9d-63a7-43bf-a427-d0a0a1c717da author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Create packages for multiple operating systems or languages (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/customize-ie11-install-packages.md b/browsers/internet-explorer/ie11-deploy-guide/customize-ie11-install-packages.md index 64ad245ecd..b2e068e5f8 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/customize-ie11-install-packages.md +++ b/browsers/internet-explorer/ie11-deploy-guide/customize-ie11-install-packages.md @@ -2,7 +2,7 @@ description: Customize Internet Explorer 11 installation packages ms.assetid: 10a14a09-673b-4f8b-8d12-64036135e7fd author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Customize Internet Explorer 11 installation packages (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index 0bb7df0de5..ab440a2332 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -3,7 +3,7 @@ description: Delete a single site from your global Enterprise Mode site list. title: Delete sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros) ms.assetid: 41413459-b57f-48da-aedb-4cbec1e2981a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-automatic-version-synchronization-avs.md b/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-automatic-version-synchronization-avs.md index 9ed8f0efec..e91b8ce485 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-automatic-version-synchronization-avs.md +++ b/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-automatic-version-synchronization-avs.md @@ -2,7 +2,7 @@ description: You can deploy Internet Explorer 11 to your users' computers by using your custom browser packages and Automatic Version Synchronization (AVS). ms.assetid: f51224bd-3371-4551-821d-1d62310e3384 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Deploy Internet Explorer 11 using Automatic Version Synchronization (AVS) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-software-distribution-tools.md b/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-software-distribution-tools.md index 8acd111034..9ba9bc1914 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-software-distribution-tools.md +++ b/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-software-distribution-tools.md @@ -2,7 +2,7 @@ description: Deploy Internet Explorer 11 using software distribution tools ms.assetid: fd027775-651a-41e1-8ec3-d32eca876d8a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Deploy Internet Explorer 11 using software distribution tools (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/deploy-pinned-sites-using-mdt-2013.md b/browsers/internet-explorer/ie11-deploy-guide/deploy-pinned-sites-using-mdt-2013.md index d0b1a5dd07..cf0f73e234 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/deploy-pinned-sites-using-mdt-2013.md +++ b/browsers/internet-explorer/ie11-deploy-guide/deploy-pinned-sites-using-mdt-2013.md @@ -2,7 +2,7 @@ description: You can pin websites to the Windows 8.1 taskbar for quick access using the Microsoft Deployment Toolkit (MDT) 2013. ms.assetid: 24f4dcac-9032-4fe8-bf6d-2d712d61cb0c author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Deploy pinned websites using Microsoft Deployment Toolkit (MDT) 2013 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/deprecated-document-modes.md b/browsers/internet-explorer/ie11-deploy-guide/deprecated-document-modes.md index de5ddde4e7..77ad3c2aea 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/deprecated-document-modes.md +++ b/browsers/internet-explorer/ie11-deploy-guide/deprecated-document-modes.md @@ -2,7 +2,7 @@ description: Windows Internet Explorer 8 introduced document modes as a way to move from the proprietary coding of web features to a more standardized type of coding that could run on multiple browsers and devices. ms.assetid: 00cb1f39-2b20-4d37-9436-62dc03a6320b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md index ac60dd9884..2df84a765e 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md @@ -2,7 +2,7 @@ description: You can use Internet Explorer 11 and the Enterprise Mode Site List Manager to change whether page rendering should use Enterprise Mode or the default Internet Explorer browser configuration. You can also add, remove, or delete associated comments. ms.assetid: 76aa9a85-6190-4c3a-bc25-0f914de228ea author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/enable-and-disable-add-ons-using-administrative-templates-and-group-policy.md b/browsers/internet-explorer/ie11-deploy-guide/enable-and-disable-add-ons-using-administrative-templates-and-group-policy.md index 5fadb33d2b..ee46784821 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enable-and-disable-add-ons-using-administrative-templates-and-group-policy.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enable-and-disable-add-ons-using-administrative-templates-and-group-policy.md @@ -2,7 +2,7 @@ description: Enable and disable add-ons using administrative templates and group policy ms.assetid: c6fe1cd3-0bfc-4d23-8016-c9601f674c0b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/enhanced-protected-mode-problems-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/enhanced-protected-mode-problems-with-ie11.md index 04d3602bc5..9d30f3ba62 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enhanced-protected-mode-problems-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enhanced-protected-mode-problems-with-ie11.md @@ -2,7 +2,7 @@ description: Enhanced Protected Mode problems with Internet Explorer ms.assetid: 15890ad1-733d-4f7e-a318-10399b389f45 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md index db922941d3..50970689b7 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md @@ -2,7 +2,7 @@ description: Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager in your company. ms.assetid: d52ba8ba-b3c7-4314-ba14-0610e1d8456e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md index dc1d40ca44..1e91d25a85 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md @@ -2,7 +2,7 @@ description: Use the Enterprise Mode Site List Manager to create and update your Enterprise Mode site list for devices running Windows 7 or Windows 8.1 Update. ms.assetid: 17c61547-82e3-48f2-908d-137a71938823 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md index b2793cb3eb..88ee4fb670 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md @@ -2,7 +2,7 @@ description: Use the Enterprise Mode Site List Manager to create and update your Enterprise Mode site list for devices running Windows 10. ms.assetid: 909ca359-5654-4df9-b9fb-921232fc05f5 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md index 7908dea6b9..36e9f65461 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md @@ -2,7 +2,7 @@ description: After you create your Enterprise Mode site list in the Enterprise Mode Site List Manager, you can export the contents to an Enterprise Mode (.EMIE) file. ms.assetid: 9ee7c13d-6fca-4446-bc22-d23a0213a95d author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md index 648135706d..4e146ead03 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md @@ -2,7 +2,7 @@ description: The Internet Explorer 11 Enterprise Mode site list lets you specify document modes for specific websites, helping you fix compatibility issues without changing a single line of code on the site. ms.assetid: 4b21bb27-aeac-407f-ae58-ab4c6db2baf6 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md index d3471694d0..60d261f86c 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md @@ -2,7 +2,7 @@ description: When you add multiple sites to your Enterprise Mode site list entries, they’re validated by the Enterprise Mode Site List Manager before they’re entered into your global list. ms.assetid: 9f80e39f-dcf1-4124-8931-131357f31d67 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-advanced-group-policy-mgmt-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-advanced-group-policy-mgmt-ie11.md index 5e6bc433cc..699ac6b08f 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-advanced-group-policy-mgmt-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-advanced-group-policy-mgmt-ie11.md @@ -2,7 +2,7 @@ description: Overview about Group Policy, Advanced Group Policy Management (AGPM), and Internet Explorer 11 ms.assetid: 63a7ef4a-6de2-4d08-aaba-0479131e3406 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-group-policy-mgmt-console-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-group-policy-mgmt-console-ie11.md index d92ab9d3d3..93e3fc0b99 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-group-policy-mgmt-console-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-group-policy-mgmt-console-ie11.md @@ -2,7 +2,7 @@ description: Overview about Group Policy, the Group Policy Management Console (GPMC), and Internet Explorer 11 ms.assetid: ae3d227d-3da7-46b8-8a61-c71bfeae0c63 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-ie11.md index 5028bab10d..ec32390c66 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-ie11.md @@ -2,7 +2,7 @@ description: Use the topics in this section to learn about Group Policy and how to use it to manage Internet Explorer. ms.assetid: 50383d3f-9ac9-4a30-8852-354b6eb9434a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-local-group-policy-editor-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-local-group-policy-editor-ie11.md index 15b8ee2275..fa923d9b37 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-local-group-policy-editor-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-local-group-policy-editor-ie11.md @@ -2,7 +2,7 @@ description: Group Policy, the Local Group Policy Editor, and Internet Explorer 11 ms.assetid: 6fc30e91-efac-4ba5-9ee2-fa77dcd36467 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-compatability-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-compatability-with-ie11.md index c0c1aad839..35078a3e90 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-compatability-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-compatability-with-ie11.md @@ -2,7 +2,7 @@ description: Group Policy suggestions for compatibility with Internet Explorer 11 ms.assetid: 7482c99f-5d79-4344-9e1c-aea9f0a68e18 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-objects-and-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-objects-and-ie11.md index ed982594f5..10f870a052 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-objects-and-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-objects-and-ie11.md @@ -2,7 +2,7 @@ description: Overview of the available Group Policy management tools ms.assetid: e33bbfeb-6b80-4e71-8bba-1d0369a87312 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-preferences-and-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-preferences-and-ie11.md index 379b8e22f1..1cb342649a 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-preferences-and-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-preferences-and-ie11.md @@ -2,7 +2,7 @@ description: Info about Group Policy preferences versus Group Policy settings ms.assetid: f2264c97-7f09-4f28-bb5c-58ab80dcc6ee author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-problems-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-problems-ie11.md index 042bb55c5f..ab3e07bb1c 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-problems-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-problems-ie11.md @@ -2,7 +2,7 @@ description: Links to troubleshooting topics and log files that can help address Group Policy problems with Internet Explorer 11. ms.assetid: 0da0d9a9-200c-46c4-96be-630e82de017b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-shortcut-extensions-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-shortcut-extensions-ie11.md index a358eecd9f..932f43f074 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-shortcut-extensions-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-shortcut-extensions-ie11.md @@ -2,7 +2,7 @@ description: Instructions about how to create and configure shortcut preference extensions to file system objects, URLs, and shell objects. ms.assetid: c6fbf990-13e4-4be7-9f08-5bdd43179b3b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-windows-powershell-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-windows-powershell-ie11.md index 6822bdc5ad..a3cf84a188 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-windows-powershell-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-windows-powershell-ie11.md @@ -2,7 +2,7 @@ description: Overview about how Group Policy works with Windows Powershell and Internet Explorer 11 ms.assetid: e3607cde-a498-4e04-9daa-b331412967fc author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md index baac3b38b1..78cd0493c7 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md @@ -2,7 +2,7 @@ description: If you need to replace your entire site list because of errors, or simply because it’s out of date, you can import your exported Enterprise Mode site list using the Enterprise Mode Site List Manager. ms.assetid: cacd5d68-700b-4a96-b4c9-ca2c40c1ac5f author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/index.md b/browsers/internet-explorer/ie11-deploy-guide/index.md index 84805d1088..26af9a6794 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/index.md +++ b/browsers/internet-explorer/ie11-deploy-guide/index.md @@ -2,7 +2,7 @@ description: Use this guide to learn about the several options and processes you'll need to consider while you're planning for, deploying, and customizing Internet Explorer 11 for your employee's devices. ms.assetid: bddc2d97-c38d-45c5-9588-1f5bbff2e9c3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Internet Explorer 11 (IE11) - Deployment Guide for IT Pros (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-and-deploy-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/install-and-deploy-ie11.md index bd48d3ce11..34618dbf50 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-and-deploy-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-and-deploy-ie11.md @@ -2,7 +2,7 @@ description: Use the topics in this section to learn how to customize your Internet Explorer installation package, how to choose the right method for installation, and how to deploy IE into your environment. ms.assetid: caca18c1-d5c4-4404-84f8-d02bc562915f author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install and Deploy Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-microsoft-intune.md b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-microsoft-intune.md index 4d84c02d42..dd1116c424 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-microsoft-intune.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-microsoft-intune.md @@ -2,7 +2,7 @@ description: How to add and deploy the Internet Explorer 11 update using Microsoft Intune. ms.assetid: b2dfc08c-78af-4c22-8867-7be3b92b1616 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install Internet Explorer 11 (IE11) using Microsoft Intune (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-operating-system-deployment-systems.md b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-operating-system-deployment-systems.md index 3555e507a2..f6560589bc 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-operating-system-deployment-systems.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-operating-system-deployment-systems.md @@ -2,7 +2,7 @@ description: How to install the Internet Explorer 11 update using Microsoft Deployment Toolkit (MDT) and your Windows images. ms.assetid: e16f9144-170c-4964-a62d-0d1a16f4cd1f author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install Internet Explorer 11 (IE11) using Microsoft Deployment Toolkit (MDT) and your Windows images (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-system-center-configuration-manager.md b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-system-center-configuration-manager.md index b7fc1bac1f..d89f7f25bd 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-system-center-configuration-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-system-center-configuration-manager.md @@ -2,7 +2,7 @@ description: How to install the Internet Explorer 11 update using System Center 2012 R2 Configuration Manager ms.assetid: 9ede9722-29b3-4cb7-956d-ffa91e7bedbd author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-the-network.md b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-the-network.md index b6d35b63c0..82866d766a 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-the-network.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-the-network.md @@ -2,7 +2,7 @@ description: How to install the Internet Explorer 11 update using your network ms.assetid: 85f6429d-947a-4031-8f93-e26110a35828 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install Internet Explorer 11 (IE11) using your network (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-third-party-tools.md b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-third-party-tools.md index 229278982b..a6e2c79c58 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-third-party-tools.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-third-party-tools.md @@ -2,7 +2,7 @@ description: How to install the Internet Explorer 11 update using third-party tools and command-line options. ms.assetid: 30190c66-49f7-4ca4-8b57-a47656aa0c7e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install Internet Explorer 11 (IE11) using third-party tools (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-windows-server-update-services-wsus.md b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-windows-server-update-services-wsus.md index fb74106e67..61cf35bf43 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-windows-server-update-services-wsus.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-windows-server-update-services-wsus.md @@ -2,7 +2,7 @@ description: How to install the Internet Explorer 11 update using Windows Server Update Services (WSUS)' ms.assetid: 6cbd6797-c670-4236-8423-e0919478f2ce author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install Internet Explorer 11 (IE11) using Windows Server Update Services (WSUS) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-problems-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/install-problems-with-ie11.md index 45bd363021..1a16679847 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-problems-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-problems-with-ie11.md @@ -2,7 +2,7 @@ description: How to fix potential installation problems with Internet Explorer 11 ms.assetid: 3ae77745-86ac-40a9-a37d-eebbf37661a3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/intranet-problems-and-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/intranet-problems-and-ie11.md index c79e0a7a9e..a8d097f152 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/intranet-problems-and-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/intranet-problems-and-ie11.md @@ -2,7 +2,7 @@ description: How to fix intranet search problems with Internet Explorer 11 ms.assetid: 3ee71d93-d9d2-48e1-899e-07932c73faa6 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Fix intranet search problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/manage-ie11-overview.md b/browsers/internet-explorer/ie11-deploy-guide/manage-ie11-overview.md index 8993bbcf38..0f2607cf87 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/manage-ie11-overview.md +++ b/browsers/internet-explorer/ie11-deploy-guide/manage-ie11-overview.md @@ -2,7 +2,7 @@ description: Use the topics in this section to learn about how to auto detect your settings, auto configure your configuration settings, and auto configure your proxy configuration settings for Internet Explorer. ms.assetid: eb3cce62-fc7b-41e3-97b6-2916b85bcf55 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Manage Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/missing-internet-explorer-maintenance-settings-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/missing-internet-explorer-maintenance-settings-for-ie11.md index f3d32fb46c..9e9f124417 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/missing-internet-explorer-maintenance-settings-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/missing-internet-explorer-maintenance-settings-for-ie11.md @@ -2,7 +2,7 @@ description: IEM-configured settings have been deprecated for Internet Explorer 10 and newer. Use this topic to learn where to go to fix the affected settings through Group Policy Preferences, Administrative Templates (.admx), or the IEAK. ms.assetid: 89084e01-4e3f-46a6-b90e-48ee58d6821c author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: Missing Internet Explorer Maintenance settings for Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/missing-the-compatibility-view-button.md b/browsers/internet-explorer/ie11-deploy-guide/missing-the-compatibility-view-button.md index c1c70107bb..5dd33850fe 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/missing-the-compatibility-view-button.md +++ b/browsers/internet-explorer/ie11-deploy-guide/missing-the-compatibility-view-button.md @@ -2,7 +2,7 @@ description: Internet Explorer 11 uses the latest standards mode, which simplifies web page compatibility for users by removing the **Compatibility View** button and reducing the number of compatibility options in the F12 developer tools for developers. ms.assetid: 501c96c9-9f03-4913-9f4b-f67bd9edbb61 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: Missing the Compatibility View Button (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/net-framework-problems-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/net-framework-problems-with-ie11.md index 184aee8b3d..e495db7d28 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/net-framework-problems-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/net-framework-problems-with-ie11.md @@ -2,7 +2,7 @@ description: How to turn managed browser hosting controls back on in Internet Explorer 11. ms.assetid: b0b7f60f-9099-45ab-84f4-4ac64d7bcb43 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: .NET Framework problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/new-group-policy-settings-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/new-group-policy-settings-for-ie11.md index 440c91313f..5a056a8d4f 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/new-group-policy-settings-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/new-group-policy-settings-for-ie11.md @@ -2,7 +2,7 @@ description: New group policy settings for Internet Explorer 11 ms.assetid: 669cc1a6-e2cb-403f-aa31-c1de52a615d1 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md b/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md index d199472eaa..95c8543bf5 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md +++ b/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md @@ -2,7 +2,7 @@ description: Use out-of-date ActiveX control blocking to help you know when IE prevents a webpage from loading outdated ActiveX controls and to update the outdated control, so that it’s safer to use. ms.assetid: e61866bb-1ff1-4a8d-96f2-61d3534e8199 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/problems-after-installing-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/problems-after-installing-ie11.md index c703a74e9f..dfe720a878 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/problems-after-installing-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/problems-after-installing-ie11.md @@ -2,7 +2,7 @@ description: Possible solutions to the problems you might encounter after installing IE11, such as crashing or seeming slow, getting into an unusable state, or problems with adaptive streaming and DRM playback. ms.assetid: c4b75ad3-9c4a-4dd2-9fed-69f776f542e6 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: Problems after installing Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index 9f76956995..14a0aa7e47 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -2,7 +2,7 @@ description: Instructions about how to clear all of the sites from your global Enterprise Mode site list. ms.assetid: 90f38a6c-e0e2-4c93-9a9e-c425eca99e97 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-compatibililty-view-list.md b/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-compatibililty-view-list.md index 0b1e0e6b69..49b9d38c79 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-compatibililty-view-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-compatibililty-view-list.md @@ -2,7 +2,7 @@ description: Instructions about how to remove sites from a local compatibility view list. ms.assetid: f6ecaa75-ebcb-4f8d-8721-4cd6e73c0ac9 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md index 14d587d2eb..caed9d1c1b 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md @@ -2,7 +2,7 @@ description: Instructions about how to remove sites from a local Enterprise Mode site list. ms.assetid: c7d6dd0b-e264-42bb-8c9d-ac2f837018d2 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md index aaea98cda7..c22234e870 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md @@ -2,7 +2,7 @@ description: You can save your current Enterprise Mode compatibility site list as an XML file, for distribution and use by your managed systems. ms.assetid: 254a986b-494f-4316-92c1-b089ee8b3e0a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index 13bc53c605..51d34e4165 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -2,7 +2,7 @@ description: Search to see if a specific site already appears in your global Enterprise Mode site list. ms.assetid: e399aeaf-6c3b-4cad-93c9-813df6ad47f9 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/set-the-default-browser-using-group-policy.md b/browsers/internet-explorer/ie11-deploy-guide/set-the-default-browser-using-group-policy.md index 89d6428b85..541477f154 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/set-the-default-browser-using-group-policy.md +++ b/browsers/internet-explorer/ie11-deploy-guide/set-the-default-browser-using-group-policy.md @@ -2,7 +2,7 @@ description: Use the Group Policy setting, Set a default associations configuration file, to set the default browser for your company devices running Windows 10. ms.assetid: f486c9db-0dc9-4cd6-8a0b-8cb872b1d361 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md index f9279d782c..4bbb754737 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md +++ b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md @@ -2,7 +2,7 @@ description: Set up and turn on Enterprise Mode logging and data collection in your organization. ms.assetid: 2e98a280-f677-422f-ba2e-f670362afcde author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/setup-problems-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/setup-problems-with-ie11.md index bf52290a0c..464be0d98d 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/setup-problems-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/setup-problems-with-ie11.md @@ -2,7 +2,7 @@ description: Reviewing log files to learn more about potential setup problems with Internet Explorer 11. ms.assetid: 2cd79988-17d1-4317-bee9-b3ae2dd110a0 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/system-requirements-and-language-support-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/system-requirements-and-language-support-for-ie11.md index 569a366377..f087763a35 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/system-requirements-and-language-support-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/system-requirements-and-language-support-for-ie11.md @@ -2,7 +2,7 @@ description: Lists the minimum system requirements and supported languages for Internet Explorer 11. ms.assetid: 27185e3d-c486-4e4a-9c51-5cb317c0006d author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: System requirements and language support for Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/troubleshoot-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/troubleshoot-ie11.md index 3f743c6747..74b34e10b8 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/troubleshoot-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/troubleshoot-ie11.md @@ -2,7 +2,7 @@ description: Use the topics in this section to learn how to troubleshoot several of the more common problems experienced with Internet Explorer. ms.assetid: 0361c1a6-3faa-42b2-a588-92439eebeeab author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: Troubleshoot Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md index 3a0538f54c..02aacfd395 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md @@ -2,7 +2,7 @@ description: How to turn Enteprrise Mode off temporarily while testing websites and how to turn it off completely if you no longer want to to use it. ms.assetid: 5027c163-71e0-49b8-9dc0-f0a7310c7ae3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-off-natural-metrics.md b/browsers/internet-explorer/ie11-deploy-guide/turn-off-natural-metrics.md index 7dffa89bdd..7789175f6c 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-off-natural-metrics.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-off-natural-metrics.md @@ -2,7 +2,7 @@ description: Turn off natural metrics for Internet Explorer 11 ms.assetid: e31a27d7-662e-4106-a3d2-c6b0531961d5 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: Fix font rendering problems by turning off natural metrics (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md index f9f53fb7c5..b0be90bcc7 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md @@ -2,7 +2,7 @@ description: How to turn on Enterprise Mode and specify a site list. ms.assetid: 800e9c5a-57a6-4d61-a38a-4cb972d833e1 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-on-local-control-and-logging-for-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/turn-on-local-control-and-logging-for-enterprise-mode.md index e4d18d269f..e6f9fb3380 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-on-local-control-and-logging-for-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-on-local-control-and-logging-for-enterprise-mode.md @@ -2,7 +2,7 @@ description: Turn on local user control and logging for Enterprise Mode. ms.assetid: 6622ecce-24b1-497e-894a-e1fd5a8a66d1 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/updated-features-and-tools-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/updated-features-and-tools-with-ie11.md index a58c9b8903..af3d3cb6a3 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/updated-features-and-tools-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/updated-features-and-tools-with-ie11.md @@ -2,7 +2,7 @@ description: High-level info about some of the new and updated features for Internet Explorer 11. ms.assetid: f53c6f04-7c60-40e7-9fc5-312220f08156 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md index d98e21ab57..1a1ca99d5a 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md @@ -2,7 +2,7 @@ description: Use the topics in this section to learn about how to use the Enterprise Mode Site List Manager. ms.assetid: f4dbed4c-08ff-40b1-ab3f-60d3b6e8ec9b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/user-interface-problems-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/user-interface-problems-with-ie11.md index 0e1533193e..2166cdd0e0 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/user-interface-problems-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/user-interface-problems-with-ie11.md @@ -2,7 +2,7 @@ description: Info about where features went in the IEAK11, where the Favorites, Command, and Status bars went, and where the search bar went. ms.assetid: 7324faff-ccb6-4e14-ad91-af12dbca575e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: User interface problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md index d492cdc62f..bf9b76e571 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md @@ -2,7 +2,7 @@ description: Use this section to learn about how to turn on and use IE7 Enterprise Mode or IE8 Enterprise Mode. ms.assetid: 238ead3d-8920-429a-ac23-02f089c4384a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/using-ieak11-to-create-install-packages.md b/browsers/internet-explorer/ie11-deploy-guide/using-ieak11-to-create-install-packages.md index 43d7ddb582..949cd32611 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/using-ieak11-to-create-install-packages.md +++ b/browsers/internet-explorer/ie11-deploy-guide/using-ieak11-to-create-install-packages.md @@ -2,7 +2,7 @@ description: How to use IEAK 11 while planning, customizing, and building the custom installation package. ms.assetid: af93742f-f955-44ab-bfa2-7bf0c99045d3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Using Internet Explorer Administration Kit 11 (IEAK 11) to create packages (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/using-inf-files-to-create-install-packages.md b/browsers/internet-explorer/ie11-deploy-guide/using-inf-files-to-create-install-packages.md index b0ec5657e5..d8790ddf45 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/using-inf-files-to-create-install-packages.md +++ b/browsers/internet-explorer/ie11-deploy-guide/using-inf-files-to-create-install-packages.md @@ -2,7 +2,7 @@ description: How to use Setup Information (.inf) files to create installation packages. ms.assetid: 04fa2ba8-8d84-4af6-ab99-77e4f1961b0e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Using Setup Information (.inf) files to create packages (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/virtualization-and-compatibility-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/virtualization-and-compatibility-with-ie11.md index eef5dd2a0f..ad843a3a06 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/virtualization-and-compatibility-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/virtualization-and-compatibility-with-ie11.md @@ -2,7 +2,7 @@ description: Virtualization and compatibility with Internet Explorer 11 ms.assetid: b0388c04-2584-4b6d-a7a8-4e0476773a80 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: virtualization diff --git a/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md index 4b68d93dd0..2e952c7915 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md @@ -2,7 +2,7 @@ description: Info about the features included in Enterprise Mode with Internet Explorer 11. ms.assetid: 3c77e9f3-eb21-46d9-b5aa-f9b2341cfefa author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md b/browsers/internet-explorer/ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md index b2bde8e6b2..af8996de35 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md +++ b/browsers/internet-explorer/ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md @@ -2,7 +2,7 @@ description: How to download and use the Internet Explorer 11 Blocker Toolkit to turn off the automatic delivery of IE11 through the Automatic Updates feature of Windows Update. ms.assetid: fafeaaee-171c-4450-99f7-5cc7f8d7ba91 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md b/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md index 23cbe4e1a6..af8d54f7b2 100644 --- a/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md +++ b/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md @@ -2,7 +2,7 @@ description: Frequently asked questions about Internet Explorer 11 for IT Pros ms.assetid: 140e7d33-584a-44da-8c68-6c1d568e1de3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: explore ms.sitesec: library title: Internet Explorer 11 - FAQ for IT Pros (Internet Explorer 11 for IT Pros) From 48c519535edfc52c5fb29b4e3da49d4057ed6354 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 10 Jun 2016 10:48:38 -0700 Subject: [PATCH 022/114] Updated to change marketing attribute from IE11 to ie11 --- .../internet-explorer/ie11-ieak/accelerators-ieak11-wizard.md | 2 +- .../ie11-ieak/add-and-approve-activex-controls-ieak11.md | 2 +- .../ie11-ieak/add-root-certificate-ieak11-wizard.md | 2 +- .../ie11-ieak/additional-settings-ieak11-wizard.md | 2 +- .../internet-explorer/ie11-ieak/auto-config-ieak11-wizard.md | 2 +- .../ie11-ieak/auto-detection-dhcp-or-dns-servers-ieak11.md | 2 +- .../ie11-ieak/auto-version-sync-ieak11-wizard.md | 2 +- .../ie11-ieak/before-you-create-custom-pkgs-ieak11.md | 2 +- .../internet-explorer/ie11-ieak/branding-ins-file-setting.md | 2 +- .../internet-explorer/ie11-ieak/browser-ui-ieak11-wizard.md | 2 +- .../ie11-ieak/browsertoolbars-ins-file-setting.md | 2 +- .../ie11-ieak/browsing-options-ieak11-wizard.md | 2 +- .../internet-explorer/ie11-ieak/cabsigning-ins-file-setting.md | 2 +- .../internet-explorer/ie11-ieak/compat-view-ieak11-wizard.md | 2 +- .../internet-explorer/ie11-ieak/connection-mgr-ieak11-wizard.md | 2 +- .../ie11-ieak/connection-settings-ieak11-wizard.md | 2 +- .../ie11-ieak/connectionsettings-ins-file-setting.md | 2 +- .../ie11-ieak/create-build-folder-structure-ieak11.md | 2 +- .../ie11-ieak/create-manage-deploy-custom-pkgs-ieak11.md | 2 +- .../ie11-ieak/create-multiple-browser-packages-ieak11.md | 2 +- .../create-uninstall-inf-files-for-custom-components.md | 2 +- .../ie11-ieak/custom-components-ieak11-wizard.md | 2 +- .../ie11-ieak/custombranding-ins-file-setting.md | 2 +- .../ie11-ieak/customize-automatic-search-for-ie.md | 2 +- .../internet-explorer/ie11-ieak/extreginf-ins-file-setting.md | 2 +- .../ie11-ieak/favorites-favoritesbar-and-feeds-ieak11-wizard.md | 2 +- .../internet-explorer/ie11-ieak/favoritesex-ins-file-setting.md | 2 +- .../ie11-ieak/feature-selection-ieak11-wizard.md | 2 +- .../internet-explorer/ie11-ieak/file-locations-ieak11-wizard.md | 2 +- browsers/internet-explorer/ie11-ieak/file-types-ieak11.md | 2 +- .../ie11-ieak/first-run-and-welcome-page-ieak11-wizard.md | 2 +- .../ie11-ieak/guidelines-toolbar-and-favorites-list-ieak11.md | 2 +- .../ie11-ieak/hardware-and-software-reqs-ieak11.md | 2 +- .../internet-explorer/ie11-ieak/hidecustom-ins-file-setting.md | 2 +- .../ie11-ieak/ie-setup-command-line-options-and-return-codes.md | 2 +- .../ie11-ieak/ieak11-admin-guide-for-it-pros.md | 2 +- .../internet-explorer/ie11-ieak/ieak11-wizard-custom-options.md | 2 +- .../ie11-ieak/iexpress-command-line-options.md | 2 +- .../ie11-ieak/iexpress-wizard-for-win-server.md | 2 +- .../important-urls-home-page-and-support-ieak11-wizard.md | 2 +- browsers/internet-explorer/ie11-ieak/index.md | 2 +- .../ie11-ieak/internal-install-ieak11-wizard.md | 2 +- .../ie11-ieak/isp-security-ins-file-setting.md | 2 +- .../ie11-ieak/language-selection-ieak11-wizard.md | 2 +- .../ie11-ieak/licensing-version-and-features-ieak11.md | 2 +- browsers/internet-explorer/ie11-ieak/media-ins-file-setting.md | 2 +- .../ie11-ieak/pkg-type-selection-ieak11-wizard.md | 2 +- .../ie11-ieak/platform-selection-ieak11-wizard.md | 2 +- .../ie11-ieak/prep-network-install-with-ieak11.md | 2 +- browsers/internet-explorer/ie11-ieak/programs-ieak11-wizard.md | 2 +- .../internet-explorer/ie11-ieak/proxy-auto-config-examples.md | 2 +- browsers/internet-explorer/ie11-ieak/proxy-ins-file-setting.md | 2 +- .../internet-explorer/ie11-ieak/proxy-settings-ieak11-wizard.md | 2 +- .../ie11-ieak/register-uninstall-app-ieak11.md | 2 +- .../ie11-ieak/rsop-snapin-for-policy-settings-ieak11.md | 2 +- .../ie11-ieak/search-providers-ieak11-wizard.md | 2 +- browsers/internet-explorer/ie11-ieak/security-and-ieak11.md | 2 +- .../ie11-ieak/security-and-privacy-settings-ieak11-wizard.md | 2 +- .../ie11-ieak/security-imports-ins-file-setting.md | 2 +- .../ie11-ieak/troubleshooting-custom-browser-pkg-ieak11.md | 2 +- browsers/internet-explorer/ie11-ieak/url-ins-file-setting.md | 2 +- .../ie11-ieak/user-experience-ieak11-wizard.md | 2 +- .../ie11-ieak/using-internet-settings-ins-files.md | 2 +- .../ie11-ieak/wizard-complete-ieak11-wizard.md | 2 +- 64 files changed, 64 insertions(+), 64 deletions(-) diff --git a/browsers/internet-explorer/ie11-ieak/accelerators-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/accelerators-ieak11-wizard.md index cb7f5b4a37..a72ab5e2d6 100644 --- a/browsers/internet-explorer/ie11-ieak/accelerators-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/accelerators-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Accelerators page in the IEAK 11 Customization Wizard to add accelerators to employee devices. ms.assetid: 208305ad-1bcd-42f3-aca3-0ad1dda7048b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Accelerators page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/add-and-approve-activex-controls-ieak11.md b/browsers/internet-explorer/ie11-ieak/add-and-approve-activex-controls-ieak11.md index 72ed33acca..1c7812e8fc 100644 --- a/browsers/internet-explorer/ie11-ieak/add-and-approve-activex-controls-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/add-and-approve-activex-controls-ieak11.md @@ -2,7 +2,7 @@ description: How to use IEAK 11 to add and approve ActiveX controls for your organization. ms.assetid: 33040bd1-f0e4-4541-9fbb-16e0c76752ab author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Add and approve ActiveX controls using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/add-root-certificate-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/add-root-certificate-ieak11-wizard.md index 31db2d0a4d..0a3b15979e 100644 --- a/browsers/internet-explorer/ie11-ieak/add-root-certificate-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/add-root-certificate-ieak11-wizard.md @@ -2,7 +2,7 @@ description: We’re sorry. While we continue to recommend that you digitally sign your package, we’ve removed all of the functionality that allowed you to add a root certificate using the Internet Explorer Customization Wizard 11. The wizard page itself will be removed in a future version of the IEAK. ms.assetid: 7ae4e747-49d2-4551-8790-46a61b5fe838 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Add a Root Certificate page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/additional-settings-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/additional-settings-ieak11-wizard.md index 75c98afa39..f6aede477d 100644 --- a/browsers/internet-explorer/ie11-ieak/additional-settings-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/additional-settings-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Additional Settings page in IEAK 11 Customization Wizard for additional settings that relate to your employee’s desktop, operating system, and security. ms.assetid: c90054af-7b7f-4b00-b55b-5e5569f65f25 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Additional Settings page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/auto-config-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/auto-config-ieak11-wizard.md index 1b2983cc37..cb2f3af34a 100644 --- a/browsers/internet-explorer/ie11-ieak/auto-config-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/auto-config-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Automatic Configuration page in the IEAK 11 Customization Wizard to add URLs to auto-configure IE. ms.assetid: de5b1dbf-6e4d-4f86-ae08-932f14e606b0 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Automatic Configuration page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/auto-detection-dhcp-or-dns-servers-ieak11.md b/browsers/internet-explorer/ie11-ieak/auto-detection-dhcp-or-dns-servers-ieak11.md index c2ef84d040..a33c77cae8 100644 --- a/browsers/internet-explorer/ie11-ieak/auto-detection-dhcp-or-dns-servers-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/auto-detection-dhcp-or-dns-servers-ieak11.md @@ -2,7 +2,7 @@ description: How to set up automatic detection for DHCP or DNS servers using IEAK 11 in your organization. ms.assetid: c6bfe7c4-f452-406f-b47e-b7f0d8c44ae1 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Set up auto detection for DHCP or DNS servers using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/auto-version-sync-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/auto-version-sync-ieak11-wizard.md index 4fb6d2efda..62239b4d46 100644 --- a/browsers/internet-explorer/ie11-ieak/auto-version-sync-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/auto-version-sync-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Automatic Version Synchronization page in the IEAK 11 Customization Wizard to download the IE11 Setup file each time you run the Wizard. ms.assetid: bfc7685f-843b-49c3-8b9b-07e69705840c author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Automatic Version Synchronization page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/before-you-create-custom-pkgs-ieak11.md b/browsers/internet-explorer/ie11-ieak/before-you-create-custom-pkgs-ieak11.md index 76dc99175d..ff5b52268c 100644 --- a/browsers/internet-explorer/ie11-ieak/before-you-create-custom-pkgs-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/before-you-create-custom-pkgs-ieak11.md @@ -2,7 +2,7 @@ description: A list of steps to follow before you start to create your custom browser installation packages. ms.assetid: 6ed182b0-46cb-4865-9563-70825be9a5e4 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Before you start using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/branding-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/branding-ins-file-setting.md index 104a343b04..dac3198b66 100644 --- a/browsers/internet-explorer/ie11-ieak/branding-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/branding-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[Branding\] .INS file setting to set up your custom branding and setup info in your browser install package. ms.assetid: cde600c6-29cf-4bd3-afd1-21563d2642df author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Branding .INS file to create custom branding and setup info (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/browser-ui-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/browser-ui-ieak11-wizard.md index 4ae4b5d94c..fa8d449cf1 100644 --- a/browsers/internet-explorer/ie11-ieak/browser-ui-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/browser-ui-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Browser User Interface page in the IEAK 11 Customization Wizard to change the toolbar buttons and the title bar. ms.assetid: c4a18dcd-2e9c-4b5b-bcc5-9b9361a79f0d author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Browser User Interface page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/browsertoolbars-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/browsertoolbars-ins-file-setting.md index ef6ada866a..dea816e8c3 100644 --- a/browsers/internet-explorer/ie11-ieak/browsertoolbars-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/browsertoolbars-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[BrowserToolbars\] .INS file setting to customize your Internet Explorer toolbar and buttons. ms.assetid: 83af0558-9df3-4c2e-9350-44f7788efa6d author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Use the BrowserToolbars .INS file to customize the Internet Explorer toolbar and buttons (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/browsing-options-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/browsing-options-ieak11-wizard.md index 4d154531e9..234b5314b8 100644 --- a/browsers/internet-explorer/ie11-ieak/browsing-options-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/browsing-options-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Browsing Options page in the IEAK 11 Customization Wizard to manage items in the Favorites, Favorites Bar, and Feeds section. ms.assetid: d6bd71ba-5df3-4b8c-8bb5-dcbc50fd974e author: eross-msft -ms.prod: IE111 +ms.prod: ie111 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Browsing Options page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/cabsigning-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/cabsigning-ins-file-setting.md index 90fa7ad61c..d5d956d65f 100644 --- a/browsers/internet-explorer/ie11-ieak/cabsigning-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/cabsigning-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[CabSigning\] .INS file setting to customize the digital signature info for your apps. ms.assetid: 098707e9-d712-4297-ac68-7d910ca8f43b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the CabSigning .INS file to customize the digital signature info for your apps (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/compat-view-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/compat-view-ieak11-wizard.md index 738a171960..623ebff701 100644 --- a/browsers/internet-explorer/ie11-ieak/compat-view-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/compat-view-ieak11-wizard.md @@ -2,7 +2,7 @@ description: We’re sorry. We’ve removed all of the functionality included on the **Compatibility View** page of the Internet Explorer Customization Wizard 11. ms.assetid: 51d8f80e-93a5-41e4-9478-b8321458bc30 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-ieak/connection-mgr-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/connection-mgr-ieak11-wizard.md index b0c69e3ce4..ae61348d3f 100644 --- a/browsers/internet-explorer/ie11-ieak/connection-mgr-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/connection-mgr-ieak11-wizard.md @@ -2,7 +2,7 @@ description: We’re sorry. We’ve removed all of the functionality included on the **Connection Manager** page of the Internet Explorer Customization Wizard 11. ms.assetid: 1edaa7db-cf6b-4f94-b65f-0feff3d4081a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Connection Manager page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/connection-settings-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/connection-settings-ieak11-wizard.md index 580fa77c82..3ff0ad3e5d 100644 --- a/browsers/internet-explorer/ie11-ieak/connection-settings-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/connection-settings-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Connection Settings page in IEAK 11 Customization Wizard to import and preset connection settings on your employee’s computers. ms.assetid: dc93ebf7-37dc-47c7-adc3-067d07de8b78 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Connection Settings page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/connectionsettings-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/connectionsettings-ins-file-setting.md index bfca5d8bf1..63ebc27054 100644 --- a/browsers/internet-explorer/ie11-ieak/connectionsettings-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/connectionsettings-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[ConnectionSettings\] .INS file setting to specify the network connection settings needed to install your custom package. ms.assetid: 41410300-6ddd-43b2-b9e2-0108a2221355 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Use the ConnectionSettings .INS file to review the network connections for install (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/create-build-folder-structure-ieak11.md b/browsers/internet-explorer/ie11-ieak/create-build-folder-structure-ieak11.md index 83898cb819..6b52865341 100644 --- a/browsers/internet-explorer/ie11-ieak/create-build-folder-structure-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/create-build-folder-structure-ieak11.md @@ -2,7 +2,7 @@ description: How to create your folder structure on the computer that you’ll use to build your custom browser package. ms.assetid: e0d05a4c-099f-4f79-a069-4aa1c28a1080 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Create the build computer folder structure using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/create-manage-deploy-custom-pkgs-ieak11.md b/browsers/internet-explorer/ie11-ieak/create-manage-deploy-custom-pkgs-ieak11.md index 511e2c0e8c..027de7e6c3 100644 --- a/browsers/internet-explorer/ie11-ieak/create-manage-deploy-custom-pkgs-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/create-manage-deploy-custom-pkgs-ieak11.md @@ -2,7 +2,7 @@ description: Review this list of tasks and references before you create and deploy your Internet Explorer 11 custom install packages. ms.assetid: fe71c603-bf07-41e1-a477-ade5b28c9fb3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Tasks and references to consider before creating and deploying custom packages using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/create-multiple-browser-packages-ieak11.md b/browsers/internet-explorer/ie11-ieak/create-multiple-browser-packages-ieak11.md index be4db58577..6a0431b323 100644 --- a/browsers/internet-explorer/ie11-ieak/create-multiple-browser-packages-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/create-multiple-browser-packages-ieak11.md @@ -2,7 +2,7 @@ description: Steps to create multiple versions of your custom browser if you support more than 1 version of Windows, more than 1 language, or have different features in each package. ms.assetid: 4c5f3503-8c69-4691-ae97-1523091ab333 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Create multiple versions of your custom package using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/create-uninstall-inf-files-for-custom-components.md b/browsers/internet-explorer/ie11-ieak/create-uninstall-inf-files-for-custom-components.md index 505ed2cd71..cb69adb1be 100644 --- a/browsers/internet-explorer/ie11-ieak/create-uninstall-inf-files-for-custom-components.md +++ b/browsers/internet-explorer/ie11-ieak/create-uninstall-inf-files-for-custom-components.md @@ -2,7 +2,7 @@ description: Use Setup information (.inf) files to uninstall custom components from your custom browser packages. ms.assetid: 8257aa41-58de-4339-81dd-9f2ffcc10a08 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use Setup information (.inf) files to uninstall custom components (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/custom-components-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/custom-components-ieak11-wizard.md index e728919ec3..454afe5dde 100644 --- a/browsers/internet-explorer/ie11-ieak/custom-components-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/custom-components-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Custom Components page in the IEAK 11 Customization Wizard to add additional components for your employees to install with IE. ms.assetid: 38a2b90f-c324-4dc8-ad30-8cd3e3e901d7 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Custom Components page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/custombranding-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/custombranding-ins-file-setting.md index 76e8a2240e..223eb8bbfe 100644 --- a/browsers/internet-explorer/ie11-ieak/custombranding-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/custombranding-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[CustomBranding\] .INS file setting to specify the location of your branding cabinet (.cab) file. ms.assetid: 9c74e239-65c5-4aa5-812f-e0ed80c5c2b0 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Use the CustomBranding .INS file to create custom branding and setup info (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/customize-automatic-search-for-ie.md b/browsers/internet-explorer/ie11-ieak/customize-automatic-search-for-ie.md index 8cf0734498..def77f424a 100644 --- a/browsers/internet-explorer/ie11-ieak/customize-automatic-search-for-ie.md +++ b/browsers/internet-explorer/ie11-ieak/customize-automatic-search-for-ie.md @@ -2,7 +2,7 @@ description: Customize Automatic Search in Internet Explorer so that your employees can type a single word into the Address box to search for frequently used pages. ms.assetid: 694e2f92-5e08-49dc-b83f-677d61fa918a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: manage ms.sitesec: library title: Customize Automatic Search using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/extreginf-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/extreginf-ins-file-setting.md index 1788f031f5..8c39fcada8 100644 --- a/browsers/internet-explorer/ie11-ieak/extreginf-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/extreginf-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[ExtRegInf\] .INS file setting to specify your Setup information (.inf) files and the installation mode for your custom components. ms.assetid: 53148422-d784-44dc-811d-ef814b86a4c6 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the ExtRegInf .INS file to specify your installation files and mode (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/favorites-favoritesbar-and-feeds-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/favorites-favoritesbar-and-feeds-ieak11-wizard.md index 602a550acb..27fbfbed18 100644 --- a/browsers/internet-explorer/ie11-ieak/favorites-favoritesbar-and-feeds-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/favorites-favoritesbar-and-feeds-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Favorites, Favorites Bar, and Feeds page in IEAK 11 Customization Wizard to add links, web slices, and feeds to your custom browser package. ms.assetid: 84afa831-5642-4b8f-b7df-212a53ec8fc7 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Favorites, Favorites Bar, and Feeds page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/favoritesex-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/favoritesex-ins-file-setting.md index 96fcc8e8ee..b85f2f805e 100644 --- a/browsers/internet-explorer/ie11-ieak/favoritesex-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/favoritesex-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[FavoritesEx\] .INS file setting to specify your Favorites icon file, whether Favorites is available offline, and your Favorites URLs. ms.assetid: 55de376a-d442-478e-8978-3b064407b631 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the FavoritesEx .INS file for your Favorites icon and URLs (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/feature-selection-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/feature-selection-ieak11-wizard.md index 1a9b070c08..0fea681fea 100644 --- a/browsers/internet-explorer/ie11-ieak/feature-selection-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/feature-selection-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Feature Selection page in the IEAK 11 Customization Wizard to choose which parts of the setup processes and Internet Explorer 11 to change for your company. ms.assetid: 9cb8324e-d73b-41ba-ade9-3acc796e21d8 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Feature Selection page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/file-locations-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/file-locations-ieak11-wizard.md index 7e68c311e2..a04ce46b84 100644 --- a/browsers/internet-explorer/ie11-ieak/file-locations-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/file-locations-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the File Locations page in the IEAK 11 Customization Wizard to change the location of your install package and IE11 folders. ms.assetid: bd0620e1-0e07-4560-95ac-11888c2c389e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the File Locations page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/file-types-ieak11.md b/browsers/internet-explorer/ie11-ieak/file-types-ieak11.md index e45ff2b965..3d717ed9ce 100644 --- a/browsers/internet-explorer/ie11-ieak/file-types-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/file-types-ieak11.md @@ -2,7 +2,7 @@ description: Review the file types that are created and used by tools in the Internet Explorer Administration Kit 11 (IEAK 11). ms.assetid: e5735074-3e9b-4a00-b1a7-b8fd8baca327 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: File types used or created by IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/first-run-and-welcome-page-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/first-run-and-welcome-page-ieak11-wizard.md index 49faeab3db..67cc64816d 100644 --- a/browsers/internet-explorer/ie11-ieak/first-run-and-welcome-page-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/first-run-and-welcome-page-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the First Run Wizard and Welcome Page Options page in the IEAK 11 Customization Wizard to set what your employee’s see the first time they log on to IE, based on their operating system. ms.assetid: 85f856a6-b707-48a9-ba99-3a6e898276a9 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the First Run Wizard and Welcome Page Options page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/guidelines-toolbar-and-favorites-list-ieak11.md b/browsers/internet-explorer/ie11-ieak/guidelines-toolbar-and-favorites-list-ieak11.md index 84f13dc2b4..ccb24ecb0d 100644 --- a/browsers/internet-explorer/ie11-ieak/guidelines-toolbar-and-favorites-list-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/guidelines-toolbar-and-favorites-list-ieak11.md @@ -2,7 +2,7 @@ description: Customization guidelines for your Internet Explorer toolbar button and Favorites List icons. ms.assetid: bddc8f23-9ac1-449d-ad71-f77f43ae3b5c author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Customize the toolbar button and Favorites List icons using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/hardware-and-software-reqs-ieak11.md b/browsers/internet-explorer/ie11-ieak/hardware-and-software-reqs-ieak11.md index 6e89320523..4e453ca996 100644 --- a/browsers/internet-explorer/ie11-ieak/hardware-and-software-reqs-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/hardware-and-software-reqs-ieak11.md @@ -2,7 +2,7 @@ description: List of supported hardware and software requirements for Internet Explorer 11 and the Internet Explorer Administration Kit 11. ms.assetid: c50b86dc-7184-43d1-8daf-e750eb88dabb author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Hardware and software requirements for Internet Explorer 11 and the IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/hidecustom-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/hidecustom-ins-file-setting.md index ca0b357491..3e42c5a20a 100644 --- a/browsers/internet-explorer/ie11-ieak/hidecustom-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/hidecustom-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[HideCustom\] .INS file setting to decide whether to hide the GUID for each custom component. ms.assetid: e673f7b1-c3aa-4072-92b0-20c6dc3d9277 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the HideCustom .INS file to hide the GUID for each custom component (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/ie-setup-command-line-options-and-return-codes.md b/browsers/internet-explorer/ie11-ieak/ie-setup-command-line-options-and-return-codes.md index 7c56d3c908..87f73061b5 100644 --- a/browsers/internet-explorer/ie11-ieak/ie-setup-command-line-options-and-return-codes.md +++ b/browsers/internet-explorer/ie11-ieak/ie-setup-command-line-options-and-return-codes.md @@ -2,7 +2,7 @@ description: Reference about the command-line options and return codes for Internet Explorer Setup. ms.assetid: 40c23024-cb5d-4902-ad1b-6e8a189a699f author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Internet Explorer Setup command-line options and return codes (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/ieak11-admin-guide-for-it-pros.md b/browsers/internet-explorer/ie11-ieak/ieak11-admin-guide-for-it-pros.md index ad2545adab..d21dc1f28f 100644 --- a/browsers/internet-explorer/ie11-ieak/ieak11-admin-guide-for-it-pros.md +++ b/browsers/internet-explorer/ie11-ieak/ieak11-admin-guide-for-it-pros.md @@ -3,7 +3,7 @@ description: Use this guide to learn about the several options and processes you description: IEAK 11 - Internet Explorer Administration Kit 11 Users Guide ms.assetid: 847bd7b4-d5dd-4e10-87b5-4d7d3a99bbac author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/ieak11-wizard-custom-options.md b/browsers/internet-explorer/ie11-ieak/ieak11-wizard-custom-options.md index 6c07425f39..0073e17a2c 100644 --- a/browsers/internet-explorer/ie11-ieak/ieak11-wizard-custom-options.md +++ b/browsers/internet-explorer/ie11-ieak/ieak11-wizard-custom-options.md @@ -2,7 +2,7 @@ description: Review the options available to help you customize your browser install packages for deployment to your employee's devices. ms.assetid: 4b804da3-c3ac-4b60-ab1c-99536ff6e31b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Internet Explorer Administration Kit 11 (IEAK 11) Customization Wizard options (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/iexpress-command-line-options.md b/browsers/internet-explorer/ie11-ieak/iexpress-command-line-options.md index ffc752653d..86d40fa16e 100644 --- a/browsers/internet-explorer/ie11-ieak/iexpress-command-line-options.md +++ b/browsers/internet-explorer/ie11-ieak/iexpress-command-line-options.md @@ -2,7 +2,7 @@ description: Reference about the command-line options for the IExpress Wizard. ms.assetid: aa16d738-1067-403c-88b3-bada12cf9752 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: IExpress Wizard command-line options (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/iexpress-wizard-for-win-server.md b/browsers/internet-explorer/ie11-ieak/iexpress-wizard-for-win-server.md index b68be846c4..d6b43635ee 100644 --- a/browsers/internet-explorer/ie11-ieak/iexpress-wizard-for-win-server.md +++ b/browsers/internet-explorer/ie11-ieak/iexpress-wizard-for-win-server.md @@ -2,7 +2,7 @@ description: Use the IExpress Wizard on Windows Server 2008 R2 with SP1 to create self-extracting files to run your custom Internet Explorer Setup program. ms.assetid: 5100886d-ec88-4c1c-8cd7-be00da874c57 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: IExpress Wizard for Windows Server 2008 R2 with SP1 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/important-urls-home-page-and-support-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/important-urls-home-page-and-support-ieak11-wizard.md index 4fed1bb8e3..b58454d722 100644 --- a/browsers/internet-explorer/ie11-ieak/important-urls-home-page-and-support-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/important-urls-home-page-and-support-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Important URLs - Home Page and Support page in the IEAK 11 Customization Wizard to choose one or more **Home** pages and an online support page for your customized version of IE. ms.assetid: 19e34879-ba9d-41bf-806a-3b9b9b752fc1 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Important URLs - Home Page and Support page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/index.md b/browsers/internet-explorer/ie11-ieak/index.md index 50ad74973f..583bc698fd 100644 --- a/browsers/internet-explorer/ie11-ieak/index.md +++ b/browsers/internet-explorer/ie11-ieak/index.md @@ -3,7 +3,7 @@ description: Use this guide to learn about the several options and processes you description: IEAK 11 - Internet Explorer Administration Kit 11 Users Guide ms.assetid: 847bd7b4-d5dd-4e10-87b5-4d7d3a99bbac author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/internal-install-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/internal-install-ieak11-wizard.md index 1c1084b3b4..7718f63678 100644 --- a/browsers/internet-explorer/ie11-ieak/internal-install-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/internal-install-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Internal Install page in the IEAK 11 Customization Wizard to customize Setup for the default browser and the latest browser updates. ms.assetid: 33d078e3-75b8-455b-9126-f0d272ed676f author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Internal Install page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/isp-security-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/isp-security-ins-file-setting.md index 78b53aa52d..5971510317 100644 --- a/browsers/internet-explorer/ie11-ieak/isp-security-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/isp-security-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[ISP_Security\] .INS file setting to add the root certificate for your custom Internet Explorer package. ms.assetid: 4eca2de5-7071-45a2-9c99-75115be00d06 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the ISP_Security .INS file to add your root certificate (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/language-selection-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/language-selection-ieak11-wizard.md index 8f0dbbf019..7aed4e8eb9 100644 --- a/browsers/internet-explorer/ie11-ieak/language-selection-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/language-selection-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Language Selection page in the IEAK 11 Customization Wizard to choose the lanaguage for your IEAK 11 custom package. ms.assetid: f9d4ab57-9b1d-4cbc-9398-63f4938df1f6 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Language Selection page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/licensing-version-and-features-ieak11.md b/browsers/internet-explorer/ie11-ieak/licensing-version-and-features-ieak11.md index d70d890c6a..d1a1939d26 100644 --- a/browsers/internet-explorer/ie11-ieak/licensing-version-and-features-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/licensing-version-and-features-ieak11.md @@ -2,7 +2,7 @@ description: Learn about which version of the IEAK 11 you should run, based on your license agreement. ms.assetid: 69d25451-08af-4db0-9daa-44ab272acc15 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Determine the licensing version and features to use in IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/media-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/media-ins-file-setting.md index a22367e75a..4144e944ad 100644 --- a/browsers/internet-explorer/ie11-ieak/media-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/media-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[Media\] .INS file setting to specify the types of media on which your custom install package is available. ms.assetid: c57bae60-d520-49a9-a77d-da43f7ebe5b8 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Media .INS file to specify your install media (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/pkg-type-selection-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/pkg-type-selection-ieak11-wizard.md index 8664e6a89a..02d75e4a77 100644 --- a/browsers/internet-explorer/ie11-ieak/pkg-type-selection-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/pkg-type-selection-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Package Type Selection page in the IEAK 11 Customization Wizard to pick the media type you’ll use to distribute your custom package. ms.assetid: dd91f788-d05e-4f45-9fd5-d951abf04f2c author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Package Type Selection page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/platform-selection-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/platform-selection-ieak11-wizard.md index 4fc4dd9383..345e690dd9 100644 --- a/browsers/internet-explorer/ie11-ieak/platform-selection-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/platform-selection-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Platform Selection page in the IEAK 11 Customization Wizard to pick the specs for your employee devices that will get the install package. ms.assetid: 9cbf5abd-86f7-42b6-9810-0b606bbe8218 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Platform Selection page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/prep-network-install-with-ieak11.md b/browsers/internet-explorer/ie11-ieak/prep-network-install-with-ieak11.md index 96e2f2f4e6..ee0f635579 100644 --- a/browsers/internet-explorer/ie11-ieak/prep-network-install-with-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/prep-network-install-with-ieak11.md @@ -2,7 +2,7 @@ description: Learn about what you need to do before you deploy your custom browser package using IEAK 11 over your network. ms.assetid: 2c66d22a-4a94-47cc-82ab-7274abe1dfd6 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Before you install your package over your network using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/programs-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/programs-ieak11-wizard.md index 939a312ac0..b1bd1220ef 100644 --- a/browsers/internet-explorer/ie11-ieak/programs-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/programs-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Programs page in the IEAK 11 Customization Wizard to pick the default programs to use for Internet services. ms.assetid: f715668f-a50d-4db0-b578-e6526fbfa1fc author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Programs page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/proxy-auto-config-examples.md b/browsers/internet-explorer/ie11-ieak/proxy-auto-config-examples.md index 5daee8a8e7..931dc09282 100644 --- a/browsers/internet-explorer/ie11-ieak/proxy-auto-config-examples.md +++ b/browsers/internet-explorer/ie11-ieak/proxy-auto-config-examples.md @@ -2,7 +2,7 @@ description: Learn about how to use a proxy auto-configuration (.pac) file to specify an automatic proxy URL. ms.assetid: 6c94708d-71bd-44bd-a445-7e6763b374ae author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use proxy auto-configuration (.pac) files with IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/proxy-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/proxy-ins-file-setting.md index 4e25248bb8..902b4c3cd9 100644 --- a/browsers/internet-explorer/ie11-ieak/proxy-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/proxy-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[Proxy\] .INS file setting to define whether to use a proxy server. ms.assetid: 30b03c2f-e3e5-48d2-9007-e3fd632f3c18 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Proxy .INS file to specify a proxy server (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/proxy-settings-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/proxy-settings-ieak11-wizard.md index 1819df835f..9f9c0ed357 100644 --- a/browsers/internet-explorer/ie11-ieak/proxy-settings-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/proxy-settings-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Proxy Settings page in the IEAK 11 Customization Wizard to pick the proxy servers used to connect to required services. ms.assetid: 1fa1eee3-e97d-41fa-a48c-4a6e0dc8b544 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Proxy Settings page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/register-uninstall-app-ieak11.md b/browsers/internet-explorer/ie11-ieak/register-uninstall-app-ieak11.md index e22d35a59d..c047eef68c 100644 --- a/browsers/internet-explorer/ie11-ieak/register-uninstall-app-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/register-uninstall-app-ieak11.md @@ -2,7 +2,7 @@ description: Learn how to register an uninstall app for your custom components, using IEAK 11. ms.assetid: 4da1d408-af4a-4c89-a491-d6f005fd5005 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy title: Register an uninstall app for custom components using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) --- diff --git a/browsers/internet-explorer/ie11-ieak/rsop-snapin-for-policy-settings-ieak11.md b/browsers/internet-explorer/ie11-ieak/rsop-snapin-for-policy-settings-ieak11.md index 9eecc45456..789f64a8b7 100644 --- a/browsers/internet-explorer/ie11-ieak/rsop-snapin-for-policy-settings-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/rsop-snapin-for-policy-settings-ieak11.md @@ -2,7 +2,7 @@ description: Learn how to use the Resultant Set of Policy (RSoP) snap-in to view your policy settings. ms.assetid: 0f21b320-e879-4a06-8589-aae6fc264666 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: manage ms.sitesec: library title: Use the RSoP snap-in to review policy settings (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/search-providers-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/search-providers-ieak11-wizard.md index a1b260bac0..bd5e4c8c12 100644 --- a/browsers/internet-explorer/ie11-ieak/search-providers-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/search-providers-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Search Providers page in the IEAK 11 Customization Wizard to add additional providers and set the default. ms.assetid: 48cfaba5-f4c0-493c-b656-445311b7bc52 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Search Providers page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/security-and-ieak11.md b/browsers/internet-explorer/ie11-ieak/security-and-ieak11.md index 8748c56bfd..5802534823 100644 --- a/browsers/internet-explorer/ie11-ieak/security-and-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/security-and-ieak11.md @@ -2,7 +2,7 @@ description: Learn about the security features available in Internet Explorer 11 and IEAK 11. ms.assetid: 5b64c9cb-f8da-411a-88e4-fa69dea473e2 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Security features and IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/security-and-privacy-settings-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/security-and-privacy-settings-ieak11-wizard.md index e36546ea57..77a5c40dbf 100644 --- a/browsers/internet-explorer/ie11-ieak/security-and-privacy-settings-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/security-and-privacy-settings-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Security and Privacy Settings page in the IEAK 11 Customization Wizard to manage your security zones, privacy settings, and content ratings. ms.assetid: cb7cd1df-6a79-42f6-b3a1-8ae467053f82 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Security and Privacy Settings page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/security-imports-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/security-imports-ins-file-setting.md index abcbaa3104..733b53831c 100644 --- a/browsers/internet-explorer/ie11-ieak/security-imports-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/security-imports-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[Security Imports\] .INS file setting to decide whether to import security info to your custom package. ms.assetid: 19791c44-aaa7-4f37-9faa-85cbdf29f68e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Security Imports .INS file to import security info (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/troubleshooting-custom-browser-pkg-ieak11.md b/browsers/internet-explorer/ie11-ieak/troubleshooting-custom-browser-pkg-ieak11.md index 727791bcf7..6d83d55a3e 100644 --- a/browsers/internet-explorer/ie11-ieak/troubleshooting-custom-browser-pkg-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/troubleshooting-custom-browser-pkg-ieak11.md @@ -2,7 +2,7 @@ description: Info about some of the known issues using the Internet Exporer Customization Wizard and a custom Internet Explorer install package. ms.assetid: 9e22cc61-6c63-4cab-bfdf-6fe49db945e4 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: Troubleshoot custom package and IEAK 11 problems (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/url-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/url-ins-file-setting.md index 75592cae6b..853199a71b 100644 --- a/browsers/internet-explorer/ie11-ieak/url-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/url-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[URL\] .INS file setting to decide whether to use an auto-configured proxy server. ms.assetid: 05b09dfa-cf11-408d-92c2-b4ae434a59a7 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the URL .INS file to use an auto-configured proxy server (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/user-experience-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/user-experience-ieak11-wizard.md index 81851bde4a..0027d5ce6d 100644 --- a/browsers/internet-explorer/ie11-ieak/user-experience-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/user-experience-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the User Experience page in the IEAK 11 Customization Wizard to decide user interaction with the Setup process. ms.assetid: d3378058-e4f0-4a11-a888-b550af994bfa author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the User Experience page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/using-internet-settings-ins-files.md b/browsers/internet-explorer/ie11-ieak/using-internet-settings-ins-files.md index f4b16976e2..d08e772fa9 100644 --- a/browsers/internet-explorer/ie11-ieak/using-internet-settings-ins-files.md +++ b/browsers/internet-explorer/ie11-ieak/using-internet-settings-ins-files.md @@ -2,7 +2,7 @@ description: Info about how to use Internet Settings (.ins) files and the IEAK 11 to configure your custom browser package. ms.assetid: a24a7cdb-681e-4f34-a53c-6d8383c5f977 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Using Internet Settings (.INS) files with IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/wizard-complete-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/wizard-complete-ieak11-wizard.md index 785440983b..9c4b3bea88 100644 --- a/browsers/internet-explorer/ie11-ieak/wizard-complete-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/wizard-complete-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Wizard Complete - Next Steps page in the IEAK 11 Customization Wizard to build your custom Internet Explorer install package. ms.assetid: aaaac88a-2022-4d0b-893c-b2404b45cabc author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Wizard Complete - Next Steps page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) From a6e9c10ea8d201d8c7345a44472aaa9d59711dda Mon Sep 17 00:00:00 2001 From: LizRoss Date: Fri, 10 Jun 2016 12:02:06 -0700 Subject: [PATCH 023/114] Fixing broken formatting --- .../use-the-enterprise-mode-site-list-manager.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md index 1a1ca99d5a..07af66b6be 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md @@ -37,11 +37,9 @@ The following topics give you more information about the things that you can do |Topic |Description | |------|------------| |[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) |How to add websites to your site list using the Enterprise Mode Site List Manager (schema v.2). | -|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) |How to add websites to your site list using the Enterprise Mode Site List Manager (schema v.1) -. | +|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) |How to add websites to your site list using the Enterprise Mode Site List Manager (schema v.1). | |[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Enterprise Mode Site List Manager (schema v.2). | -|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the WEnterprise Mode Site List Manager (schema v.1) -. | +|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the WEnterprise Mode Site List Manager (schema v.1). | |[Edit the Enterprise Mode site list using the Enterprise Mode Site List Manager](edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md) |How to edit the compatibility mode for specific websites.

This topic applies to both versions of the Enterprise Mode Site List Manager. | |[Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md) |How to fix common site list validation errors.

This topic applies to both versions of the Enterprise Mode Site List Manager. | |[Search your Enterprise Mode site list in the Enterprise Mode Site List Manager](search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) |How to look to see if a site is already in your global Enterprise Mode site list.

This topic applies to both versions of the Enterprise Mode Site List Manager. | From ec670a10dcf6e5ae41694a3a01235b512835a4a3 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 10 Jun 2016 13:24:54 -0700 Subject: [PATCH 024/114] add minecraft to parent topic --- education/windows/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/education/windows/index.md b/education/windows/index.md index 97c9414064..7d914b1ed4 100644 --- a/education/windows/index.md +++ b/education/windows/index.md @@ -19,6 +19,7 @@ author: jdeckerMS |------|------------| | [Use the Set up School PCs app (Preview)](use-set-up-school-pcs-app.md) | Learn how the Set up School PCs app works and how to use it. | | [Technical reference for the Set up School PCs app (Preview)](set-up-school-pcs-technical.md) | See the changes that the Set up School PCs app makes to a PC. | +| [Get Minecraft Education Edition](get-minecraft-for-education.md) | Learn how to get early access to **Minecraft Education Edition**. | | [Take tests in Windows 10](take-tests-in-windows-10.md) | Learn how to configure and use the **Take a Test** app in Windows 10 | | [Deploy Windows 10 in a school](deploy-windows-10-in-a-school.md) | Learn how to deploy Windows 10 in classrooms; integrate the school environment with Microsoft Office 365, Active Directory Domain Services (AD DS), and Microsoft Azure Active Directory (Azure AD); and deploy Windows 10 and your apps to new devices or upgrade existing devices to Windows 10. | | [Chromebook migration guide](chromebook-migration-guide.md) | Learn how to migrate a Google Chromebook-based learning environment to a Windows 10-based learning environment. | From 4c251d3f5e7be58b2244efdd36fbeb24d99492bd Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 10 Jun 2016 13:28:26 -0700 Subject: [PATCH 025/114] add minecraft to change log --- education/windows/change-history-edu.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/education/windows/change-history-edu.md b/education/windows/change-history-edu.md index bb06ebd59a..7b85d01ba6 100644 --- a/education/windows/change-history-edu.md +++ b/education/windows/change-history-edu.md @@ -12,6 +12,12 @@ author: jdeckerMS This topic lists new and updated topics in the [Windows 10 for Education](index.md) documentation. +## June 2016 + +| New or changed topic | Description | +|----------------------|-------------| +| [Get Minecraft Education Edition](get-minecraft-for-education.md)
[For teachers: get Minecraft Education Edition](teachers-get-minecraft.md)
[For IT administrators: get Minecraft Education Edition](school-get-minecraft.md) | New | + ## May 2016 | New or changed topic | Description | From 6df45ed08a8d018c77090a0b939638a2aa21c1ba Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 10 Jun 2016 13:56:14 -0700 Subject: [PATCH 026/114] fix link typo --- education/windows/change-history-edu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/windows/change-history-edu.md b/education/windows/change-history-edu.md index 7b85d01ba6..bde12a2f2b 100644 --- a/education/windows/change-history-edu.md +++ b/education/windows/change-history-edu.md @@ -16,7 +16,7 @@ This topic lists new and updated topics in the [Windows 10 for Education](index. | New or changed topic | Description | |----------------------|-------------| -| [Get Minecraft Education Edition](get-minecraft-for-education.md)
[For teachers: get Minecraft Education Edition](teachers-get-minecraft.md)
[For IT administrators: get Minecraft Education Edition](school-get-minecraft.md) | New | +| [Get Minecraft Education Edition](get-minecraft-for-education.md)
[For teachers: get Minecraft Education Edition](teacher-get-minecraft.md)
[For IT administrators: get Minecraft Education Edition](school-get-minecraft.md) | New | ## May 2016 From 92e498a784500a8276443043de9e40e94a207169 Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Fri, 10 Jun 2016 15:28:10 -0700 Subject: [PATCH 027/114] add Troubleshoot section --- education/windows/teacher-get-minecraft.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/education/windows/teacher-get-minecraft.md b/education/windows/teacher-get-minecraft.md index d5e4592eb6..2f22e8c472 100644 --- a/education/windows/teacher-get-minecraft.md +++ b/education/windows/teacher-get-minecraft.md @@ -102,11 +102,11 @@ Download for others allows teachers or IT admins to download a packages that the - You want to install this app on each of your student's Windows 10 (at least version 1511) PCs. - Your students share Windows 10 computers, but sign in with their own Windows account. -**Requirements** +#### Requirements - Administrative permissions are required on the PC. If you don't have the correct permissions, you won't be able to install the app. - Windows 10 (at least version 1511) is required for PCs running Minecraft: Education Edition. -**Check for updates**
+#### Check for updates Minecraft: Education Edition will not install if there are updates pending for other apps on the PC. Before installing Minecraft, check to see if there are pending updates for Windows Store apps. **To check for app updates** @@ -121,7 +121,7 @@ Minecraft: Education Edition will not install if there are updates pending for o 4. Restart the computer before installing Minecraft: Education Edition. -**To download for others**
+#### To download for others You'll download a .zip file, extract the files, and then use one of the files to install Minecraft: Education Edition on each PC. 1. **Download Minecraft Education Edition.zip**. From the **Minecraft: Education Edition** page, click **Download for others** tab, and then click **Download**. @@ -135,8 +135,19 @@ You'll download a .zip file, extract the files, and then use one of the files to 5. **Quick check**. The install program checks the PC to make sure it can run Minecraft: Education Edition. If your PC passes this test, the app will automatically install. 6. **Restart**. Once installation is complete, restart each PC. Minecraft: Education Edition app is now ready for any student to use. -**Note**:
-If Minecraft: Education Edition does not install, you may need to update other Windows Store apps on your computer before you can install Minecraft: Education Edition. To do this, open the Windows Store for Business and select the Account button in the top right corner of your screen (next to Search.) Select Check for updates and install all available updates. Now Minecraft should install. +#### Troubleshoot + +If you ran **InstallMinecraftEducationEdition.bat** and Minecraft: Education Edition isn't available, there are a few things that might have happened. + +| Problem | Possible cause | Solution | +|---------|----------------|----------| +| Script ran, but it doesn't look like the app installed. | There might be pending app updates. | Check for app updates (see steps earlier in this topic).
Install updates.
Restart PC.
Run **InstallMinecraftEducationEdition.bat** again. | +| App won't install. | AppLocker is configured and preventing app installs. | Contact IT Admin. | +| App won't install. | Policy prevents users from installing apps on the PC. | Contact IT Admin. | +| Scrip starts, but stops quickly. | Policy prevents scripts from running on the PC. | Contact IT Admin. | +| App isn't available for other users. | No restart after install. If you don't restart the PC, and just switch users the app will not be available.| Restart PC.
Run **InstallMinecraftEducationEdition.bat** again.
If a restart doesn't work, contact your IT Admin. | + +If you are still having trouble installing the app, you can get more help on our [Support page](http://go.microsoft.com/fwlink/?LinkID=799757). ## Related topics From 028e6dcc16f55b7e1625667c4f723cbe2ff4a70c Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Fri, 10 Jun 2016 15:56:31 -0700 Subject: [PATCH 028/114] updates --- education/windows/teacher-get-minecraft.md | 1 + 1 file changed, 1 insertion(+) diff --git a/education/windows/teacher-get-minecraft.md b/education/windows/teacher-get-minecraft.md index 2f22e8c472..48e0cdb34b 100644 --- a/education/windows/teacher-get-minecraft.md +++ b/education/windows/teacher-get-minecraft.md @@ -147,6 +147,7 @@ If you ran **InstallMinecraftEducationEdition.bat** and Minecraft: Education Edi | Scrip starts, but stops quickly. | Policy prevents scripts from running on the PC. | Contact IT Admin. | | App isn't available for other users. | No restart after install. If you don't restart the PC, and just switch users the app will not be available.| Restart PC.
Run **InstallMinecraftEducationEdition.bat** again.
If a restart doesn't work, contact your IT Admin. | + If you are still having trouble installing the app, you can get more help on our [Support page](http://go.microsoft.com/fwlink/?LinkID=799757). ## Related topics From e988cd9bb2233ba2456927e08643228c366fe0ed Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Mon, 13 Jun 2016 11:23:49 -0700 Subject: [PATCH 029/114] update tagging add ms.pagetype: mobile --- windows/deploy/sideload-apps-in-windows-10.md | 1 + .../update-windows-10-images-with-provisioning-packages.md | 1 + windows/deploy/windows-10-edition-upgrades.md | 1 + .../manage-identity-verification-using-microsoft-passport.md | 2 +- windows/manage/configure-devices-without-mdm.md | 3 ++- windows/manage/manage-wifi-sense-in-enterprise.md | 1 + .../manage/set-up-a-kiosk-for-windows-10-for-mobile-edition.md | 2 +- windows/manage/stop-employees-from-using-the-windows-store.md | 1 + windows/whats-new/applocker.md | 2 +- windows/whats-new/bitlocker.md | 2 +- windows/whats-new/device-guard-overview.md | 2 +- windows/whats-new/edge-ie11-whats-new-overview.md | 1 + windows/whats-new/edp-whats-new-overview.md | 2 +- windows/whats-new/microsoft-passport.md | 2 +- windows/whats-new/new-provisioning-packages.md | 1 + windows/whats-new/security-auditing.md | 2 +- windows/whats-new/trusted-platform-module.md | 2 +- windows/whats-new/windows-store-for-business-overview.md | 2 +- 18 files changed, 19 insertions(+), 11 deletions(-) diff --git a/windows/deploy/sideload-apps-in-windows-10.md b/windows/deploy/sideload-apps-in-windows-10.md index 9af7d4e4bc..6265950f08 100644 --- a/windows/deploy/sideload-apps-in-windows-10.md +++ b/windows/deploy/sideload-apps-in-windows-10.md @@ -5,6 +5,7 @@ ms.assetid: C46B27D0-375B-4F7A-800E-21595CF1D53D ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library +ms.pagetype: mobile author: greg-lindsay --- diff --git a/windows/deploy/update-windows-10-images-with-provisioning-packages.md b/windows/deploy/update-windows-10-images-with-provisioning-packages.md index e9415d414b..0fbf772bbb 100644 --- a/windows/deploy/update-windows-10-images-with-provisioning-packages.md +++ b/windows/deploy/update-windows-10-images-with-provisioning-packages.md @@ -6,6 +6,7 @@ keywords: provisioning, bulk deployment, image ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library +ms.pagetype: mobile author: jdeckerMS --- diff --git a/windows/deploy/windows-10-edition-upgrades.md b/windows/deploy/windows-10-edition-upgrades.md index 21981254a9..8b20a8f77c 100644 --- a/windows/deploy/windows-10-edition-upgrades.md +++ b/windows/deploy/windows-10-edition-upgrades.md @@ -5,6 +5,7 @@ ms.assetid: A7642E90-A3E7-4A25-8044-C4E402DC462A ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library +ms.pagetype: mobile author: greg-lindsay --- diff --git a/windows/keep-secure/manage-identity-verification-using-microsoft-passport.md b/windows/keep-secure/manage-identity-verification-using-microsoft-passport.md index bb891d67c5..dccabd045e 100644 --- a/windows/keep-secure/manage-identity-verification-using-microsoft-passport.md +++ b/windows/keep-secure/manage-identity-verification-using-microsoft-passport.md @@ -6,7 +6,7 @@ keywords: identity, PIN, biometric, Hello ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library -ms.pagetype: security +ms.pagetype: security, mobile author: jdeckerMS --- # Manage identity verification using Microsoft Passport diff --git a/windows/manage/configure-devices-without-mdm.md b/windows/manage/configure-devices-without-mdm.md index 11dd816f58..0539884199 100644 --- a/windows/manage/configure-devices-without-mdm.md +++ b/windows/manage/configure-devices-without-mdm.md @@ -2,10 +2,11 @@ title: Configure devices without MDM (Windows 10) description: Create a runtime provisioning package to apply settings, profiles, and file assets to a device running Windows 10. ms.assetid: 66D14E97-E116-4218-8924-E2A326C9367E -keywords: ["runtime provisioning", "provisioning package"] +keywords: runtime provisioning, provisioning package ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library +ms.pagetype: mobile, devices author: jdeckerMS --- diff --git a/windows/manage/manage-wifi-sense-in-enterprise.md b/windows/manage/manage-wifi-sense-in-enterprise.md index 2728a8dd5d..172b930871 100644 --- a/windows/manage/manage-wifi-sense-in-enterprise.md +++ b/windows/manage/manage-wifi-sense-in-enterprise.md @@ -6,6 +6,7 @@ keywords: ["WiFi Sense", "automatically connect to wi-fi", "wi-fi hotspot connec ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library +ms.pagetype: mobile author: eross-msft --- diff --git a/windows/manage/set-up-a-kiosk-for-windows-10-for-mobile-edition.md b/windows/manage/set-up-a-kiosk-for-windows-10-for-mobile-edition.md index ad17d4f627..53f2403397 100644 --- a/windows/manage/set-up-a-kiosk-for-windows-10-for-mobile-edition.md +++ b/windows/manage/set-up-a-kiosk-for-windows-10-for-mobile-edition.md @@ -2,7 +2,7 @@ title: Set up a kiosk on Windows 10 Mobile or Windows 10 Mobile Enterprise (Windows 10) description: A device in kiosk mode runs a specified app with no access to other device functions, menus, or settings. ms.assetid: 35EC82D8-D9E8-45C3-84E9-B0C8C167BFF7 -keywords: ["kiosk", "lockdown", "assigned access"] +keywords: kiosk, lockdown, assigned access ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library diff --git a/windows/manage/stop-employees-from-using-the-windows-store.md b/windows/manage/stop-employees-from-using-the-windows-store.md index 7b3cb2aa7b..dabf676bf5 100644 --- a/windows/manage/stop-employees-from-using-the-windows-store.md +++ b/windows/manage/stop-employees-from-using-the-windows-store.md @@ -5,6 +5,7 @@ ms.assetid: 7AA60D3D-2A69-45E7-AAB0-B8AFC29C2E97 ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library +ms.pagetype: store, mobile author: TrudyHa --- diff --git a/windows/whats-new/applocker.md b/windows/whats-new/applocker.md index 355d16bacc..1c14abc6dc 100644 --- a/windows/whats-new/applocker.md +++ b/windows/whats-new/applocker.md @@ -2,7 +2,7 @@ title: What's new in AppLocker (Windows 10) description: AppLocker helps you control which apps and files users can run. These include executable files, scripts, Windows Installer files, dynamic-link libraries (DLLs), packaged apps, and packaged app installers. ms.assetid: 6F836FF6-7794-4E7B-89AA-1EABA1BF183F -ms.pagetype: security +ms.pagetype: security, mobile ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library diff --git a/windows/whats-new/bitlocker.md b/windows/whats-new/bitlocker.md index 99353d9d7b..4e9d0f7b61 100644 --- a/windows/whats-new/bitlocker.md +++ b/windows/whats-new/bitlocker.md @@ -5,7 +5,7 @@ ms.assetid: 3F2DE365-68A1-4CDB-AB5F-C65574684C7B ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library -ms.pagetype: security +ms.pagetype: security, mobile author: brianlic-msft --- diff --git a/windows/whats-new/device-guard-overview.md b/windows/whats-new/device-guard-overview.md index 669cdadb48..ed8847ee60 100644 --- a/windows/whats-new/device-guard-overview.md +++ b/windows/whats-new/device-guard-overview.md @@ -2,7 +2,7 @@ title: Device Guard overview (Windows 10) description: Device Guard is a combination of enterprise-related hardware and software security features that, when configured together, will lock a device down so that it can only run trusted applications. ms.assetid: FFE244EE-5804-4CE8-A2A9-48F49DC3AEF2 -ms.pagetype: security +ms.pagetype: mobile, security keywords: Device Guard ms.prod: w10 ms.mktglfcycl: explore diff --git a/windows/whats-new/edge-ie11-whats-new-overview.md b/windows/whats-new/edge-ie11-whats-new-overview.md index ab7d69d78f..9370b6beb5 100644 --- a/windows/whats-new/edge-ie11-whats-new-overview.md +++ b/windows/whats-new/edge-ie11-whats-new-overview.md @@ -5,6 +5,7 @@ ms.assetid: e986f903-69ad-4145-9d24-0c6d04b3e489 ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library +ms.pagetype: mobile author: eross-msft --- diff --git a/windows/whats-new/edp-whats-new-overview.md b/windows/whats-new/edp-whats-new-overview.md index 696556b54d..cc29c76faa 100644 --- a/windows/whats-new/edp-whats-new-overview.md +++ b/windows/whats-new/edp-whats-new-overview.md @@ -6,7 +6,7 @@ keywords: EDP Overview, EDP ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library -ms.pagetype: security +ms.pagetype: mobile, security author: eross-msft --- diff --git a/windows/whats-new/microsoft-passport.md b/windows/whats-new/microsoft-passport.md index 2c49406384..0165451cb8 100644 --- a/windows/whats-new/microsoft-passport.md +++ b/windows/whats-new/microsoft-passport.md @@ -6,7 +6,7 @@ keywords: password, hello, fingerprint, iris, biometric ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library -ms.pagetype: security +ms.pagetype: mobile, security author: jdeckerMS --- diff --git a/windows/whats-new/new-provisioning-packages.md b/windows/whats-new/new-provisioning-packages.md index 9a0d03ddeb..1cdff3fc09 100644 --- a/windows/whats-new/new-provisioning-packages.md +++ b/windows/whats-new/new-provisioning-packages.md @@ -5,6 +5,7 @@ ms.assetid: 287706E5-063F-4AB5-902C-A0DF6D0730BC ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library +ms.pagetype: mobile author: jdeckerMS --- diff --git a/windows/whats-new/security-auditing.md b/windows/whats-new/security-auditing.md index 26276b5e0a..15350dc9c4 100644 --- a/windows/whats-new/security-auditing.md +++ b/windows/whats-new/security-auditing.md @@ -6,7 +6,7 @@ ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library author: brianlic-msft -ms.pagetype: security +ms.pagetype: security, mobile --- # What's new in security auditing? diff --git a/windows/whats-new/trusted-platform-module.md b/windows/whats-new/trusted-platform-module.md index bbf7d88d6b..9937fada56 100644 --- a/windows/whats-new/trusted-platform-module.md +++ b/windows/whats-new/trusted-platform-module.md @@ -5,7 +5,7 @@ ms.assetid: CE8BBC2A-EE2D-4DFA-958E-2A178F2E6C44 ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library -ms.pagetype: security +ms.pagetype: security, mobile author: brianlic-msft --- diff --git a/windows/whats-new/windows-store-for-business-overview.md b/windows/whats-new/windows-store-for-business-overview.md index ca022e0b5d..e1934201c2 100644 --- a/windows/whats-new/windows-store-for-business-overview.md +++ b/windows/whats-new/windows-store-for-business-overview.md @@ -3,7 +3,7 @@ title: Windows Store for Business overview (Windows 10) description: With the new Windows Store for Business, organizations can make volume purchases of Windows apps. ms.assetid: 9DA71F6B-654D-4121-9A40-D473CC654A1C ms.prod: w10 -ms.pagetype: store +ms.pagetype: store, mobile ms.mktglfcycl: manage ms.sitesec: library author: TrudyHa From b6c1738a23e96854c947864c038e3551bbaf3ec8 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Mon, 13 Jun 2016 12:01:32 -0700 Subject: [PATCH 030/114] remove link to add take test app --- education/windows/take-a-test-multiple-pcs.md | 2 +- education/windows/take-a-test-single-pc.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/education/windows/take-a-test-multiple-pcs.md b/education/windows/take-a-test-multiple-pcs.md index 8c90e26274..f92dadf851 100644 --- a/education/windows/take-a-test-multiple-pcs.md +++ b/education/windows/take-a-test-multiple-pcs.md @@ -28,7 +28,7 @@ Many schools use online testing for formative and summative assessments. It's cr - Cortana is turned off. -**Take a Test** is included in Windows 10 Education. To add **Take a Test** to other editions of Windows 10, see [Add the Take a Test app to Windows 10](take-tests-in-windows-10.md#add-the-take-a-test-app-to-windows-10) +**Take a Test** is included in version 1607 of Windows 10 Pro, Pro Education, Education and Enterprise. ## How you use Take a Test diff --git a/education/windows/take-a-test-single-pc.md b/education/windows/take-a-test-single-pc.md index b8bb602a2d..89c939798f 100644 --- a/education/windows/take-a-test-single-pc.md +++ b/education/windows/take-a-test-single-pc.md @@ -30,7 +30,7 @@ The **Take a Test** app in Windows 10, Version 1607, creates the right environme > **Tip!** > To exit **Take a Test**, press Ctrl+Alt+Delete. -**Take a Test** is included in Windows 10 Education. To add **Take a Test** to other editions of Windows 10, see [Add the Take a Test app to Windows 10](take-tests-in-windows-10.md#add-the-take-a-test-app-to-windows-10) +**Take a Test** is included in version 1607 of Windows 10 Pro, Pro Education, Education and Enterprise. ## How you use Take a Test From 416d66f272ef32deb17ebca8fe387ce38a204331 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Mon, 13 Jun 2016 12:03:38 -0700 Subject: [PATCH 031/114] tweak account language --- education/windows/take-a-test-multiple-pcs.md | 2 +- education/windows/take-a-test-single-pc.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/education/windows/take-a-test-multiple-pcs.md b/education/windows/take-a-test-multiple-pcs.md index f92dadf851..e4ba7eb6ed 100644 --- a/education/windows/take-a-test-multiple-pcs.md +++ b/education/windows/take-a-test-multiple-pcs.md @@ -68,7 +68,7 @@ To configure a dedicated test account on multiple PCs, you can use: 4. Create a policy that associates the assessment URL to the account, using the following values: - **Custom OMA-DM URI** = ./Vendor/MSFT/SecureAssessment/TesterAccount - - **String value** = Enter the account that you created in step 2, using the same account format. + - **String value** = Enter the account that you specified in step 2, using the same account format. 5. To take the test, the student signs in to the test account. diff --git a/education/windows/take-a-test-single-pc.md b/education/windows/take-a-test-single-pc.md index 89c939798f..f0d2f288c7 100644 --- a/education/windows/take-a-test-single-pc.md +++ b/education/windows/take-a-test-single-pc.md @@ -47,8 +47,8 @@ The **Take a Test** app in Windows 10, Version 1607, creates the right environme 1. Sign into the device with an administrator account. -2. Go to **Settings** > **Accounts** > **Work or school access** (final name needs to be updated, still TBD) > **Set up an account for taking tests**. -3. Select an account to use as the dedicated testing account. +2. Go to **Settings** > **Accounts** > **Work or school access** > **Set up an account for taking tests**. +3. Select an existing account to use as the dedicated testing account. >**Note**: If you don't have an account on the device, you can create a new account. To do this, go to **Settings** > **Accounts** > **Other Users** > **Add someone else to this PC** > **I don’t have this person’s sign-in information** > **Add a user without a Microsoft account**. 4. Specify an assessment URL. From 9623644ed30719e7682e55d7d413951f2177bae4 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Mon, 13 Jun 2016 12:37:11 -0700 Subject: [PATCH 032/114] Updated based on final feedback and sign off --- .../security-enhancements-microsoft-edge.md | 78 ++++++++----------- 1 file changed, 33 insertions(+), 45 deletions(-) diff --git a/browsers/edge/security-enhancements-microsoft-edge.md b/browsers/edge/security-enhancements-microsoft-edge.md index d407ce7d7c..9db29bd47d 100644 --- a/browsers/edge/security-enhancements-microsoft-edge.md +++ b/browsers/edge/security-enhancements-microsoft-edge.md @@ -8,7 +8,7 @@ title: Security enhancements for Microsoft Edge (Microsoft Edge for IT Pros) --- # Security enhancements for Microsoft Edge -Microsoft Edge is designed with significant security improvements over existing browsers, helping to defend people from increasingly sophisticated and prevalent web-based attacks against Windows. +Microsoft Edge is designed with significant security improvements, helping to defend people from increasingly sophisticated and prevalent web-based attacks against Windows. ## Help to protect against web-based security threats While most websites are safe, some sites have been designed to steal personal information or gain access to your system’s resources. Thieves by nature don’t care about rules, and will use any means to take advantage of victims, most often using trickery or hacking: @@ -19,27 +19,29 @@ While most websites are safe, some sites have been designed to steal personal in While trickery and hacking are threats faced by every browser, it’s important that we explore how Microsoft Edge addresses these threats and is helping make the web a safer experience. -### Windows Hello +### Help against trickery +Web browsers can help defend your employees against trickery by identifying and blocking known tricks, and by using strong security protocols to ensure that they’re talking to the web site they think they’re talking to. + +#### Windows Hello Phishing scams get people to enter passwords into a fake version of a trusted website, such as a bank. Attempts to identify legitimate websites through the HTTPS lock symbol and the EV Cert green bar have met with only limited success, since attackers are too good at faking legitimate experiences for many people to notice the difference. To really address this problem, we need to stop people from entering plain-text passwords into websites. So in Windows 10, we gave you [Windows Hello](http://blogs.windows.com/bloggingwindows/2015/03/17/making-windows-10-more-personal-and-more-secure-with-windows-hello/) technology with asymmetric cryptography that authenticates both the person and the website. Microsoft Edge is the first browser to natively support Windows Hello as a more personal, seamless, and secure way to authenticate on the web, powered by an early implementation of the [Web Authentication (formerly FIDO 2.0 Web API) specification](http://w3c.github.io/webauthn/). -### Microsoft SmartScreen -Microsoft SmartScreen, used in both Windows 10 and Microsoft Edge, helps to defend against phishing by performing reputation checks on visited sites and blocking any sites that are thought to be phishing sites. SmartScreen also helps to defend people against being tricked into installing malicious [socially-engineered software downloads](http://operationstech.about.com/od/glossary/g/Socially-Engineered-Malware.htm) and against [drive-by attacks](https://blogs.windows.com/msedgedev/2015/12/16/smartscreen-drive-by-improvements/). Drive-by attacks are malicious web-based attacks that compromise your system by targeting security vulnerabilities in commonly used software, and may be hosted on trusted sites. +#### Microsoft SmartScreen +Microsoft SmartScreen, used in Windows 10 and both Internet Explorer 11 and Microsoft Edge, helps to defend against phishing by performing reputation checks on visited sites and blocking any sites that are thought to be phishing sites. SmartScreen also helps to defend people against being tricked into installing malicious [socially-engineered software downloads](http://operationstech.about.com/od/glossary/g/Socially-Engineered-Malware.htm and against [drive-by attacks](https://blogs.windows.com/msedgedev/2015/12/16/smartscreen-drive-by-improvements/). Drive-by attacks are malicious web-based attacks that compromise your system by targeting security vulnerabilities in commonly used software, and may be hosted on trusted sites. -**Note**
-Both Microsoft Edge and Internet Explorer 11 help to prevent drive-by attacks on Windows 10. +#### Certificate Reputation system +While people trust sites that have encrypted web traffic, that trust can be undermined by malicious sites using improperly obtained or fake certificates to impersonate legitimate sites. To help address this problem, we introduced the [Certificate Reputation system](http://blogs.msdn.com/b/ie/archive/2014/03/10/certificate-reputation-a-novel-approach-for-protecting-users-from-fraudulent-certificates.aspx) last year. This year, we’ve extended the system to let web developers use the [Bing Webmaster Tools](http://www.bing.com/toolbox/webmaster) to report directly to Microsoft to let us know about fake certificates. -### Certificate Reputation system -While people trust sites that have encrypted web traffic, that trust can be undermined by malicious sites using improperly obtained or fake certificates to impersonate legitimate sites. -To help address this problem, we introduced the [Certificate Reputation system](http://blogs.msdn.com/b/ie/archive/2014/03/10/certificate-reputation-a-novel-approach-for-protecting-users-from-fraudulent-certificates.aspx) last year. This year, we’ve extended the system to let web developers use the [Bing Webmaster Tools](http://www.bing.com/toolbox/webmaster) to report directly to Microsoft to let us know about fake certificates. +### Help against hacking +While Microsoft Edge has done much to help defend against trickery, the browser’s “engine” has also been overhauled to resist hacking (attempts to corrupt the browser itself) including a major overhaul of the DOM representation in the browser’s memory, and the security mitigations described here. -### Microsoft EdgeHTML and modern web standards +#### Microsoft EdgeHTML and modern web standards Microsoft Edge has a new rendering engine, Microsoft EdgeHTML, which is focused on modern standards that let web developers build and maintain a consistent site across all modern browsers. -The Microsoft EdgeHTML engine also helps to defend against trickery through these new security standards features: +The Microsoft EdgeHTML engine also helps to defend against hacking through these new security standards features: - Support for the W3C standard for [Content Security Policy (CSP)](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/security/content-Security-Policy), which can help web developers defend their sites against cross-site scripting attacks. @@ -48,70 +50,56 @@ The Microsoft EdgeHTML engine also helps to defend against trickery through thes **Note**
Both Microsoft Edge and Internet Explorer 11 support HSTS. -- Support for the [Meta referrer](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/security/meta-referrer/) tag, which specifies what info should be passed through the HTTP header to any request sent from a webpage. - -## Help against hacking -While Microsoft Edge has done much to help defend against trickery, it’s also undergone a major overhaul of the DOM representation in the browser’s memory, allowing the code to be more resistant to attacks that attempt to subvert the browser, like in many hacking attempts. - -### Microsoft Edge is now a 64-bit app -The largest security change to Microsoft Edge is that it's designed like a Universal Windows app. By changing the browser to an app, it fundamentally changes the process model so that both the outer manager process and the assorted content processes all live within AppContainer sandboxes; helping to provide the user and the platform with the [confidence](http://blogs.msdn.com/b/b8/archive/2012/05/17/delivering-reliable-and-trustworthy-metro-style-apps.aspx) provided by other Windows store apps. - #### All web content runs in an app container sandbox Internet Explorer 7 on Windows Vista was the first web browser to provide a browsing sandbox, called [Protected Mode](http://windows.microsoft.com/en-US/windows-vista/What-does-Internet-Explorer-protected-mode-do). Protected Mode forced the part of the browser that rendered web content to run with less privilege than the browser controls or the user, providing a level of isolation and protection should a malicious website attempt to exploit a bug in the browser or one of its plug-ins. -Internet Explorer 10 introduced Enhanced Protected Mode (EPM), based on the Windows 8 app container technology, providing an even stronger sandbox by adding deny-by-default and no-read-up semantics. EPM was turned on by default in the Windows 8 and Windows 8.1 immersive browser, but was optional on the Internet Explorer 10 and Internet Explorer 11 desktop versions. +Internet Explorer 10 introduced Enhanced Protected Mode (EPM), based on the Windows 8 app container technology, providing a stronger sandbox by adding deny-by-default and no-read-up semantics. EPM was turned on by default in the Windows 8 and Windows 8.1 immersive browser, but was optional on the Internet Explorer 10 and Internet Explorer 11 desktop versions. -Microsoft Edge takes the sandbox even farther, running its content processes in app containers not just by default, but all of the time. Because Microsoft Edge doesn’t support 3rd party binary extensions, there’s no reason for it to run outside of the containers, ensuring that Microsoft Edge is more secure. +Microsoft Edge takes the sandbox even farther, running its content processes in app containers not just by default, but all of the time. Because Microsoft Edge doesn’t support 3rd party binary extensions, there’s no reason for it to run outside of the containers, ensuring that Microsoft Edge is more secure. -#### 64-bit processes and Address Space Layout Randomization (ASLR) -We've updated Microsoft Edge to run in 64-bit not just by default, but anytime it’s running on a 64-bit operating system. Because Microsoft Edge doesn’t support legacy ActiveX controls or 3rd-party binary extensions, there’s no longer a reason to run 32-bit processes on a 64-bit system. +#### Microsoft Edge is now a 64-bit app +The largest security change to Microsoft Edge is that it's designed like a Universal Windows app. By changing the browser to an app, it fundamentally changes the process model so that both the outer manager process and the assorted content processes all live within app container sandboxes; helping to provide the user and the platform with the [confidence](http://blogs.msdn.com/b/b8/archive/2012/05/17/delivering-reliable-and-trustworthy-metro-style-apps.aspx) provided by other Windows store apps. + +##### 64-bit processes and Address Space Layout Randomization (ASLR) +Microsoft Edge runs in 64-bit not just by default, but anytime it’s running on a 64-bit operating system. Because Microsoft Edge doesn’t support legacy ActiveX controls or 3rd-party binary extensions, there’s no longer a reason to run 32-bit processes on a 64-bit system. The value of running 64-bit all the time is that it strengthens Windows Address Space Layout Randomization (ASLR). ASLR randomizes the memory layout of the browser processes, making it much harder for attackers to hit precise memory locations. In turn, 64-bit processes make ASLR much more effective by making the address space exponentially larger and, therefore, more difficult for attackers to find the sensitive memory components they’re looking for. -### New extension model and HTML5 support +#### New extension model and HTML5 support Back in 1996, we introduced ActiveX for web browser extensions in an attempt to let 3rd parties experiment with various forms of alternate content on the web. However, we quickly learned that browser extensions can come at a cost of security and reliability. For example, binary extensions can bring code and data into the browser’s processes without any protection, meaning that if anything goes wrong, the entire browser itself can be compromised or go down. -Our answer to this problem was to create an extension model with fewer shared states between the browser and its extensions. Microsoft Edge doesn’t support [Vector Markup Language, VBScript, JScript, Toolbars, Browser Helper Objects, or ActiveX](http://blogs.windows.com/msedgedev/2015/05/06/a-break-from-the-past-part-2-saying-goodbye-to-activex-vbscript-attachevent/). However, with the use and support of HTML5, the need for those extensions has been greatly reduced, allowing sites to be as full-functioning as before, without the same potential risks. +Based on that learning, we’ve stopped supporting binary extensions in Microsoft Edge and instead encourage everyone to use our new, scripted HTML5-based extension model. For more info about the new extensions, see the [Microsoft Edge Developer Center](https://developer.microsoft.com/en-us/microsoft-edge/extensions/). -If you still want to have more extensibility beyond what’s provided by HTML5, you can see the [Microsoft Edge Extensions](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/extensions/) documentation for a modern, HTML/JS/CSS-based extension model. Extensions can be disabled through [Group Policy or Mobile Data Management (MDM)](https://technet.microsoft.com/itpro/microsoft-edge/available-policies) policies. - -### Reduced attack surfaces +#### Reduced attack surfaces In addition to removing support for VBScript, Jscript, VML, Browser Helper Objects, Toolbars, and ActiveX controls, Microsoft Edge also removed support for legacy Internet Explorer [document modes](https://msdn.microsoft.com/en-us/library/jj676915.aspx). Because many IE browser vulnerabilities are only present in legacy document modes, removing support for document modes significantly reduces attack surface, making the browser much more secure than before. However, it also means that it’s not as backward compatible. Because of the reduced backward compatibility, we’ve given Microsoft Edge the ability to automatically fall back to Internet Explorer 11, using the Enterprise Mode Site List, for any apps that need backward compatibility. -### Code integrity and image loading restrictions +#### Code integrity and image loading restrictions Microsoft Edge content processes support code integrity and image load restrictions, helping to prevent malicious DLLs from loading or being injected into the content processes. Only [properly signed images](https://blogs.windows.com/msedgedev/2015/11/17/microsoft-edge-module-code-integrity/) are allowed to load into Microsoft Edge. Binaries on remote devices (such as, UNC or WebDAV) can’t be loaded. -### Memory corruption mitigations +#### Memory corruption mitigations Memory corruption happens most frequently to apps written in C or C++ because those languages don’t provide type safety or buffer overflow protection. Broadly speaking, memory corruption attacks happen when an attacker provides malformed input to a program and the program can’t handle it, corrupting the program’s memory state and allowing the attacker to take control of the program. Over the years, a broad variety of mitigations have been created around memory corruption, but even as these mitigations roll out, attackers adapt and invent new ways to attack. At the same time, we’ve responded with new memory safety defenses, mitigating the most common new forms of attack, including and especially [use-after-free (UAF)](http://cwe.mitre.org/data/definitions/416.html) vulnerabilities. -#### Memory Garbage Collector (MemGC) mitigation -MemGC is a memory garbage collection system that helps to defend the browser from UAF vulnerabilities by taking the responsibility for freeing memory away from the programmer and instead automating it, only freeing memory when the automation detects that there are no more references left pointing to a given block of memory. +##### Memory Garbage Collector (MemGC) mitigation +MemGC is the replacement for Memory Protector, currently turned on for both Microsoft Edge on Windows 10 and Internet Explorer 11 on Windows 7 and newer operating systems. MemGC is a memory garbage collection system that helps to defend the browser from UAF vulnerabilities by taking the responsibility for freeing memory away from the programmer and instead automating it, only freeing memory when the automation detects that there are no more references left pointing to a given block of memory. -**Note**
MemGC is the replacement for Memory Protector, currently turned on for both Microsoft Edge on Windows 10 and Internet Explorer 11 on Windows 7 and newer. - -#### Control Flow Guard +##### Control Flow Guard Ultimately, attackers use memory corruption attacks to gain control of the CPU program counter so that they can jump to any code location they want. Control Flow Guard is a Microsoft Visual Studio technology that compiles checks around code that performs indirect jumps based on a pointer, restricting those jumps to only go to function entry points with known addresses. This makes attacker take-overs much more difficult by severely constraining where a memory corruption attack can jump to. -**Note**
Control Flow Guard is always turned on for Microsoft Edge. - -### Designed for security +#### Designed for security We’ve spent countless hours reviewing, testing, and using Microsoft Edge to make sure that you’re more protected than ever before. -#### Fuzzing/Static Analysis +##### Fuzzing/Static Analysis We’ve devoted more than 670 machine-years to fuzz testing Microsoft Edge and Internet Explorer during product development, including monitoring for possible exceptions such as crashes or memory leaks. We’ve also generated more than 400-billion DOM manipulations from 1-billion HTML files. Because of all of this, hundreds of security issues were addressed before the product shipped. -#### Code Review & Penetration Testing +##### Code Review & Penetration Testing Over 70 end-to-end security engagements reviewed all key features, helping to address security implementation and design issues before shipping. - -#### Windows REDTEAM -The Windows REDTEAM emulates the techniques and expertise of skilled, real-world attackers. Exploited Microsoft Edge vulnerabilities discovered through penetration testing can be addressed before public discovery and real-world exploits. -#### Bug Bounty Programs -Despite all of our best efforts, we realize that there will be security vulnerabilities in Microsoft Edge that we don’t yet know about. To minimize customer impact, we offer ongoing bounty programs intended to incent security researchers to report vulnerabilities to us. If you’re a security researcher and you’re interested in the bounty program, you can find more info [here](https://technet.microsoft.com/en-us/library/dn425036.aspx). +##### Windows REDTEAM +The Windows REDTEAM emulates the techniques and expertise of skilled, real-world attackers. Exploited Microsoft Edge vulnerabilities discovered through penetration testing can be addressed before public discovery and real-world exploits. From bc3ebb7e5f89811fa1594cea437fc48e5991cd24 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Mon, 13 Jun 2016 12:46:58 -0700 Subject: [PATCH 033/114] Updated for new security topic --- browsers/edge/change-history-for-microsoft-edge.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/browsers/edge/change-history-for-microsoft-edge.md b/browsers/edge/change-history-for-microsoft-edge.md index 1a79a97be1..60e52629df 100644 --- a/browsers/edge/change-history-for-microsoft-edge.md +++ b/browsers/edge/change-history-for-microsoft-edge.md @@ -9,6 +9,11 @@ ms.sitesec: library # Change history for Microsoft Edge This topic lists new and updated topics in the Microsoft Edge documentation for both Windows 10 and Windows 10 Mobile. +## June 2016 +|New or changed topic | Description | +|----------------------|-------------| +|[Security enhancements for Microsoft Edge](security-enhancements-microsoft-edge.md) |New | + ## May 2016 |New or changed topic | Description | From 7ba1bcbd9315ca63614f5e94caa10d39154b9174 Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Mon, 13 Jun 2016 19:33:25 -0700 Subject: [PATCH 034/114] fixing table missing heading from migration --- windows/manage/device-guard-signing-portal.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/windows/manage/device-guard-signing-portal.md b/windows/manage/device-guard-signing-portal.md index cff094be8b..09c4d67158 100644 --- a/windows/manage/device-guard-signing-portal.md +++ b/windows/manage/device-guard-signing-portal.md @@ -54,9 +54,8 @@ Device Guard is a feature set that consists of both hardware and software system When you're uploading files for Device Guard signing, there are a few limits for files and file size: -| | | -|-------------------------------------------------------|----------| | Description | Limit | +|-------------------------------------------------------|----------| | Maximum size for a policy or catalog file | 3.5 MB | | Maximum size for multiple files (uploaded in a group) | 4 MB | | Maximum number of files per upload | 15 files | @@ -68,9 +67,8 @@ When you're uploading files for Device Guard signing, there are a few limits for Catalog and policy files have required files types. -| | | -|---------------|--------------------| | File | Required file type | +|---------------|--------------------| | catalog files | .cat | | policy files | .bin | From 6ca7cd0518e04aa098da7586c7a003b669a82f50 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Tue, 14 Jun 2016 07:13:54 -0700 Subject: [PATCH 035/114] remove br after table --- education/windows/set-up-school-pcs-technical.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/windows/set-up-school-pcs-technical.md b/education/windows/set-up-school-pcs-technical.md index 3223550a4b..10c7eaa57b 100644 --- a/education/windows/set-up-school-pcs-technical.md +++ b/education/windows/set-up-school-pcs-technical.md @@ -252,7 +252,7 @@ The **Set up School PCs** app produces a specialized provisioning package that m

-
Status CodeCount of EventResult Mapping User-Friendly Message Action admin should take

-2063532030

3849

E_HTTP_DENIED

The password must be updated.

Update the password.

-2147012867

1234

WININET_E_CANNOT_CONNECT

Can’t connect to the server right now. Wait a while and try again, or check the account settings.

Verify that the server name is correct and reachable. Verify that the device is connected to the network.

-2046817239

316

E_NEXUS_STATUS_DEVICE_NOTPROVISIONED (policies don’t match)

The account is configured with policies not compatible with Surface Hub

.

-2046817204

145

E_NEXUS_STATUS_MAXIMUMDEVICESREACHED

The account has too many device partnerships.

Delete one or more partnerships on the server.

-2046817270

93

E_NEXUS_STATUS_SERVERERROR_RETRYLATER

Can’t connect to the server right now.

Wait until the server comes back online. If the issue persists, re-provision the account.

-2063269885

28

E_CREDENTIALS_EXPIRED (Credentials have expired and need to be updated)

The password must be updated.

Update the password.

-2063269875

14

E_AIRSYNC_RESET_RETRY

Can’t connect to the server right now. Wait a while or check the account’s settings.

This is normally a transient error but if the issue persists check the number of devices associated with the account and delete some of them if the number is large.

-2046817258

14

E_NEXUS_STATUS_USER_HASNOMAILBOX

The mailbox was migrated to a different server.

You should never see this error. If the issue persists, re-provision the account.

-2063532028

12

E_HTTP_FORBIDDEN

Can’t connect to the server right now. Wait a while and try again, or check the account’s settings.

Verify the server name to make sure it is correct. If the account is using cert based authentication make sure the certificate is still valid and update it if not.

-2063400920

12

E_ACTIVESYNC_PASSWORD_OR_GETCERT

The account’s password or client certificate are missing or invalid.

Update the password and/or deploy the client certificate.

-2046817238

12

E_NEXUS_STATUS_DEVICE_POLICYREFRESH

The account is configured with policies not compatible with Surface Hub.

Disable the PasswordEnabled policy for this account.

-2063269886

7

E_CREDENTIALS_UNAVAILABLE

The password must be updated.

Update the password.

-2147012894

6

WININET_E_TIMEOUT

The network doesn’t support the minimum idle timeout required to receive server notification, or the server is offline.

Verify that the server is running. Verify the NAT settings.

-2063589372

6

E_FAIL_ABORT

This error is used to interrupt the hanging sync, and will not be exposed to users. It will be shown in the telemetry if you force an interactive sync, delete the account, or update its settings.

Nothing.

-2063532009

5

E_HTTP_SERVICE_UNAVAIL

Can’t connect to the server right now. Wait a while or check the account’s settings.

Verify the server name to make sure it is correct. Wait until the server comes back online. If the issue persists, re-provision the account.

-2046817267

4

E_NEXUS_STATUS_MAILBOX_SERVEROFFLINE

Can’t connect to the server right now. Wait a while or check the account’s settings.

Verify the server name to make sure it is correct. Wait until the server comes back online. If the issue persists, re-provision the account.

-2063400921

3

E_ACTIVESYNC_GETCERT

The Exchange server requires a certificate.

Import the appropriate EAS certificate on the Surface Hub.

-2046817237

2

E_NEXUS_STATUS_INVALID_POLICYKEY

The account is configured with policies not compatible with Surface Hub.

Disable the PasswordEnabled policy for this account.

@@ -592,14 +572,12 @@ This section liss status codes, mapping, user messages, and actions an admin can

-2063532027

1

E_HTTP_NOT_FOUND

The server name is invalid.

Verify the server name to make sure it is correct. If the issue persists, re-provision the account.

-2063532012

1

E_HTTP_SERVER_ERROR

Can’t connect to the server.

Verify the server name to make sure it is correct. Trigger a sync and, if the issue persists, re-provision the account.

0x80072ee7

The server name or address could not be resolved.

Make sure the server name is entered correctly.

0x8007052f

While auto-discovering the Exchange server, a policy is applied that prevents the logged-in user from logging in to the server.

This is a timing issue. Re-verify the account's credentials. Try to re-provision when they're correct.

0x800c0019

Security certificate required to access this resource is invalid.

Install the correct ActiveSync certificate needed for the provided device account.

0x80072f0d

The certificate authority is invalid or is incorrect. Could not auto-discover the Exchange server because a certificate is missing.

Install the correct ActiveSync certificate needed for the provided device account.

0x80004005

E_FAIL

The domain provided couldn't be found. The Exchange server could not be auto-discovered and was not provided in the settings.

Make sure that the domain entered is the FQDN, and that there is an Exchange server entered in the Exchange server text box.

0x80072efd

Fail to connect to Exchange server as a result of a networking issue. It's possible the server was misspelled or it just couldn't be found.

Make sure that the Exchange server ID is entered correctly, and that the device is connected to the right network.

User Account Control: Behavior of the elevation prompt for standard users

Auto deny



+ ## Related topics From aba42e515ce408c712995a622f362ef8d9a8252a Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Tue, 14 Jun 2016 08:28:19 -0700 Subject: [PATCH 036/114] hopefully fix table whitespace --- .../windows/set-up-school-pcs-technical.md | 102 +++++++++--------- 1 file changed, 51 insertions(+), 51 deletions(-) diff --git a/education/windows/set-up-school-pcs-technical.md b/education/windows/set-up-school-pcs-technical.md index 10c7eaa57b..f46d83dd4b 100644 --- a/education/windows/set-up-school-pcs-technical.md +++ b/education/windows/set-up-school-pcs-technical.md @@ -152,107 +152,107 @@ The **Set up School PCs** app produces a specialized provisioning package that m

Specify the system sleep timeout (on battery)

1 hour

-

Turn off hybrid sleep (plugged in)

Enabled

+

Turn off hybrid sleep (plugged in)

Enabled

-

Turn off hybrid sleep (on battery)

Enabled

+

Turn off hybrid sleep (on battery)

Enabled

-

Specify the unattended sleep timeout (plugged in)

1 hour

+

Specify the unattended sleep timeout (plugged in)

1 hour

-

Specify the unattended sleep timeout (on battery)

1 hour

+

Specify the unattended sleep timeout (on battery)

1 hour

-

Allow standby states (S1-S3) when sleeping (plugged in)

Enabled

+

Allow standby states (S1-S3) when sleeping (plugged in)

Enabled

-

Allow standby states (S1-S3) when sleeping (on battery)

Enabled

+

Allow standby states (S1-S3) when sleeping (on battery)

Enabled

-

Specify the system hibernate timeout (plugged in)

Enabled, 0

+

Specify the system hibernate timeout (plugged in)

Enabled, 0

-

Specify the system hibernate timeout (on battery)

Enabled, 0

+

Specify the system hibernate timeout (on battery)

Enabled, 0

-

Admin Templates > System > Power Management > Video and Display Settings

-

Turn off the display (plugged in)

1 hour

+

Admin Templates>System>Power Management>Video and Display Settings

+

Turn off the display (plugged in)

1 hour

-

Turn off the display (on battery

1 hour

+

Turn off the display (on battery

1 hour

-

Admin Templates > System > Logon

+

Admin Templates>System>Logon

-

Show first sign-in animation

Disabled

+

Show first sign-in animation

Disabled

-

Hide entry points for Fast User Switching

Enabled

+

Hide entry points for Fast User Switching

Enabled

-

Turn on convenience PIN sign-in

Disabled

+

Turn on convenience PIN sign-in

Disabled

-

Turn off picture password sign-in

Enabled

+

Turn off picture password sign-in

Enabled

-

Turn off app notification on the lock screen

Enabled

+

Turn off app notification on the lock screen

Enabled

-

Allow users to select when a password is required when resuming from connected standby

Disabled

+

Allow users to select when a password is required when resuming from connected standby

Disabled

-

Block user from showing account details on sign-in

Enabled

+

Block user from showing account details on sign-in

Enabled

-

Admin Templates > System > User Profiles

+

Admin Templates>System>User Profiles

-

Turn off the advertising ID

Enabled

+

Turn off the advertising ID

Enabled

-

Admin Templates > Windows Components

+

Admin Templates>Windows Components

-

Do not show Windows Tips

Enabled

+

Do not show Windows Tips

Enabled

-

Turn off Microsoft consumer experiences

Enabled

+

Turn off Microsoft consumer experiences

Enabled

-

Microsoft Passport for Work

Disabled

+

Microsoft Passport for Work

Disabled

-

Prevent the usage of OneDrive for file storage

Enabled

+

Prevent the usage of OneDrive for file storage

Enabled

-

Admin Templates > Windows Components > Biometrics

+

Admin Templates>Windows Components>Biometrics

-

Allow the use of biometrics

Disabled

+

Allow the use of biometrics

Disabled

-

Allow users to log on using biometrics

Disabled

+

Allow users to log on using biometrics

Disabled

-

Allow domain users to log on using biometrics

Disabled

+

Allow domain users to log on using biometrics

Disabled

-

Admin Templates > Windows Components > Data Collection and Preview Builds

+

Admin Templates>Windows Components>Data Collection and Preview Builds

-

Toggle user control over Insider builds

Disabled

+

Toggle user control over Insider builds

Disabled

-

Disable pre-release features or settings

Disabled

+

Disable pre-release features or settings

Disabled

-

Do not show feedback notifications

Enabled

+

Do not show feedback notifications

Enabled

-

Admin Templates > Windows Components > File Explorer

+

Admin Templates > Windows Components > File Explorer

-

Show lock in the user tile menu

Disabled

+

Show lock in the user tile menu

Disabled

-

Admin Templates > Windows Components > Maintenance Scheduler

+

Admin Templates > Windows Components > Maintenance Scheduler

-

Automatic Maintenance Activation Boundary

12am

+

Automatic Maintenance Activation Boundary

12am

-

Automatic Maintenance Random Delay

Enabled, 2 hours

+

Automatic Maintenance Random Delay

Enabled, 2 hours

-

Automatic Maintenance WakeUp Policy

Enabled

+

Automatic Maintenance WakeUp Policy

Enabled

-

Admin Templates > Windows Components > Microsoft Edge

+

Admin Templates > Windows Components > Microsoft Edge

-

Open a new tab with an empty tab

Disabled

+

Open a new tab with an empty tab

Disabled

-

Configure corporate home pages

Enabled, about:blank

+

Configure corporate home pages

Enabled, about:blank

-

Admin Templates > Windows Components > Search

+

Admin Templates > Windows Components > Search

-

Allow Cortana

Disabled

+

Allow Cortana

Disabled

-

Windows Settings > Security Settings > Local Policies > Security Options

+

Windows Settings > Security Settings > Local Policies > Security Options

-

Interactive logon: Do not display last user name

Enabled

+

Interactive logon: Do not display last user name

Enabled

-

Interactive logon: Sign-in last interactive user automatically after a system-initiated restart

Disabled

+

Interactive logon: Sign-in last interactive user automatically after a system-initiated restart

Disabled

-

Shutdown: Allow system to be shut down without having to log on

Disabled

+

Shutdown: Allow system to be shut down without having to log on

Disabled

-

User Account Control: Behavior of the elevation prompt for standard users

Auto deny

+

User Account Control: Behavior of the elevation prompt for standard users

Auto deny

- +
## Related topics From ca0e3d57b7c6a340ad4449dc18b6a09cc6edb412 Mon Sep 17 00:00:00 2001 From: LizRoss Date: Tue, 14 Jun 2016 09:59:06 -0700 Subject: [PATCH 037/114] Committing for merge --- browsers/edge/Index.md | 1 + browsers/edge/TOC.md | 1 + .../edge/change-history-for-microsoft-edge.md | 5 + .../edge/emie-to-improve-compatibility.md | 2 +- .../security-enhancements-microsoft-edge.md | 112 ++++++++++++++++++ browsers/internet-explorer/TOC.md | 2 +- ...activex-installation-using-group-policy.md | 2 +- ...rsion-1-schema-and-enterprise-mode-tool.md | 30 ++--- ...rsion-2-schema-and-enterprise-mode-tool.md | 36 +++--- ...sing-the-version-1-enterprise-mode-tool.md | 18 +-- ...sing-the-version-2-enterprise-mode-tool.md | 22 ++-- .../administrative-templates-and-ie11.md | 2 +- ...ation-and-auto-proxy-problems-with-ie11.md | 2 +- .../auto-configuration-settings-for-ie11.md | 2 +- .../auto-detect-settings-for-ie11.md | 2 +- ...o-proxy-configuration-settings-for-ie11.md | 2 +- ...wser-cache-changes-and-roaming-profiles.md | 2 +- ...change-history-for-internet-explorer-11.md | 4 +- ...-new-enterprise-mode-site-list-xml-file.md | 4 +- .../choose-how-to-deploy-ie11.md | 2 +- .../choose-how-to-install-ie11.md | 2 +- ...ct-data-using-enterprise-site-discovery.md | 10 +- ...multiple-operating-systems-or-languages.md | 2 +- .../customize-ie11-install-packages.md | 2 +- ...n-the-enterprise-mode-site-list-manager.md | 12 +- ...g-automatic-version-synchronization-avs.md | 2 +- ...-ie11-using-software-distribution-tools.md | 2 +- .../deploy-pinned-sites-using-mdt-2013.md | 2 +- .../deprecated-document-modes.md | 2 +- ...g-the-enterprise-mode-site-list-manager.md | 18 +-- ...ministrative-templates-and-group-policy.md | 2 +- ...anced-protected-mode-problems-with-ie11.md | 2 +- .../enterprise-mode-overview-for-ie11.md | 12 +- ...terprise-mode-schema-version-1-guidance.md | 14 +-- ...terprise-mode-schema-version-2-guidance.md | 20 ++-- ...m-the-enterprise-mode-site-list-manager.md | 12 +- ...doc-modes-and-enterprise-mode-site-list.md | 18 +-- ...g-the-enterprise-mode-site-list-manager.md | 14 +-- ...icy-and-advanced-group-policy-mgmt-ie11.md | 2 +- ...licy-and-group-policy-mgmt-console-ie11.md | 2 +- .../group-policy-and-ie11.md | 2 +- ...licy-and-local-group-policy-editor-ie11.md | 2 +- .../group-policy-compatability-with-ie11.md | 2 +- .../group-policy-objects-and-ie11.md | 2 +- .../group-policy-preferences-and-ie11.md | 2 +- .../group-policy-problems-ie11.md | 2 +- .../group-policy-shortcut-extensions-ie11.md | 2 +- .../group-policy-windows-powershell-ie11.md | 2 +- ...o-the-enterprise-mode-site-list-manager.md | 8 +- .../ie11-deploy-guide/index.md | 4 +- .../install-and-deploy-ie11.md | 2 +- .../install-ie11-using-microsoft-intune.md | 2 +- ...ing-operating-system-deployment-systems.md | 2 +- ...ing-system-center-configuration-manager.md | 2 +- .../install-ie11-using-the-network.md | 2 +- .../install-ie11-using-third-party-tools.md | 2 +- ...ing-windows-server-update-services-wsus.md | 2 +- .../install-problems-with-ie11.md | 2 +- .../intranet-problems-and-ie11.md | 2 +- .../ie11-deploy-guide/manage-ie11-overview.md | 2 +- ...-explorer-maintenance-settings-for-ie11.md | 2 +- .../missing-the-compatibility-view-button.md | 2 +- .../net-framework-problems-with-ie11.md | 2 +- .../new-group-policy-settings-for-ie11.md | 2 +- .../out-of-date-activex-control-blocking.md | 2 +- .../problems-after-installing-ie11.md | 2 +- ...n-the-enterprise-mode-site-list-manager.md | 10 +- ...s-from-a-local-compatibililty-view-list.md | 2 +- ...-from-a-local-enterprise-mode-site-list.md | 2 +- ...n-the-enterprise-mode-site-list-manager.md | 8 +- ...n-the-enterprise-mode-site-list-manager.md | 10 +- ...-the-default-browser-using-group-policy.md | 2 +- ...rprise-mode-logging-and-data-collection.md | 10 +- .../setup-problems-with-ie11.md | 2 +- ...uirements-and-language-support-for-ie11.md | 2 +- .../ie11-deploy-guide/troubleshoot-ie11.md | 2 +- .../turn-off-enterprise-mode.md | 4 +- .../turn-off-natural-metrics.md | 2 +- ...-on-enterprise-mode-and-use-a-site-list.md | 14 +-- ...control-and-logging-for-enterprise-mode.md | 2 +- .../updated-features-and-tools-with-ie11.md | 2 +- ...e-the-enterprise-mode-site-list-manager.md | 64 ++++++++++ .../user-interface-problems-with-ie11.md | 2 +- .../using-enterprise-mode.md | 16 +-- ...using-ieak11-to-create-install-packages.md | 2 +- ...ng-inf-files-to-create-install-packages.md | 2 +- ...tualization-and-compatibility-with-ie11.md | 2 +- .../what-is-enterprise-mode.md | 6 +- ...he-internet-explorer-11-blocker-toolkit.md | 2 +- .../ie11-faq/faq-for-it-pros-ie11.md | 16 +-- .../ie11-ieak/accelerators-ieak11-wizard.md | 2 +- ...add-and-approve-activex-controls-ieak11.md | 2 +- .../add-root-certificate-ieak11-wizard.md | 2 +- .../additional-settings-ieak11-wizard.md | 2 +- .../ie11-ieak/auto-config-ieak11-wizard.md | 2 +- ...to-detection-dhcp-or-dns-servers-ieak11.md | 2 +- .../auto-version-sync-ieak11-wizard.md | 2 +- .../before-you-create-custom-pkgs-ieak11.md | 2 +- .../ie11-ieak/branding-ins-file-setting.md | 2 +- .../ie11-ieak/browser-ui-ieak11-wizard.md | 2 +- .../browsertoolbars-ins-file-setting.md | 2 +- .../browsing-options-ieak11-wizard.md | 2 +- .../ie11-ieak/cabsigning-ins-file-setting.md | 2 +- .../ie11-ieak/compat-view-ieak11-wizard.md | 2 +- .../ie11-ieak/connection-mgr-ieak11-wizard.md | 2 +- .../connection-settings-ieak11-wizard.md | 2 +- .../connectionsettings-ins-file-setting.md | 2 +- .../create-build-folder-structure-ieak11.md | 2 +- ...create-manage-deploy-custom-pkgs-ieak11.md | 2 +- ...create-multiple-browser-packages-ieak11.md | 2 +- ...install-inf-files-for-custom-components.md | 2 +- .../custom-components-ieak11-wizard.md | 2 +- .../custombranding-ins-file-setting.md | 2 +- .../customize-automatic-search-for-ie.md | 2 +- .../ie11-ieak/extreginf-ins-file-setting.md | 2 +- ...es-favoritesbar-and-feeds-ieak11-wizard.md | 2 +- .../ie11-ieak/favoritesex-ins-file-setting.md | 2 +- .../feature-selection-ieak11-wizard.md | 2 +- .../ie11-ieak/file-locations-ieak11-wizard.md | 2 +- .../ie11-ieak/file-types-ieak11.md | 2 +- ...irst-run-and-welcome-page-ieak11-wizard.md | 2 +- ...lines-toolbar-and-favorites-list-ieak11.md | 2 +- .../hardware-and-software-reqs-ieak11.md | 2 +- .../ie11-ieak/hidecustom-ins-file-setting.md | 2 +- ...p-command-line-options-and-return-codes.md | 2 +- .../ieak11-admin-guide-for-it-pros.md | 2 +- .../ie11-ieak/ieak11-wizard-custom-options.md | 2 +- .../iexpress-command-line-options.md | 2 +- .../iexpress-wizard-for-win-server.md | 2 +- ...rls-home-page-and-support-ieak11-wizard.md | 2 +- browsers/internet-explorer/ie11-ieak/index.md | 2 +- .../internal-install-ieak11-wizard.md | 2 +- .../isp-security-ins-file-setting.md | 2 +- .../language-selection-ieak11-wizard.md | 2 +- .../licensing-version-and-features-ieak11.md | 2 +- .../ie11-ieak/media-ins-file-setting.md | 2 +- .../pkg-type-selection-ieak11-wizard.md | 2 +- .../platform-selection-ieak11-wizard.md | 2 +- .../prep-network-install-with-ieak11.md | 2 +- .../ie11-ieak/programs-ieak11-wizard.md | 2 +- .../ie11-ieak/proxy-ins-file-setting.md | 2 +- .../ie11-ieak/proxy-settings-ieak11-wizard.md | 2 +- .../register-uninstall-app-ieak11.md | 2 +- .../rsop-snapin-for-policy-settings-ieak11.md | 2 +- .../search-providers-ieak11-wizard.md | 2 +- .../ie11-ieak/security-and-ieak11.md | 2 +- ...rity-and-privacy-settings-ieak11-wizard.md | 2 +- .../security-imports-ins-file-setting.md | 2 +- ...oubleshooting-custom-browser-pkg-ieak11.md | 2 +- .../ie11-ieak/url-ins-file-setting.md | 2 +- .../user-experience-ieak11-wizard.md | 2 +- .../using-internet-settings-ins-files.md | 2 +- .../wizard-complete-ieak11-wizard.md | 2 +- .../windows/set-up-school-pcs-technical.md | 102 ++++++++-------- education/windows/take-a-test-multiple-pcs.md | 4 +- education/windows/take-a-test-single-pc.md | 6 +- windows/deploy/sideload-apps-in-windows-10.md | 1 + ...ws-10-images-with-provisioning-packages.md | 1 + windows/deploy/windows-10-edition-upgrades.md | 1 + ...y-verification-using-microsoft-passport.md | 2 +- .../manage/configure-devices-without-mdm.md | 3 +- .../manage/manage-wifi-sense-in-enterprise.md | 1 + ...kiosk-for-windows-10-for-mobile-edition.md | 2 +- ...-employees-from-using-the-windows-store.md | 1 + windows/whats-new/applocker.md | 2 +- windows/whats-new/bitlocker.md | 2 +- windows/whats-new/device-guard-overview.md | 2 +- .../whats-new/edge-ie11-whats-new-overview.md | 1 + windows/whats-new/edp-whats-new-overview.md | 2 +- windows/whats-new/microsoft-passport.md | 2 +- .../whats-new/new-provisioning-packages.md | 1 + windows/whats-new/security-auditing.md | 2 +- windows/whats-new/trusted-platform-module.md | 2 +- .../windows-store-for-business-overview.md | 2 +- 174 files changed, 555 insertions(+), 364 deletions(-) create mode 100644 browsers/edge/security-enhancements-microsoft-edge.md create mode 100644 browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md diff --git a/browsers/edge/Index.md b/browsers/edge/Index.md index 1fbb56ff74..ab4caaef1d 100644 --- a/browsers/edge/Index.md +++ b/browsers/edge/Index.md @@ -29,6 +29,7 @@ Microsoft Edge lets you stay up-to-date through the Windows Store and to manage | [Microsoft Edge requirements and language support](hardware-and-software-requirements.md) | Microsoft Edge is pre-installed on all Windows 10-capable devices that meet the minimum system requirements and are on the supported language list.| | [Available policies for Microsoft Edge](available-policies.md) | Microsoft Edge works with Group Policy and Microsoft Intune to help you manage your organization's computer settings.

Group Policy objects (GPO's) can include registry-based Administrative Template policy settings, security settings, software deployment information, scripts, folder redirection, and preferences. By using Group Policy and Intune, you can set up a policy setting once, and then copy that setting onto many computers. For example, you can set up multiple security settings in a GPO that's linked to a domain, and then apply all of those settings to every computer in the domain. | | [Use Enterprise Mode to improve compatibility](emie-to-improve-compatibility.md) | If you have specific web sites and apps that you know have compatibility problems with Microsoft Edge, you can use the Enterprise Mode site list so that the web sites will automatically open using Internet Explorer 11. Additionally, if you know that your intranet sites aren't going to work properly with Microsoft Edge, you can set all intranet sites to automatically open using IE11.

Using Enterprise Mode means that you can continue to use Microsoft Edge as your default browser, while also ensuring that your apps continue working on IE11. | +| [Security enhancements for Microsoft Edge](security-enhancements-microsoft-edge.md) |Microsoft Edge is designed with significant security improvements over existing browsers, helping to defend people from increasingly sophisticated and prevalent web-based attacks against Windows. | ## Interoperability goals and enterprise guidance diff --git a/browsers/edge/TOC.md b/browsers/edge/TOC.md index 8b02ce6c70..1e0b12897e 100644 --- a/browsers/edge/TOC.md +++ b/browsers/edge/TOC.md @@ -3,4 +3,5 @@ ##[Microsoft Edge requirements and language support](hardware-and-software-requirements.md) ##[Available policies for Microsoft Edge](available-policies.md) ##[Use Enterprise Mode to improve compatibility](emie-to-improve-compatibility.md) +##[Security enhancements for Microsoft Edge](security-enhancements-microsoft-edge.md) diff --git a/browsers/edge/change-history-for-microsoft-edge.md b/browsers/edge/change-history-for-microsoft-edge.md index 1a79a97be1..60e52629df 100644 --- a/browsers/edge/change-history-for-microsoft-edge.md +++ b/browsers/edge/change-history-for-microsoft-edge.md @@ -9,6 +9,11 @@ ms.sitesec: library # Change history for Microsoft Edge This topic lists new and updated topics in the Microsoft Edge documentation for both Windows 10 and Windows 10 Mobile. +## June 2016 +|New or changed topic | Description | +|----------------------|-------------| +|[Security enhancements for Microsoft Edge](security-enhancements-microsoft-edge.md) |New | + ## May 2016 |New or changed topic | Description | diff --git a/browsers/edge/emie-to-improve-compatibility.md b/browsers/edge/emie-to-improve-compatibility.md index b0c566fb90..707f375170 100644 --- a/browsers/edge/emie-to-improve-compatibility.md +++ b/browsers/edge/emie-to-improve-compatibility.md @@ -28,7 +28,7 @@ Microsoft Edge doesn't support ActiveX controls, Browser Helper Objects, VBScrip ![](images/wedge.gif) **To add sites to your list** -1. In the Enterprise Mode Site List Manager tool, click **Add**.

If you already have an existing site list, you can import it into the tool. After it's in the tool, the xml updates the list, checking **Open in IE** for each site. For info about importing the site list, see [Import your Enterprise Mode site list to the Enterprise Mode Site List Manager](http://go.microsoft.com/fwlink/p/?LinkId=618322).

![Enterprise Mode Site List Manager with Open in IE box](images/emie_open_in_ie.png) +1. In the Enterprise Mode Site List Manager, click **Add**.

If you already have an existing site list, you can import it into the tool. After it's in the tool, the xml updates the list, checking **Open in IE** for each site. For info about importing the site list, see [Import your Enterprise Mode site list to the Enterprise Mode Site List Manager](http://go.microsoft.com/fwlink/p/?LinkId=618322).

![Enterprise Mode Site List Manager with Open in IE box](images/emie_open_in_ie.png) 2. Type or paste the URL for the website that’s experiencing compatibility problems, like *<domain>*.com or *<domain>*.com/*<path>* into the **URL** box.

You don’t need to include the `http://` or `https://` designation. The tool will automatically try both versions during validation. diff --git a/browsers/edge/security-enhancements-microsoft-edge.md b/browsers/edge/security-enhancements-microsoft-edge.md new file mode 100644 index 0000000000..9db29bd47d --- /dev/null +++ b/browsers/edge/security-enhancements-microsoft-edge.md @@ -0,0 +1,112 @@ +--- +description: Microsoft Edge is designed with significant security improvements over existing browsers, helping to defend people from increasingly sophisticated and prevalent web-based attacks against Windows. +ms.prod: edge +ms.mktglfcycl: explore +ms.sitesec: library +ms.pagetype: security +title: Security enhancements for Microsoft Edge (Microsoft Edge for IT Pros) +--- + +# Security enhancements for Microsoft Edge +Microsoft Edge is designed with significant security improvements, helping to defend people from increasingly sophisticated and prevalent web-based attacks against Windows. + +## Help to protect against web-based security threats +While most websites are safe, some sites have been designed to steal personal information or gain access to your system’s resources. Thieves by nature don’t care about rules, and will use any means to take advantage of victims, most often using trickery or hacking: + +- **Trickery.** Means using things like “phishing” attacks to convince a person to enter a banking password into a website that looks like the bank, but isn’t. + +- **Hacking.** Means attacking a system through malformed content that exploits subtle flaws in a browser, or in various browser extensions, such as video decoders. This exploit lets an attacker run code on a device, taking over first a browsing session, and perhaps ultimately the entire device. + +While trickery and hacking are threats faced by every browser, it’s important that we explore how Microsoft Edge addresses these threats and is helping make the web a safer experience. + +### Help against trickery +Web browsers can help defend your employees against trickery by identifying and blocking known tricks, and by using strong security protocols to ensure that they’re talking to the web site they think they’re talking to. + +#### Windows Hello +Phishing scams get people to enter passwords into a fake version of a trusted website, such as a bank. Attempts to identify legitimate websites through the HTTPS lock symbol and the EV Cert green bar have met with only limited success, since attackers are too good at faking legitimate experiences for many people to notice the difference. + +To really address this problem, we need to stop people from entering plain-text passwords into websites. So in Windows 10, we gave you [Windows Hello](http://blogs.windows.com/bloggingwindows/2015/03/17/making-windows-10-more-personal-and-more-secure-with-windows-hello/) technology with asymmetric cryptography that authenticates both the person and the website. + +Microsoft Edge is the first browser to natively support Windows Hello as a more personal, seamless, and secure way to authenticate on the web, powered by an early implementation of the [Web Authentication (formerly FIDO 2.0 Web API) specification](http://w3c.github.io/webauthn/). + +#### Microsoft SmartScreen +Microsoft SmartScreen, used in Windows 10 and both Internet Explorer 11 and Microsoft Edge, helps to defend against phishing by performing reputation checks on visited sites and blocking any sites that are thought to be phishing sites. SmartScreen also helps to defend people against being tricked into installing malicious [socially-engineered software downloads](http://operationstech.about.com/od/glossary/g/Socially-Engineered-Malware.htm and against [drive-by attacks](https://blogs.windows.com/msedgedev/2015/12/16/smartscreen-drive-by-improvements/). Drive-by attacks are malicious web-based attacks that compromise your system by targeting security vulnerabilities in commonly used software, and may be hosted on trusted sites. + +#### Certificate Reputation system +While people trust sites that have encrypted web traffic, that trust can be undermined by malicious sites using improperly obtained or fake certificates to impersonate legitimate sites. To help address this problem, we introduced the [Certificate Reputation system](http://blogs.msdn.com/b/ie/archive/2014/03/10/certificate-reputation-a-novel-approach-for-protecting-users-from-fraudulent-certificates.aspx) last year. This year, we’ve extended the system to let web developers use the [Bing Webmaster Tools](http://www.bing.com/toolbox/webmaster) to report directly to Microsoft to let us know about fake certificates. + +### Help against hacking +While Microsoft Edge has done much to help defend against trickery, the browser’s “engine” has also been overhauled to resist hacking (attempts to corrupt the browser itself) including a major overhaul of the DOM representation in the browser’s memory, and the security mitigations described here. + +#### Microsoft EdgeHTML and modern web standards +Microsoft Edge has a new rendering engine, Microsoft EdgeHTML, which is focused on modern standards that let web developers build and maintain a consistent site across all modern browsers. + +The Microsoft EdgeHTML engine also helps to defend against hacking through these new security standards features: + +- Support for the W3C standard for [Content Security Policy (CSP)](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/security/content-Security-Policy), which can help web developers defend their sites against cross-site scripting attacks. + +- Support for the [HTTP Strict Transport Security (HSTS)](https://developer.microsoft.com/en-us/microsoft-edge/platform/documentation/dev-guide/security/HSTS/) security feature (IETF-standard compliant). This helps ensure that connections to important sites, such as to your bank, are always secured. + + **Note**
+ Both Microsoft Edge and Internet Explorer 11 support HSTS. + +#### All web content runs in an app container sandbox +Internet Explorer 7 on Windows Vista was the first web browser to provide a browsing sandbox, called [Protected Mode](http://windows.microsoft.com/en-US/windows-vista/What-does-Internet-Explorer-protected-mode-do). Protected Mode forced the part of the browser that rendered web content to run with less privilege than the browser controls or the user, providing a level of isolation and protection should a malicious website attempt to exploit a bug in the browser or one of its plug-ins. + +Internet Explorer 10 introduced Enhanced Protected Mode (EPM), based on the Windows 8 app container technology, providing a stronger sandbox by adding deny-by-default and no-read-up semantics. EPM was turned on by default in the Windows 8 and Windows 8.1 immersive browser, but was optional on the Internet Explorer 10 and Internet Explorer 11 desktop versions. + +Microsoft Edge takes the sandbox even farther, running its content processes in app containers not just by default, but all of the time. Because Microsoft Edge doesn’t support 3rd party binary extensions, there’s no reason for it to run outside of the containers, ensuring that Microsoft Edge is more secure. + +#### Microsoft Edge is now a 64-bit app +The largest security change to Microsoft Edge is that it's designed like a Universal Windows app. By changing the browser to an app, it fundamentally changes the process model so that both the outer manager process and the assorted content processes all live within app container sandboxes; helping to provide the user and the platform with the [confidence](http://blogs.msdn.com/b/b8/archive/2012/05/17/delivering-reliable-and-trustworthy-metro-style-apps.aspx) provided by other Windows store apps. + +##### 64-bit processes and Address Space Layout Randomization (ASLR) +Microsoft Edge runs in 64-bit not just by default, but anytime it’s running on a 64-bit operating system. Because Microsoft Edge doesn’t support legacy ActiveX controls or 3rd-party binary extensions, there’s no longer a reason to run 32-bit processes on a 64-bit system. + +The value of running 64-bit all the time is that it strengthens Windows Address Space Layout Randomization (ASLR). ASLR randomizes the memory layout of the browser processes, making it much harder for attackers to hit precise memory locations. In turn, 64-bit processes make ASLR much more effective by making the address space exponentially larger and, therefore, more difficult for attackers to find the sensitive memory components they’re looking for. + +#### New extension model and HTML5 support +Back in 1996, we introduced ActiveX for web browser extensions in an attempt to let 3rd parties experiment with various forms of alternate content on the web. However, we quickly learned that browser extensions can come at a cost of security and reliability. For example, binary extensions can bring code and data into the browser’s processes without any protection, meaning that if anything goes wrong, the entire browser itself can be compromised or go down. + +Based on that learning, we’ve stopped supporting binary extensions in Microsoft Edge and instead encourage everyone to use our new, scripted HTML5-based extension model. For more info about the new extensions, see the [Microsoft Edge Developer Center](https://developer.microsoft.com/en-us/microsoft-edge/extensions/). + +#### Reduced attack surfaces +In addition to removing support for VBScript, Jscript, VML, Browser Helper Objects, Toolbars, and ActiveX controls, Microsoft Edge also removed support for legacy Internet Explorer [document modes](https://msdn.microsoft.com/en-us/library/jj676915.aspx). Because many IE browser vulnerabilities are only present in legacy document modes, removing support for document modes significantly reduces attack surface, making the browser much more secure than before. However, it also means that it’s not as backward compatible. + +Because of the reduced backward compatibility, we’ve given Microsoft Edge the ability to automatically fall back to Internet Explorer 11, using the Enterprise Mode Site List, for any apps that need backward compatibility. + +#### Code integrity and image loading restrictions +Microsoft Edge content processes support code integrity and image load restrictions, helping to prevent malicious DLLs from loading or being injected into the content processes. Only [properly signed images](https://blogs.windows.com/msedgedev/2015/11/17/microsoft-edge-module-code-integrity/) are allowed to load into Microsoft Edge. Binaries on remote devices (such as, UNC or WebDAV) can’t be loaded. + +#### Memory corruption mitigations +Memory corruption happens most frequently to apps written in C or C++ because those languages don’t provide type safety or buffer overflow protection. Broadly speaking, memory corruption attacks happen when an attacker provides malformed input to a program and the program can’t handle it, corrupting the program’s memory state and allowing the attacker to take control of the program. + +Over the years, a broad variety of mitigations have been created around memory corruption, but even as these mitigations roll out, attackers adapt and invent new ways to attack. At the same time, we’ve responded with new memory safety defenses, mitigating the most common new forms of attack, including and especially [use-after-free (UAF)](http://cwe.mitre.org/data/definitions/416.html) vulnerabilities. + +##### Memory Garbage Collector (MemGC) mitigation +MemGC is the replacement for Memory Protector, currently turned on for both Microsoft Edge on Windows 10 and Internet Explorer 11 on Windows 7 and newer operating systems. MemGC is a memory garbage collection system that helps to defend the browser from UAF vulnerabilities by taking the responsibility for freeing memory away from the programmer and instead automating it, only freeing memory when the automation detects that there are no more references left pointing to a given block of memory. + +##### Control Flow Guard +Ultimately, attackers use memory corruption attacks to gain control of the CPU program counter so that they can jump to any code location they want. Control Flow Guard is a Microsoft Visual Studio technology that compiles checks around code that performs indirect jumps based on a pointer, restricting those jumps to only go to function entry points with known addresses. This makes attacker take-overs much more difficult by severely constraining where a memory corruption attack can jump to. + +#### Designed for security +We’ve spent countless hours reviewing, testing, and using Microsoft Edge to make sure that you’re more protected than ever before. + +##### Fuzzing/Static Analysis +We’ve devoted more than 670 machine-years to fuzz testing Microsoft Edge and Internet Explorer during product development, including monitoring for possible exceptions such as crashes or memory leaks. We’ve also generated more than 400-billion DOM manipulations from 1-billion HTML files. Because of all of this, hundreds of security issues were addressed before the product shipped. + +##### Code Review & Penetration Testing +Over 70 end-to-end security engagements reviewed all key features, helping to address security implementation and design issues before shipping. + +##### Windows REDTEAM +The Windows REDTEAM emulates the techniques and expertise of skilled, real-world attackers. Exploited Microsoft Edge vulnerabilities discovered through penetration testing can be addressed before public discovery and real-world exploits. + + + + + + + + + + diff --git a/browsers/internet-explorer/TOC.md b/browsers/internet-explorer/TOC.md index 8c1b80824c..440e179791 100644 --- a/browsers/internet-explorer/TOC.md +++ b/browsers/internet-explorer/TOC.md @@ -26,7 +26,7 @@ ###[Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 devices](ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md) ###[Check for a new Enterprise Mode site list xml file](ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md) ###[Turn on local control and logging for Enterprise Mode](ie11-deploy-guide/turn-on-local-control-and-logging-for-enterprise-mode.md) -###[Use the Enterprise Mode Site List Manager tool](ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md) +###[Use the Enterprise Mode Site List Manager tool](ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md) ####[Add sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool](ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) ####[Add sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) ####[Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) diff --git a/browsers/internet-explorer/ie11-deploy-guide/activex-installation-using-group-policy.md b/browsers/internet-explorer/ie11-deploy-guide/activex-installation-using-group-policy.md index 9066c5205a..76fc4cad35 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/activex-installation-using-group-policy.md +++ b/browsers/internet-explorer/ie11-deploy-guide/activex-installation-using-group-policy.md @@ -2,7 +2,7 @@ description: How to use Group Policy to install ActiveX controls. ms.assetid: 59185370-558c-47e0-930c-8a5ed657e9e3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md index 1b86656cdc..2a371e334b 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md @@ -1,24 +1,24 @@ --- -description: You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the Bulk add from file area of the Enterprise Mode Site List Manager tool. +description: You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the Bulk add from file area of the Enterprise Mode Site List Manager. ms.assetid: 20aF07c4-051a-451f-9c46-5a052d9Ae27c author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) (Internet Explorer 11 for IT Pros) --- -# Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool +# Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1) **Applies to:** - Windows 8.1 - Windows 7 -You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Enterprise Mode Site List Manager tool. You can only add specific URLs, not Internet or Intranet Zones. +You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Enterprise Mode Site List Manager. You can only add specific URLs, not Internet or Intranet Zones. -If you want to add your websites one at a time, see Add sites to the [Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). +If you want to add your websites one at a time, see Add sites to the [Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). ## Create an Enterprise Mode site list (TXT) file You can create and use a custom text file to add multiple sites to your Enterprise Mode site list at the same time.

**Important**
This text file is only lets you add multiple sites at the same time. You can’t use this file to deploy Enterprise Mode into your company. @@ -37,7 +37,7 @@ bing.com/images ``` ## Create an Enterprise Mode site list (XML) file using the v.1 version of the Enterprise Mode schema -You can create and use a custom XML file with the Enterprise Mode Site List Manager tool to add multiple sites to your Enterprise Mode site list at the same time. For more info about the v.1 version of the Enterprise Mode schema, see [Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 devices](enterprise-mode-schema-version-1-guidance.md). +You can create and use a custom XML file with the Enterprise Mode Site List Manager to add multiple sites to your Enterprise Mode site list at the same time. For more info about the v.1 version of the Enterprise Mode schema, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). Each XML file must include: @@ -48,7 +48,7 @@ Each XML file must include: - **<docMode> tag.**This tag specifies the domains and domain paths that need either to appear using the specific doc mode you assigned to the site. Enterprise Mode takes precedence over document modes, so sites that are already included in the Enterprise Mode site list won’t be affected by this update and will continue to load in Enterprise Mode, as usual. For more specific info about using document modes, see [Fix web compatibility issues using document modes and the Enterprise Mode site list](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md). ### Enterprise Mode v.1 XML schema example -The following is an example of what your XML file should look like when you’re done adding your sites. For more info about how to create your XML file, see [Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update devices](enterprise-mode-schema-version-1-guidance.md). +The following is an example of what your XML file should look like when you’re done adding your sites. For more info about how to create your XML file, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). ``` @@ -75,17 +75,17 @@ The following is an example of what your XML file should look like when you’re ``` -To make sure your site list is up-to-date; wait 65 seconds after opening IE and then check that the `CurrentVersion` value in the `HKEY\CURRENT\USER\Software\Microsoft\Internet Explorer\Main\EnterpriseMode\` registry key matches the version number in your file.

**Important**
If `CurrentVersion` is not set or is wrong, it means that the XML parsing failed. This can mean that the XML file isn’t there, that there are access problems, or that the XML file format is wrong. Don’t manually change the `CurrentVersion` registry setting. You must make your changes to your site list and then update the list using the import function in the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool. +To make sure your site list is up-to-date; wait 65 seconds after opening IE and then check that the `CurrentVersion` value in the `HKEY\CURRENT\USER\Software\Microsoft\Internet Explorer\Main\EnterpriseMode\` registry key matches the version number in your file.

**Important**
If `CurrentVersion` is not set or is wrong, it means that the XML parsing failed. This can mean that the XML file isn’t there, that there are access problems, or that the XML file format is wrong. Don’t manually change the `CurrentVersion` registry setting. You must make your changes to your site list and then update the list using the import function in the Enterprise Mode Site List Manager (. -## Add multiple sites to the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool -After you create your .xml or .txt file, you can bulk add the sites to the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool. +## Add multiple sites to the Enterprise Mode Site List Manager (schema v.1) +After you create your .xml or .txt file, you can bulk add the sites to the Enterprise Mode Site List Manager (schema v.1). ![](images/wedge.gif) **To add multiple sites** -1. In the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool, click **Bulk add from file**. +1. In the Enterprise Mode Site List Manager (schema v.1), click **Bulk add from file**. 2. Go to your site list (either .txt or .xml) to add the included sites to the tool, and then click **Open**.

-Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager tool](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md). +Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md). 3. Click **OK** to close the **Bulk add sites to the list** menu. @@ -96,8 +96,8 @@ You can save the file locally or to a network share. However, you must make sure After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md). ## Related topics -- [Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update devices](enterprise-mode-schema-version-1-guidance.md) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md index 16c1a764fb..db61a49c80 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md @@ -1,27 +1,31 @@ --- -description: Add multiple sites to your Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool. +description: Add multiple sites to your Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2). ms.assetid: da659ff5-70d5-4852-995e-4df67c4871dd author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) (Internet Explorer 11 for IT Pros) --- -# Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool +# Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2) **Applies to:** - Windows 10 +- Windows 8.1 +- Windows 7 -You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Windows 10 Enterprise Mode Site List Manager tool. You can only add specific URLs, not Internet or Intranet Zones. +You can add multiple sites to your Enterprise Mode site list by creating a custom text (TXT) or Extensible Markup Language (XML) file of problematic sites and then adding it in the **Bulk add from file** area of the Enterprise Mode Site List Manager (schema v.2). You can only add specific URLs, not Internet or Intranet Zones. -To add your websites one at a time, see [Add sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). +To add your websites one at a time, see [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). ## Create an Enterprise Mode site list (TXT) file -You can create and use a custom text file with the Windows 10 Enterprise Mode Site List Manager tool to add multiple sites to your Enterprise Mode site list at the same time.

**Important:**
This text file is only lets you add multiple sites at the same time. You can’t use this file to deploy Enterprise Mode into your company. +You can create and use a custom text file with the Enterprise Mode Site List Manager (schema v.2) to add multiple sites to your Enterprise Mode site list at the same time. + +>**Important:**
This text file is only lets you add multiple sites at the same time. You can’t use this file to deploy Enterprise Mode into your company. You must separate each site using commas or carriage returns. For example: @@ -38,7 +42,7 @@ bing.com/images ## Create an Enterprise Mode site list (XML) file using the v.2 version of the Enterprise Mode schema -You can create and use a custom XML file with the Windows 10 Enterprise Mode Site List Manager tool to add multiple sites to your Enterprise Mode site list at the same time. +You can create and use a custom XML file with the Enterprise Mode Site List Manager (schema v.2) to add multiple sites to your Enterprise Mode site list at the same time. Each XML file must include: @@ -50,7 +54,7 @@ Each XML file must include: ### Enterprise Mode v.2 XML schema example -The following is an example of what your XML file should look like when you’re done adding your sites. For more info about how to create your XML file, see [Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md). +The following is an example of what your XML file should look like when you’re done adding your sites. For more info about how to create your XML file, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md). ``` @@ -81,17 +85,17 @@ In the above example, the following is true: - contoso.com, and all of its domain paths, can use the default compatibility mode for the site. -To make sure your site list is up-to-date; wait 65 seconds after opening IE and then check that the `CurrentVersion` value in the `HKEY\CURRENT\USER\Software\Microsoft\Internet Explorer\Main\EnterpriseMode\` registry key matches the version number in your file.

**Important**
If `CurrentVersion` is not set or is wrong, it means that the XML parsing failed. This can mean that the XML file isn’t there, that there are access problems, or that the XML file format is wrong. Don’t manually change the `CurrentVersion` registry setting. You must make your changes to your site list and then update the list using the import function in the Windows 10 Enterprise Mode Site List Manager tool. +To make sure your site list is up-to-date; wait 65 seconds after opening IE and then check that the `CurrentVersion` value in the `HKEY\CURRENT\USER\Software\Microsoft\Internet Explorer\Main\EnterpriseMode\` registry key matches the version number in your file.

**Important**
If `CurrentVersion` is not set or is wrong, it means that the XML parsing failed. This can mean that the XML file isn’t there, that there are access problems, or that the XML file format is wrong. Don’t manually change the `CurrentVersion` registry setting. You must make your changes to your site list and then update the list using the import function in the Enterprise Mode Site List Manager (schema v.2). -## Add multiple sites to the Windows 10 Enterprise Mode Site List Manager tool -After you create your .xml or .txt file, you can bulk add the sites to the Windows 10 Enterprise Mode Site List Manager tool. +## Add multiple sites to the Enterprise Mode Site List Manager (schema v.2) +After you create your .xml or .txt file, you can bulk add the sites to the Enterprise Mode Site List Manager (schema v.2). ![](images/wedge.gif) **To add multiple sites** -1. In the Windows 10 Enterprise Mode Site List Manager tool, click **Bulk add from file**. +1. In the Enterprise Mode Site List Manager (schema v.2), click **Bulk add from file**. 2. Go to your site list (either .txt or .xml) to add the included sites to the tool, and then click **Open**.

-Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager tool](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). +Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). 3. Click **OK** to close the **Bulk add sites to the list** menu. @@ -102,8 +106,8 @@ You can save the file locally or to a network share. However, you must make sure After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md). ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md index 9f05233368..bb761657fb 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md @@ -2,14 +2,14 @@ description: Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that's designed to emulate either Windows Internet Explorer 7 or Windows Internet Explorer 8, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer. ms.assetid: 042e44e8-568d-4717-8fd3-69dd198bbf26 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Add sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) (Internet Explorer 11 for IT Pros) --- -# Add single sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool +# Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1) **Applies to:** @@ -19,15 +19,15 @@ title: Add sites to the Enterprise Mode site list using the Windows 7 and Window Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that’s designed to emulate either Windows Internet Explorer 7 or Windows Internet Explorer 8, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer.

**Important**
You can only add specific URLs, not Internet or Intranet Zones. -

**Note**
If you need to include a lot of sites, instead of adding them one at a time, you can create a list of websites and add them all at the same time. For more information, see [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md). +

**Note**
If you need to include a lot of sites, instead of adding them one at a time, you can create a list of websites and add them all at the same time. For more information, see [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and 8.1 Enterprise Mode Site List Manager](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md). ## Adding a site to your compatibility list -You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager tool. -

**Note**
If you're using Windows 10 and the v.2 version of the Enterprise Mode schema, you'll need to use the Windows 10 Enterprise Mode Site List Manager tool. For more info, see [Add sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). +You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager. +

**Note**
If you're using the v.2 version of the Enterprise Mode schema, you'll need to use the Enterprise Mode Site List Manager (schema v.1). For more info, see [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md). - ![](images/wedge.gif) **To add a site to your compatibility list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool** + ![](images/wedge.gif) **To add a site to your compatibility list using the Enterprise Mode Site List Manager (schema v.1)** -1. In the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool, click **Add**. +1. In the Enterprise Mode Site List Manager (schema v.1), click **Add**. 2. Type the URL for the website that’s experiencing compatibility problems, like *<domain>.com* or *<domain>.com*/*<path>* into the **URL** box.

Don't include the `http://` or `https://` designation. The tool automatically tries both versions during validation. @@ -51,7 +51,7 @@ You can save the file locally or to a network share. However, you must make sure After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md). ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md index 098937190a..7ae8e40626 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md +++ b/browsers/internet-explorer/ie11-deploy-guide/add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md @@ -2,30 +2,32 @@ description: Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that''s designed to emulate either Windows Internet Explorer 8 or Windows Internet Explorer 7, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer. ms.assetid: 513e8f3b-fedf-4d57-8d81-1ea4fdf1ac0b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Add sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) (Internet Explorer 11 for IT Pros) --- -# Add single sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool +# Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2) **Applies to:** -- Windows 10 +- Windows 10 +- Windows 8.1 +- Windows 7 Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that’s designed to emulate either Windows Internet Explorer 8 or Windows Internet Explorer 7, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer.

**Important**
You can only add specific URLs, not Internet or Intranet Zones. -

**Note**
If you need to include a lot of sites, instead of adding them one at a time, you can create a list of websites and add them all at the same time. For more information, see the [Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system. +

**Note**
If you need to include a lot of sites, instead of adding them one at a time, you can create a list of websites and add them all at the same time. For more information, see the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system. ## Adding a site to your compatibility list -You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager tool.

-**Note**
If you're using Windows 7 and Windows 8.1 or the v.1 version of the Enterprise Mode schema, you'll need to use the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool. For more info, see [Add sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). +You can add individual sites to your compatibility list by using the Enterprise Mode Site List Manager.

+**Note**
If you're using the v.1 version of the Enterprise Mode schema, you'll need to use the Enterprise Mode Site List Manager (schema v.1). For more info, see [Add sites to the Enterprise Mode site list using the WEnterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md). - ![](images/wedge.gif) **To add a site to your compatibility list using the Windows 10 Enterprise Mode Site List Manager tool** + ![](images/wedge.gif) **To add a site to your compatibility list using the Enterprise Mode Site List Manager (schema v.2)** -1. In the Windows 10 Enterprise Mode Site List Manager tool, click **Add**. +1. In the Enterprise Mode Site List Manager (schema v.2), click **Add**. 2. Type the URL for the website that’s experiencing compatibility problems, like *<domain>.com* or *<domain>.com*/*<path>* into the **URL** box.

Don't include the `http://` or `https://` designation. The tool automatically tries both versions during validation. @@ -65,7 +67,7 @@ You can save the file locally or to a network share. However, you must make sure After you’ve added all of your sites to the tool and saved the file to XML, you can configure the rest of the Enterprise Mode functionality to use it. You can also turn Enterprise Mode on locally, so your users have the option to use Enterprise Mode on individual websites from the **Tools** menu. For more information, see [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md). ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/administrative-templates-and-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/administrative-templates-and-ie11.md index 17553922a8..35311869b0 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/administrative-templates-and-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/administrative-templates-and-ie11.md @@ -2,7 +2,7 @@ description: Administrative templates and Internet Explorer 11 ms.assetid: 2b390786-f786-41cc-bddc-c55c8a4c5af3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-and-auto-proxy-problems-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-and-auto-proxy-problems-with-ie11.md index cc3bd55193..128ec70d49 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-and-auto-proxy-problems-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-and-auto-proxy-problems-with-ie11.md @@ -2,7 +2,7 @@ description: Auto configuration and auto proxy problems with Internet Explorer 11 ms.assetid: 3fbbc2c8-859b-4b2e-abc3-de2c299e0938 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: networking diff --git a/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-settings-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-settings-for-ie11.md index 7957257207..b2219c09cc 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-settings-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/auto-configuration-settings-for-ie11.md @@ -2,7 +2,7 @@ description: Auto configuration settings for Internet Explorer 11 ms.assetid: 90308d59-45b9-4639-ab1b-497e5ba19023 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: networking diff --git a/browsers/internet-explorer/ie11-deploy-guide/auto-detect-settings-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/auto-detect-settings-for-ie11.md index efba636009..4705ca8638 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/auto-detect-settings-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/auto-detect-settings-for-ie11.md @@ -2,7 +2,7 @@ description: Auto detect settings Internet Explorer 11 ms.assetid: c6753cf4-3276-43c5-aae9-200e9e82753f author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: networking diff --git a/browsers/internet-explorer/ie11-deploy-guide/auto-proxy-configuration-settings-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/auto-proxy-configuration-settings-for-ie11.md index 0b26702487..b4de4ac246 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/auto-proxy-configuration-settings-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/auto-proxy-configuration-settings-for-ie11.md @@ -2,7 +2,7 @@ description: Auto proxy configuration settings for Internet Explorer 11 ms.assetid: 5120aaf9-8ead-438a-8472-3cdd924b7d9e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: networking diff --git a/browsers/internet-explorer/ie11-deploy-guide/browser-cache-changes-and-roaming-profiles.md b/browsers/internet-explorer/ie11-deploy-guide/browser-cache-changes-and-roaming-profiles.md index 6a7b6aab93..00ff5c0914 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/browser-cache-changes-and-roaming-profiles.md +++ b/browsers/internet-explorer/ie11-deploy-guide/browser-cache-changes-and-roaming-profiles.md @@ -2,7 +2,7 @@ description: Browser cache changes and roaming profiles ms.assetid: 85f0cd01-6f82-4bd1-9c0b-285af1ce3436 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: performance diff --git a/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md b/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md index cd0ed579af..90e7030ed4 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/change-history-for-internet-explorer-11.md @@ -1,7 +1,7 @@ --- title: Change history for Internet Explorer 11 (Internet Explorer 11 for IT Pros) description: This topic lists new and updated topics in the Internet Explorer 11 documentation for Windows 10 and Windows 10 Mobile. -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library --- @@ -13,4 +13,4 @@ This topic lists new and updated topics in the Internet Explorer 11 documentatio |New or changed topic | Description | |----------------------|-------------| -|[Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update devices](enterprise-mode-schema-version-1-guidance.md) | Added info about using <emie> and <docMode> together. | \ No newline at end of file +|[Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) | Added info about using <emie> and <docMode> together. | \ No newline at end of file diff --git a/browsers/internet-explorer/ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md b/browsers/internet-explorer/ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md index e98af43141..0428d2e62b 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md +++ b/browsers/internet-explorer/ie11-deploy-guide/check-for-new-enterprise-mode-site-list-xml-file.md @@ -2,7 +2,7 @@ description: You can have centralized control over Enterprise Mode by creating a single, global XML site list that includes the list of websites to render using Enterprise Mode. ms.assetid: 2bbc7017-622e-4baa-8981-c0bbda10e9df author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -13,7 +13,7 @@ title: Check for a new Enterprise Mode site list xml file (Internet Explorer 11 **Applies to:** -- Windows 10 and later +- Windows 10 - Windows 8.1 - Windows 7 - Windows Server 2012 R2 diff --git a/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-deploy-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-deploy-ie11.md index 3091bf3593..1ad3d887f4 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-deploy-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-deploy-ie11.md @@ -2,7 +2,7 @@ description: Choose how to deploy Internet Explorer 11 (IE11) ms.assetid: 21b6a301-c222-40bc-ad0b-27f66fc54d9d author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Choose how to deploy Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-install-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-install-ie11.md index 64f586dc6b..fa044bc3ce 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-install-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/choose-how-to-install-ie11.md @@ -2,7 +2,7 @@ description: Choose how to install Internet Explorer 11 (IE11) ms.assetid: 9572f5f1-5d67-483e-bd63-ffea95053481 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Choose how to install Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md b/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md index 4d6f071016..a5b982f662 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md +++ b/browsers/internet-explorer/ie11-deploy-guide/collect-data-using-enterprise-site-discovery.md @@ -1,7 +1,7 @@ --- description: Use Internet Explorer to collect data on computers running Windows Internet Explorer 8 through Internet Explorer 11 on Windows 10, Windows 8.1, or Windows 7. ms.assetid: a145e80f-eb62-4116-82c4-3cc35fd064b6 -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library author: eross-msft @@ -13,7 +13,7 @@ title: Collect data using Enterprise Site Discovery **Applies to:** - Windows 10 -- Windows 8.1 Update +- Windows 8.1 - Windows 7 with Service Pack 1 (SP1) Use Internet Explorer to collect data on computers running Windows Internet Explorer 8 through Internet Explorer 11 on Windows 10, Windows 8.1, or Windows 7. This inventory information helps you build a list of websites used by your company so you can make more informed decisions about your IE deployments, including figuring out which sites might be at risk or require overhauls during future upgrades. @@ -339,11 +339,11 @@ You can import this XML data into the correct version of the Enterprise Mode Sit ![](images/wedge.gif) **To add your XML data to your Enterprise Mode site list** -1. Open the Enterprise Mode Site List Manager tool, click **File**, and then click **Bulk add from file**. +1. Open the Enterprise Mode Site List Manager, click **File**, and then click **Bulk add from file**. ![Enterprise Mode Site List Manager with Bulk add from file option](images/bulkadd-emiesitelistmgr.png) 2. Go to your XML file to add the included sites to the tool, and then click **Open**.
-Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager tool](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). +Each site is validated and if successful, added to the global site list when you click **OK** to close the menu. If a site doesn’t pass validation, you can try to fix the issues or pick the site and click **Add to list** to ignore the validation problem. For more information about fixing validation problems, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). 3. Click **OK** to close the **Bulk add sites to the list** menu. @@ -378,7 +378,7 @@ You can completely remove the data stored on your employee’s computers. - `Remove-Item -Path 'HKCU:\Software\Microsoft\Internet Explorer\WMITelemetry'`  ## Related topics -* [Enterprise Mode Site List Manager for Windows 10 download](http://go.microsoft.com/fwlink/?LinkId=746562) +* [Enterprise Mode Site List Manager (schema v.2) download](http://go.microsoft.com/fwlink/?LinkId=746562) * [Enterprise Mode for Internet Explorer 11 (IE11)](enterprise-mode-overview-for-ie11.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/create-install-packages-for-multiple-operating-systems-or-languages.md b/browsers/internet-explorer/ie11-deploy-guide/create-install-packages-for-multiple-operating-systems-or-languages.md index 4349873adf..33f573e4ba 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/create-install-packages-for-multiple-operating-systems-or-languages.md +++ b/browsers/internet-explorer/ie11-deploy-guide/create-install-packages-for-multiple-operating-systems-or-languages.md @@ -2,7 +2,7 @@ description: Create packages for multiple operating systems or languages ms.assetid: 44051f9d-63a7-43bf-a427-d0a0a1c717da author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Create packages for multiple operating systems or languages (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/customize-ie11-install-packages.md b/browsers/internet-explorer/ie11-deploy-guide/customize-ie11-install-packages.md index 64ad245ecd..b2e068e5f8 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/customize-ie11-install-packages.md +++ b/browsers/internet-explorer/ie11-deploy-guide/customize-ie11-install-packages.md @@ -2,7 +2,7 @@ description: Customize Internet Explorer 11 installation packages ms.assetid: 10a14a09-673b-4f8b-8d12-64036135e7fd author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Customize Internet Explorer 11 installation packages (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index ec0a98d0e3..ab440a2332 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -3,7 +3,7 @@ description: Delete a single site from your global Enterprise Mode site list. title: Delete sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros) ms.assetid: 41413459-b57f-48da-aedb-4cbec1e2981a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -27,14 +27,14 @@ The site is permanently removed from your list. If you delete a site by mistake, you’ll need to manually add it back using the instructions in the following topics, based on operating system. -- [Add sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) +- [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) -- [Add sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) +- [Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-automatic-version-synchronization-avs.md b/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-automatic-version-synchronization-avs.md index 9ed8f0efec..e91b8ce485 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-automatic-version-synchronization-avs.md +++ b/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-automatic-version-synchronization-avs.md @@ -2,7 +2,7 @@ description: You can deploy Internet Explorer 11 to your users' computers by using your custom browser packages and Automatic Version Synchronization (AVS). ms.assetid: f51224bd-3371-4551-821d-1d62310e3384 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Deploy Internet Explorer 11 using Automatic Version Synchronization (AVS) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-software-distribution-tools.md b/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-software-distribution-tools.md index 8acd111034..9ba9bc1914 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-software-distribution-tools.md +++ b/browsers/internet-explorer/ie11-deploy-guide/deploy-ie11-using-software-distribution-tools.md @@ -2,7 +2,7 @@ description: Deploy Internet Explorer 11 using software distribution tools ms.assetid: fd027775-651a-41e1-8ec3-d32eca876d8a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Deploy Internet Explorer 11 using software distribution tools (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/deploy-pinned-sites-using-mdt-2013.md b/browsers/internet-explorer/ie11-deploy-guide/deploy-pinned-sites-using-mdt-2013.md index d0b1a5dd07..cf0f73e234 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/deploy-pinned-sites-using-mdt-2013.md +++ b/browsers/internet-explorer/ie11-deploy-guide/deploy-pinned-sites-using-mdt-2013.md @@ -2,7 +2,7 @@ description: You can pin websites to the Windows 8.1 taskbar for quick access using the Microsoft Deployment Toolkit (MDT) 2013. ms.assetid: 24f4dcac-9032-4fe8-bf6d-2d712d61cb0c author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Deploy pinned websites using Microsoft Deployment Toolkit (MDT) 2013 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/deprecated-document-modes.md b/browsers/internet-explorer/ie11-deploy-guide/deprecated-document-modes.md index de5ddde4e7..77ad3c2aea 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/deprecated-document-modes.md +++ b/browsers/internet-explorer/ie11-deploy-guide/deprecated-document-modes.md @@ -2,7 +2,7 @@ description: Windows Internet Explorer 8 introduced document modes as a way to move from the proprietary coding of web features to a more standardized type of coding that could run on multiple browsers and devices. ms.assetid: 00cb1f39-2b20-4d37-9436-62dc03a6320b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md index 16c7670957..2df84a765e 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md @@ -1,8 +1,8 @@ --- -description: You can use Internet Explorer 11 and the Enterprise Mode Site List Manager tool to change whether page rendering should use Enterprise Mode or the default Internet Explorer browser configuration. You can also add, remove, or delete associated comments. +description: You can use Internet Explorer 11 and the Enterprise Mode Site List Manager to change whether page rendering should use Enterprise Mode or the default Internet Explorer browser configuration. You can also add, remove, or delete associated comments. ms.assetid: 76aa9a85-6190-4c3a-bc25-0f914de228ea author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -19,26 +19,26 @@ title: Edit the Enterprise Mode site list using the Enterprise Mode Site List Ma - Windows Server 2012 R2 - Windows Server 2008 R2 with Service Pack 1 (SP1) -You can use Internet Explorer 11 and the Enterprise Mode Site List Manager tool to change whether page rendering should use Enterprise Mode or the default Internet Explorer browser configuration. You can also add, remove, or delete associated comments. +You can use Internet Explorer 11 and the Enterprise Mode Site List Manager to change whether page rendering should use Enterprise Mode or the default Internet Explorer browser configuration. You can also add, remove, or delete associated comments. -If you need to edit a lot of websites, you probably don’t want to do it one at a time. Instead, you can edit your saved XML or TXT file and add the sites back again. For information about how to do this, depending on your operating system and schema version, see [Add multiple sites to the Enterprise Mode site list using a file and Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md). +If you need to edit a lot of websites, you probably don’t want to do it one at a time. Instead, you can edit your saved XML or TXT file and add the sites back again. For information about how to do this, depending on your operating system and schema version, see [Add multiple sites to the Enterprise Mode site list using a file and Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md). ![](images/wedge.gif) **To change how your page renders** -1. In the Enterprise Mode Site List Manager tool, double-click the site you want to change. +1. In the Enterprise Mode Site List Manager, double-click the site you want to change. 2. Change the comment or the compatibility mode option. 3. Click **Save** to validate your changes and to add the updated information to your site list.
-If your change passes validation, it’s added to the global site list. If the update doesn’t pass validation, you’ll get an error message explaining the problem. You’ll then be able to either cancel the update or ignore the validation problem and add it to your list anyway. For more information about fixing validation issues, see [Fix validation problems using the Enterprise Mode Site List Manager tool](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). +If your change passes validation, it’s added to the global site list. If the update doesn’t pass validation, you’ll get an error message explaining the problem. You’ll then be able to either cancel the update or ignore the validation problem and add it to your list anyway. For more information about fixing validation issues, see [Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md). 4. On the **File** menu, click **Save to XML**, and save the updated file.
You can save the file locally or to a network share. However, you must make sure you deploy it to the location specified in your registry key. For more information about the registry key, see [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md). ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/enable-and-disable-add-ons-using-administrative-templates-and-group-policy.md b/browsers/internet-explorer/ie11-deploy-guide/enable-and-disable-add-ons-using-administrative-templates-and-group-policy.md index 5fadb33d2b..ee46784821 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enable-and-disable-add-ons-using-administrative-templates-and-group-policy.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enable-and-disable-add-ons-using-administrative-templates-and-group-policy.md @@ -2,7 +2,7 @@ description: Enable and disable add-ons using administrative templates and group policy ms.assetid: c6fe1cd3-0bfc-4d23-8016-c9601f674c0b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/enhanced-protected-mode-problems-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/enhanced-protected-mode-problems-with-ie11.md index 04d3602bc5..9d30f3ba62 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enhanced-protected-mode-problems-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enhanced-protected-mode-problems-with-ie11.md @@ -2,7 +2,7 @@ description: Enhanced Protected Mode problems with Internet Explorer ms.assetid: 15890ad1-733d-4f7e-a318-10399b389f45 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md index 5581dc3c60..50970689b7 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-overview-for-ie11.md @@ -1,8 +1,8 @@ --- -description: Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager tool in your company. +description: Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager in your company. ms.assetid: d52ba8ba-b3c7-4314-ba14-0610e1d8456e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -19,7 +19,7 @@ title: Enterprise Mode for Internet Explorer 11 (Internet Explorer 11 for IT Pro - Windows Server 2012 R2 - Windows Server 2008 R2 with Service Pack 1 (SP1) -Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager tool in your company. +Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager in your company. ## In this section |Topic |Description | @@ -27,11 +27,11 @@ Use the topics in this section to learn how to set up and use Enterprise Mode an |[What is Enterprise Mode?](what-is-enterprise-mode.md) |Includes descriptions of the features of Enterprise Mode. | |[Set up Enterprise Mode logging and data collection](set-up-enterprise-mode-logging-and-data-collection.md) |Guidance about how to turn on local control of Enterprise Mode and how to use ASP or the GitHub sample to collect data from your local computers. | |[Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md) |Guidance about how to turn on Enterprise Mode and set up a site list, using Group Policy or the registry. | -|[Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md) |Guidance about how to write the XML for your site list, including what not to include, how to use trailing slashes, and info about how to target specific sites. | -|[Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 devices](enterprise-mode-schema-version-1-guidance.md) |Guidance about how to write the XML for your site list, including what not to include, how to use trailing slashes, and info about how to target specific sites. | +|[Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) |Guidance about how to write the XML for your site list, including what not to include, how to use trailing slashes, and info about how to target specific sites. | +|[Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) |Guidance about how to write the XML for your site list, including what not to include, how to use trailing slashes, and info about how to target specific sites. | |[Check for a new Enterprise Mode site list xml file](check-for-new-enterprise-mode-site-list-xml-file.md) |Guidance about how the Enterprise Mode functionality looks for your updated site list. | |[Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md) |Guidance about how to turn on local control of Enterprise Mode, using Group Policy or the registry.| -|[Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) |Guidance about how to use the Enterprise Mode Site List Manager tool, including how to add and update sites on your site list. | +|[Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md) |Guidance about how to use the Enterprise Mode Site List Manager, including how to add and update sites on your site list. | |[Using Enterprise Mode](using-enterprise-mode.md) |Guidance about how to turn on either IE7 Enterprise Mode or IE8 Enterprise Mode. | |[Fix web compatibility issues using document modes and the Enterprise Mode Site List](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md) |Guidance about how to decide and test whether to use document modes or Enterprise Mode to help fix compatibility issues. | |[Remove sites from a local Enterprise Mode site list](remove-sites-from-a-local-enterprise-mode-site-list.md) |Guidance about how to remove websites from a device's local Enterprise Mode site list. | diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md index 69bf767c22..1e91d25a85 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-1-guidance.md @@ -1,27 +1,27 @@ --- -description: Use the Enterprise Mode Site List Manager tool to create and update your Enterprise Mode site list for devices running Windows 7 or Windows 8.1 Update. +description: Use the Enterprise Mode Site List Manager to create and update your Enterprise Mode site list for devices running Windows 7 or Windows 8.1 Update. ms.assetid: 17c61547-82e3-48f2-908d-137a71938823 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update devices (Internet Explorer 11 for IT Pros) +title: Enterprise Mode schema v.1 guidance (Internet Explorer 11 for IT Pros) --- -# Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 Update devices +# Enterprise Mode schema v.1 guidance **Applies to:** - Windows 8.1 - Windows 7 -Use the Enterprise Mode Site List Manager tool to create and update your Enterprise Mode site list for devices running Windows 7 or Windows 8.1 Update. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. +Use the Enterprise Mode Site List Manager (schema v.1) to create and update your Enterprise Mode site list for devices running the v.1 version of the schema, or the Enterprise Mode Site List Manager (schema v.2) to create and update your Enterprise Mode site list for devices running the v.2 version of the schema. We strongly recommend moving to the new schema, v.2. For more info, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md). -If you're using a Windows 10-based device, we strongly recommend moving to the new schema, v.2. For more info, see [Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md). +If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. ## Enterprise Mode schema v.1 example -The following is an example of the Enterprise Mode schema v.1. This schema can run on devices running Windows 7, Windows 8.1, and Windows 10. +The following is an example of the Enterprise Mode schema v.1. This schema can run on devices running Windows 7 and Windows 8.1. **Important**
Make sure that you don't specify a protocol when adding your URLs. Using a URL like `contoso.com` automatically applies to both http://contoso.com and https://contoso.com. diff --git a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md index 43b3031513..88ee4fb670 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md +++ b/browsers/internet-explorer/ie11-deploy-guide/enterprise-mode-schema-version-2-guidance.md @@ -1,24 +1,26 @@ --- -description: Use the Enterprise Mode Site List Manager tool to create and update your Enterprise Mode site list for devices running Windows 10. +description: Use the Enterprise Mode Site List Manager to create and update your Enterprise Mode site list for devices running Windows 10. ms.assetid: 909ca359-5654-4df9-b9fb-921232fc05f5 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Enterprise Mode schema v.2 guidance for Windows 10-based devices (Internet Explorer 11 for IT Pros) +title: Enterprise Mode schema v.2 guidance (Internet Explorer 11 for IT Pros) --- -# Enterprise Mode schema v.2 guidance for Windows 10-based devices +# Enterprise Mode schema v.2 guidance **Applies to:** - Windows 10 +- Windows 8.1 +- Windows 7 -Use the Enterprise Mode Site List Manager tool to create and update your site list for devices running Windows 10, using the version 2.0 (v.2) of the Enterprise Mode schema. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. +Use the Enterprise Mode Site List Manager to create and update your site list for devices running Windows 7, Windows 8.1, and Windows 10, using the version 2.0 (v.2) of the Enterprise Mode schema. If you don't want to use the Enterprise Mode Site List Manager, you also have the option to update your XML schema using Notepad, or any other XML-editing app. **Important**
-These schema updates only apply to devices running Windows 10. For devices running Windows 7 or Windows 8.1, see [Enterprise Mode schema guidance for Windows 7 and Windows 8.1 devices](enterprise-mode-schema-version-1-guidance.md). +If you're running Windows 7 or Windows 8.1 and you've been using the version 1.0 (v.1) of the schema, you can continue to do so, but you won't get the benefits that come with the updated schema. For info about the v.1 schema, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). ## Enterprise Mode schema v.2 updates Because of the schema changes, you can't combine the old version (v.1) with the new version (v.2) of the schema. If you look at your XML file, you can tell which version you're using by: @@ -27,7 +29,7 @@ Because of the schema changes, you can't combine the old version (v.1) with the - <site-list>. If your schema root node includes this key, you're using the v.2 version of the schema. -You can continue to use the v.1 version of the schema on Windows 10, but you won't have the benefits of the new v.2 version schema updates and new features. Additionally, if you save the v.1 version of the schema in the new Enterprise Mode Site List Manager tool for Windows 10, it will automatically update the file to use the v.2 version of the schema. +You can continue to use the v.1 version of the schema on Windows 10, but you won't have the benefits of the new v.2 version schema updates and new features. Additionally, if you save the v.1 version of the schema in the new Enterprise Mode Site List Manager for Windows 10, it will automatically update the file to use the v.2 version of the schema. ### Enterprise Mode v.2 schema example The following is an example of the v.2 version of the Enterprise Mode schema. @@ -249,7 +251,7 @@ With: While the old, replaced attributes aren't supported in the v.2 version of the schema, they'll continue to work in the v.1 version of the schema. If, however, you're using the v.2 version of the schema and these attributes are still there, the v.2 version schema takes precedence. We don’t recommend combining the two schemas, and instead recommend that you move to the v.2 version of the schema to take advantage of the new features. **Important**
-Saving your v.1 version of the file using the new Enterprise Mode Site List Manager tool for Windows 10 automatically updates the XML to the new v.2 version of the schema. +Saving your v.1 version of the file using the new Enterprise Mode Site List Manager (schema v.2) automatically updates the XML to the new v.2 version of the schema. ### What not to include in your schema We recommend that you not add any of the following items to your schema because they can make your compatibility list behave in unexpected ways: @@ -260,7 +262,7 @@ We recommend that you not add any of the following items to your schema because - Don’t use query strings, ampersands break parsing. ## Related topics -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md) diff --git a/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md index 08b19154e2..36e9f65461 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md @@ -2,14 +2,14 @@ description: After you create your Enterprise Mode site list in the Enterprise Mode Site List Manager, you can export the contents to an Enterprise Mode (.EMIE) file. ms.assetid: 9ee7c13d-6fca-4446-bc22-d23a0213a95d author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Export your Enterprise Mode site list from the Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Export your Enterprise Mode site list from the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros) --- -# Export your Enterprise Mode site list from the Enterprise Mode Site List Manager tool +# Export your Enterprise Mode site list from the Enterprise Mode Site List Manager **Applies to:** @@ -32,9 +32,9 @@ This file is not intended for distribution to your managed devices. Instead, it ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md index 54453d9b83..4e146ead03 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md @@ -2,7 +2,7 @@ description: The Internet Explorer 11 Enterprise Mode site list lets you specify document modes for specific websites, helping you fix compatibility issues without changing a single line of code on the site. ms.assetid: 4b21bb27-aeac-407f-ae58-ab4c6db2baf6 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -46,11 +46,11 @@ If that doesn’t work, continue down to the next lowest document mode, stopping After you’ve figured out the document mode that fixes your compatibility problems, you can add the site to your Enterprise Mode site list. **Note**
-There are two versions of the Enterprise Mode site list schema and the Enterprise Mode Site List Manager tool, based on your operating system. For more info about the schemas, see [Enterprise Mode schema v.2 guidance for Windows 10 devices](enterprise-mode-schema-version-2-guidance.md) or [Enterprise Mode schema v.1 guidance for Windows 7 and Windows 8.1 devices](enterprise-mode-schema-version-1-guidance.md). For more info about the different site list management tools, see [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md). +There are two versions of the Enterprise Mode site list schema and the Enterprise Mode Site List Manager, based on your operating system. For more info about the schemas, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) or [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md). For more info about the different site list management tools, see [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md). ![](images/wedge.gif) **To add your site to the site list** -1. Open the Enterprise Mode Site List Manager tool, and click **Add**. +1. Open the Enterprise Mode Site List Manager, and click **Add**. ![Enterprise Mode Site List Manager, showing the available modes](images/emie-listmgr.png) @@ -58,13 +58,13 @@ There are two versions of the Enterprise Mode site list schema and the Enterpris Similar to Enterprise Mode, you can specify a document mode for a particular web path—such as contoso.com/ERP—or at a domain level. In the above, the entire contoso.com domain loads in Enterprise Mode, while microsoft.com is forced to load into IE8 Document Mode and bing.com loads in IE11. **Note**
-For more information about Enterprise Mode, see [What is Enterprise Mode?](what-is-enterprise-mode.md) For more information about the Enterprise Mode Site List Manager tool and how to add sites to your site list, see [Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md). +For more information about Enterprise Mode, see [What is Enterprise Mode?](what-is-enterprise-mode.md) For more information about the Enterprise Mode Site List Manager and how to add sites to your site list, see [Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md). ### Review your Enterprise Mode site list -Take a look at your Enterprise Mode site list and make sure everything is the way you want it. The next step will be to turn the list on and start to use it in your company. The Enterprise Mode Site List Manager tool will look something like: +Take a look at your Enterprise Mode site list and make sure everything is the way you want it. The next step will be to turn the list on and start to use it in your company. The Enterprise Mode Site List Manager will look something like: -![Enterprise Mode Site List Manager tool, showing the different modes](images/emie-sitelistmgr.png) +![Enterprise Mode Site List Manager, showing the different modes](images/emie-sitelistmgr.png) And the underlying XML code will look something like: @@ -92,9 +92,9 @@ By default, IE11 uses the **Display intranet sites in Compatibility View** setti To help you move forward, you can now use the Enterprise Mode site list to specify sites or web paths to use the IE7 document mode, which goes down to IE5 “Quirks” mode if the page doesn’t have an explicit `DOCTYPE` tag. Using this document mode effectively helps you provide the Compatibility View functionality for single sites or a group of sites, which after thorough testing, can help you turn off Compatibility View as the default setting for your intranet sites. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md index 051b4acaaf..60d261f86c 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/fix-validation-problems-using-the-enterprise-mode-site-list-manager.md @@ -2,14 +2,14 @@ description: When you add multiple sites to your Enterprise Mode site list entries, they’re validated by the Enterprise Mode Site List Manager before they’re entered into your global list. ms.assetid: 9f80e39f-dcf1-4124-8931-131357f31d67 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat -title: Fix validation problems using the Enterprise Mode Site List Manager tool (Internet Explorer 11 for IT Pros) +title: Fix validation problems using the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros) --- -# Fix validation problems using the Enterprise Mode Site List Manager tool +# Fix validation problems using the Enterprise Mode Site List Manager **Applies to:** @@ -19,7 +19,7 @@ title: Fix validation problems using the Enterprise Mode Site List Manager tool - Windows Server 2012 R2 - Windows Server 2008 R2 with Service Pack 1 (SP1) -When you add multiple sites to your Enterprise Mode site list entries, they’re validated by the Enterprise Mode Site List Manager tool before they’re entered into your global list. If a site doesn’t pass validation, you’ll have a couple of options to address it. +When you add multiple sites to your Enterprise Mode site list entries, they’re validated by the Enterprise Mode Site List Manager before they’re entered into your global list. If a site doesn’t pass validation, you’ll have a couple of options to address it. There are typically 3 types of errors you’ll see: @@ -31,9 +31,9 @@ There are typically 3 types of errors you’ll see: Another possibility is that redirection happens multiple times, with an intermediary site experiencing compatibility issues. For example, an employee types a short URL that then redirects multiple times, finally ending up on a non-intranet site. In this situation, you might want to add the intermediary URLs to your Enterprise Mode site list, in case there’s logic in one of them that has compatibility issues. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-advanced-group-policy-mgmt-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-advanced-group-policy-mgmt-ie11.md index 5e6bc433cc..699ac6b08f 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-advanced-group-policy-mgmt-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-advanced-group-policy-mgmt-ie11.md @@ -2,7 +2,7 @@ description: Overview about Group Policy, Advanced Group Policy Management (AGPM), and Internet Explorer 11 ms.assetid: 63a7ef4a-6de2-4d08-aaba-0479131e3406 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-group-policy-mgmt-console-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-group-policy-mgmt-console-ie11.md index d92ab9d3d3..93e3fc0b99 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-group-policy-mgmt-console-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-group-policy-mgmt-console-ie11.md @@ -2,7 +2,7 @@ description: Overview about Group Policy, the Group Policy Management Console (GPMC), and Internet Explorer 11 ms.assetid: ae3d227d-3da7-46b8-8a61-c71bfeae0c63 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-ie11.md index 5028bab10d..ec32390c66 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-ie11.md @@ -2,7 +2,7 @@ description: Use the topics in this section to learn about Group Policy and how to use it to manage Internet Explorer. ms.assetid: 50383d3f-9ac9-4a30-8852-354b6eb9434a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-local-group-policy-editor-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-local-group-policy-editor-ie11.md index 15b8ee2275..fa923d9b37 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-local-group-policy-editor-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-and-local-group-policy-editor-ie11.md @@ -2,7 +2,7 @@ description: Group Policy, the Local Group Policy Editor, and Internet Explorer 11 ms.assetid: 6fc30e91-efac-4ba5-9ee2-fa77dcd36467 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-compatability-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-compatability-with-ie11.md index c0c1aad839..35078a3e90 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-compatability-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-compatability-with-ie11.md @@ -2,7 +2,7 @@ description: Group Policy suggestions for compatibility with Internet Explorer 11 ms.assetid: 7482c99f-5d79-4344-9e1c-aea9f0a68e18 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-objects-and-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-objects-and-ie11.md index ed982594f5..10f870a052 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-objects-and-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-objects-and-ie11.md @@ -2,7 +2,7 @@ description: Overview of the available Group Policy management tools ms.assetid: e33bbfeb-6b80-4e71-8bba-1d0369a87312 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-preferences-and-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-preferences-and-ie11.md index 379b8e22f1..1cb342649a 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-preferences-and-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-preferences-and-ie11.md @@ -2,7 +2,7 @@ description: Info about Group Policy preferences versus Group Policy settings ms.assetid: f2264c97-7f09-4f28-bb5c-58ab80dcc6ee author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-problems-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-problems-ie11.md index 042bb55c5f..ab3e07bb1c 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-problems-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-problems-ie11.md @@ -2,7 +2,7 @@ description: Links to troubleshooting topics and log files that can help address Group Policy problems with Internet Explorer 11. ms.assetid: 0da0d9a9-200c-46c4-96be-630e82de017b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-shortcut-extensions-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-shortcut-extensions-ie11.md index a358eecd9f..932f43f074 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-shortcut-extensions-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-shortcut-extensions-ie11.md @@ -2,7 +2,7 @@ description: Instructions about how to create and configure shortcut preference extensions to file system objects, URLs, and shell objects. ms.assetid: c6fbf990-13e4-4be7-9f08-5bdd43179b3b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/group-policy-windows-powershell-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/group-policy-windows-powershell-ie11.md index 6822bdc5ad..a3cf84a188 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/group-policy-windows-powershell-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/group-policy-windows-powershell-ie11.md @@ -2,7 +2,7 @@ description: Overview about how Group Policy works with Windows Powershell and Internet Explorer 11 ms.assetid: e3607cde-a498-4e04-9daa-b331412967fc author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md index e504c8029b..78cd0493c7 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/import-into-the-enterprise-mode-site-list-manager.md @@ -2,7 +2,7 @@ description: If you need to replace your entire site list because of errors, or simply because it’s out of date, you can import your exported Enterprise Mode site list using the Enterprise Mode Site List Manager. ms.assetid: cacd5d68-700b-4a96-b4c9-ca2c40c1ac5f author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -33,9 +33,9 @@ Importing your file overwrites everything that’s currently in the tool, so mak 3. Review the alert message about all of your entries being overwritten. If you still want to import the file, click **Yes**. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/index.md b/browsers/internet-explorer/ie11-deploy-guide/index.md index 45f8e7349c..26af9a6794 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/index.md +++ b/browsers/internet-explorer/ie11-deploy-guide/index.md @@ -2,7 +2,7 @@ description: Use this guide to learn about the several options and processes you'll need to consider while you're planning for, deploying, and customizing Internet Explorer 11 for your employee's devices. ms.assetid: bddc2d97-c38d-45c5-9588-1f5bbff2e9c3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Internet Explorer 11 (IE11) - Deployment Guide for IT Pros (Internet Explorer 11 for IT Pros) @@ -31,7 +31,7 @@ Because this content isn't intended to be a step-by-step guide, not all of the s |[List of updated features and tools - Internet Explorer 11 (IE11)](updated-features-and-tools-with-ie11.md) |IE11 includes several new features and tools. This topic includes high-level info about the each of them. | |[Install and Deploy Internet Explorer 11 (IE11)](install-and-deploy-ie11.md) |Use the topics in this section to learn how to customize your Internet Explorer installation package, how to choose the right method for installation, and how to deploy IE into your environment. You can also find more info about your virtualization options for legacy apps. | |[Collect data using Enterprise Site Discovery](collect-data-using-enterprise-site-discovery.md) |Use IE to collect data on computers running Windows Internet Explorer 8 through IE11 on Windows 10, Windows 8.1, or Windows 7. This inventory information helps you build a list of websites used by your company so you can make more informed decisions about your IE deployments, including figuring out which sites might be at risk or require overhauls during future upgrades. | -|[Enterprise Mode for Internet Explorer 11 (IE11)](enterprise-mode-overview-for-ie11.md) |Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager tool in your company. | +|[Enterprise Mode for Internet Explorer 11 (IE11)](enterprise-mode-overview-for-ie11.md) |Use the topics in this section to learn how to set up and use Enterprise Mode and the Enterprise Mode Site List Manager in your company. | |[Group Policy and Internet Explorer 11 (IE11)](group-policy-and-ie11.md) |Use the topics in this section to learn about Group Policy and how to use it to manage IE. | |[Manage Internet Explorer 11](manage-ie11-overview.md) |Use the topics in this section to learn about how to auto detect your settings, auto configure your configuration settings, and auto configure your proxy configuration settings for IE. | |[Troubleshoot Internet Explorer 11 (IE11)](troubleshoot-ie11.md) |Use the topics in this section to learn how to troubleshoot several of the more common problems experienced with IE. | diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-and-deploy-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/install-and-deploy-ie11.md index bd48d3ce11..34618dbf50 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-and-deploy-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-and-deploy-ie11.md @@ -2,7 +2,7 @@ description: Use the topics in this section to learn how to customize your Internet Explorer installation package, how to choose the right method for installation, and how to deploy IE into your environment. ms.assetid: caca18c1-d5c4-4404-84f8-d02bc562915f author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install and Deploy Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-microsoft-intune.md b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-microsoft-intune.md index 4d84c02d42..dd1116c424 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-microsoft-intune.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-microsoft-intune.md @@ -2,7 +2,7 @@ description: How to add and deploy the Internet Explorer 11 update using Microsoft Intune. ms.assetid: b2dfc08c-78af-4c22-8867-7be3b92b1616 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install Internet Explorer 11 (IE11) using Microsoft Intune (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-operating-system-deployment-systems.md b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-operating-system-deployment-systems.md index 3555e507a2..f6560589bc 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-operating-system-deployment-systems.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-operating-system-deployment-systems.md @@ -2,7 +2,7 @@ description: How to install the Internet Explorer 11 update using Microsoft Deployment Toolkit (MDT) and your Windows images. ms.assetid: e16f9144-170c-4964-a62d-0d1a16f4cd1f author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install Internet Explorer 11 (IE11) using Microsoft Deployment Toolkit (MDT) and your Windows images (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-system-center-configuration-manager.md b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-system-center-configuration-manager.md index b7fc1bac1f..d89f7f25bd 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-system-center-configuration-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-system-center-configuration-manager.md @@ -2,7 +2,7 @@ description: How to install the Internet Explorer 11 update using System Center 2012 R2 Configuration Manager ms.assetid: 9ede9722-29b3-4cb7-956d-ffa91e7bedbd author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-the-network.md b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-the-network.md index b6d35b63c0..82866d766a 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-the-network.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-the-network.md @@ -2,7 +2,7 @@ description: How to install the Internet Explorer 11 update using your network ms.assetid: 85f6429d-947a-4031-8f93-e26110a35828 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install Internet Explorer 11 (IE11) using your network (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-third-party-tools.md b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-third-party-tools.md index 229278982b..a6e2c79c58 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-third-party-tools.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-third-party-tools.md @@ -2,7 +2,7 @@ description: How to install the Internet Explorer 11 update using third-party tools and command-line options. ms.assetid: 30190c66-49f7-4ca4-8b57-a47656aa0c7e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install Internet Explorer 11 (IE11) using third-party tools (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-windows-server-update-services-wsus.md b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-windows-server-update-services-wsus.md index fb74106e67..61cf35bf43 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-windows-server-update-services-wsus.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-ie11-using-windows-server-update-services-wsus.md @@ -2,7 +2,7 @@ description: How to install the Internet Explorer 11 update using Windows Server Update Services (WSUS)' ms.assetid: 6cbd6797-c670-4236-8423-e0919478f2ce author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install Internet Explorer 11 (IE11) using Windows Server Update Services (WSUS) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/install-problems-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/install-problems-with-ie11.md index 45bd363021..1a16679847 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/install-problems-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/install-problems-with-ie11.md @@ -2,7 +2,7 @@ description: How to fix potential installation problems with Internet Explorer 11 ms.assetid: 3ae77745-86ac-40a9-a37d-eebbf37661a3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Install problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/intranet-problems-and-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/intranet-problems-and-ie11.md index c79e0a7a9e..a8d097f152 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/intranet-problems-and-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/intranet-problems-and-ie11.md @@ -2,7 +2,7 @@ description: How to fix intranet search problems with Internet Explorer 11 ms.assetid: 3ee71d93-d9d2-48e1-899e-07932c73faa6 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Fix intranet search problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/manage-ie11-overview.md b/browsers/internet-explorer/ie11-deploy-guide/manage-ie11-overview.md index 8993bbcf38..0f2607cf87 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/manage-ie11-overview.md +++ b/browsers/internet-explorer/ie11-deploy-guide/manage-ie11-overview.md @@ -2,7 +2,7 @@ description: Use the topics in this section to learn about how to auto detect your settings, auto configure your configuration settings, and auto configure your proxy configuration settings for Internet Explorer. ms.assetid: eb3cce62-fc7b-41e3-97b6-2916b85bcf55 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Manage Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/missing-internet-explorer-maintenance-settings-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/missing-internet-explorer-maintenance-settings-for-ie11.md index f3d32fb46c..9e9f124417 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/missing-internet-explorer-maintenance-settings-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/missing-internet-explorer-maintenance-settings-for-ie11.md @@ -2,7 +2,7 @@ description: IEM-configured settings have been deprecated for Internet Explorer 10 and newer. Use this topic to learn where to go to fix the affected settings through Group Policy Preferences, Administrative Templates (.admx), or the IEAK. ms.assetid: 89084e01-4e3f-46a6-b90e-48ee58d6821c author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: Missing Internet Explorer Maintenance settings for Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/missing-the-compatibility-view-button.md b/browsers/internet-explorer/ie11-deploy-guide/missing-the-compatibility-view-button.md index c1c70107bb..5dd33850fe 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/missing-the-compatibility-view-button.md +++ b/browsers/internet-explorer/ie11-deploy-guide/missing-the-compatibility-view-button.md @@ -2,7 +2,7 @@ description: Internet Explorer 11 uses the latest standards mode, which simplifies web page compatibility for users by removing the **Compatibility View** button and reducing the number of compatibility options in the F12 developer tools for developers. ms.assetid: 501c96c9-9f03-4913-9f4b-f67bd9edbb61 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: Missing the Compatibility View Button (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/net-framework-problems-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/net-framework-problems-with-ie11.md index 184aee8b3d..e495db7d28 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/net-framework-problems-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/net-framework-problems-with-ie11.md @@ -2,7 +2,7 @@ description: How to turn managed browser hosting controls back on in Internet Explorer 11. ms.assetid: b0b7f60f-9099-45ab-84f4-4ac64d7bcb43 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: .NET Framework problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/new-group-policy-settings-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/new-group-policy-settings-for-ie11.md index 440c91313f..5a056a8d4f 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/new-group-policy-settings-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/new-group-policy-settings-for-ie11.md @@ -2,7 +2,7 @@ description: New group policy settings for Internet Explorer 11 ms.assetid: 669cc1a6-e2cb-403f-aa31-c1de52a615d1 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md b/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md index d199472eaa..95c8543bf5 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md +++ b/browsers/internet-explorer/ie11-deploy-guide/out-of-date-activex-control-blocking.md @@ -2,7 +2,7 @@ description: Use out-of-date ActiveX control blocking to help you know when IE prevents a webpage from loading outdated ActiveX controls and to update the outdated control, so that it’s safer to use. ms.assetid: e61866bb-1ff1-4a8d-96f2-61d3534e8199 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/problems-after-installing-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/problems-after-installing-ie11.md index c703a74e9f..dfe720a878 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/problems-after-installing-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/problems-after-installing-ie11.md @@ -2,7 +2,7 @@ description: Possible solutions to the problems you might encounter after installing IE11, such as crashing or seeming slow, getting into an unusable state, or problems with adaptive streaming and DRM playback. ms.assetid: c4b75ad3-9c4a-4dd2-9fed-69f776f542e6 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: Problems after installing Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index 03e34ca328..14a0aa7e47 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -2,7 +2,7 @@ description: Instructions about how to clear all of the sites from your global Enterprise Mode site list. ms.assetid: 90f38a6c-e0e2-4c93-9a9e-c425eca99e97 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -22,7 +22,7 @@ title: Remove all sites from your Enterprise Mode site list using the Enterprise You can clear all of the sites from your global Enterprise Mode site list. **Important**   -This is a permanent removal and erases everything. However, if you determine it was a mistake, and you saved an XML copy of your list, you can add the file again by following the steps in the [Add multiple sites to the Enterprise Mode site list using a file and Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md), depending on your operating system. +This is a permanent removal and erases everything. However, if you determine it was a mistake, and you saved an XML copy of your list, you can add the file again by following the steps in the [Add multiple sites to the Enterprise Mode site list using a file and Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md), depending on your operating system. ![](images/wedge.gif) **To clear your compatibility list** @@ -31,9 +31,9 @@ This is a permanent removal and erases everything. However, if you determine it 2. Click **Yes** in the warning message.

Your sites are all cleared from your list. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-compatibililty-view-list.md b/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-compatibililty-view-list.md index 0b1e0e6b69..49b9d38c79 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-compatibililty-view-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-compatibililty-view-list.md @@ -2,7 +2,7 @@ description: Instructions about how to remove sites from a local compatibility view list. ms.assetid: f6ecaa75-ebcb-4f8d-8721-4cd6e73c0ac9 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md index 14d587d2eb..caed9d1c1b 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/remove-sites-from-a-local-enterprise-mode-site-list.md @@ -2,7 +2,7 @@ description: Instructions about how to remove sites from a local Enterprise Mode site list. ms.assetid: c7d6dd0b-e264-42bb-8c9d-ac2f837018d2 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md index 20b7daca7a..c22234e870 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md @@ -2,7 +2,7 @@ description: You can save your current Enterprise Mode compatibility site list as an XML file, for distribution and use by your managed systems. ms.assetid: 254a986b-494f-4316-92c1-b089ee8b3e0a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -29,9 +29,9 @@ You can save your current Enterprise Mode compatibility site list as an XML file The first time a user starts Internet Explorer 11 on a managed device; Internet Explorer will look for a new version of the site list at the specified location. If the browser finds an updated site list, IE downloads the new XML site list and uses it. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md index fcfcfe5767..51d34e4165 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md +++ b/browsers/internet-explorer/ie11-deploy-guide/search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md @@ -2,7 +2,7 @@ description: Search to see if a specific site already appears in your global Enterprise Mode site list. ms.assetid: e399aeaf-6c3b-4cad-93c9-813df6ad47f9 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -23,13 +23,13 @@ You can search to see if a specific site already appears in your global Enterpri ![](images/wedge.gif) **To search your compatibility list** -- From the Enterprise Mode Site List Manager tool, type part of the URL into the **Search** box.

+- From the Enterprise Mode Site List Manager, type part of the URL into the **Search** box.

The search query searches all of the text. For example, entering *“micro”* will return results like, www.microsoft.com, microsoft.com, and microsoft.com/images. Wildcard characters aren’t supported. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/set-the-default-browser-using-group-policy.md b/browsers/internet-explorer/ie11-deploy-guide/set-the-default-browser-using-group-policy.md index 89d6428b85..541477f154 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/set-the-default-browser-using-group-policy.md +++ b/browsers/internet-explorer/ie11-deploy-guide/set-the-default-browser-using-group-policy.md @@ -2,7 +2,7 @@ description: Use the Group Policy setting, Set a default associations configuration file, to set the default browser for your company devices running Windows 10. ms.assetid: f486c9db-0dc9-4cd6-8a0b-8cb872b1d361 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md index ae2f3d8cc7..4bbb754737 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md +++ b/browsers/internet-explorer/ie11-deploy-guide/set-up-enterprise-mode-logging-and-data-collection.md @@ -2,7 +2,7 @@ description: Set up and turn on Enterprise Mode logging and data collection in your organization. ms.assetid: 2e98a280-f677-422f-ba2e-f670362afcde author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -27,7 +27,7 @@ The **Let users turn on and use Enterprise Mode from the Tools menu** setting al ![group policy to turn on enterprise mode](images/ie-emie-grouppolicy.png) -Getting these reports lets you find out about sites that aren’t working right, so you can add them to your Enterprise Mode site list, without having to locate them all yourself. For more information about creating and using a site list, see the [Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system. +Getting these reports lets you find out about sites that aren’t working right, so you can add them to your Enterprise Mode site list, without having to locate them all yourself. For more information about creating and using a site list, see the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) or the [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) topic, based on your operating system. ## Using ASP to collect your data When you turn logging on, you need a valid URL that points to a server that can be listened to for updates to a user’s registry key. This means you need to set up an endpoint server for the incoming POST messages, which are sent every time the user turns Enterprise Mode on or off from the **Tools** menu. @@ -141,10 +141,10 @@ If you have errors while you’re publishing your project, you should try to upd You may need to do some additional package cleanup to remove older package versions. ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) - [What is Enterprise Mode?](what-is-enterprise-mode.md) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md) - [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md)   diff --git a/browsers/internet-explorer/ie11-deploy-guide/setup-problems-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/setup-problems-with-ie11.md index bf52290a0c..464be0d98d 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/setup-problems-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/setup-problems-with-ie11.md @@ -2,7 +2,7 @@ description: Reviewing log files to learn more about potential setup problems with Internet Explorer 11. ms.assetid: 2cd79988-17d1-4317-bee9-b3ae2dd110a0 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/system-requirements-and-language-support-for-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/system-requirements-and-language-support-for-ie11.md index 569a366377..f087763a35 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/system-requirements-and-language-support-for-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/system-requirements-and-language-support-for-ie11.md @@ -2,7 +2,7 @@ description: Lists the minimum system requirements and supported languages for Internet Explorer 11. ms.assetid: 27185e3d-c486-4e4a-9c51-5cb317c0006d author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: System requirements and language support for Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/troubleshoot-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/troubleshoot-ie11.md index 3f743c6747..74b34e10b8 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/troubleshoot-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/troubleshoot-ie11.md @@ -2,7 +2,7 @@ description: Use the topics in this section to learn how to troubleshoot several of the more common problems experienced with Internet Explorer. ms.assetid: 0361c1a6-3faa-42b2-a588-92439eebeeab author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: Troubleshoot Internet Explorer 11 (IE11) (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md index 6068c992d8..02aacfd395 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-off-enterprise-mode.md @@ -2,7 +2,7 @@ description: How to turn Enteprrise Mode off temporarily while testing websites and how to turn it off completely if you no longer want to to use it. ms.assetid: 5027c163-71e0-49b8-9dc0-f0a7310c7ae3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -65,7 +65,7 @@ Enterprise Mode is no longer a user option on the **Tools** menu in IE11. Howeve - [What is Enterprise Mode?](what-is-enterprise-mode.md) - [Turn on Enterprise Mode and use a site list](turn-on-enterprise-mode-and-use-a-site-list.md) - [Turn on local control and logging for Enterprise Mode](turn-on-local-control-and-logging-for-enterprise-mode.md) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-off-natural-metrics.md b/browsers/internet-explorer/ie11-deploy-guide/turn-off-natural-metrics.md index 7dffa89bdd..7789175f6c 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-off-natural-metrics.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-off-natural-metrics.md @@ -2,7 +2,7 @@ description: Turn off natural metrics for Internet Explorer 11 ms.assetid: e31a27d7-662e-4106-a3d2-c6b0531961d5 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: Fix font rendering problems by turning off natural metrics (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md b/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md index 5aaf827d87..b0be90bcc7 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-on-enterprise-mode-and-use-a-site-list.md @@ -2,7 +2,7 @@ description: How to turn on Enterprise Mode and specify a site list. ms.assetid: 800e9c5a-57a6-4d61-a38a-4cb972d833e1 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -27,7 +27,7 @@ We recommend that you store and download your website list from a secure web sev ![](images/wedge.gif) **To turn on Enterprise Mode using Group Policy** 1. Open your Group Policy editor and go to the `Administrative Templates\Windows Components\Internet Explorer\Use the Enterprise Mode IE website list` setting.

-Turning this setting on also requires you to create and store a site list. For more information about creating your site list, see the [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) topics. +Turning this setting on also requires you to create and store a site list. For more information about creating your site list, see the [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md) topics. ![local group policy editor for using a site list](images/ie-emie-grouppolicysitelist.png) @@ -49,13 +49,13 @@ Turning this setting on also requires you to create and store a site list. For m - **Local file:** `"SiteList"="file:///c:\\Users\\\\Documents\\testList.xml"` - All of your managed devices must have access to this location if you want them to be able to access and use Enterprise Mode and your site list. For information about how to create and use an Enterprise Mode site list, see [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md). + All of your managed devices must have access to this location if you want them to be able to access and use Enterprise Mode and your site list. For information about how to create and use an Enterprise Mode site list, see [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md). ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) -- [Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/turn-on-local-control-and-logging-for-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/turn-on-local-control-and-logging-for-enterprise-mode.md index e4d18d269f..e6f9fb3380 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/turn-on-local-control-and-logging-for-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/turn-on-local-control-and-logging-for-enterprise-mode.md @@ -2,7 +2,7 @@ description: Turn on local user control and logging for Enterprise Mode. ms.assetid: 6622ecce-24b1-497e-894a-e1fd5a8a66d1 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/updated-features-and-tools-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/updated-features-and-tools-with-ie11.md index a58c9b8903..af3d3cb6a3 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/updated-features-and-tools-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/updated-features-and-tools-with-ie11.md @@ -2,7 +2,7 @@ description: High-level info about some of the new and updated features for Internet Explorer 11. ms.assetid: f53c6f04-7c60-40e7-9fc5-312220f08156 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md new file mode 100644 index 0000000000..07af66b6be --- /dev/null +++ b/browsers/internet-explorer/ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md @@ -0,0 +1,64 @@ +--- +description: Use the topics in this section to learn about how to use the Enterprise Mode Site List Manager. +ms.assetid: f4dbed4c-08ff-40b1-ab3f-60d3b6e8ec9b +author: eross-msft +ms.prod: ie11 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: appcompat +title: Use the Enterprise Mode Site List Manager (Internet Explorer 11 for IT Pros) +--- + +# Use the Enterprise Mode Site List Manager + +**Applies to:** + +- Windows 10 +- Windows 8.1 +- Windows 7 +- Windows Server 2012 R2 +- Windows Server 2008 R2 with Service Pack 1 (SP1) + +Enterprise Mode is a compatibility mode that runs on Internet Explorer 11, letting websites render using a modified browser configuration that’s designed to emulate either Windows Internet Explorer 8 or Windows Internet Explorer 7, avoiding the common compatibility problems associated with web apps written and tested on older versions of Internet Explorer. + +You can use IE11 and the Enterprise Mode Site List Manager to add individual website domains and domain paths and to specify whether the site renders using Enterprise Mode or the default mode. + +## Enterprise Mode Site List Manager versions +There are currently two versions of the Enterprise Site List Manager, both based on your schema and operating system. Download the [Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system. + +|Operating system |Schema version |Enterprise Site List Manager version | +|-----------------|---------------|------------------------------------| +|Windows 10 |Enterprise Mode schema, version 2 (v.2)

-OR-

Enterprise Mode schema, version 1 (v.1) |Windows 10 supports both versions of the enterprise mode schema. However, the Enterprise Mode Site List Manager (schema v.2) only supports the v.2 version of the schema. If you import a v.1 version schema into the Enterprise Mode Site List Manager (schema v.2), it will save the XML into the v.2 version of the schema.

For more info about the different schema versions, see [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) | +|Windows 7

-OR-

Windows 8.1 |Enterprise Mode schema v.1 |Uses the Enterprise Mode Site List Manager (schema v.1).

For more info about the different schema versions, see [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) | + +## Using the Enterprise Mode Site List Manager +The following topics give you more information about the things that you can do with the Enterprise Mode Site List Manager. + +|Topic |Description | +|------|------------| +|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) |How to add websites to your site list using the Enterprise Mode Site List Manager (schema v.2). | +|[Add sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) |How to add websites to your site list using the Enterprise Mode Site List Manager (schema v.1). | +|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the Enterprise Mode Site List Manager (schema v.2). | +|[Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) |How to add several websites to your site list at the same time, using a text or XML file and the WEnterprise Mode Site List Manager (schema v.1). | +|[Edit the Enterprise Mode site list using the Enterprise Mode Site List Manager](edit-the-enterprise-mode-site-list-using-the-enterprise-mode-site-list-manager.md) |How to edit the compatibility mode for specific websites.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Fix validation problems using the Enterprise Mode Site List Manager](fix-validation-problems-using-the-enterprise-mode-site-list-manager.md) |How to fix common site list validation errors.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Search your Enterprise Mode site list in the Enterprise Mode Site List Manager](search-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) |How to look to see if a site is already in your global Enterprise Mode site list.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Save your site list to XML in the Enterprise Mode Site List Manager](save-your-site-list-to-xml-in-the-enterprise-mode-site-list-manager.md) |How to save a site list as XML, so you can deploy and use it with your managed systems.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Export your Enterprise Mode site list from the Enterprise Mode Site List Manager](export-your-enterprise-mode-site-list-from-the-enterprise-mode-site-list-manager.md) |How to export your site list so you can transfer your data and contents to someone else.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Import your Enterprise Mode site list to the Enterprise Mode Site List Manager](import-into-the-enterprise-mode-site-list-manager.md) |How to import your site list to replace a corrupted or out-of-date list.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Delete sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager](delete-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) |How to delete a website from your site list.

This topic applies to both versions of the Enterprise Mode Site List Manager. | +|[Remove all sites from your Enterprise Mode site list in the Enterprise Mode Site List Manager](remove-all-sites-from-your-enterprise-mode-site-list-in-the-enterprise-mode-site-list-manager.md) |How to delete all of the websites in a site list.

This topic applies to both versions of the Enterprise Mode Site List Manager. | + +## Related topics + + +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Enterprise Mode schema v.2 guidance](enterprise-mode-schema-version-2-guidance.md) +- [Enterprise Mode schema v.1 guidance](enterprise-mode-schema-version-1-guidance.md) +  + +  + + + diff --git a/browsers/internet-explorer/ie11-deploy-guide/user-interface-problems-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/user-interface-problems-with-ie11.md index 0e1533193e..2166cdd0e0 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/user-interface-problems-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/user-interface-problems-with-ie11.md @@ -2,7 +2,7 @@ description: Info about where features went in the IEAK11, where the Favorites, Command, and Status bars went, and where the search bar went. ms.assetid: 7324faff-ccb6-4e14-ad91-af12dbca575e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: User interface problems with Internet Explorer 11 (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md index b47ac2397c..bf9b76e571 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/using-enterprise-mode.md @@ -2,7 +2,7 @@ description: Use this section to learn about how to turn on and use IE7 Enterprise Mode or IE8 Enterprise Mode. ms.assetid: 238ead3d-8920-429a-ac23-02f089c4384a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: security @@ -32,20 +32,20 @@ Because we’ve added the IE7 Enterprise Mode option, we’ve had to rename the ## Turning on and using IE7 Enterprise Mode or IE8 Enterprise Mode For instructions about how to add IE7 Enterprise Mode or IE8 Enterprise Mode to your webpages and apps, see: -- [Add single sites to the Enterprise Mode site list using the Windows 10 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) +- [Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.2)](add-single-sites-to-enterprise-mode-site-list-using-the-version-2-enterprise-mode-tool.md) -- [Add single sites to the Enterprise Mode site list using the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) +- [Add single sites to the Enterprise Mode site list using the Enterprise Mode Site List Manager (schema v.1)](add-single-sites-to-enterprise-mode-site-list-using-the-version-1-enterprise-mode-tool.md) -- [Add multiple sites to the Enterprise Mode site list using a file and the Windows 10 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.2)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-2-schema-and-enterprise-mode-tool.md) -- [Add multiple sites to the Enterprise Mode site list using a file and the Windows 7 and Windows 8.1 Enterprise Mode Site List Manager tool](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) +- [Add multiple sites to the Enterprise Mode site list using a file and the Enterprise Mode Site List Manager (schema v.1)](add-multiple-sites-to-enterprise-mode-site-list-using-the-version-1-schema-and-enterprise-mode-tool.md) For instructions and more info about how to fix your compatibility issues using Enterprise Mode, see [Fix web compatibility issues using document modes and the Enterprise Mode site list](fix-compat-issues-with-doc-modes-and-enterprise-mode-site-list.md). ## Related topics -- [Download the Enterprise Mode Site List Manager for Windows 10 tool](http://go.microsoft.com/fwlink/p/?LinkId=716853) -- [Download the Enterprise Mode Site List Manager for Windows 7 and Windows 8.1 tool](http://go.microsoft.com/fwlink/p/?LinkID=394378) -- [Use the Enterprise Mode Site List Manager tool](use-the-enterprise-mode-site-list-manager-tool.md) +- [Download the Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) +- [Download the Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378) +- [Use the Enterprise Mode Site List Manager](use-the-enterprise-mode-site-list-manager.md)     diff --git a/browsers/internet-explorer/ie11-deploy-guide/using-ieak11-to-create-install-packages.md b/browsers/internet-explorer/ie11-deploy-guide/using-ieak11-to-create-install-packages.md index 43d7ddb582..949cd32611 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/using-ieak11-to-create-install-packages.md +++ b/browsers/internet-explorer/ie11-deploy-guide/using-ieak11-to-create-install-packages.md @@ -2,7 +2,7 @@ description: How to use IEAK 11 while planning, customizing, and building the custom installation package. ms.assetid: af93742f-f955-44ab-bfa2-7bf0c99045d3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Using Internet Explorer Administration Kit 11 (IEAK 11) to create packages (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/using-inf-files-to-create-install-packages.md b/browsers/internet-explorer/ie11-deploy-guide/using-inf-files-to-create-install-packages.md index b0ec5657e5..d8790ddf45 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/using-inf-files-to-create-install-packages.md +++ b/browsers/internet-explorer/ie11-deploy-guide/using-inf-files-to-create-install-packages.md @@ -2,7 +2,7 @@ description: How to use Setup Information (.inf) files to create installation packages. ms.assetid: 04fa2ba8-8d84-4af6-ab99-77e4f1961b0e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Using Setup Information (.inf) files to create packages (Internet Explorer 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-deploy-guide/virtualization-and-compatibility-with-ie11.md b/browsers/internet-explorer/ie11-deploy-guide/virtualization-and-compatibility-with-ie11.md index eef5dd2a0f..ad843a3a06 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/virtualization-and-compatibility-with-ie11.md +++ b/browsers/internet-explorer/ie11-deploy-guide/virtualization-and-compatibility-with-ie11.md @@ -2,7 +2,7 @@ description: Virtualization and compatibility with Internet Explorer 11 ms.assetid: b0388c04-2584-4b6d-a7a8-4e0476773a80 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: virtualization diff --git a/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md b/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md index af00defb04..2e952c7915 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md +++ b/browsers/internet-explorer/ie11-deploy-guide/what-is-enterprise-mode.md @@ -2,7 +2,7 @@ description: Info about the features included in Enterprise Mode with Internet Explorer 11. ms.assetid: 3c77e9f3-eb21-46d9-b5aa-f9b2341cfefa author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat @@ -29,8 +29,8 @@ Enterprise Mode includes the following features: - **Improved web app and website compatibility.** Through improved emulation, Enterprise Mode lets many legacy web apps run unmodified on IE11, supporting a number of site patterns that aren’t currently supported by existing document modes. -- **Tool-based management for website lists.** Use the Enterprise Mode Site List Manager tool to add website domains and domain paths and to specify whether a site renders using Enterprise Mode.

-Download the [Enterprise Mode Site List Manager for Windows 10](http://go.microsoft.com/fwlink/p/?LinkId=716853) tool or the [Enterprise Mode Site List Manager for Windows 7 and Windows 8.1](http://go.microsoft.com/fwlink/p/?LinkID=394378) tool, based on your operating system and schema. +- **Tool-based management for website lists.** Use the Enterprise Mode Site List Manager to add website domains and domain paths and to specify whether a site renders using Enterprise Mode.

+Download the [Enterprise Mode Site List Manager (schema v.2)](http://go.microsoft.com/fwlink/p/?LinkId=716853) or the [Enterprise Mode Site List Manager (schema v.1)](http://go.microsoft.com/fwlink/p/?LinkID=394378), based on your operating system and schema. - **Centralized control.** You can specify the websites or web apps to interpret using Enterprise Mode, through an XML file on a website or stored locally. Domains and paths within those domains can be treated differently, allowing granular control. Use Group Policy to let users turn Enterprise Mode on or off from the **Tools** menu and to decide whether the Enterprise browser profile appears on the **Emulation** tab of the F12 developer tools.

**Important**
All centrally-made decisions override any locally-made choices.  diff --git a/browsers/internet-explorer/ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md b/browsers/internet-explorer/ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md index b2bde8e6b2..af8996de35 100644 --- a/browsers/internet-explorer/ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md +++ b/browsers/internet-explorer/ie11-deploy-guide/what-is-the-internet-explorer-11-blocker-toolkit.md @@ -2,7 +2,7 @@ description: How to download and use the Internet Explorer 11 Blocker Toolkit to turn off the automatic delivery of IE11 through the Automatic Updates feature of Windows Update. ms.assetid: fafeaaee-171c-4450-99f7-5cc7f8d7ba91 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library ms.pagetype: security diff --git a/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md b/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md index f2de81a8e7..af8d54f7b2 100644 --- a/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md +++ b/browsers/internet-explorer/ie11-faq/faq-for-it-pros-ie11.md @@ -2,14 +2,14 @@ description: Frequently asked questions about Internet Explorer 11 for IT Pros ms.assetid: 140e7d33-584a-44da-8c68-6c1d568e1de3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: explore ms.sitesec: library title: Internet Explorer 11 - FAQ for IT Pros (Internet Explorer 11 for IT Pros) --- # Internet Explorer 11 - FAQ for IT Pros -Answering frequently asked questions about Internet Explorer 11 features, operating system support, integration with the Windows operating system, Group Policy, and general configuration. +Answering frequently asked questions about Internet Explorer 11 (IE11) features, operating system support, integration with the Windows operating system, Group Policy, and general configuration. ## Frequently Asked Questions @@ -79,7 +79,7 @@ For more information, see [Turn on Enterprise Mode and use a site list](../ie11- **Q: What is the Enterprise Mode Site List Manager tool?**
Enterprise Mode Site List Manager tool gives you a way to add websites to your Enterprise Mode site list, without having to manually code XML.

-For more information, see all of the topics in [Use the Enterprise Mode Site List Manager tool](../ie11-deploy-guide/use-the-enterprise-mode-site-list-manager-tool.md). +For more information, see all of the topics in [Use the Enterprise Mode Site List Manager](../ie11-deploy-guide/use-the-enterprise-mode-site-list-manager.md). **Q: Are browser plug-ins supported in IE11?**
The immersive version of IE11 provides an add-on–free experience, so browser plugins won't load and dependent content won't be displayed. This doesn't apply to Internet Explorer for the desktop. For more information, see [Browsing Without Plug-ins](http://go.microsoft.com/fwlink/p/?LinkId=242587). However, Internet Explorer for the desktop and IE11 on Windows 7 with SP1 do support browser plugins, including ActiveX controls such as Adobe Flash and Microsoft Silverlight. @@ -145,12 +145,4 @@ Group Policy settings can be set to open either IE or Internet Explorer for the ## Related topics - [Microsoft Edge - Deployment Guide for IT Pros](http://go.microsoft.com/fwlink/p/?LinkId=760643) - [Internet Explorer 11 (IE11) - Deployment Guide for IT Pros](../ie11-deploy-guide/index.md) -- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](../ie11-ieak/index.md) -  - -  - -  - - - +- [Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide](../ie11-ieak/index.md) \ No newline at end of file diff --git a/browsers/internet-explorer/ie11-ieak/accelerators-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/accelerators-ieak11-wizard.md index cb7f5b4a37..a72ab5e2d6 100644 --- a/browsers/internet-explorer/ie11-ieak/accelerators-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/accelerators-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Accelerators page in the IEAK 11 Customization Wizard to add accelerators to employee devices. ms.assetid: 208305ad-1bcd-42f3-aca3-0ad1dda7048b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Accelerators page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/add-and-approve-activex-controls-ieak11.md b/browsers/internet-explorer/ie11-ieak/add-and-approve-activex-controls-ieak11.md index 72ed33acca..1c7812e8fc 100644 --- a/browsers/internet-explorer/ie11-ieak/add-and-approve-activex-controls-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/add-and-approve-activex-controls-ieak11.md @@ -2,7 +2,7 @@ description: How to use IEAK 11 to add and approve ActiveX controls for your organization. ms.assetid: 33040bd1-f0e4-4541-9fbb-16e0c76752ab author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Add and approve ActiveX controls using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/add-root-certificate-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/add-root-certificate-ieak11-wizard.md index 31db2d0a4d..0a3b15979e 100644 --- a/browsers/internet-explorer/ie11-ieak/add-root-certificate-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/add-root-certificate-ieak11-wizard.md @@ -2,7 +2,7 @@ description: We’re sorry. While we continue to recommend that you digitally sign your package, we’ve removed all of the functionality that allowed you to add a root certificate using the Internet Explorer Customization Wizard 11. The wizard page itself will be removed in a future version of the IEAK. ms.assetid: 7ae4e747-49d2-4551-8790-46a61b5fe838 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Add a Root Certificate page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/additional-settings-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/additional-settings-ieak11-wizard.md index 75c98afa39..f6aede477d 100644 --- a/browsers/internet-explorer/ie11-ieak/additional-settings-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/additional-settings-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Additional Settings page in IEAK 11 Customization Wizard for additional settings that relate to your employee’s desktop, operating system, and security. ms.assetid: c90054af-7b7f-4b00-b55b-5e5569f65f25 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Additional Settings page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/auto-config-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/auto-config-ieak11-wizard.md index 1b2983cc37..cb2f3af34a 100644 --- a/browsers/internet-explorer/ie11-ieak/auto-config-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/auto-config-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Automatic Configuration page in the IEAK 11 Customization Wizard to add URLs to auto-configure IE. ms.assetid: de5b1dbf-6e4d-4f86-ae08-932f14e606b0 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Automatic Configuration page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/auto-detection-dhcp-or-dns-servers-ieak11.md b/browsers/internet-explorer/ie11-ieak/auto-detection-dhcp-or-dns-servers-ieak11.md index c2ef84d040..a33c77cae8 100644 --- a/browsers/internet-explorer/ie11-ieak/auto-detection-dhcp-or-dns-servers-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/auto-detection-dhcp-or-dns-servers-ieak11.md @@ -2,7 +2,7 @@ description: How to set up automatic detection for DHCP or DNS servers using IEAK 11 in your organization. ms.assetid: c6bfe7c4-f452-406f-b47e-b7f0d8c44ae1 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Set up auto detection for DHCP or DNS servers using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/auto-version-sync-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/auto-version-sync-ieak11-wizard.md index 4fb6d2efda..62239b4d46 100644 --- a/browsers/internet-explorer/ie11-ieak/auto-version-sync-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/auto-version-sync-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Automatic Version Synchronization page in the IEAK 11 Customization Wizard to download the IE11 Setup file each time you run the Wizard. ms.assetid: bfc7685f-843b-49c3-8b9b-07e69705840c author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Automatic Version Synchronization page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/before-you-create-custom-pkgs-ieak11.md b/browsers/internet-explorer/ie11-ieak/before-you-create-custom-pkgs-ieak11.md index 76dc99175d..ff5b52268c 100644 --- a/browsers/internet-explorer/ie11-ieak/before-you-create-custom-pkgs-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/before-you-create-custom-pkgs-ieak11.md @@ -2,7 +2,7 @@ description: A list of steps to follow before you start to create your custom browser installation packages. ms.assetid: 6ed182b0-46cb-4865-9563-70825be9a5e4 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Before you start using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/branding-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/branding-ins-file-setting.md index 104a343b04..dac3198b66 100644 --- a/browsers/internet-explorer/ie11-ieak/branding-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/branding-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[Branding\] .INS file setting to set up your custom branding and setup info in your browser install package. ms.assetid: cde600c6-29cf-4bd3-afd1-21563d2642df author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Branding .INS file to create custom branding and setup info (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/browser-ui-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/browser-ui-ieak11-wizard.md index 4ae4b5d94c..fa8d449cf1 100644 --- a/browsers/internet-explorer/ie11-ieak/browser-ui-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/browser-ui-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Browser User Interface page in the IEAK 11 Customization Wizard to change the toolbar buttons and the title bar. ms.assetid: c4a18dcd-2e9c-4b5b-bcc5-9b9361a79f0d author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Browser User Interface page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/browsertoolbars-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/browsertoolbars-ins-file-setting.md index ef6ada866a..dea816e8c3 100644 --- a/browsers/internet-explorer/ie11-ieak/browsertoolbars-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/browsertoolbars-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[BrowserToolbars\] .INS file setting to customize your Internet Explorer toolbar and buttons. ms.assetid: 83af0558-9df3-4c2e-9350-44f7788efa6d author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Use the BrowserToolbars .INS file to customize the Internet Explorer toolbar and buttons (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/browsing-options-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/browsing-options-ieak11-wizard.md index 4d154531e9..234b5314b8 100644 --- a/browsers/internet-explorer/ie11-ieak/browsing-options-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/browsing-options-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Browsing Options page in the IEAK 11 Customization Wizard to manage items in the Favorites, Favorites Bar, and Feeds section. ms.assetid: d6bd71ba-5df3-4b8c-8bb5-dcbc50fd974e author: eross-msft -ms.prod: IE111 +ms.prod: ie111 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Browsing Options page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/cabsigning-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/cabsigning-ins-file-setting.md index 90fa7ad61c..d5d956d65f 100644 --- a/browsers/internet-explorer/ie11-ieak/cabsigning-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/cabsigning-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[CabSigning\] .INS file setting to customize the digital signature info for your apps. ms.assetid: 098707e9-d712-4297-ac68-7d910ca8f43b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the CabSigning .INS file to customize the digital signature info for your apps (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/compat-view-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/compat-view-ieak11-wizard.md index 738a171960..623ebff701 100644 --- a/browsers/internet-explorer/ie11-ieak/compat-view-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/compat-view-ieak11-wizard.md @@ -2,7 +2,7 @@ description: We’re sorry. We’ve removed all of the functionality included on the **Compatibility View** page of the Internet Explorer Customization Wizard 11. ms.assetid: 51d8f80e-93a5-41e4-9478-b8321458bc30 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library ms.pagetype: appcompat diff --git a/browsers/internet-explorer/ie11-ieak/connection-mgr-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/connection-mgr-ieak11-wizard.md index b0c69e3ce4..ae61348d3f 100644 --- a/browsers/internet-explorer/ie11-ieak/connection-mgr-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/connection-mgr-ieak11-wizard.md @@ -2,7 +2,7 @@ description: We’re sorry. We’ve removed all of the functionality included on the **Connection Manager** page of the Internet Explorer Customization Wizard 11. ms.assetid: 1edaa7db-cf6b-4f94-b65f-0feff3d4081a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Connection Manager page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/connection-settings-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/connection-settings-ieak11-wizard.md index 580fa77c82..3ff0ad3e5d 100644 --- a/browsers/internet-explorer/ie11-ieak/connection-settings-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/connection-settings-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Connection Settings page in IEAK 11 Customization Wizard to import and preset connection settings on your employee’s computers. ms.assetid: dc93ebf7-37dc-47c7-adc3-067d07de8b78 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Connection Settings page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/connectionsettings-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/connectionsettings-ins-file-setting.md index bfca5d8bf1..63ebc27054 100644 --- a/browsers/internet-explorer/ie11-ieak/connectionsettings-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/connectionsettings-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[ConnectionSettings\] .INS file setting to specify the network connection settings needed to install your custom package. ms.assetid: 41410300-6ddd-43b2-b9e2-0108a2221355 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Use the ConnectionSettings .INS file to review the network connections for install (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/create-build-folder-structure-ieak11.md b/browsers/internet-explorer/ie11-ieak/create-build-folder-structure-ieak11.md index 83898cb819..6b52865341 100644 --- a/browsers/internet-explorer/ie11-ieak/create-build-folder-structure-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/create-build-folder-structure-ieak11.md @@ -2,7 +2,7 @@ description: How to create your folder structure on the computer that you’ll use to build your custom browser package. ms.assetid: e0d05a4c-099f-4f79-a069-4aa1c28a1080 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Create the build computer folder structure using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/create-manage-deploy-custom-pkgs-ieak11.md b/browsers/internet-explorer/ie11-ieak/create-manage-deploy-custom-pkgs-ieak11.md index 511e2c0e8c..027de7e6c3 100644 --- a/browsers/internet-explorer/ie11-ieak/create-manage-deploy-custom-pkgs-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/create-manage-deploy-custom-pkgs-ieak11.md @@ -2,7 +2,7 @@ description: Review this list of tasks and references before you create and deploy your Internet Explorer 11 custom install packages. ms.assetid: fe71c603-bf07-41e1-a477-ade5b28c9fb3 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Tasks and references to consider before creating and deploying custom packages using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/create-multiple-browser-packages-ieak11.md b/browsers/internet-explorer/ie11-ieak/create-multiple-browser-packages-ieak11.md index be4db58577..6a0431b323 100644 --- a/browsers/internet-explorer/ie11-ieak/create-multiple-browser-packages-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/create-multiple-browser-packages-ieak11.md @@ -2,7 +2,7 @@ description: Steps to create multiple versions of your custom browser if you support more than 1 version of Windows, more than 1 language, or have different features in each package. ms.assetid: 4c5f3503-8c69-4691-ae97-1523091ab333 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Create multiple versions of your custom package using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/create-uninstall-inf-files-for-custom-components.md b/browsers/internet-explorer/ie11-ieak/create-uninstall-inf-files-for-custom-components.md index 505ed2cd71..cb69adb1be 100644 --- a/browsers/internet-explorer/ie11-ieak/create-uninstall-inf-files-for-custom-components.md +++ b/browsers/internet-explorer/ie11-ieak/create-uninstall-inf-files-for-custom-components.md @@ -2,7 +2,7 @@ description: Use Setup information (.inf) files to uninstall custom components from your custom browser packages. ms.assetid: 8257aa41-58de-4339-81dd-9f2ffcc10a08 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use Setup information (.inf) files to uninstall custom components (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/custom-components-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/custom-components-ieak11-wizard.md index e728919ec3..454afe5dde 100644 --- a/browsers/internet-explorer/ie11-ieak/custom-components-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/custom-components-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Custom Components page in the IEAK 11 Customization Wizard to add additional components for your employees to install with IE. ms.assetid: 38a2b90f-c324-4dc8-ad30-8cd3e3e901d7 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Custom Components page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/custombranding-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/custombranding-ins-file-setting.md index 76e8a2240e..223eb8bbfe 100644 --- a/browsers/internet-explorer/ie11-ieak/custombranding-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/custombranding-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[CustomBranding\] .INS file setting to specify the location of your branding cabinet (.cab) file. ms.assetid: 9c74e239-65c5-4aa5-812f-e0ed80c5c2b0 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Use the CustomBranding .INS file to create custom branding and setup info (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/customize-automatic-search-for-ie.md b/browsers/internet-explorer/ie11-ieak/customize-automatic-search-for-ie.md index 8cf0734498..def77f424a 100644 --- a/browsers/internet-explorer/ie11-ieak/customize-automatic-search-for-ie.md +++ b/browsers/internet-explorer/ie11-ieak/customize-automatic-search-for-ie.md @@ -2,7 +2,7 @@ description: Customize Automatic Search in Internet Explorer so that your employees can type a single word into the Address box to search for frequently used pages. ms.assetid: 694e2f92-5e08-49dc-b83f-677d61fa918a author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: manage ms.sitesec: library title: Customize Automatic Search using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/extreginf-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/extreginf-ins-file-setting.md index 1788f031f5..8c39fcada8 100644 --- a/browsers/internet-explorer/ie11-ieak/extreginf-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/extreginf-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[ExtRegInf\] .INS file setting to specify your Setup information (.inf) files and the installation mode for your custom components. ms.assetid: 53148422-d784-44dc-811d-ef814b86a4c6 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the ExtRegInf .INS file to specify your installation files and mode (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/favorites-favoritesbar-and-feeds-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/favorites-favoritesbar-and-feeds-ieak11-wizard.md index 602a550acb..27fbfbed18 100644 --- a/browsers/internet-explorer/ie11-ieak/favorites-favoritesbar-and-feeds-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/favorites-favoritesbar-and-feeds-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Favorites, Favorites Bar, and Feeds page in IEAK 11 Customization Wizard to add links, web slices, and feeds to your custom browser package. ms.assetid: 84afa831-5642-4b8f-b7df-212a53ec8fc7 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Favorites, Favorites Bar, and Feeds page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/favoritesex-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/favoritesex-ins-file-setting.md index 96fcc8e8ee..b85f2f805e 100644 --- a/browsers/internet-explorer/ie11-ieak/favoritesex-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/favoritesex-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[FavoritesEx\] .INS file setting to specify your Favorites icon file, whether Favorites is available offline, and your Favorites URLs. ms.assetid: 55de376a-d442-478e-8978-3b064407b631 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the FavoritesEx .INS file for your Favorites icon and URLs (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/feature-selection-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/feature-selection-ieak11-wizard.md index 1a9b070c08..0fea681fea 100644 --- a/browsers/internet-explorer/ie11-ieak/feature-selection-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/feature-selection-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Feature Selection page in the IEAK 11 Customization Wizard to choose which parts of the setup processes and Internet Explorer 11 to change for your company. ms.assetid: 9cb8324e-d73b-41ba-ade9-3acc796e21d8 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Feature Selection page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/file-locations-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/file-locations-ieak11-wizard.md index 7e68c311e2..a04ce46b84 100644 --- a/browsers/internet-explorer/ie11-ieak/file-locations-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/file-locations-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the File Locations page in the IEAK 11 Customization Wizard to change the location of your install package and IE11 folders. ms.assetid: bd0620e1-0e07-4560-95ac-11888c2c389e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the File Locations page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/file-types-ieak11.md b/browsers/internet-explorer/ie11-ieak/file-types-ieak11.md index e45ff2b965..3d717ed9ce 100644 --- a/browsers/internet-explorer/ie11-ieak/file-types-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/file-types-ieak11.md @@ -2,7 +2,7 @@ description: Review the file types that are created and used by tools in the Internet Explorer Administration Kit 11 (IEAK 11). ms.assetid: e5735074-3e9b-4a00-b1a7-b8fd8baca327 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: File types used or created by IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/first-run-and-welcome-page-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/first-run-and-welcome-page-ieak11-wizard.md index 49faeab3db..67cc64816d 100644 --- a/browsers/internet-explorer/ie11-ieak/first-run-and-welcome-page-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/first-run-and-welcome-page-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the First Run Wizard and Welcome Page Options page in the IEAK 11 Customization Wizard to set what your employee’s see the first time they log on to IE, based on their operating system. ms.assetid: 85f856a6-b707-48a9-ba99-3a6e898276a9 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the First Run Wizard and Welcome Page Options page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/guidelines-toolbar-and-favorites-list-ieak11.md b/browsers/internet-explorer/ie11-ieak/guidelines-toolbar-and-favorites-list-ieak11.md index 84f13dc2b4..ccb24ecb0d 100644 --- a/browsers/internet-explorer/ie11-ieak/guidelines-toolbar-and-favorites-list-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/guidelines-toolbar-and-favorites-list-ieak11.md @@ -2,7 +2,7 @@ description: Customization guidelines for your Internet Explorer toolbar button and Favorites List icons. ms.assetid: bddc8f23-9ac1-449d-ad71-f77f43ae3b5c author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Customize the toolbar button and Favorites List icons using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/hardware-and-software-reqs-ieak11.md b/browsers/internet-explorer/ie11-ieak/hardware-and-software-reqs-ieak11.md index 6e89320523..4e453ca996 100644 --- a/browsers/internet-explorer/ie11-ieak/hardware-and-software-reqs-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/hardware-and-software-reqs-ieak11.md @@ -2,7 +2,7 @@ description: List of supported hardware and software requirements for Internet Explorer 11 and the Internet Explorer Administration Kit 11. ms.assetid: c50b86dc-7184-43d1-8daf-e750eb88dabb author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Hardware and software requirements for Internet Explorer 11 and the IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/hidecustom-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/hidecustom-ins-file-setting.md index ca0b357491..3e42c5a20a 100644 --- a/browsers/internet-explorer/ie11-ieak/hidecustom-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/hidecustom-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[HideCustom\] .INS file setting to decide whether to hide the GUID for each custom component. ms.assetid: e673f7b1-c3aa-4072-92b0-20c6dc3d9277 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the HideCustom .INS file to hide the GUID for each custom component (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/ie-setup-command-line-options-and-return-codes.md b/browsers/internet-explorer/ie11-ieak/ie-setup-command-line-options-and-return-codes.md index 7c56d3c908..87f73061b5 100644 --- a/browsers/internet-explorer/ie11-ieak/ie-setup-command-line-options-and-return-codes.md +++ b/browsers/internet-explorer/ie11-ieak/ie-setup-command-line-options-and-return-codes.md @@ -2,7 +2,7 @@ description: Reference about the command-line options and return codes for Internet Explorer Setup. ms.assetid: 40c23024-cb5d-4902-ad1b-6e8a189a699f author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Internet Explorer Setup command-line options and return codes (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/ieak11-admin-guide-for-it-pros.md b/browsers/internet-explorer/ie11-ieak/ieak11-admin-guide-for-it-pros.md index ad2545adab..d21dc1f28f 100644 --- a/browsers/internet-explorer/ie11-ieak/ieak11-admin-guide-for-it-pros.md +++ b/browsers/internet-explorer/ie11-ieak/ieak11-admin-guide-for-it-pros.md @@ -3,7 +3,7 @@ description: Use this guide to learn about the several options and processes you description: IEAK 11 - Internet Explorer Administration Kit 11 Users Guide ms.assetid: 847bd7b4-d5dd-4e10-87b5-4d7d3a99bbac author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/ieak11-wizard-custom-options.md b/browsers/internet-explorer/ie11-ieak/ieak11-wizard-custom-options.md index 6c07425f39..0073e17a2c 100644 --- a/browsers/internet-explorer/ie11-ieak/ieak11-wizard-custom-options.md +++ b/browsers/internet-explorer/ie11-ieak/ieak11-wizard-custom-options.md @@ -2,7 +2,7 @@ description: Review the options available to help you customize your browser install packages for deployment to your employee's devices. ms.assetid: 4b804da3-c3ac-4b60-ab1c-99536ff6e31b author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Internet Explorer Administration Kit 11 (IEAK 11) Customization Wizard options (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/iexpress-command-line-options.md b/browsers/internet-explorer/ie11-ieak/iexpress-command-line-options.md index ffc752653d..86d40fa16e 100644 --- a/browsers/internet-explorer/ie11-ieak/iexpress-command-line-options.md +++ b/browsers/internet-explorer/ie11-ieak/iexpress-command-line-options.md @@ -2,7 +2,7 @@ description: Reference about the command-line options for the IExpress Wizard. ms.assetid: aa16d738-1067-403c-88b3-bada12cf9752 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: IExpress Wizard command-line options (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/iexpress-wizard-for-win-server.md b/browsers/internet-explorer/ie11-ieak/iexpress-wizard-for-win-server.md index b68be846c4..d6b43635ee 100644 --- a/browsers/internet-explorer/ie11-ieak/iexpress-wizard-for-win-server.md +++ b/browsers/internet-explorer/ie11-ieak/iexpress-wizard-for-win-server.md @@ -2,7 +2,7 @@ description: Use the IExpress Wizard on Windows Server 2008 R2 with SP1 to create self-extracting files to run your custom Internet Explorer Setup program. ms.assetid: 5100886d-ec88-4c1c-8cd7-be00da874c57 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: IExpress Wizard for Windows Server 2008 R2 with SP1 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/important-urls-home-page-and-support-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/important-urls-home-page-and-support-ieak11-wizard.md index 4fed1bb8e3..b58454d722 100644 --- a/browsers/internet-explorer/ie11-ieak/important-urls-home-page-and-support-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/important-urls-home-page-and-support-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Important URLs - Home Page and Support page in the IEAK 11 Customization Wizard to choose one or more **Home** pages and an online support page for your customized version of IE. ms.assetid: 19e34879-ba9d-41bf-806a-3b9b9b752fc1 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Important URLs - Home Page and Support page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/index.md b/browsers/internet-explorer/ie11-ieak/index.md index 50ad74973f..583bc698fd 100644 --- a/browsers/internet-explorer/ie11-ieak/index.md +++ b/browsers/internet-explorer/ie11-ieak/index.md @@ -3,7 +3,7 @@ description: Use this guide to learn about the several options and processes you description: IEAK 11 - Internet Explorer Administration Kit 11 Users Guide ms.assetid: 847bd7b4-d5dd-4e10-87b5-4d7d3a99bbac author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Internet Explorer Administration Kit 11 (IEAK 11) - Administrator's Guide (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/internal-install-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/internal-install-ieak11-wizard.md index 1c1084b3b4..7718f63678 100644 --- a/browsers/internet-explorer/ie11-ieak/internal-install-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/internal-install-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Internal Install page in the IEAK 11 Customization Wizard to customize Setup for the default browser and the latest browser updates. ms.assetid: 33d078e3-75b8-455b-9126-f0d272ed676f author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Internal Install page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/isp-security-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/isp-security-ins-file-setting.md index 78b53aa52d..5971510317 100644 --- a/browsers/internet-explorer/ie11-ieak/isp-security-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/isp-security-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[ISP_Security\] .INS file setting to add the root certificate for your custom Internet Explorer package. ms.assetid: 4eca2de5-7071-45a2-9c99-75115be00d06 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the ISP_Security .INS file to add your root certificate (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/language-selection-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/language-selection-ieak11-wizard.md index 8f0dbbf019..7aed4e8eb9 100644 --- a/browsers/internet-explorer/ie11-ieak/language-selection-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/language-selection-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Language Selection page in the IEAK 11 Customization Wizard to choose the lanaguage for your IEAK 11 custom package. ms.assetid: f9d4ab57-9b1d-4cbc-9398-63f4938df1f6 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Language Selection page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/licensing-version-and-features-ieak11.md b/browsers/internet-explorer/ie11-ieak/licensing-version-and-features-ieak11.md index d70d890c6a..d1a1939d26 100644 --- a/browsers/internet-explorer/ie11-ieak/licensing-version-and-features-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/licensing-version-and-features-ieak11.md @@ -2,7 +2,7 @@ description: Learn about which version of the IEAK 11 you should run, based on your license agreement. ms.assetid: 69d25451-08af-4db0-9daa-44ab272acc15 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Determine the licensing version and features to use in IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/media-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/media-ins-file-setting.md index a22367e75a..4144e944ad 100644 --- a/browsers/internet-explorer/ie11-ieak/media-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/media-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[Media\] .INS file setting to specify the types of media on which your custom install package is available. ms.assetid: c57bae60-d520-49a9-a77d-da43f7ebe5b8 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Media .INS file to specify your install media (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/pkg-type-selection-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/pkg-type-selection-ieak11-wizard.md index 8664e6a89a..02d75e4a77 100644 --- a/browsers/internet-explorer/ie11-ieak/pkg-type-selection-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/pkg-type-selection-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Package Type Selection page in the IEAK 11 Customization Wizard to pick the media type you’ll use to distribute your custom package. ms.assetid: dd91f788-d05e-4f45-9fd5-d951abf04f2c author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Package Type Selection page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/platform-selection-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/platform-selection-ieak11-wizard.md index 4fc4dd9383..345e690dd9 100644 --- a/browsers/internet-explorer/ie11-ieak/platform-selection-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/platform-selection-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Platform Selection page in the IEAK 11 Customization Wizard to pick the specs for your employee devices that will get the install package. ms.assetid: 9cbf5abd-86f7-42b6-9810-0b606bbe8218 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Platform Selection page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/prep-network-install-with-ieak11.md b/browsers/internet-explorer/ie11-ieak/prep-network-install-with-ieak11.md index 96e2f2f4e6..ee0f635579 100644 --- a/browsers/internet-explorer/ie11-ieak/prep-network-install-with-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/prep-network-install-with-ieak11.md @@ -2,7 +2,7 @@ description: Learn about what you need to do before you deploy your custom browser package using IEAK 11 over your network. ms.assetid: 2c66d22a-4a94-47cc-82ab-7274abe1dfd6 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Before you install your package over your network using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/programs-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/programs-ieak11-wizard.md index 939a312ac0..b1bd1220ef 100644 --- a/browsers/internet-explorer/ie11-ieak/programs-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/programs-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Programs page in the IEAK 11 Customization Wizard to pick the default programs to use for Internet services. ms.assetid: f715668f-a50d-4db0-b578-e6526fbfa1fc author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Programs page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/proxy-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/proxy-ins-file-setting.md index 4e25248bb8..902b4c3cd9 100644 --- a/browsers/internet-explorer/ie11-ieak/proxy-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/proxy-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[Proxy\] .INS file setting to define whether to use a proxy server. ms.assetid: 30b03c2f-e3e5-48d2-9007-e3fd632f3c18 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Proxy .INS file to specify a proxy server (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/proxy-settings-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/proxy-settings-ieak11-wizard.md index 1819df835f..9f9c0ed357 100644 --- a/browsers/internet-explorer/ie11-ieak/proxy-settings-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/proxy-settings-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Proxy Settings page in the IEAK 11 Customization Wizard to pick the proxy servers used to connect to required services. ms.assetid: 1fa1eee3-e97d-41fa-a48c-4a6e0dc8b544 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Proxy Settings page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/register-uninstall-app-ieak11.md b/browsers/internet-explorer/ie11-ieak/register-uninstall-app-ieak11.md index e22d35a59d..c047eef68c 100644 --- a/browsers/internet-explorer/ie11-ieak/register-uninstall-app-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/register-uninstall-app-ieak11.md @@ -2,7 +2,7 @@ description: Learn how to register an uninstall app for your custom components, using IEAK 11. ms.assetid: 4da1d408-af4a-4c89-a491-d6f005fd5005 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy title: Register an uninstall app for custom components using IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) --- diff --git a/browsers/internet-explorer/ie11-ieak/rsop-snapin-for-policy-settings-ieak11.md b/browsers/internet-explorer/ie11-ieak/rsop-snapin-for-policy-settings-ieak11.md index 9eecc45456..789f64a8b7 100644 --- a/browsers/internet-explorer/ie11-ieak/rsop-snapin-for-policy-settings-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/rsop-snapin-for-policy-settings-ieak11.md @@ -2,7 +2,7 @@ description: Learn how to use the Resultant Set of Policy (RSoP) snap-in to view your policy settings. ms.assetid: 0f21b320-e879-4a06-8589-aae6fc264666 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: manage ms.sitesec: library title: Use the RSoP snap-in to review policy settings (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/search-providers-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/search-providers-ieak11-wizard.md index a1b260bac0..bd5e4c8c12 100644 --- a/browsers/internet-explorer/ie11-ieak/search-providers-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/search-providers-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Search Providers page in the IEAK 11 Customization Wizard to add additional providers and set the default. ms.assetid: 48cfaba5-f4c0-493c-b656-445311b7bc52 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Search Providers page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/security-and-ieak11.md b/browsers/internet-explorer/ie11-ieak/security-and-ieak11.md index 8748c56bfd..5802534823 100644 --- a/browsers/internet-explorer/ie11-ieak/security-and-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/security-and-ieak11.md @@ -2,7 +2,7 @@ description: Learn about the security features available in Internet Explorer 11 and IEAK 11. ms.assetid: 5b64c9cb-f8da-411a-88e4-fa69dea473e2 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: plan ms.sitesec: library title: Security features and IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/security-and-privacy-settings-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/security-and-privacy-settings-ieak11-wizard.md index e36546ea57..77a5c40dbf 100644 --- a/browsers/internet-explorer/ie11-ieak/security-and-privacy-settings-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/security-and-privacy-settings-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Security and Privacy Settings page in the IEAK 11 Customization Wizard to manage your security zones, privacy settings, and content ratings. ms.assetid: cb7cd1df-6a79-42f6-b3a1-8ae467053f82 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Security and Privacy Settings page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/security-imports-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/security-imports-ins-file-setting.md index abcbaa3104..733b53831c 100644 --- a/browsers/internet-explorer/ie11-ieak/security-imports-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/security-imports-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[Security Imports\] .INS file setting to decide whether to import security info to your custom package. ms.assetid: 19791c44-aaa7-4f37-9faa-85cbdf29f68e author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Security Imports .INS file to import security info (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/troubleshooting-custom-browser-pkg-ieak11.md b/browsers/internet-explorer/ie11-ieak/troubleshooting-custom-browser-pkg-ieak11.md index 727791bcf7..6d83d55a3e 100644 --- a/browsers/internet-explorer/ie11-ieak/troubleshooting-custom-browser-pkg-ieak11.md +++ b/browsers/internet-explorer/ie11-ieak/troubleshooting-custom-browser-pkg-ieak11.md @@ -2,7 +2,7 @@ description: Info about some of the known issues using the Internet Exporer Customization Wizard and a custom Internet Explorer install package. ms.assetid: 9e22cc61-6c63-4cab-bfdf-6fe49db945e4 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: support ms.sitesec: library title: Troubleshoot custom package and IEAK 11 problems (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/url-ins-file-setting.md b/browsers/internet-explorer/ie11-ieak/url-ins-file-setting.md index 75592cae6b..853199a71b 100644 --- a/browsers/internet-explorer/ie11-ieak/url-ins-file-setting.md +++ b/browsers/internet-explorer/ie11-ieak/url-ins-file-setting.md @@ -2,7 +2,7 @@ description: Use the \[URL\] .INS file setting to decide whether to use an auto-configured proxy server. ms.assetid: 05b09dfa-cf11-408d-92c2-b4ae434a59a7 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the URL .INS file to use an auto-configured proxy server (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/user-experience-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/user-experience-ieak11-wizard.md index 81851bde4a..0027d5ce6d 100644 --- a/browsers/internet-explorer/ie11-ieak/user-experience-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/user-experience-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the User Experience page in the IEAK 11 Customization Wizard to decide user interaction with the Setup process. ms.assetid: d3378058-e4f0-4a11-a888-b550af994bfa author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the User Experience page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/using-internet-settings-ins-files.md b/browsers/internet-explorer/ie11-ieak/using-internet-settings-ins-files.md index f4b16976e2..d08e772fa9 100644 --- a/browsers/internet-explorer/ie11-ieak/using-internet-settings-ins-files.md +++ b/browsers/internet-explorer/ie11-ieak/using-internet-settings-ins-files.md @@ -2,7 +2,7 @@ description: Info about how to use Internet Settings (.ins) files and the IEAK 11 to configure your custom browser package. ms.assetid: a24a7cdb-681e-4f34-a53c-6d8383c5f977 author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Using Internet Settings (.INS) files with IEAK 11 (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/browsers/internet-explorer/ie11-ieak/wizard-complete-ieak11-wizard.md b/browsers/internet-explorer/ie11-ieak/wizard-complete-ieak11-wizard.md index 785440983b..9c4b3bea88 100644 --- a/browsers/internet-explorer/ie11-ieak/wizard-complete-ieak11-wizard.md +++ b/browsers/internet-explorer/ie11-ieak/wizard-complete-ieak11-wizard.md @@ -2,7 +2,7 @@ description: How to use the Wizard Complete - Next Steps page in the IEAK 11 Customization Wizard to build your custom Internet Explorer install package. ms.assetid: aaaac88a-2022-4d0b-893c-b2404b45cabc author: eross-msft -ms.prod: IE11 +ms.prod: ie11 ms.mktglfcycl: deploy ms.sitesec: library title: Use the Wizard Complete - Next Steps page in the IEAK 11 Wizard (Internet Explorer Administration Kit 11 for IT Pros) diff --git a/education/windows/set-up-school-pcs-technical.md b/education/windows/set-up-school-pcs-technical.md index 3223550a4b..f46d83dd4b 100644 --- a/education/windows/set-up-school-pcs-technical.md +++ b/education/windows/set-up-school-pcs-technical.md @@ -152,107 +152,107 @@ The **Set up School PCs** app produces a specialized provisioning package that m

Specify the system sleep timeout (on battery)

1 hour

-

Turn off hybrid sleep (plugged in)

Enabled

+

Turn off hybrid sleep (plugged in)

Enabled

-

Turn off hybrid sleep (on battery)

Enabled

+

Turn off hybrid sleep (on battery)

Enabled

-

Specify the unattended sleep timeout (plugged in)

1 hour

+

Specify the unattended sleep timeout (plugged in)

1 hour

-

Specify the unattended sleep timeout (on battery)

1 hour

+

Specify the unattended sleep timeout (on battery)

1 hour

-

Allow standby states (S1-S3) when sleeping (plugged in)

Enabled

+

Allow standby states (S1-S3) when sleeping (plugged in)

Enabled

-

Allow standby states (S1-S3) when sleeping (on battery)

Enabled

+

Allow standby states (S1-S3) when sleeping (on battery)

Enabled

-

Specify the system hibernate timeout (plugged in)

Enabled, 0

+

Specify the system hibernate timeout (plugged in)

Enabled, 0

-

Specify the system hibernate timeout (on battery)

Enabled, 0

+

Specify the system hibernate timeout (on battery)

Enabled, 0

-

Admin Templates > System > Power Management > Video and Display Settings

-

Turn off the display (plugged in)

1 hour

+

Admin Templates>System>Power Management>Video and Display Settings

+

Turn off the display (plugged in)

1 hour

-

Turn off the display (on battery

1 hour

+

Turn off the display (on battery

1 hour

-

Admin Templates > System > Logon

+

Admin Templates>System>Logon

-

Show first sign-in animation

Disabled

+

Show first sign-in animation

Disabled

-

Hide entry points for Fast User Switching

Enabled

+

Hide entry points for Fast User Switching

Enabled

-

Turn on convenience PIN sign-in

Disabled

+

Turn on convenience PIN sign-in

Disabled

-

Turn off picture password sign-in

Enabled

+

Turn off picture password sign-in

Enabled

-

Turn off app notification on the lock screen

Enabled

+

Turn off app notification on the lock screen

Enabled

-

Allow users to select when a password is required when resuming from connected standby

Disabled

+

Allow users to select when a password is required when resuming from connected standby

Disabled

-

Block user from showing account details on sign-in

Enabled

+

Block user from showing account details on sign-in

Enabled

-

Admin Templates > System > User Profiles

+

Admin Templates>System>User Profiles

-

Turn off the advertising ID

Enabled

+

Turn off the advertising ID

Enabled

-

Admin Templates > Windows Components

+

Admin Templates>Windows Components

-

Do not show Windows Tips

Enabled

+

Do not show Windows Tips

Enabled

-

Turn off Microsoft consumer experiences

Enabled

+

Turn off Microsoft consumer experiences

Enabled

-

Microsoft Passport for Work

Disabled

+

Microsoft Passport for Work

Disabled

-

Prevent the usage of OneDrive for file storage

Enabled

+

Prevent the usage of OneDrive for file storage

Enabled

-

Admin Templates > Windows Components > Biometrics

+

Admin Templates>Windows Components>Biometrics

-

Allow the use of biometrics

Disabled

+

Allow the use of biometrics

Disabled

-

Allow users to log on using biometrics

Disabled

+

Allow users to log on using biometrics

Disabled

-

Allow domain users to log on using biometrics

Disabled

+

Allow domain users to log on using biometrics

Disabled

-

Admin Templates > Windows Components > Data Collection and Preview Builds

+

Admin Templates>Windows Components>Data Collection and Preview Builds

-

Toggle user control over Insider builds

Disabled

+

Toggle user control over Insider builds

Disabled

-

Disable pre-release features or settings

Disabled

+

Disable pre-release features or settings

Disabled

-

Do not show feedback notifications

Enabled

+

Do not show feedback notifications

Enabled

-

Admin Templates > Windows Components > File Explorer

+

Admin Templates > Windows Components > File Explorer

-

Show lock in the user tile menu

Disabled

+

Show lock in the user tile menu

Disabled

-

Admin Templates > Windows Components > Maintenance Scheduler

+

Admin Templates > Windows Components > Maintenance Scheduler

-

Automatic Maintenance Activation Boundary

12am

+

Automatic Maintenance Activation Boundary

12am

-

Automatic Maintenance Random Delay

Enabled, 2 hours

+

Automatic Maintenance Random Delay

Enabled, 2 hours

-

Automatic Maintenance WakeUp Policy

Enabled

+

Automatic Maintenance WakeUp Policy

Enabled

-

Admin Templates > Windows Components > Microsoft Edge

+

Admin Templates > Windows Components > Microsoft Edge

-

Open a new tab with an empty tab

Disabled

+

Open a new tab with an empty tab

Disabled

-

Configure corporate home pages

Enabled, about:blank

+

Configure corporate home pages

Enabled, about:blank

-

Admin Templates > Windows Components > Search

+

Admin Templates > Windows Components > Search

-

Allow Cortana

Disabled

+

Allow Cortana

Disabled

-

Windows Settings > Security Settings > Local Policies > Security Options

+

Windows Settings > Security Settings > Local Policies > Security Options

-

Interactive logon: Do not display last user name

Enabled

+

Interactive logon: Do not display last user name

Enabled

-

Interactive logon: Sign-in last interactive user automatically after a system-initiated restart

Disabled

+

Interactive logon: Sign-in last interactive user automatically after a system-initiated restart

Disabled

-

Shutdown: Allow system to be shut down without having to log on

Disabled

+

Shutdown: Allow system to be shut down without having to log on

Disabled

-

User Account Control: Behavior of the elevation prompt for standard users

Auto deny

+

User Account Control: Behavior of the elevation prompt for standard users

Auto deny

-

+
## Related topics diff --git a/education/windows/take-a-test-multiple-pcs.md b/education/windows/take-a-test-multiple-pcs.md index 8c90e26274..e4ba7eb6ed 100644 --- a/education/windows/take-a-test-multiple-pcs.md +++ b/education/windows/take-a-test-multiple-pcs.md @@ -28,7 +28,7 @@ Many schools use online testing for formative and summative assessments. It's cr - Cortana is turned off. -**Take a Test** is included in Windows 10 Education. To add **Take a Test** to other editions of Windows 10, see [Add the Take a Test app to Windows 10](take-tests-in-windows-10.md#add-the-take-a-test-app-to-windows-10) +**Take a Test** is included in version 1607 of Windows 10 Pro, Pro Education, Education and Enterprise. ## How you use Take a Test @@ -68,7 +68,7 @@ To configure a dedicated test account on multiple PCs, you can use: 4. Create a policy that associates the assessment URL to the account, using the following values: - **Custom OMA-DM URI** = ./Vendor/MSFT/SecureAssessment/TesterAccount - - **String value** = Enter the account that you created in step 2, using the same account format. + - **String value** = Enter the account that you specified in step 2, using the same account format. 5. To take the test, the student signs in to the test account. diff --git a/education/windows/take-a-test-single-pc.md b/education/windows/take-a-test-single-pc.md index b8bb602a2d..f0d2f288c7 100644 --- a/education/windows/take-a-test-single-pc.md +++ b/education/windows/take-a-test-single-pc.md @@ -30,7 +30,7 @@ The **Take a Test** app in Windows 10, Version 1607, creates the right environme > **Tip!** > To exit **Take a Test**, press Ctrl+Alt+Delete. -**Take a Test** is included in Windows 10 Education. To add **Take a Test** to other editions of Windows 10, see [Add the Take a Test app to Windows 10](take-tests-in-windows-10.md#add-the-take-a-test-app-to-windows-10) +**Take a Test** is included in version 1607 of Windows 10 Pro, Pro Education, Education and Enterprise. ## How you use Take a Test @@ -47,8 +47,8 @@ The **Take a Test** app in Windows 10, Version 1607, creates the right environme 1. Sign into the device with an administrator account. -2. Go to **Settings** > **Accounts** > **Work or school access** (final name needs to be updated, still TBD) > **Set up an account for taking tests**. -3. Select an account to use as the dedicated testing account. +2. Go to **Settings** > **Accounts** > **Work or school access** > **Set up an account for taking tests**. +3. Select an existing account to use as the dedicated testing account. >**Note**: If you don't have an account on the device, you can create a new account. To do this, go to **Settings** > **Accounts** > **Other Users** > **Add someone else to this PC** > **I don’t have this person’s sign-in information** > **Add a user without a Microsoft account**. 4. Specify an assessment URL. diff --git a/windows/deploy/sideload-apps-in-windows-10.md b/windows/deploy/sideload-apps-in-windows-10.md index 9af7d4e4bc..6265950f08 100644 --- a/windows/deploy/sideload-apps-in-windows-10.md +++ b/windows/deploy/sideload-apps-in-windows-10.md @@ -5,6 +5,7 @@ ms.assetid: C46B27D0-375B-4F7A-800E-21595CF1D53D ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library +ms.pagetype: mobile author: greg-lindsay --- diff --git a/windows/deploy/update-windows-10-images-with-provisioning-packages.md b/windows/deploy/update-windows-10-images-with-provisioning-packages.md index e9415d414b..0fbf772bbb 100644 --- a/windows/deploy/update-windows-10-images-with-provisioning-packages.md +++ b/windows/deploy/update-windows-10-images-with-provisioning-packages.md @@ -6,6 +6,7 @@ keywords: provisioning, bulk deployment, image ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library +ms.pagetype: mobile author: jdeckerMS --- diff --git a/windows/deploy/windows-10-edition-upgrades.md b/windows/deploy/windows-10-edition-upgrades.md index 21981254a9..8b20a8f77c 100644 --- a/windows/deploy/windows-10-edition-upgrades.md +++ b/windows/deploy/windows-10-edition-upgrades.md @@ -5,6 +5,7 @@ ms.assetid: A7642E90-A3E7-4A25-8044-C4E402DC462A ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library +ms.pagetype: mobile author: greg-lindsay --- diff --git a/windows/keep-secure/manage-identity-verification-using-microsoft-passport.md b/windows/keep-secure/manage-identity-verification-using-microsoft-passport.md index bb891d67c5..dccabd045e 100644 --- a/windows/keep-secure/manage-identity-verification-using-microsoft-passport.md +++ b/windows/keep-secure/manage-identity-verification-using-microsoft-passport.md @@ -6,7 +6,7 @@ keywords: identity, PIN, biometric, Hello ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library -ms.pagetype: security +ms.pagetype: security, mobile author: jdeckerMS --- # Manage identity verification using Microsoft Passport diff --git a/windows/manage/configure-devices-without-mdm.md b/windows/manage/configure-devices-without-mdm.md index 11dd816f58..0539884199 100644 --- a/windows/manage/configure-devices-without-mdm.md +++ b/windows/manage/configure-devices-without-mdm.md @@ -2,10 +2,11 @@ title: Configure devices without MDM (Windows 10) description: Create a runtime provisioning package to apply settings, profiles, and file assets to a device running Windows 10. ms.assetid: 66D14E97-E116-4218-8924-E2A326C9367E -keywords: ["runtime provisioning", "provisioning package"] +keywords: runtime provisioning, provisioning package ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library +ms.pagetype: mobile, devices author: jdeckerMS --- diff --git a/windows/manage/manage-wifi-sense-in-enterprise.md b/windows/manage/manage-wifi-sense-in-enterprise.md index 2728a8dd5d..172b930871 100644 --- a/windows/manage/manage-wifi-sense-in-enterprise.md +++ b/windows/manage/manage-wifi-sense-in-enterprise.md @@ -6,6 +6,7 @@ keywords: ["WiFi Sense", "automatically connect to wi-fi", "wi-fi hotspot connec ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library +ms.pagetype: mobile author: eross-msft --- diff --git a/windows/manage/set-up-a-kiosk-for-windows-10-for-mobile-edition.md b/windows/manage/set-up-a-kiosk-for-windows-10-for-mobile-edition.md index ad17d4f627..53f2403397 100644 --- a/windows/manage/set-up-a-kiosk-for-windows-10-for-mobile-edition.md +++ b/windows/manage/set-up-a-kiosk-for-windows-10-for-mobile-edition.md @@ -2,7 +2,7 @@ title: Set up a kiosk on Windows 10 Mobile or Windows 10 Mobile Enterprise (Windows 10) description: A device in kiosk mode runs a specified app with no access to other device functions, menus, or settings. ms.assetid: 35EC82D8-D9E8-45C3-84E9-B0C8C167BFF7 -keywords: ["kiosk", "lockdown", "assigned access"] +keywords: kiosk, lockdown, assigned access ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library diff --git a/windows/manage/stop-employees-from-using-the-windows-store.md b/windows/manage/stop-employees-from-using-the-windows-store.md index 7b3cb2aa7b..dabf676bf5 100644 --- a/windows/manage/stop-employees-from-using-the-windows-store.md +++ b/windows/manage/stop-employees-from-using-the-windows-store.md @@ -5,6 +5,7 @@ ms.assetid: 7AA60D3D-2A69-45E7-AAB0-B8AFC29C2E97 ms.prod: w10 ms.mktglfcycl: manage ms.sitesec: library +ms.pagetype: store, mobile author: TrudyHa --- diff --git a/windows/whats-new/applocker.md b/windows/whats-new/applocker.md index 355d16bacc..1c14abc6dc 100644 --- a/windows/whats-new/applocker.md +++ b/windows/whats-new/applocker.md @@ -2,7 +2,7 @@ title: What's new in AppLocker (Windows 10) description: AppLocker helps you control which apps and files users can run. These include executable files, scripts, Windows Installer files, dynamic-link libraries (DLLs), packaged apps, and packaged app installers. ms.assetid: 6F836FF6-7794-4E7B-89AA-1EABA1BF183F -ms.pagetype: security +ms.pagetype: security, mobile ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library diff --git a/windows/whats-new/bitlocker.md b/windows/whats-new/bitlocker.md index 99353d9d7b..4e9d0f7b61 100644 --- a/windows/whats-new/bitlocker.md +++ b/windows/whats-new/bitlocker.md @@ -5,7 +5,7 @@ ms.assetid: 3F2DE365-68A1-4CDB-AB5F-C65574684C7B ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library -ms.pagetype: security +ms.pagetype: security, mobile author: brianlic-msft --- diff --git a/windows/whats-new/device-guard-overview.md b/windows/whats-new/device-guard-overview.md index 669cdadb48..ed8847ee60 100644 --- a/windows/whats-new/device-guard-overview.md +++ b/windows/whats-new/device-guard-overview.md @@ -2,7 +2,7 @@ title: Device Guard overview (Windows 10) description: Device Guard is a combination of enterprise-related hardware and software security features that, when configured together, will lock a device down so that it can only run trusted applications. ms.assetid: FFE244EE-5804-4CE8-A2A9-48F49DC3AEF2 -ms.pagetype: security +ms.pagetype: mobile, security keywords: Device Guard ms.prod: w10 ms.mktglfcycl: explore diff --git a/windows/whats-new/edge-ie11-whats-new-overview.md b/windows/whats-new/edge-ie11-whats-new-overview.md index ab7d69d78f..9370b6beb5 100644 --- a/windows/whats-new/edge-ie11-whats-new-overview.md +++ b/windows/whats-new/edge-ie11-whats-new-overview.md @@ -5,6 +5,7 @@ ms.assetid: e986f903-69ad-4145-9d24-0c6d04b3e489 ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library +ms.pagetype: mobile author: eross-msft --- diff --git a/windows/whats-new/edp-whats-new-overview.md b/windows/whats-new/edp-whats-new-overview.md index 696556b54d..cc29c76faa 100644 --- a/windows/whats-new/edp-whats-new-overview.md +++ b/windows/whats-new/edp-whats-new-overview.md @@ -6,7 +6,7 @@ keywords: EDP Overview, EDP ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library -ms.pagetype: security +ms.pagetype: mobile, security author: eross-msft --- diff --git a/windows/whats-new/microsoft-passport.md b/windows/whats-new/microsoft-passport.md index 2c49406384..0165451cb8 100644 --- a/windows/whats-new/microsoft-passport.md +++ b/windows/whats-new/microsoft-passport.md @@ -6,7 +6,7 @@ keywords: password, hello, fingerprint, iris, biometric ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library -ms.pagetype: security +ms.pagetype: mobile, security author: jdeckerMS --- diff --git a/windows/whats-new/new-provisioning-packages.md b/windows/whats-new/new-provisioning-packages.md index 9a0d03ddeb..1cdff3fc09 100644 --- a/windows/whats-new/new-provisioning-packages.md +++ b/windows/whats-new/new-provisioning-packages.md @@ -5,6 +5,7 @@ ms.assetid: 287706E5-063F-4AB5-902C-A0DF6D0730BC ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library +ms.pagetype: mobile author: jdeckerMS --- diff --git a/windows/whats-new/security-auditing.md b/windows/whats-new/security-auditing.md index 26276b5e0a..15350dc9c4 100644 --- a/windows/whats-new/security-auditing.md +++ b/windows/whats-new/security-auditing.md @@ -6,7 +6,7 @@ ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library author: brianlic-msft -ms.pagetype: security +ms.pagetype: security, mobile --- # What's new in security auditing? diff --git a/windows/whats-new/trusted-platform-module.md b/windows/whats-new/trusted-platform-module.md index bbf7d88d6b..9937fada56 100644 --- a/windows/whats-new/trusted-platform-module.md +++ b/windows/whats-new/trusted-platform-module.md @@ -5,7 +5,7 @@ ms.assetid: CE8BBC2A-EE2D-4DFA-958E-2A178F2E6C44 ms.prod: w10 ms.mktglfcycl: explore ms.sitesec: library -ms.pagetype: security +ms.pagetype: security, mobile author: brianlic-msft --- diff --git a/windows/whats-new/windows-store-for-business-overview.md b/windows/whats-new/windows-store-for-business-overview.md index ca022e0b5d..e1934201c2 100644 --- a/windows/whats-new/windows-store-for-business-overview.md +++ b/windows/whats-new/windows-store-for-business-overview.md @@ -3,7 +3,7 @@ title: Windows Store for Business overview (Windows 10) description: With the new Windows Store for Business, organizations can make volume purchases of Windows apps. ms.assetid: 9DA71F6B-654D-4121-9A40-D473CC654A1C ms.prod: w10 -ms.pagetype: store +ms.pagetype: store, mobile ms.mktglfcycl: manage ms.sitesec: library author: TrudyHa From 7eb1a302515cac6bc6615776d662fdb8fc1c3c85 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Tue, 14 Jun 2016 12:50:35 -0700 Subject: [PATCH 038/114] updated shell launcher script --- ...istory-for-manage-and-update-windows-10.md | 6 ++ ...osk-for-windows-10-for-desktop-editions.md | 84 ++++++++++--------- 2 files changed, 52 insertions(+), 38 deletions(-) diff --git a/windows/manage/change-history-for-manage-and-update-windows-10.md b/windows/manage/change-history-for-manage-and-update-windows-10.md index 5bdd320fd8..603af6fbde 100644 --- a/windows/manage/change-history-for-manage-and-update-windows-10.md +++ b/windows/manage/change-history-for-manage-and-update-windows-10.md @@ -12,6 +12,12 @@ author: jdeckerMS This topic lists new and updated topics in the [Manage and update Windows 10](index.md) documentation for [Windows 10 and Windows 10 Mobile](../index.md). +## June 2016 + +| New or changed topic | Description | +| ---|---| +| [Set up a kiosk on Windows 10 Pro, Enterprise, or Education](set-up-a-kiosk-for-windows-10-for-desktop-editions.md) | Updated the sample script for Shell Launcher. | + ## May 2016 | New or changed topic | Description | diff --git a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md index 2c481fd829..c772363cef 100644 --- a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md +++ b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md @@ -289,76 +289,84 @@ Alternatively, you can turn on Shell Launcher using the Deployment Image Servici Modify the following PowerShell script as appropriate. The comments in the sample script explain the purpose of each section and tell you where you will want to change the script for your purposes. Save your script with the extension .ps1, open Windows PowerShell as administrator, and run the script on the kiosk device. ``` - $COMPUTER = “localhost” - $NAMESPACE = “root\standardcimv2\embedded” +$COMPUTER = "localhost" +$NAMESPACE = "root\standardcimv2\embedded" - # Create a handle to the class instance so we can call the static methods. - $ShellLauncherClass = [wmiclass]”\\$COMPUTER\${NAMESPACE}:WESL_UserSetting” +# Create a handle to the class instance so we can call the static methods. +$ShellLauncherClass = [wmiclass]"\\$COMPUTER\${NAMESPACE}:WESL_UserSetting" - # This well-known security identifier (SID) corresponds to the BUILTIN\Administrators group. +# This well-known security identifier (SID) corresponds to the BUILTIN\Administrators group. - $Admins_SID = “S-1-5-32-544” +$Admins_SID = "S-1-5-32-544" - # Create a function to retrieve the SID for a user account on a machine. +# Create a function to retrieve the SID for a user account on a machine. - function Get-UsernameSID($AccountName) { +function Get-UsernameSID($AccountName) { - $NTUserObject = New-Object System.Security.Principal.NTAccount($AccountName) - $NTUserSID = $NTUserObject.Translate([System.Security.Principal.SecurityIdentifier]) + $NTUserObject = New-Object System.Security.Principal.NTAccount($AccountName) + $NTUserSID = $NTUserObject.Translate([System.Security.Principal.SecurityIdentifier]) - return $NTUserSID.Value + return $NTUserSID.Value + +} - } +# Get the SID for a user account named "Cashier". Rename "Cashier" to an existing account on your system to test this script. - # Get the SID for a user account named “Cashier”. Rename “Cashier” to an existing account on your system to test this script. +$Cashier_SID = Get-UsernameSID("Cashier") - $Cashier_SID = Get-UsernameSID(“Cashier”) +# Define actions to take when the shell program exits. - # Define actions to take when the shell program exits. +$restart_shell = 0 +$restart_device = 1 +$shutdown_device = 2 - $restart_shell = 0 - $restart_device = 1 - $shutdown_device = 2 +# Examples. You can change these examples to use the program that you want to use as the shell. - # Examples. You can change these examples to use the program that you want to use as the shell. +# This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. - # This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. +$ShellLauncherClass.SetDefaultShell("cmd.exe", $restart_device) - $ShellLauncherClass.SetDefaultShell(“cmd.exe”, $restart_device) +# Display the default shell to verify that it was added correctly. - # Display the default shell to verify that it was added correctly. +$DefaultShellObject = $ShellLauncherClass.GetDefaultShell() - $DefaultShellObject = $ShellLauncherClass.GetDefaultShell() +"`nDefault Shell is set to " + $DefaultShellObject.Shell + " and the default action is set to " + $DefaultShellObject.defaultaction - “`nDefault Shell is set to “ + $DefaultShellObject.Shell + “ and the default action is set to “ + $DefaultShellObject.defaultaction +# Set Internet Explorer as the shell for "Cashier", and restart the machine if Internet Explorer is closed. - # Set Internet Explorer as the shell for “Cashier”, and restart the machine if Internet Explorer is closed. +$ShellLauncherClass.SetCustomShell($Cashier_SID, "c:\program files\internet explorer\iexplore.exe www.microsoft.com", ($null), ($null), $restart_shell) - $ShellLauncherClass.SetCustomShell($Cashier_SID, “c:\program files\internet explorer\iexplore.exe www.microsoft.com”, ($null), ($null), $restart_shell) +# Set Explorer as the shell for administrators. - # Set Explorer as the shell for administrators. +$ShellLauncherClass.SetCustomShell($Admins_SID, "explorer.exe") - $ShellLauncherClass.SetCustomShell($Admins_SID, “explorer.exe”) +# View all the custom shells defined. - # View all the custom shells defined. +"`nCurrent settings for custom shells:" +Get-WmiObject -namespace $NAMESPACE -computer $COMPUTER -class WESL_UserSetting | Select Sid, Shell, DefaultAction - “`nCurrent settings for custom shells:” - Get-WmiObject -namespace $NAMESPACE -computer $COMPUTER -class WESL_UserSetting | Select Sid, Shell, DefaultAction +# Enable Shell Launcher - # Enable Shell Launcher +$ShellLauncherClass.SetEnabled($TRUE) - $ShellLauncherClass.SetEnabled($TRUE) +$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() - $IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() +"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled - “`nEnabled is set to “ + $IsShellLauncherEnabled.Enabled +# Remove the new custom shells. - # Remove the new custom shells. +$ShellLauncherClass.RemoveCustomShell($Admins_SID) - $ShellLauncherClass.RemoveCustomShell($Admins_SID) +$ShellLauncherClass.RemoveCustomShell($Cashier_SID) - $ShellLauncherClass.RemoveCustomShell($Cashier_SID) +# Disable Shell Launcher + +$ShellLauncherClass.SetEnabled($FALSE) + +$IsShellLauncherEnabled = $ShellLauncherClass.IsEnabled() + +"`nEnabled is set to " + $IsShellLauncherEnabled.Enabled ``` ## Related topics From b2702c4151da5057b1591152bcbc3052a720ac14 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Tue, 14 Jun 2016 14:46:09 -0700 Subject: [PATCH 039/114] script tweaks --- .../set-up-a-kiosk-for-windows-10-for-desktop-editions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md index c772363cef..382809735a 100644 --- a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md +++ b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md @@ -303,12 +303,12 @@ $Admins_SID = "S-1-5-32-544" # Create a function to retrieve the SID for a user account on a machine. function Get-UsernameSID($AccountName) { - + $NTUserObject = New-Object System.Security.Principal.NTAccount($AccountName) $NTUserSID = $NTUserObject.Translate([System.Security.Principal.SecurityIdentifier]) - - return $NTUserSID.Value + return $NTUserSID.Value + } # Get the SID for a user account named "Cashier". Rename "Cashier" to an existing account on your system to test this script. @@ -323,7 +323,7 @@ $shutdown_device = 2 # Examples. You can change these examples to use the program that you want to use as the shell. -# This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. +# This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. $ShellLauncherClass.SetDefaultShell("cmd.exe", $restart_device) From 2b0ba382e3207218204550f87a2a7eed924852e4 Mon Sep 17 00:00:00 2001 From: jcaparas Date: Wed, 15 Jun 2016 17:16:56 +1000 Subject: [PATCH 040/114] Update change-history-for-keep-windows-10-secure.md Added Windows Defender Advanced Threat Protection in May change history --- .../keep-secure/change-history-for-keep-windows-10-secure.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/keep-secure/change-history-for-keep-windows-10-secure.md b/windows/keep-secure/change-history-for-keep-windows-10-secure.md index 06485f9541..c415733140 100644 --- a/windows/keep-secure/change-history-for-keep-windows-10-secure.md +++ b/windows/keep-secure/change-history-for-keep-windows-10-secure.md @@ -29,6 +29,7 @@ This topic lists new and updated topics in the [Keep Windows 10 secure](index.md | [Microsoft Passport guide](microsoft-passport-guide.md) | Updated Roadmap section content | |[Protect your enterprise data using enterprise data protection (EDP)](protect-enterprise-data-using-edp.md) |Updated info based on changes to the features and functionality.| | [User Account Control Group Policy and registry key settings](user-account-control-group-policy-and-registry-key-settings.md) | Updated for Windows 10 and Windows Server 2016 Technical Preview | +|[Windows Defender Advanced Threat Protection](windows-defender-advanced-threat-protection.md) (mutiple topics) | New | ## April 2016 @@ -88,4 +89,4 @@ This topic lists new and updated topics in the [Keep Windows 10 secure](index.md - [Change history for What's new in Windows 10](../whats-new/change-history-for-what-s-new-in-windows-10.md) - [Change history for Plan for Windows 10 deployment](../plan/change-history-for-plan-for-windows-10-deployment.md) - [Change history for Deploy Windows 10](../deploy/change-history-for-deploy-windows-10.md) -- [Change history for Manage and update Windows 10](../manage/change-history-for-manage-and-update-windows-10.md) \ No newline at end of file +- [Change history for Manage and update Windows 10](../manage/change-history-for-manage-and-update-windows-10.md) From b38c864085f06fe4c9d0815123a30cdad26055c9 Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Wed, 15 Jun 2016 06:39:39 -0700 Subject: [PATCH 041/114] typo and adding link to managing with Intune topic --- windows/manage/distribute-apps-with-management-tool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/manage/distribute-apps-with-management-tool.md b/windows/manage/distribute-apps-with-management-tool.md index 5677c4fd85..484fa6b93b 100644 --- a/windows/manage/distribute-apps-with-management-tool.md +++ b/windows/manage/distribute-apps-with-management-tool.md @@ -21,7 +21,7 @@ You can configure a mobile device management (MDM) tool to synchronize your Stor Your MDM tool needs to be installed and configured in Azure AD, in the same Azure AD directory used with Windows Store for Business. -In Azure AD management portal, find the MDM application, and then add it to your directory. Once the MDM has been configured in Azure AD, you can authorize the tool to work with the Store for Business. This allows the MDM tool to call Store for Business management tool services. For more information, see [Configure MDM provider](configure-mdm-provider-windows-store-for-business.md). +In Azure AD management portal, find the MDM application, and then add it to your directory. Once the MDM has been configured in Azure AD, you can authorize the tool to work with the Store for Business. This allows the MDM tool to call Store for Business management tool services. For more information, see [Configure MDM provider](configure-mdm-provider-windows-store-for-business.md) and [Manage apps you purchased from the Windows Store for Business with Microsoft Intune](https://docs.microsoft.com/intune/deploy-use/manage-apps-you-purchased-from-the-windows-store-for-business-with-microsoft-intune). Store for Business services provide: @@ -62,7 +62,7 @@ This diagram shows how you can use a management tool to distribute an online-lic [Configure MDM Provider](../manage/configure-mdm-provider-windows-store-for-business.md) -[Manage apps you purchased from the Windows Store for Business with Micosoft InTune](https://technet.microsoft.com/library/mt676514.aspx) +[Manage apps you purchased from the Windows Store for Business with Microsoft InTune](https://technet.microsoft.com/library/mt676514.aspx)   From ada9b1e082031b446761f940e25da9b10d1b4861 Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Wed, 15 Jun 2016 06:43:08 -0700 Subject: [PATCH 042/114] fixing typo --- education/windows/teacher-get-minecraft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/windows/teacher-get-minecraft.md b/education/windows/teacher-get-minecraft.md index 48e0cdb34b..c9c386545b 100644 --- a/education/windows/teacher-get-minecraft.md +++ b/education/windows/teacher-get-minecraft.md @@ -144,7 +144,7 @@ If you ran **InstallMinecraftEducationEdition.bat** and Minecraft: Education Edi | Script ran, but it doesn't look like the app installed. | There might be pending app updates. | Check for app updates (see steps earlier in this topic).
Install updates.
Restart PC.
Run **InstallMinecraftEducationEdition.bat** again. | | App won't install. | AppLocker is configured and preventing app installs. | Contact IT Admin. | | App won't install. | Policy prevents users from installing apps on the PC. | Contact IT Admin. | -| Scrip starts, but stops quickly. | Policy prevents scripts from running on the PC. | Contact IT Admin. | +| Script starts, but stops quickly. | Policy prevents scripts from running on the PC. | Contact IT Admin. | | App isn't available for other users. | No restart after install. If you don't restart the PC, and just switch users the app will not be available.| Restart PC.
Run **InstallMinecraftEducationEdition.bat** again.
If a restart doesn't work, contact your IT Admin. | From 067061d210a0a30b3d2b6aadb5840aedc8053778 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Wed, 15 Jun 2016 07:45:56 -0700 Subject: [PATCH 043/114] sync --- .../set-up-a-kiosk-for-windows-10-for-desktop-editions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md index 382809735a..c9e33cfcf9 100644 --- a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md +++ b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md @@ -303,12 +303,12 @@ $Admins_SID = "S-1-5-32-544" # Create a function to retrieve the SID for a user account on a machine. function Get-UsernameSID($AccountName) { - + $NTUserObject = New-Object System.Security.Principal.NTAccount($AccountName) $NTUserSID = $NTUserObject.Translate([System.Security.Principal.SecurityIdentifier]) - + return $NTUserSID.Value - + } # Get the SID for a user account named "Cashier". Rename "Cashier" to an existing account on your system to test this script. @@ -323,7 +323,7 @@ $shutdown_device = 2 # Examples. You can change these examples to use the program that you want to use as the shell. -# This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. +# This example sets the command prompt as the default shell, and restarts the device if the command prompt is closed. $ShellLauncherClass.SetDefaultShell("cmd.exe", $restart_device) From 694bae7256d394de8acf97882f3631bb66eea04b Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Wed, 15 Jun 2016 07:58:06 -0700 Subject: [PATCH 044/114] + edu policy --- education/windows/set-up-school-pcs-technical.md | 1 + 1 file changed, 1 insertion(+) diff --git a/education/windows/set-up-school-pcs-technical.md b/education/windows/set-up-school-pcs-technical.md index f46d83dd4b..8d23068d40 100644 --- a/education/windows/set-up-school-pcs-technical.md +++ b/education/windows/set-up-school-pcs-technical.md @@ -243,6 +243,7 @@ The **Set up School PCs** app produces a specialized provisioning package that m

Windows Settings > Security Settings > Local Policies > Security Options

+

Accounts: Block Microsoft accounts

Enabled

Interactive logon: Do not display last user name

Enabled

Interactive logon: Sign-in last interactive user automatically after a system-initiated restart

Disabled

From b4addce50c40227086074be8a17ccbc06b5d6d2e Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Wed, 15 Jun 2016 09:19:58 -0700 Subject: [PATCH 045/114] add topic and art for FQDN topic --- .../images/system-settings-add-fqdn.png | Bin 0 -> 40163 bytes ...fully-qualified-domain-name-surface-hub.md | 21 +++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 devices/surface-hub/images/system-settings-add-fqdn.png diff --git a/devices/surface-hub/images/system-settings-add-fqdn.png b/devices/surface-hub/images/system-settings-add-fqdn.png new file mode 100644 index 0000000000000000000000000000000000000000..011d4a41f7dfee56d12765ea1c4710291b9dbe89 GIT binary patch literal 40163 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 +1. On Surface Hub open the **Settings** app. +2. Navigate to **System**, **Microsoft Surface Hub**. +3. Under **Skype for Business**, click **Add FQDN**. +4. Type the FQDN for the Skype for Business certificate. You can type multiple FQDNs separated by a comma. For example: lync.com, outlook.com, lync.glbdns.microsoft.com. + + ![Add Skype for Business FQDN to Settings](images/system-settings-add-fqdn.png) \ No newline at end of file From 55cc3e55a99d421209f2bb814e5baa60b1a2c0dd Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Wed, 15 Jun 2016 09:29:16 -0700 Subject: [PATCH 046/114] add new topic to TOC --- devices/surface-hub/TOC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/surface-hub/TOC.md b/devices/surface-hub/TOC.md index 57c833cdd0..485c432a26 100644 --- a/devices/surface-hub/TOC.md +++ b/devices/surface-hub/TOC.md @@ -27,6 +27,7 @@ #### [Monitor your Surface Hub](monitor-surface-hub.md) #### [Save your BitLocker key](save-bitlocker-key-surface-hub.md) #### [Connect other devices and display with Surface Hub](connect-and-display-with-surface-hub.md) +#### [Use fully qualified domain name with Surface Hub](use-fully-qualified-domain-name-surface-hub.md) #### [Using a room control system](use-room-control-system-with-surface-hub.md) #### [Windows updates](manage-windows-updates-for-surface-hub.md) #### [Wireless network management](wireless-network-management-for-surface-hub.md) From 4f9bac7edc85036d0b8b37e351ec3aab17dfa46e Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Wed, 15 Jun 2016 09:37:21 -0700 Subject: [PATCH 047/114] fixing typo --- .../surface-hub/use-fully-qualified-domain-name-surface-hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md b/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md index d9d5334bd5..c1342d96bc 100644 --- a/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md +++ b/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md @@ -6,7 +6,7 @@ keywords: ["Troubleshoot common problems", "setup issues", "Exchange ActiveSync author: TrudyHa --- -# When to us a fully qualified domain name with Surface Hub +# When to use a fully qualified domain name with Surface Hub A fully qualified domain name (FQDN) is a domain name that explicitly states the location in the Domain Name System (DNS) hierarchy. All levels of a domain are specified. In the case of Skype for Business on the Surface Hub, there are a few scenarios where you need to use a FQDN. - **Multiple DNS suffixes** - When your Skype for Business infrastructure has disjointed namespaces such that one or more servers have a DNS suffix that doesn't match the suffix of the sign-in address (SIP) for Skype for Business. From 39cb1fcdb623ed92e684941ce95334823f645e18 Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Wed, 15 Jun 2016 10:49:28 -0700 Subject: [PATCH 048/114] spelling error --- .../surface-hub/use-fully-qualified-domain-name-surface-hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md b/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md index c1342d96bc..258a618516 100644 --- a/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md +++ b/devices/surface-hub/use-fully-qualified-domain-name-surface-hub.md @@ -11,7 +11,7 @@ author: TrudyHa A fully qualified domain name (FQDN) is a domain name that explicitly states the location in the Domain Name System (DNS) hierarchy. All levels of a domain are specified. In the case of Skype for Business on the Surface Hub, there are a few scenarios where you need to use a FQDN. - **Multiple DNS suffixes** - When your Skype for Business infrastructure has disjointed namespaces such that one or more servers have a DNS suffix that doesn't match the suffix of the sign-in address (SIP) for Skype for Business. - **Skype for Business and Exchange suffixes are different** - When the suffix of the sign-in address for Skype for Business differs from the suffix of the Exchange address used for the device account. -- **Working with certficates** - Large organizations with on-premise Skype for Business servers commonly use certificates with their own root certificate authority (CA). It is common for the CA domain to be different than the domain of the Skype for Business server which causes the certificate to not be trusted, and sign-in fails. The Skype app needs to know the FQDN of the certificate in order to set up a trust relationship. Enterprises typically use Group Policy to push this out to Skype desktop, but Group Policy is not supported on Surface Hub. +- **Working with certificates** - Large organizations with on-premise Skype for Business servers commonly use certificates with their own root certificate authority (CA). It is common for the CA domain to be different than the domain of the Skype for Business server which causes the certificate to not be trusted, and sign-in fails. The Skype app needs to know the FQDN of the certificate in order to set up a trust relationship. Enterprises typically use Group Policy to push this out to Skype desktop, but Group Policy is not supported on Surface Hub. ## Add FQDN to Surface Hub From a75ddd91837b3d7c1ce9d9500aa966b2f492c0b0 Mon Sep 17 00:00:00 2001 From: jamiejdt Date: Wed, 15 Jun 2016 14:01:02 -0700 Subject: [PATCH 049/114] MDOP 7555829 App-V 4.6 SP2 is EOS - remove all references including changing filenames with material to be retained --- ...ating-and-managing-app-v-51-virtualized-applications.md | 3 +++ ...equence-a-new-application-with-app-v-51-beta-gb18030.md | 3 +++ mdop/appv-v5/release-notes-for-app-v-51.md | 7 +++++++ 3 files changed, 13 insertions(+) diff --git a/mdop/appv-v5/creating-and-managing-app-v-51-virtualized-applications.md b/mdop/appv-v5/creating-and-managing-app-v-51-virtualized-applications.md index 9d9109d788..e7670ca4e2 100644 --- a/mdop/appv-v5/creating-and-managing-app-v-51-virtualized-applications.md +++ b/mdop/appv-v5/creating-and-managing-app-v-51-virtualized-applications.md @@ -13,6 +13,9 @@ After you have properly deployed the Microsoft Application Virtualization (App-V **Note**   For more information about configuring the App-V 5.1 sequencer, sequencing best practices, and an example of creating and updating a virtual application, see the [Microsoft Application Virtualization 5.0 Sequencing Guide](http://download.microsoft.com/download/F/7/8/F784A197-73BE-48FF-83DA-4102C05A6D44/App-V 5.0 Sequencing Guide.docx). +**Note** +The App-V 5.x Sequencer cannot sequence applications with filenames matching "CO_<x>" where x is any numeral. Error 0x8007139F will be generated. + ## Sequencing an application diff --git a/mdop/appv-v5/how-to-sequence-a-new-application-with-app-v-51-beta-gb18030.md b/mdop/appv-v5/how-to-sequence-a-new-application-with-app-v-51-beta-gb18030.md index fa95464abb..8c2ab69747 100644 --- a/mdop/appv-v5/how-to-sequence-a-new-application-with-app-v-51-beta-gb18030.md +++ b/mdop/appv-v5/how-to-sequence-a-new-application-with-app-v-51-beta-gb18030.md @@ -51,6 +51,9 @@ author: jamiejdt - If short paths have been disabled for the virtualized package’s target volume, you must also sequence the package to a volume that was created and still has short-paths disabled. It cannot be the system volume. +**Note** +The App-V 5.x Sequencer cannot sequence applications with filenames matching "CO_<x>" where x is any numeral. Error 0x8007139F will be generated. + **To sequence a new standard application** 1. On the computer that runs the sequencer, click **All Programs**, and then Click **Microsoft Application Virtualization**, and then click **Microsoft Application Virtualization Sequencer**. diff --git a/mdop/appv-v5/release-notes-for-app-v-51.md b/mdop/appv-v5/release-notes-for-app-v-51.md index 42cb4bcc3d..92facdd8e1 100644 --- a/mdop/appv-v5/release-notes-for-app-v-51.md +++ b/mdop/appv-v5/release-notes-for-app-v-51.md @@ -131,6 +131,13 @@ App-V 5.1 does not support Visual Studio 2012. **Workaround**: None +## Application filename restrictions for App-V 5.x Sequencer + + +The App-V 5.x Sequencer cannot sequence applications with filenames matching "CO_<x>" where x is any numeral. Error 0x8007139F will be generated. + +**Workaround**: Use a different filename + ## Got a suggestion for App-V? From 7ed3f170d5719c0a9b176880117628ebedfc2e86 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Thu, 16 Jun 2016 09:34:10 -0700 Subject: [PATCH 050/114] remove blank lin in table --- education/windows/set-up-school-pcs-technical.md | 1 - 1 file changed, 1 deletion(-) diff --git a/education/windows/set-up-school-pcs-technical.md b/education/windows/set-up-school-pcs-technical.md index 80c86ba360..8d23068d40 100644 --- a/education/windows/set-up-school-pcs-technical.md +++ b/education/windows/set-up-school-pcs-technical.md @@ -244,7 +244,6 @@ The **Set up School PCs** app produces a specialized provisioning package that m

Windows Settings > Security Settings > Local Policies > Security Options

Accounts: Block Microsoft accounts

Enabled

-

Interactive logon: Do not display last user name

Enabled

Interactive logon: Sign-in last interactive user automatically after a system-initiated restart

Disabled

From 11659e45fb4c067ab7bde44b8ceeeb186dbdfad7 Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Thu, 16 Jun 2016 10:41:36 -0700 Subject: [PATCH 051/114] fixing old migration issues --- ...-deployment-surface-hub-device-accounts.md | 40 +++++++++---------- ...-deployment-surface-hub-device-accounts.md | 4 +- ...-deployment-surface-hub-device-accounts.md | 4 +- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md b/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md index 482dce9fa8..359cebf459 100644 --- a/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md +++ b/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md @@ -40,10 +40,10 @@ Use this procedure if you use Exchange on-prem. Open your on-prem Exchange Management Shell with administrator permissions, and run this cmdlet. ```ps1 - Enable-Mailbox 'HUB01@contoso.com' -RemoteRoutingAddress 'HUB01@contoso.com' -Room + Enable-Mailbox 'HUB01@contoso.com' -RemoteRoutingAddress 'HUB01@contoso.com' -Room ``` -5. Connect to Microsoft Exchange Online and set some properties for the account in Office 365. +4. Connect to Microsoft Exchange Online and set some properties for the account in Office 365. Start a remote PowerShell session on a PC and connect to Microsoft Exchange. Be sure you have the right permissions set to run the associated cmdlets. @@ -51,9 +51,9 @@ Use this procedure if you use Exchange on-prem. ```ps1 Set-ExecutionPolicy Unrestricted - $org='contoso.com' + $org='contoso.com' $cred=Get-Credential $admin@$org - $sess= New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri 'https://outlook.office365.com/ps1-liveid/' -Credential $cred -Authentication Basic -AllowRedirection + $sess= New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri 'https://outlook.office365.com/ps1-liveid/' -Credential $cred -Authentication Basic -AllowRedirection Import-PSSession $sess ``` @@ -70,7 +70,7 @@ Use this procedure if you use Exchange on-prem. Once you have a compatible policy, then you will need to apply the policy to the device account. ```ps1 - Set-CASMailbox 'HUB01@contoso.com' -ActiveSyncMailboxPolicy $easPolicy + Set-CASMailbox 'HUB01@contoso.com' -ActiveSyncMailboxPolicy $easPolicy ``` 6. Set Exchange properties. @@ -78,8 +78,8 @@ Use this procedure if you use Exchange on-prem. Setting Exchange properties on the device account to improve the meeting experience. You can see which properties need to be set in the [Exchange properties](exchange-properties-for-surface-hub-device-accounts.md) section. ```ps1 - Set-CalendarProcessing -Identity 'HUB01@contoso.com' -AutomateProcessing AutoAccept -AddOrganizerToSubject $false –AllowConflicts $false –DeleteComments $false -DeleteSubject $false -RemovePrivateProperty $false - Set-CalendarProcessing -Identity 'HUB01@contoso.com' -AddAdditionalResponse $true -AdditionalResponse 'This is a Surface Hub room!' + Set-CalendarProcessing -Identity 'HUB01@contoso.com' -AutomateProcessing AutoAccept -AddOrganizerToSubject $false –AllowConflicts $false –DeleteComments $false -DeleteSubject $false -RemovePrivateProperty $false + Set-CalendarProcessing -Identity 'HUB01@contoso.com' -AddAdditionalResponse $true -AdditionalResponse 'This is a Surface Hub room!' ``` 7. Connect to Azure AD. @@ -99,9 +99,9 @@ Use this procedure if you use Exchange on-prem. Once you list out the SKUs, you can add a license using the `Set-MsolUserLicense` cmdlet. In this case, `$strLicense` is the SKU code that you see (for example, *contoso:STANDARDPACK*). ```ps1 - Set-MsolUser -UserPrincipalName 'HUB01@contoso.com' -UsageLocation 'US' + Set-MsolUser -UserPrincipalName 'HUB01@contoso.com' -UsageLocation 'US' Get-MsolAccountSku - Set-MsolUserLicense -UserPrincipalName 'HUB01@contoso.com' -AddLicenses $strLicense + Set-MsolUserLicense -UserPrincipalName 'HUB01@contoso.com' -AddLicenses $strLicense ``` 9. Enable the device account with Skype for Business. @@ -127,7 +127,7 @@ Use this procedure if you use Exchange on-prem. ```ps1 Enable-CsMeetingRoom -Identity $rm -RegistrarPool - 'sippoolbl20a04.infra.lync.com' -SipAddressType EmailAddress + 'sippoolbl20a04.infra.lync.com&' -SipAddressType EmailAddress ``` If you aren't sure what value to use for the `RegistrarPool` parameter in your environment, you can get the value from an existing Skype for Business user using this cmdlet: @@ -164,7 +164,7 @@ Use this procedure if you use Exchange online. ```ps1 Set-ExecutionPolicy Unrestricted - $org='contoso.microsoft.com + $org='contoso.microsoft.com' $cred=Get-Credential $admin@$org $sess= New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/ps1-liveid/ -Credential $cred -Authentication Basic -AllowRedirection Import-PSSession $sess @@ -177,13 +177,13 @@ Use this procedure if you use Exchange online. If you're changing an existing resource mailbox: ```ps1 - Set-Mailbox -Identity 'HUB01' -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String -AsPlainText -Force) + Set-Mailbox -Identity 'HUB01' -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String -AsPlainText -Force) ``` If you’re creating a new resource mailbox: ```ps1 - New-Mailbox -MicrosoftOnlineServicesID 'HUB01@contoso.com' -Alias HUB01 -Name "Hub-01" -Room -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String -AsPlainText -Force) + New-Mailbox -MicrosoftOnlineServicesID 'HUB01@contoso.com' -Alias HUB01 -Name "Hub-01" -Room -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String -AsPlainText -Force) ``` 3. Create Exchange ActiveSync policy. @@ -202,9 +202,9 @@ Use this procedure if you use Exchange online. ```ps1 Set-Mailbox $acctUpn -Type Regular - Set-CASMailbox 'HUB01@contoso.com' -ActiveSyncMailboxPolicy $easPolicy - Set-Mailbox 'HUB01@contoso.com' -Type Room - Set-Mailbox 'HUB01@contoso.com' -RoomMailboxPassword $credNewAccount.Password -EnableRoomMailboxAccount $true + Set-CASMailbox 'HUB01@contoso.com' -ActiveSyncMailboxPolicy $easPolicy + Set-Mailbox 'HUB01@contoso.com' -Type Room + Set-Mailbox 'HUB01@contoso.com' -RoomMailboxPassword $credNewAccount.Password -EnableRoomMailboxAccount $true ``` 4. Set Exchange properties. @@ -212,8 +212,8 @@ Use this procedure if you use Exchange online. Various Exchange properties must be set on the device account to improve the meeting experience. You can see which properties need to be set in the [Exchange properties](exchange-properties-for-surface-hub-device-accounts.md) section. ```ps1 - Set-CalendarProcessing -Identity 'HUB01@contoso.com' -AutomateProcessing AutoAccept -AddOrganizerToSubject $false –AllowConflicts $false –DeleteComments $false -DeleteSubject $false -RemovePrivateProperty $false - Set-CalendarProcessing -Identity 'HUB01@contoso.com' -AddAdditionalResponse $true -AdditionalResponse "This is a Surface Hub room!" + Set-CalendarProcessing -Identity 'HUB01@contoso.com' -AutomateProcessing AutoAccept -AddOrganizerToSubject $false –AllowConflicts $false –DeleteComments $false -DeleteSubject $false -RemovePrivateProperty $false + Set-CalendarProcessing -Identity 'HUB01@contoso.com' -AddAdditionalResponse $true -AdditionalResponse "This is a Surface Hub room!" ``` 5. Add email address for your on-prem domain account. @@ -256,9 +256,9 @@ Use this procedure if you use Exchange online. Once you list out the SKUs, you can add a license using the `Set-MsolUserLicense` cmdlet. In this case, `$strLicense` is the SKU code that you see (for example, *contoso:STANDARDPACK*). ```ps1 - Set-MsolUser -UserPrincipalName 'HUB01@contoso.com' -UsageLocation 'US' + Set-MsolUser -UserPrincipalName 'HUB01@contoso.com' -UsageLocation 'US' Get-MsolAccountSku - Set-MsolUserLicense -UserPrincipalName 'HUB01@contoso.com' -AddLicenses $strLicense + Set-MsolUserLicense -UserPrincipalName 'HUB01@contoso.com' -AddLicenses $strLicense ``` 9. Enable the device account with Skype for Business. diff --git a/devices/surface-hub/on-premises-deployment-surface-hub-device-accounts.md b/devices/surface-hub/on-premises-deployment-surface-hub-device-accounts.md index 03fc4981b1..678465138b 100644 --- a/devices/surface-hub/on-premises-deployment-surface-hub-device-accounts.md +++ b/devices/surface-hub/on-premises-deployment-surface-hub-device-accounts.md @@ -25,7 +25,7 @@ If you have a single-forest on-premises deployment with Microsoft Exchange 2013 ```PowerShell Set-ExecutionPolicy Unrestricted - $org='contoso.microsoft.com' + $org='contoso.microsoft.com' $cred=Get-Credential $admin@$org $sessExchange = New-PSSession -ConfigurationName microsoft.exchange -Credential $cred -AllowRedirection -Authentication Kerberos -ConnectionUri "http://$strExchangeServer/powershell" -WarningAction SilentlyContinue $sessLync = New-PSSession -Credential $cred -ConnectionURI "https://$strLyncFQDN/OcsPowershell" -AllowRedirection -WarningAction SilentlyContinue @@ -38,7 +38,7 @@ If you have a single-forest on-premises deployment with Microsoft Exchange 2013 If you're changing an existing resource mailbox: ```PowerShell - Set-Mailbox -Identity 'HUB01' -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String -AsPlainText -Force) + Set-Mailbox -Identity 'HUB01' -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String -AsPlainText -Force) ``` If you’re creating a new resource mailbox: diff --git a/devices/surface-hub/online-deployment-surface-hub-device-accounts.md b/devices/surface-hub/online-deployment-surface-hub-device-accounts.md index f3d9942ade..87f72ef2f2 100644 --- a/devices/surface-hub/online-deployment-surface-hub-device-accounts.md +++ b/devices/surface-hub/online-deployment-surface-hub-device-accounts.md @@ -23,7 +23,7 @@ If you have a pure, online (O365) deployment, then you can [use the provided Pow ```PowerShell Set-ExecutionPolicy Unrestricted - $org='contoso.microsoft.com' + $org='contoso.microsoft.com' $cred=Get-Credential $admin@$org $sess= New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $cred -Authentication Basic -AllowRedirection Import-PSSession $sess @@ -34,7 +34,7 @@ If you have a pure, online (O365) deployment, then you can [use the provided Pow If you're changing an existing resource mailbox: ```PowerShell - Set-Mailbox -Identity 'HUB01' -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String -AsPlainText -Force) + Set-Mailbox -Identity 'HUB01' -EnableRoomMailboxAccount $true -RoomMailboxPassword (ConvertTo-SecureString -String -AsPlainText -Force) ``` If you’re creating a new resource mailbox: From 7c51262e71f0954e000dd8e1f5a2d72b6ff3fd59 Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Thu, 16 Jun 2016 11:02:47 -0700 Subject: [PATCH 052/114] one more fix from migration --- .../hybrid-deployment-surface-hub-device-accounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md b/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md index 359cebf459..fae114b8da 100644 --- a/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md +++ b/devices/surface-hub/hybrid-deployment-surface-hub-device-accounts.md @@ -285,7 +285,7 @@ Use this procedure if you use Exchange online. ```ps1 Enable-CsMeetingRoom -Identity $rm -RegistrarPool - 'sippoolbl20a04.infra.lync.com' -SipAddressType EmailAddress + 'sippoolbl20a04.infra.lync.com' -SipAddressType EmailAddress ``` If you aren't sure what value to use for the `RegistrarPool` parameter in your environment, you can get the value from an existing Skype for Business user using this cmdlet: From 2d1f98a24d9330d6b3bce488b2cac6ac11b5e4bf Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Thu, 16 Jun 2016 11:04:55 -0700 Subject: [PATCH 053/114] adding BI scorecard metadata attributes --- mdop/agpm/administrative-template-settings.md | 7 ++++++- mdop/agpm/administrative-templates-folder-agpm30ops.md | 7 ++++++- mdop/agpm/administrative-templates-folder-agpm40.md | 7 ++++++- mdop/agpm/advanced-group-policy-management-40.md | 7 ++++++- mdop/agpm/agpm-25-navengl.md | 7 ++++++- mdop/agpm/agpm-3-navengl.md | 7 ++++++- mdop/agpm/agpm-4-navengl.md | 7 ++++++- mdop/agpm/agpm-40-sp1-navengl.md | 7 ++++++- mdop/agpm/agpm-40-sp2-navengl.md | 7 ++++++- mdop/agpm/agpm-40-sp3-navengl.md | 7 ++++++- mdop/agpm/agpm-server-connection-settings-agpm30ops.md | 7 ++++++- mdop/agpm/agpm-server-connection-settings-agpm40.md | 7 ++++++- mdop/agpm/agpm-server-connection-settings.md | 7 ++++++- mdop/agpm/agpm-server-tab-agpm30ops.md | 7 ++++++- mdop/agpm/agpm-server-tab-agpm40.md | 7 ++++++- mdop/agpm/agpm-server-tab.md | 7 ++++++- mdop/agpm/approve-or-reject-a-pending-action-agpm30ops.md | 7 ++++++- mdop/agpm/approve-or-reject-a-pending-action-agpm40.md | 7 ++++++- mdop/agpm/approve-or-reject-a-pending-action.md | 7 ++++++- mdop/agpm/back-up-the-archive-agpm40.md | 7 ++++++- mdop/agpm/back-up-the-archive.md | 7 ++++++- mdop/agpm/best-practices-for-version-control-agpm40.md | 7 ++++++- mdop/agpm/best-practices-for-version-control.md | 7 ++++++- mdop/agpm/check-in-a-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/check-in-a-gpo-agpm40.md | 7 ++++++- mdop/agpm/check-in-a-gpo-approver.md | 7 ++++++- ...klist-administer-the-agpm-server-and-archive-agpm40.md | 7 ++++++- .../checklist-administer-the-agpm-server-and-archive.md | 7 ++++++- .../checklist-create-edit-and-deploy-a-gpo-agpm30ops.md | 7 ++++++- .../agpm/checklist-create-edit-and-deploy-a-gpo-agpm40.md | 7 ++++++- mdop/agpm/checklist-create-edit-and-deploy-a-gpo.md | 7 ++++++- mdop/agpm/choosing-which-version-of-agpm-to-install.md | 7 ++++++- mdop/agpm/common-secondary-tab-features.md | 7 ++++++- mdop/agpm/configure-agpm-server-connections-agpm30ops.md | 7 ++++++- mdop/agpm/configure-agpm-server-connections-agpm40.md | 7 ++++++- mdop/agpm/configure-an-agpm-server-connection-agpm40.md | 7 ++++++- ...figure-an-agpm-server-connection-reviewer-agpm30ops.md | 7 ++++++- mdop/agpm/configure-e-mail-notification-agpm30ops.md | 7 ++++++- mdop/agpm/configure-e-mail-notification-agpm40.md | 7 ++++++- mdop/agpm/configure-e-mail-notification.md | 7 ++++++- mdop/agpm/configure-e-mail-security-for-agpm-agpm30ops.md | 7 ++++++- mdop/agpm/configure-e-mail-security-for-agpm-agpm40.md | 7 ++++++- mdop/agpm/configure-logging-and-tracing-agpm30ops.md | 7 ++++++- mdop/agpm/configure-logging-and-tracing-agpm40.md | 7 ++++++- mdop/agpm/configure-logging-and-tracing.md | 7 ++++++- .../agpm/configure-the-agpm-server-connection-reviewer.md | 7 ++++++- mdop/agpm/configure-the-agpm-server-connection.md | 7 ++++++- ...configuring-advanced-group-policy-management-agpm40.md | 7 ++++++- mdop/agpm/configuring-advanced-group-policy-management.md | 7 ++++++- mdop/agpm/contents-tab-agpm30ops.md | 7 ++++++- mdop/agpm/contents-tab-agpm40.md | 7 ++++++- mdop/agpm/contents-tab-features-agpm30ops.md | 7 ++++++- mdop/agpm/contents-tab-features-agpm40.md | 7 ++++++- mdop/agpm/contents-tab.md | 7 ++++++- mdop/agpm/control-a-previously-uncontrolled-gpo.md | 7 ++++++- mdop/agpm/control-an-uncontrolled-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/control-an-uncontrolled-gpo-agpm40.md | 7 ++++++- mdop/agpm/controlled-gpo-commands-agpm30ops.md | 7 ++++++- mdop/agpm/controlled-gpo-commands-agpm40.md | 7 ++++++- mdop/agpm/controlled-tab.md | 7 ++++++- mdop/agpm/create-a-new-controlled-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/create-a-new-controlled-gpo-agpm40.md | 7 ++++++- mdop/agpm/create-a-new-controlled-gpo.md | 7 ++++++- mdop/agpm/create-a-template-agpm30ops.md | 7 ++++++- mdop/agpm/create-a-template-agpm40.md | 7 ++++++- mdop/agpm/create-a-template.md | 7 ++++++- ...a-template-and-setting-a-default-template-agpm30ops.md | 7 ++++++- ...ng-a-template-and-setting-a-default-template-agpm40.md | 7 ++++++- .../creating-a-template-and-setting-a-default-template.md | 7 ++++++- .../creating-controlling-or-importing-a-gpo-agpm30ops.md | 7 ++++++- .../creating-controlling-or-importing-a-gpo-approver.md | 7 ++++++- ...ing-controlling-or-importing-a-gpo-editor-agpm30ops.md | 7 ++++++- .../creating-controlling-or-importing-a-gpo-editor.md | 7 ++++++- mdop/agpm/creating-or-controlling-a-gpo-agpm40-app.md | 7 ++++++- mdop/agpm/creating-or-controlling-a-gpo-agpm40-ed.md | 7 ++++++- mdop/agpm/delegate-access-to-a-gpo.md | 7 ++++++- ...ccess-to-an-individual-gpo-in-the-archive-agpm30ops.md | 7 ++++++- ...e-access-to-an-individual-gpo-in-the-archive-agpm40.md | 7 ++++++- mdop/agpm/delegate-access-to-an-individual-gpo.md | 7 ++++++- ...gate-access-to-the-production-environment-agpm30ops.md | 7 ++++++- ...elegate-access-to-the-production-environment-agpm40.md | 7 ++++++- ...legate-domain-level-access-to-the-archive-agpm30ops.md | 7 ++++++- .../delegate-domain-level-access-to-the-archive-agpm40.md | 7 ++++++- mdop/agpm/delegate-domain-level-access.md | 7 ++++++- .../delegate-management-of-a-controlled-gpo-agpm30ops.md | 7 ++++++- .../delegate-management-of-a-controlled-gpo-agpm40.md | 7 ++++++- mdop/agpm/delete-a-controlled-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/delete-a-controlled-gpo-agpm40.md | 7 ++++++- mdop/agpm/delete-a-gpo-approver.md | 7 ++++++- mdop/agpm/delete-a-gpo-editor.md | 7 ++++++- mdop/agpm/deleting-or-restoring-a-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/deleting-or-restoring-a-gpo-agpm40.md | 7 ++++++- .../deleting-restoring-or-destroying-a-gpo-agpm30ops.md | 7 ++++++- .../agpm/deleting-restoring-or-destroying-a-gpo-agpm40.md | 7 ++++++- mdop/agpm/deleting-restoring-or-destroying-a-gpo.md | 7 ++++++- mdop/agpm/deploy-a-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/deploy-a-gpo-agpm40.md | 7 ++++++- mdop/agpm/deploy-a-gpo.md | 7 ++++++- mdop/agpm/destroy-a-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/destroy-a-gpo-agpm40.md | 7 ++++++- mdop/agpm/destroy-a-gpo.md | 7 ++++++- mdop/agpm/domain-delegation-tab-agpm30ops.md | 7 ++++++- mdop/agpm/domain-delegation-tab-agpm40.md | 7 ++++++- mdop/agpm/domain-delegation-tab.md | 7 ++++++- mdop/agpm/edit-a-gpo-offline-agpm30ops.md | 7 ++++++- mdop/agpm/edit-a-gpo-offline-agpm40.md | 7 ++++++- mdop/agpm/edit-a-gpo-offline.md | 7 ++++++- mdop/agpm/editing-a-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/editing-a-gpo-agpm40.md | 7 ++++++- mdop/agpm/editing-a-gpo.md | 7 ++++++- mdop/agpm/export-a-gpo-to-a-file.md | 7 ++++++- mdop/agpm/feature-visibility-settings-agpm30ops.md | 7 ++++++- mdop/agpm/feature-visibility-settings-agpm40.md | 7 ++++++- mdop/agpm/feature-visibility-settings.md | 7 ++++++- mdop/agpm/history-window-agpm30ops.md | 7 ++++++- mdop/agpm/history-window-agpm40.md | 7 ++++++- mdop/agpm/history-window.md | 7 ++++++- ...es-between-gpos-gpo-versions-or-templates-agpm30ops.md | 7 ++++++- ...ences-between-gpos-gpo-versions-or-templates-agpm40.md | 7 ++++++- ...-differences-between-gpos-gpo-versions-or-templates.md | 7 ++++++- mdop/agpm/import-a-gpo-from-a-file-agpmadmin.md | 7 ++++++- mdop/agpm/import-a-gpo-from-a-file-ed.md | 7 ++++++- mdop/agpm/import-a-gpo-from-production-agpm30ops.md | 7 ++++++- mdop/agpm/import-a-gpo-from-production-agpm40-app.md | 7 ++++++- mdop/agpm/import-a-gpo-from-production-agpm40-ed.md | 7 ++++++- mdop/agpm/import-a-gpo-from-production-approver.md | 7 ++++++- .../agpm/import-a-gpo-from-production-editor-agpm30ops.md | 7 ++++++- mdop/agpm/import-a-gpo-from-production-editor.md | 7 ++++++- mdop/agpm/index.md | 7 ++++++- mdop/agpm/label-the-current-version-of-a-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/label-the-current-version-of-a-gpo-agpm40.md | 7 ++++++- mdop/agpm/label-the-current-version-of-a-gpo.md | 7 ++++++- mdop/agpm/limit-the-gpo-versions-stored-agpm30ops.md | 7 ++++++- mdop/agpm/limit-the-gpo-versions-stored-agpm40.md | 7 ++++++- mdop/agpm/logging-and-tracing-settings-agpm30ops.md | 7 ++++++- mdop/agpm/logging-and-tracing-settings-agpm40.md | 7 ++++++- mdop/agpm/logging-and-tracing-settings.md | 7 ++++++- mdop/agpm/managing-the-agpm-service-agpm30ops.md | 7 ++++++- mdop/agpm/managing-the-agpm-service-agpm40.md | 7 ++++++- mdop/agpm/managing-the-agpm-service.md | 7 ++++++- mdop/agpm/managing-the-archive-agpm40.md | 7 ++++++- mdop/agpm/managing-the-archive.md | 7 ++++++- mdop/agpm/modify-the-agpm-service-account.md | 7 ++++++- mdop/agpm/modify-the-agpm-service-agpm30ops.md | 7 ++++++- mdop/agpm/modify-the-agpm-service-agpm40.md | 7 ++++++- mdop/agpm/modify-the-archive-path.md | 7 ++++++- .../modify-the-port-on-which-the-agpm-service-listens.md | 7 ++++++- mdop/agpm/move-the-agpm-server-and-the-archive-agpm40.md | 7 ++++++- mdop/agpm/move-the-agpm-server-and-the-archive.md | 7 ++++++- ...e-for-microsoft-advanced-group-policy-management-25.md | 7 ++++++- ...osoft-advanced-group-policy-management-30-agpm30ops.md | 7 ++++++- ...e-for-microsoft-advanced-group-policy-management-40.md | 7 ++++++- mdop/agpm/other-enhancements-to-the-gpmc.md | 7 ++++++- ...rview-of-advanced-group-policy-management-agpm30ops.md | 7 ++++++- ...overview-of-advanced-group-policy-management-agpm40.md | 7 ++++++- mdop/agpm/overview-of-advanced-group-policy-management.md | 7 ++++++- mdop/agpm/pending-gpo-commands-agpm30ops.md | 7 ++++++- mdop/agpm/pending-gpo-commands-agpm40.md | 7 ++++++- mdop/agpm/pending-tab.md | 7 ++++++- .../agpm/performing-agpm-administrator-tasks-agpm30ops.md | 7 ++++++- mdop/agpm/performing-agpm-administrator-tasks-agpm40.md | 7 ++++++- mdop/agpm/performing-agpm-administrator-tasks.md | 7 ++++++- mdop/agpm/performing-approver-tasks-agpm30ops.md | 7 ++++++- mdop/agpm/performing-approver-tasks-agpm40.md | 7 ++++++- mdop/agpm/performing-approver-tasks.md | 7 ++++++- mdop/agpm/performing-editor-tasks-agpm30ops.md | 7 ++++++- mdop/agpm/performing-editor-tasks-agpm40.md | 7 ++++++- mdop/agpm/performing-editor-tasks.md | 7 ++++++- mdop/agpm/performing-reviewer-tasks-agpm30ops.md | 7 ++++++- mdop/agpm/performing-reviewer-tasks-agpm40.md | 7 ++++++- mdop/agpm/performing-reviewer-tasks.md | 7 ++++++- mdop/agpm/production-delegation-tab-agpm30ops.md | 7 ++++++- mdop/agpm/production-delegation-tab-agpm40.md | 7 ++++++- mdop/agpm/recycle-bin-commands-agpm30ops.md | 7 ++++++- mdop/agpm/recycle-bin-commands-agpm40.md | 7 ++++++- mdop/agpm/recycle-bin-tab.md | 7 ++++++- ...r-microsoft-advanced-group-policy-management-40-sp1.md | 7 ++++++- ...r-microsoft-advanced-group-policy-management-40-sp2.md | 7 ++++++- ...r-microsoft-advanced-group-policy-management-40-sp3.md | 7 ++++++- ...s-for-microsoft-advanced-group-policy-management-40.md | 7 ++++++- mdop/agpm/rename-a-gpo-or-template-agpm30ops.md | 7 ++++++- mdop/agpm/rename-a-gpo-or-template-agpm40.md | 7 ++++++- mdop/agpm/rename-a-gpo-or-template.md | 7 ++++++- .../request-control-of-a-previously-uncontrolled-gpo.md | 7 ++++++- .../request-control-of-an-uncontrolled-gpo-agpm30ops.md | 7 ++++++- .../agpm/request-control-of-an-uncontrolled-gpo-agpm40.md | 7 ++++++- mdop/agpm/request-deletion-of-a-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/request-deletion-of-a-gpo-agpm40.md | 7 ++++++- mdop/agpm/request-deployment-of-a-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/request-deployment-of-a-gpo-agpm40.md | 7 ++++++- mdop/agpm/request-deployment-of-a-gpo.md | 7 ++++++- .../request-restoration-of-a-deleted-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/request-restoration-of-a-deleted-gpo-agpm40.md | 7 ++++++- ...uest-the-creation-of-a-new-controlled-gpo-agpm30ops.md | 7 ++++++- ...request-the-creation-of-a-new-controlled-gpo-agpm40.md | 7 ++++++- mdop/agpm/request-the-creation-of-a-new-controlled-gpo.md | 7 ++++++- mdop/agpm/resources-for-agpm.md | 7 ++++++- mdop/agpm/restore-a-deleted-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/restore-a-deleted-gpo-agpm40.md | 7 ++++++- mdop/agpm/restore-a-deleted-gpo.md | 7 ++++++- mdop/agpm/restore-the-archive-from-a-backup-agpm40.md | 7 ++++++- mdop/agpm/restore-the-archive-from-a-backup.md | 7 ++++++- mdop/agpm/review-gpo-links-agpm30ops.md | 7 ++++++- mdop/agpm/review-gpo-links-agpm40.md | 7 ++++++- mdop/agpm/review-gpo-links.md | 7 ++++++- mdop/agpm/review-gpo-settings-agpm30ops.md | 7 ++++++- mdop/agpm/review-gpo-settings-agpm40.md | 7 ++++++- mdop/agpm/review-gpo-settings.md | 7 ++++++- .../roll-back-to-a-previous-version-of-a-gpo-agpm30ops.md | 7 ++++++- mdop/agpm/roll-back-to-a-previous-version-of-a-gpo.md | 7 ++++++- .../roll-back-to-an-earlier-version-of-a-gpo-agpm40.md | 7 ++++++- mdop/agpm/search-and-filter-the-list-of-gpos.md | 7 ++++++- mdop/agpm/set-a-default-template-agpm30ops.md | 7 ++++++- mdop/agpm/set-a-default-template-agpm40.md | 7 ++++++- mdop/agpm/set-a-default-template.md | 7 ++++++- mdop/agpm/start-and-stop-the-agpm-service-agpm30ops.md | 7 ++++++- mdop/agpm/start-and-stop-the-agpm-service-agpm40.md | 7 ++++++- mdop/agpm/start-and-stop-the-agpm-service.md | 7 ++++++- ...e-for-microsoft-advanced-group-policy-management-25.md | 7 ++++++- ...e-for-microsoft-advanced-group-policy-management-30.md | 7 ++++++- ...e-for-microsoft-advanced-group-policy-management-40.md | 7 ++++++- mdop/agpm/technical-overview-of-agpm.md | 7 ++++++- mdop/agpm/template-commands-agpm30ops.md | 7 ++++++- mdop/agpm/template-commands-agpm40.md | 7 ++++++- mdop/agpm/templates-tab.md | 7 ++++++- ...test-a-gpo-in-a-separate-organizational-unit-agpm40.md | 7 ++++++- ...shooting-advanced-group-policy-management-agpm30ops.md | 7 ++++++- .../troubleshooting-advanced-group-policy-management.md | 7 ++++++- mdop/agpm/troubleshooting-agpm-agpm40.md | 7 ++++++- mdop/agpm/uncontrolled-gpo-commands-agpm30ops.md | 7 ++++++- mdop/agpm/uncontrolled-gpo-commands-agpm40.md | 7 ++++++- mdop/agpm/uncontrolled-tab.md | 7 ++++++- mdop/agpm/use-a-test-environment-agpm30ops.md | 7 ++++++- mdop/agpm/use-a-test-environment.md | 7 ++++++- ...nterface-advanced-group-policy-management-agpm30ops.md | 7 ++++++- ...r-interface-advanced-group-policy-management-agpm40.md | 7 ++++++- .../user-interface-advanced-group-policy-management.md | 7 ++++++- mdop/agpm/using-a-test-environment.md | 7 ++++++- mdop/agpm/whats-new-in-agpm-30.md | 7 ++++++- mdop/agpm/whats-new-in-agpm-40-sp1.md | 7 ++++++- mdop/agpm/whats-new-in-agpm-40-sp2.md | 7 ++++++- mdop/agpm/whats-new-in-agpm-40-sp3.md | 7 ++++++- mdop/agpm/whats-new-in-agpm-40.md | 7 ++++++- .../about-app-v-package-accelerators--app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/about-application-licensing.md | 7 ++++++- .../about-application-virtualization-applications.md | 7 ++++++- mdop/appv-v4/about-application-virtualization-packages.md | 7 ++++++- mdop/appv-v4/about-application-virtualization-servers.md | 7 ++++++- .../about-microsoft-application-virtualization-45-sp1.md | 7 ++++++- .../about-microsoft-application-virtualization-45-sp2.md | 7 ++++++- .../about-microsoft-application-virtualization-45.md | 7 ++++++- .../about-microsoft-application-virtualization-46-sp1.md | 7 ++++++- .../about-microsoft-application-virtualization-46-sp2.md | 7 ++++++- .../about-microsoft-application-virtualization-46-sp3.md | 7 ++++++- .../about-microsoft-application-virtualization-46.md | 7 ++++++- mdop/appv-v4/about-publishing.md | 7 ++++++- mdop/appv-v4/about-sequencing-phases.md | 7 ++++++- mdop/appv-v4/about-sharing-package-accelerators-page.md | 7 ++++++- .../about-the-application-virtualization-sequencer.md | 7 ++++++- ...pplication-virtualization-server-management-console.md | 7 ++++++- mdop/appv-v4/about-the-deployment-tab.md | 7 ++++++- mdop/appv-v4/about-the-files-tab.md | 7 ++++++- mdop/appv-v4/about-the-osd-tab.md | 7 ++++++- mdop/appv-v4/about-the-properties-tab.md | 7 ++++++- mdop/appv-v4/about-the-sequencer-console.md | 7 ++++++- mdop/appv-v4/about-the-virtual-file-system-tab.md | 7 ++++++- mdop/appv-v4/about-the-virtual-registry-tab.md | 7 ++++++- mdop/appv-v4/about-the-virtual-services-tab.md | 7 ++++++- mdop/appv-v4/about-using-the-sequencer-command-line.md | 7 ++++++- mdop/appv-v4/about-virtual-environments.md | 7 ++++++- mdop/appv-v4/add-app.md | 7 ++++++- mdop/appv-v4/add-package.md | 7 ++++++- mdop/appv-v4/add-server.md | 7 ++++++- mdop/appv-v4/add-type.md | 7 ++++++- mdop/appv-v4/administrators-node.md | 7 ++++++- mdop/appv-v4/administrators-results-pane-columns.md | 7 ++++++- mdop/appv-v4/administrators-results-pane.md | 7 ++++++- .../antivirus-running-dialog-box--app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/app-v-45-sp2-release-notes.md | 7 ++++++- mdop/appv-v4/app-v-46-release-notes.md | 7 ++++++- mdop/appv-v4/app-v-46-sp1-release-notes.md | 7 ++++++- mdop/appv-v4/app-v-46-sp2-release-notes.md | 7 ++++++- mdop/appv-v4/app-v-46-sp3-release-notes.md | 7 ++++++- mdop/appv-v4/app-v-application-wmi-class.md | 7 ++++++- mdop/appv-v4/app-v-client-registry-values-sp1.md | 7 ++++++- mdop/appv-v4/app-v-desktop-client-security.md | 7 ++++++- mdop/appv-v4/app-v-installation-checklist.md | 7 ++++++- .../app-v-interoperability-with-windows-applocker.md | 7 ++++++- mdop/appv-v4/app-v-package-wmi-class.md | 7 ++++++- mdop/appv-v4/app-v-postinstallation-checklist.md | 7 ++++++- mdop/appv-v4/app-v-pre-installation-checklist.md | 7 ++++++- mdop/appv-v4/app-v-upgrade-checklist.md | 7 ++++++- mdop/appv-v4/application-utilization-reportserver.md | 7 ++++++- ...alization-client-hardware-and-software-requirements.md | 7 ++++++- ...ualization-client-installer-command-line-parameters.md | 7 ++++++- ...n-virtualization-client-management-console-overview.md | 7 ++++++- ...-virtualization-client-management-console-reference.md | 7 ++++++- ...on-virtualization-client-management-console-roadmap.md | 7 ++++++- ...pplication-virtualization-client-management-console.md | 7 ++++++- .../application-virtualization-client-reference.md | 7 ++++++- .../application-virtualization-client-wmi-provider.md | 7 ++++++- mdop/appv-v4/application-virtualization-client.md | 7 ++++++- ...on-virtualization-deployment-and-upgrade-checklists.md | 7 ++++++- ...lization-deployment-and-upgrade-considerations-copy.md | 7 ++++++- ...irtualization-deployment-and-upgrade-considerations.md | 7 ++++++- .../application-virtualization-deployment-requirements.md | 7 ++++++- mdop/appv-v4/application-virtualization-glossary.md | 7 ++++++- ...lication-virtualization-properties-connectivity-tab.md | 7 ++++++- ...plication-virtualization-properties-file-system-tab.md | 7 ++++++- .../application-virtualization-properties-general-tab.md | 7 ++++++- ...on-virtualization-properties-import-search-path-tab.md | 7 ++++++- ...application-virtualization-properties-interface-tab.md | 7 ++++++- ...plication-virtualization-properties-permissions-tab.md | 7 ++++++- mdop/appv-v4/application-virtualization-reference.md | 7 ++++++- mdop/appv-v4/application-virtualization-report-types.md | 7 ++++++- .../application-virtualization-sequencer-command-line.md | 7 ++++++- ...plication-virtualization-sequencer-console-overview.md | 7 ++++++- ...zation-sequencer-hardware-and-software-requirements.md | 7 ++++++- .../application-virtualization-sequencer-online-help.md | 7 ++++++- ...ication-virtualization-sequencer-options-dialog-box.md | 7 ++++++- .../application-virtualization-sequencer-overview.md | 7 ++++++- .../application-virtualization-sequencer-reference.md | 7 ++++++- ...n-virtualization-sequencer-technical-reference-keep.md | 7 ++++++- mdop/appv-v4/application-virtualization-sequencer.md | 7 ++++++- ...zation-sequencing-wizard-add-application-dialog-box.md | 7 ++++++- ...uencing-wizard-add-file-type-association-dialog-box.md | 7 ++++++- ...encing-wizard-add-files-to-virtual-file-system-page.md | 7 ++++++- ...tualization-sequencing-wizard-advanced-options-page.md | 7 ++++++- ...n-sequencing-wizard-configure-application-page-keep.md | 7 ++++++- ...lization-sequencing-wizard-launch-applications-page.md | 7 ++++++- ...ization-sequencing-wizard-monitor-installation-page.md | 7 ++++++- ...ion-sequencing-wizard-package-information-page-keep.md | 7 ++++++- ...tualization-sequencing-wizard-sequence-package-page.md | 7 ++++++- ...ion-sequencing-wizard-shortcut-locations-dialog-box.md | 7 ++++++- ...ation-virtualization-server-based-scenario-overview.md | 7 ++++++- .../application-virtualization-server-based-scenario.md | 7 ++++++- ...-virtualization-server-management-console-reference.md | 7 ++++++- .../application-virtualization-server-management-help.md | 7 ++++++- mdop/appv-v4/application-virtualization-server.md | 7 ++++++- .../application-virtualization-system-requirements.md | 7 ++++++- ...-virtualization-technical-publications-white-papers.md | 7 ++++++- mdop/appv-v4/applications-licenses-node.md | 7 ++++++- .../appv-v4/applications-licenses-results-pane-columns.md | 7 ++++++- mdop/appv-v4/applications-licenses-results-pane.md | 7 ++++++- .../applications-node-in-server-management-console.md | 7 ++++++- mdop/appv-v4/applications-node.md | 7 ++++++- ...s-results-pane-columns-in-server-management-console.md | 7 ++++++- mdop/appv-v4/applications-results-pane-columns.md | 7 ++++++- ...lications-results-pane-in-server-management-console.md | 7 ++++++- mdop/appv-v4/applications-results-pane.md | 7 ++++++- ...es-for-the-application-virtualization-sequencer-sp1.md | 7 ++++++- mdop/appv-v4/change-history-tab-keep.md | 7 ++++++- mdop/appv-v4/clear-app.md | 7 ++++++- mdop/appv-v4/clear-obj.md | 7 ++++++- .../client-management-console-about-dialog-boxes.md | 7 ++++++- ...-management-console-application-virtualization-node.md | 7 ++++++- ...ement-console-application-virtualization-properties.md | 7 ++++++- .../client-management-console-applications-node.md | 7 ++++++- ...ient-management-console-file-type-associations-node.md | 7 ++++++- .../client-management-console-publishing-servers-node.md | 7 ++++++- mdop/appv-v4/command-line-errors.md | 7 ++++++- mdop/appv-v4/command-line-parameters.md | 7 ++++++- mdop/appv-v4/completion-page-package-accelerator.md | 7 ++++++- mdop/appv-v4/completion-page.md | 7 ++++++- mdop/appv-v4/configure-app.md | 7 ++++++- mdop/appv-v4/configure-package.md | 7 ++++++- mdop/appv-v4/configure-server.md | 7 ++++++- mdop/appv-v4/configure-software-page--learn-more-.md | 7 ++++++- mdop/appv-v4/configure-software-page-app-v-46-sp1.md | 7 ++++++- mdop/appv-v4/configure-type.md | 7 ++++++- ...-app-v-administration-for-a-distributed-environment.md | 7 ++++++- .../configuring-app-v-for-secure-administration.md | 7 ++++++- ...support-app-v-management-server-or-streaming-server.md | 7 ++++++- ...onfiguring-certificates-to-support-secure-streaming.md | 7 ++++++- ...ficates-to-support-the-app-v-web-management-service.md | 7 ++++++- mdop/appv-v4/configuring-iis-for-secure-streaming.md | 7 ++++++- ...-server-for-secure-communications-post-installation.md | 7 ++++++- ...g-prerequisite-groups-in-active-directory-for-app-v.md | 7 ++++++- ...application-virtualization-sequencer--app-v-46-sp1-.md | 7 ++++++- ...onfiguring-the-application-virtualization-sequencer.md | 7 ++++++- .../configuring-the-firewall-for-the-app-v-servers.md | 7 ++++++- mdop/appv-v4/configuring-windows-firewall-for-app-v.md | 7 ++++++- mdop/appv-v4/create-new-package-wizard---appv-46-sp1-.md | 7 ++++++- .../create-package-accelerator--review-errors--page.md | 7 ++++++- mdop/appv-v4/create-package-accelerator-page.md | 7 ++++++- .../create-package-accelerator-wizard--appv-46-sp1-.md | 7 ++++++- mdop/appv-v4/create-package-page--app-v-46-sp1.md | 7 ++++++- mdop/appv-v4/customize-page--learn-more-.md | 7 ++++++- .../appv-v4/defender-running-dialog-box--app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/defrag-running-dialog-box--app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/delete-app.md | 7 ++++++- mdop/appv-v4/delete-obj.md | 7 ++++++- mdop/appv-v4/delete-package.md | 7 ++++++- mdop/appv-v4/delete-server.md | 7 ++++++- mdop/appv-v4/delete-type.md | 7 ++++++- mdop/appv-v4/deployment-tab.md | 7 ++++++- mdop/appv-v4/determine-your-publishing-method.md | 7 ++++++- mdop/appv-v4/determine-your-streaming-method.md | 7 ++++++- mdop/appv-v4/dialog-boxes--appv-46-sp1-.md | 7 ++++++- mdop/appv-v4/disconnected-operation-mode.md | 7 ++++++- .../domain-joined-and-non-domain-joined-clients.md | 7 ++++++- mdop/appv-v4/edit-shortcuts-learn-more.md | 7 ++++++- ...ronic-software-distribution-based-scenario-overview.md | 7 ++++++- .../electronic-software-distribution-based-scenario.md | 7 ++++++- mdop/appv-v4/exclusion-item-dialog-box.md | 7 ++++++- mdop/appv-v4/exclusion-items-tab-keep.md | 7 ++++++- mdop/appv-v4/failed-launch-dialog-box--app-v-46-sp1-.md | 7 ++++++- .../appv-v4/file-type-association-results-pane-columns.md | 7 ++++++- mdop/appv-v4/file-type-association-results-pane.md | 7 ++++++- mdop/appv-v4/file-type-associations-node-client.md | 7 ++++++- mdop/appv-v4/file-type-associations-node.md | 7 ++++++- .../file-type-associations-results-pane-columns.md | 7 ++++++- mdop/appv-v4/file-type-associations-results-pane.md | 7 ++++++- .../files-excluded-page-dialog-box--app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/files-tab-keep.md | 7 ++++++- mdop/appv-v4/gathering-information-page--learn-more-.md | 7 ++++++- mdop/appv-v4/general-tab-keep.md | 7 ++++++- mdop/appv-v4/guidance-page-app-v-46-sp1.md | 7 ++++++- mdop/appv-v4/help.md | 7 ++++++- mdop/appv-v4/how-to-add-a-file-type-association.md | 7 ++++++- .../how-to-add-a-package-by-using-the-command-line.md | 7 ++++++- mdop/appv-v4/how-to-add-a-package-version.md | 7 ++++++- mdop/appv-v4/how-to-add-a-package.md | 7 ++++++- mdop/appv-v4/how-to-add-a-server.md | 7 ++++++- mdop/appv-v4/how-to-add-an-administrator-group.md | 7 ++++++- mdop/appv-v4/how-to-add-an-application.md | 7 ++++++- ...reate-a-virtual-application-package---app-v-46-sp1-.md | 7 ++++++- ...w-to-apply-an-app-v-project-template--app-v-46-sp1-.md | 7 ++++++- ...to-assign--the-proper-credentials-for-windows-vista.md | 7 ++++++- ...ow-to-assign--the-proper-credentials-for-windows-xp.md | 7 ++++++- ...ow-to-associate-an-application-with-a-license-group.md | 7 ++++++- mdop/appv-v4/how-to-branch-a-package.md | 7 ++++++- ...ual-applications-from-the-desktop-notification-area.md | 7 ++++++- mdop/appv-v4/how-to-change-an-application-icon.md | 7 ++++++- mdop/appv-v4/how-to-change-an-application-iconserver.md | 7 ++++++- mdop/appv-v4/how-to-change-deployment-properties.md | 7 ++++++- mdop/appv-v4/how-to-change-import-search-paths.md | 7 ++++++- mdop/appv-v4/how-to-change-package-properties.md | 7 ++++++- ...nge-the-cache-size-and-the-drive-letter-designation.md | 7 ++++++- ...ge-the-log-reporting-levels-and-reset-the-log-files.md | 7 ++++++- mdop/appv-v4/how-to-change-the-server-cache-size.md | 7 ++++++- ...he-server-logging-level-and-the-database-parameters.md | 7 ++++++- mdop/appv-v4/how-to-change-the-server-port.md | 7 ++++++- .../how-to-change-the-size-of-the-filesystem-cache.md | 7 ++++++- mdop/appv-v4/how-to-change-user-access-permissions.md | 7 ++++++- mdop/appv-v4/how-to-clear-an-application.md | 7 ++++++- ...ure-a-read-only-cache-on-the-app-v-client--rds--sp1.md | 7 ++++++- ...nfigure-a-read-only-cache-on-the-app-v-client--vdi-.md | 7 ++++++- ...figure-management-server-security-post-installation.md | 7 ++++++- ...re-microsoft-sql-server-mirroring-support-for-app-v.md | 7 ++++++- .../how-to-configure-servers-for-esd-based-deployment.md | 7 ++++++- ...ow-to-configure-servers-for-server-based-deployment.md | 7 ++++++- ...shortcut-and-file-type-association-behavior-46-only.md | 7 ++++++- ...nfigure-streaming-server-security-post-installation.md | 7 ++++++- ...-client-registry-settings-by-using-the-command-line.md | 7 ++++++- mdop/appv-v4/how-to-configure-the-app-v-sequencer.md | 7 ++++++- ...w-to-configure-the-app-v-system-for-package-upgrade.md | 7 ++++++- ...application-virtualization-client-settings-manually.md | 7 ++++++- ...e-the-application-virtualization-management-servers.md | 7 ++++++- ...re-the-application-virtualization-streaming-servers.md | 7 ++++++- ...figure-the-client-for-application-package-retrieval.md | 7 ++++++- ...onfigure-the-client-for-disconnected-operation-mode.md | 7 ++++++- ...configure-the-client-for-mit-kerberos-realm-support.md | 7 ++++++- ...pplication-virtualization-client-management-console.md | 7 ++++++- mdop/appv-v4/how-to-configure-the-client-log-file.md | 7 ++++++- mdop/appv-v4/how-to-configure-the-file-server.md | 7 ++++++- mdop/appv-v4/how-to-configure-the-server-for-iis.md | 7 ++++++- ...o-configure-the-server-to-be-trusted-for-delegation.md | 7 ++++++- mdop/appv-v4/how-to-configure-user-permissions.md | 7 ++++++- ...to-configure-windows-server-2003-firewall-for-app-v.md | 7 ++++++- ...to-configure-windows-server-2008-firewall-for-app-v.md | 7 ++++++- ...re-windows-server-2008-for-app-v-management-servers.md | 7 ++++++- ...-to-connect-to-an-application-virtualization-system.md | 7 ++++++- mdop/appv-v4/how-to-create-a-reportserver.md | 7 ++++++- mdop/appv-v4/how-to-create-a-server-group.md | 7 ++++++- ...e-a-virtual-environment-for-a-web-based-application.md | 7 ++++++- ...-to-create-an-app-v-project-template--app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/how-to-create-an-application-group.md | 7 ++++++- .../appv-v4/how-to-create-an-application-license-group.md | 7 ++++++- ...to-create-app-v-package-accelerators--app-v-46-sp1-.md | 7 ++++++- ...ade-virtual-applications-using--the-app-v-sequencer.md | 7 ++++++- mdop/appv-v4/how-to-create-the-package-root-directory.md | 7 ++++++- .../how-to-create-the-sequencer-package-root-directory.md | 7 ++++++- ...tualization-system-in-the-server-management-console.md | 7 ++++++- mdop/appv-v4/how-to-delete-a-file-type-association.md | 7 ++++++- mdop/appv-v4/how-to-delete-a-package-version.md | 7 ++++++- mdop/appv-v4/how-to-delete-a-packageserver.md | 7 ++++++- mdop/appv-v4/how-to-delete-a-reportserver.md | 7 ++++++- ...-all-virtual-applications-by-using-the-command-line.md | 7 ++++++- mdop/appv-v4/how-to-delete-an-administrator-group.md | 7 ++++++- mdop/appv-v4/how-to-delete-an-application-server.md | 7 ++++++- mdop/appv-v4/how-to-delete-an-application.md | 7 ++++++- mdop/appv-v4/how-to-deny-access-to-an-application.md | 7 ++++++- ...er-to-edit-or-upgrade-a-virtual-application-package.md | 7 ++++++- ...ich-type-of-application-to-sequence---app-v-46-sp1-.md | 7 ++++++- ...able-or-modify-disconnected-operation-mode-settings.md | 7 ++++++- .../how-to-edit-an-existing-virtual-application.md | 7 ++++++- .../how-to-edit-an-osd-file-using-a-text-editor.md | 7 ++++++- mdop/appv-v4/how-to-edit-an-osd-file.md | 7 ++++++- ...to-exit-the-app-v-client-from-the-notification-area.md | 7 ++++++- mdop/appv-v4/how-to-export-a-reportserver.md | 7 ++++++- mdop/appv-v4/how-to-grant-access-to-an-application.md | 7 ++++++- mdop/appv-v4/how-to-import-an-application.md | 7 ++++++- mdop/appv-v4/how-to-import-an-applicationserver.md | 7 ++++++- mdop/appv-v4/how-to-install-a-database.md | 7 ++++++- ...-v-management-console-for-a-more-secure-environment.md | 7 ++++++- ...ow-to-install-and-configure-the-default-application.md | 7 ++++++- ...nstall-application-virtualization-management-server.md | 7 ++++++- ...w-to-install-the-app-v-client-by-using-setupexe-new.md | 7 ++++++- ...w-to-install-the-app-v-client-by-using-setupmsi-new.md | 7 ++++++- ...to-install-the-application-virtualization-sequencer.md | 7 ++++++- ...all-the-application-virtualization-streaming-server.md | 7 ++++++- ...to-install-the-client-by-using-the-command-line-new.md | 7 ++++++- mdop/appv-v4/how-to-install-the-management-console.md | 7 ++++++- mdop/appv-v4/how-to-install-the-management-web-service.md | 7 ++++++- .../how-to-install-the-sequencer---app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/how-to-install-the-sequencer.md | 7 ++++++- .../how-to-install-the-servers-and-system-components.md | 7 ++++++- mdop/appv-v4/how-to-load-files-and-packages.md | 7 ++++++- mdop/appv-v4/how-to-load-or-unload-an-application.md | 7 ++++++- ...ual-applications-from-the-desktop-notification-area.md | 7 ++++++- mdop/appv-v4/how-to-lock-or-unlock-an-application.md | 7 ++++++- ...application-groups-in-the-server-management-console.md | 7 ++++++- ...plication-licenses-in-the-server-management-console.md | 7 ++++++- ...anage-applications-in-the-client-management-console.md | 7 ++++++- ...anage-applications-in-the-server-management-console.md | 7 ++++++- ...to-manage-packages-in-the-server-management-console.md | 7 ++++++- ...-to-manage-reports-in-the-server-management-console.md | 7 ++++++- ...-to-manage-servers-in-the-server-management-console.md | 7 ++++++- ...e-the-app-v-client-cache-using-performance-counters.md | 7 ++++++- ...nage-virtual-applications-by-using-the-command-line.md | 7 ++++++- .../how-to-manage-virtual-applications-manually.md | 7 ++++++- ...-manage-virtual-applications-using-the-command-line.md | 7 ++++++- mdop/appv-v4/how-to-manually-add-an-application.md | 7 ++++++- ...ually-install-the-application-virtualization-client.md | 7 ++++++- ...anage-applications-in-the-client-management-console.md | 7 ++++++- ...te-the-app-v-sql-database-to-a-different-sql-server.md | 7 ++++++- ...-to-modify-a-virtual-application-package--app-v-46-.md | 7 ++++++- ...existing-virtual-application-package--app-v-46-sp1-.md | 7 ++++++- .../how-to-modify-attributes-of-embedded-services.md | 7 ++++++- mdop/appv-v4/how-to-modify-file-mapping-information.md | 7 ++++++- ...ns-to-support-management-server-or-streaming-server.md | 7 ++++++- .../how-to-modify-the-files-included-in-a-package.md | 7 ++++++- .../how-to-modify-the-location-of-the-log-directory.md | 7 ++++++- ...how-to-modify-the-location-of-the-scratch-directory.md | 7 ++++++- mdop/appv-v4/how-to-modify-the-log-directory-location.md | 7 ++++++- ...-associated-with-an-existing-windows-installer-file.md | 7 ++++++- .../how-to-modify-the-scratch-directory-location.md | 7 ++++++- .../how-to-modify-virtual-registry-key-information.md | 7 ++++++- mdop/appv-v4/how-to-move-an-application-group.md | 7 ++++++- mdop/appv-v4/how-to-move-an-application.md | 7 ++++++- ...open-a-sequenced-application-using-the-command-line.md | 7 ++++++- ...pplication-virtualization-server-management-console.md | 7 ++++++- ...rative-tasks-in-the-app-v-client-management-console.md | 7 ++++++- ...ministrative-tasks-in-the-client-management-console.md | 7 ++++++- mdop/appv-v4/how-to-print-a-reportserver.md | 7 ++++++- .../how-to-publish-a-virtual-application-on-the-client.md | 7 ++++++- mdop/appv-v4/how-to-publish-application-shortcuts.md | 7 ++++++- mdop/appv-v4/how-to-refresh-the-publishing-servers.md | 7 ++++++- ...ual-applications-from-the-desktop-notification-area.md | 7 ++++++- .../how-to-remove-a-package-by-using-the-command-line.md | 7 ++++++- mdop/appv-v4/how-to-remove-a-server-group.md | 7 ++++++- mdop/appv-v4/how-to-remove-a-server.md | 7 ++++++- .../how-to-remove-an-application-from-a-license-group.md | 7 ++++++- mdop/appv-v4/how-to-remove-an-application-group.md | 7 ++++++- .../appv-v4/how-to-remove-an-application-license-group.md | 7 ++++++- ...ve-the-application-virtualization-system-components.md | 7 ++++++- mdop/appv-v4/how-to-rename-an-application-group.md | 7 ++++++- mdop/appv-v4/how-to-rename-an-application.md | 7 ++++++- mdop/appv-v4/how-to-repair-an-application.md | 7 ++++++- mdop/appv-v4/how-to-reset-the-filesystem-cache.md | 7 ++++++- mdop/appv-v4/how-to-run-a-reportserver.md | 7 ++++++- ...-a-new-add-on-or-plug-in-application--app-v-46-sp1-.md | 7 ++++++- .../how-to-sequence-a-new-application--app-v-46-.md | 7 ++++++- ...equence-a-new-application-by-using-the-command-line.md | 7 ++++++- ...ce-a-new-application-package-using-the-command-line.md | 7 ++++++- mdop/appv-v4/how-to-sequence-a-new-application.md | 7 ++++++- ...equence-a-new-middleware-application--app-v-46-sp1-.md | 7 ++++++- ...-sequence-a-new-standard-application--app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/how-to-sequence-an-application.md | 7 ++++++- mdop/appv-v4/how-to-set-up-a-concurrent-license-group.md | 7 ++++++- mdop/appv-v4/how-to-set-up-a-named-license-group.md | 7 ++++++- mdop/appv-v4/how-to-set-up-an-unlimited-license-group.md | 7 ++++++- .../how-to-set-up-and-enable-or-disable-authentication.md | 7 ++++++- .../how-to-set-up-or-disable-application-licensing.md | 7 ++++++- mdop/appv-v4/how-to-set-up-or-disable-database-size.md | 7 ++++++- mdop/appv-v4/how-to-set-up-or-disable-usage-reporting.md | 7 ++++++- mdop/appv-v4/how-to-set-up-periodic-publishing-refresh.md | 7 ++++++- mdop/appv-v4/how-to-set-up-publishing-refresh-on-login.md | 7 ++++++- mdop/appv-v4/how-to-set-up-publishing-servers.md | 7 ++++++- mdop/appv-v4/how-to-uninstall-the-app-v-client.md | 7 ++++++- ...to-upgrade-a-package-using-the-open-package-command.md | 7 ++++++- mdop/appv-v4/how-to-upgrade-a-package.md | 7 ++++++- ...equenced-application-package-using-the-command-line.md | 7 ++++++- ...-to-upgrade-a-sequenced-virtual-application-package.md | 7 ++++++- ...ade-a-virtual-application-by-using-the-command-line.md | 7 ++++++- ...to-upgrade-a-virtual-application-package--app-v-46-.md | 7 ++++++- .../how-to-upgrade-an-existing-virtual-application.md | 7 ++++++- ...ow-to-upgrade-the-application-virtualization-client.md | 7 ++++++- ...to-upgrade-the-application-virtualization-sequencer.md | 7 ++++++- .../how-to-upgrade-the-servers-and-system-components.md | 7 ++++++- mdop/appv-v4/how-to-use-dynamic-suite-composition.md | 7 ++++++- .../how-to-use-the-cache-space-management-feature.md | 7 ++++++- ...ea-for-application-virtualization-client-management.md | 7 ++++++- mdop/appv-v4/how-to-use-the-differential-sft-file.md | 7 ++++++- ...k-offline-or-online-with-application-virtualization.md | 7 ++++++- .../appv-v4/improving-security-during-app-v-sequencing.md | 7 ++++++- .../incompatible-installer-dialog-box--app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/index.md | 7 ++++++- mdop/appv-v4/installation-files-page.md | 7 ++++++- mdop/appv-v4/installation-page--learn-more-.md | 7 ++++++- mdop/appv-v4/installation-report-page--learn-more-.md | 7 ++++++- ...pp-v-management-server-or-streaming-server-securely.md | 7 ++++++- .../internet-facing-considerations-for-app-v-clients.md | 7 ++++++- ...rnet-facing-server-scenarios-for-perimeter-networks.md | 7 ++++++- ...on-to-the-application-virtualization-security-guide.md | 7 ++++++- mdop/appv-v4/load-app.md | 7 ++++++- mdop/appv-v4/load-package.md | 7 ++++++- mdop/appv-v4/lock-app.md | 7 ++++++- .../log-file-for-the-application-virtualization-client.md | 7 ++++++- ...-files-for-the-application-virtualization-sequencer.md | 7 ++++++- ...-virtualization-46-service-pack-1-privacy-statement.md | 7 ++++++- ...-virtualization-46-service-pack-2-privacy-statement.md | 7 ++++++- ...t-application-virtualization-client-management-help.md | 7 ++++++- ...ft-application-virtualization-getting-started-guide.md | 7 ++++++- ...rtualization-management-system-release-notes-45-sp1.md | 7 ++++++- ...tion-virtualization-management-system-release-notes.md | 7 ++++++- ...microsoft-application-virtualization-security-guide.md | 7 ++++++- .../monitoring-application-virtualization-servers.md | 7 ++++++- .../appv-v4/online-help-for-application-virtualization.md | 7 ++++++- mdop/appv-v4/open-package-wizard---appv-46-sp1-.md | 7 ++++++- ...ons-guide-for-the-application-virtualization-system.md | 7 ++++++- mdop/appv-v4/osd-file-elements.md | 7 ++++++- mdop/appv-v4/osd-tab-keep.md | 7 ++++++- .../oversized-package-dialog-box--app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/overview-of-application-virtualization.md | 7 ++++++- ...of-the-application-virtualization-system-components.md | 7 ++++++- mdop/appv-v4/package-name-page---learn-more-.md | 7 ++++++- mdop/appv-v4/package-name-page--app-v-46-sp1.md | 7 ++++++- mdop/appv-v4/package-results-pane-columns.md | 7 ++++++- mdop/appv-v4/package-results-pane.md | 7 ++++++- mdop/appv-v4/packages-node.md | 7 ++++++- mdop/appv-v4/packaging-method--learn-more-.md | 7 ++++++- mdop/appv-v4/packaging-method-page--learn-more-.md | 7 ++++++- mdop/appv-v4/parse-items-tab-keep.md | 7 ++++++- ...ent-guide-for-the-application-virtualization-system.md | 7 ++++++- ...ng-for-application-virtualization-client-deployment.md | 7 ++++++- ...ng-for-application-virtualization-system-deployment.md | 7 ++++++- mdop/appv-v4/planning-for-client-security.md | 7 ++++++- .../planning-for-migration-from-previous-versions.md | 7 ++++++- mdop/appv-v4/planning-for-security-and-protection.md | 7 ++++++- mdop/appv-v4/planning-for-sequencer-security.md | 7 ++++++- mdop/appv-v4/planning-for-server-security.md | 7 ++++++- ...application-virtualization-sequencer-implementation.md | 7 ++++++- ...lication-virtualization-server-based-implementation.md | 7 ++++++- ...-an-electronic-software-distribution-implementation.md | 7 ++++++- mdop/appv-v4/prepare-computer-page--learn-more-.md | 7 ++++++- mdop/appv-v4/properties-tab-keep.md | 7 ++++++- mdop/appv-v4/provider-policies-node.md | 7 ++++++- mdop/appv-v4/provider-policies-results-pane-columns.md | 7 ++++++- mdop/appv-v4/provider-policies-results-pane.md | 7 ++++++- mdop/appv-v4/publish-app.md | 7 ++++++- mdop/appv-v4/publish-package.md | 7 ++++++- mdop/appv-v4/publishing-servers-node.md | 7 ++++++- mdop/appv-v4/publishing-servers-results-pane-columns.md | 7 ++++++- mdop/appv-v4/publishing-servers-results-pane.md | 7 ++++++- ...using-application-virtualization-management-servers.md | 7 ++++++- ...applications-using-electronic-software-distribution.md | 7 ++++++- mdop/appv-v4/query-obj.md | 7 ++++++- mdop/appv-v4/refresh-server.md | 7 ++++++- mdop/appv-v4/repair-app.md | 7 ++++++- mdop/appv-v4/reports-node.md | 7 ++++++- mdop/appv-v4/reports-results-pane-columns.md | 7 ++++++- mdop/appv-v4/reports-results-pane.md | 7 ++++++- .../restart-task-failure-dialog-box--app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/run-each-program-page-app-v-46-sp1.md | 7 ++++++- mdop/appv-v4/security-and-protection-overview.md | 7 ++++++- mdop/appv-v4/select-files-page.md | 7 ++++++- .../select-guidance-page--package-accelerators-.md | 7 ++++++- .../select-installation-files-page-app-v-46-sp1.md | 7 ++++++- mdop/appv-v4/select-installer-page--learn-more-.md | 7 ++++++- mdop/appv-v4/select-package--learn-more--page.md | 7 ++++++- .../select-package-accelerator--learn-more--page.md | 7 ++++++- mdop/appv-v4/select-package-accelerator-page.md | 7 ++++++- mdop/appv-v4/select-primary-page--learn-more-.md | 7 ++++++- mdop/appv-v4/select-task-page--learn-more-.md | 7 ++++++- mdop/appv-v4/sequencer-command-line-error-codes.md | 7 ++++++- mdop/appv-v4/sequencer-command-line-parameters.md | 7 ++++++- mdop/appv-v4/sequencer-console.md | 7 ++++++- mdop/appv-v4/sequencer-dialog-boxes.md | 7 ++++++- .../sequencer-hardware-and-software-requirements.md | 7 ++++++- ...equencer-wizard---package-accelerator--appv-46-sp1-.md | 7 ++++++- mdop/appv-v4/sequencing-wizard.md | 7 ++++++- mdop/appv-v4/server-groups-node.md | 7 ++++++- mdop/appv-v4/server-groups-results-pane-columns.md | 7 ++++++- mdop/appv-v4/server-groups-results-pane.md | 7 ++++++- .../server-management-console-about-dialog-boxes.md | 7 ++++++- .../server-management-console-administrators-node.md | 7 ++++++- ...server-management-console-application-licenses-node.md | 7 ++++++- ...ment-console-application-virtualization-system-node.md | 7 ++++++- .../server-management-console-applications-node.md | 7 ++++++- ...rver-management-console-file-type-associations-node.md | 7 ++++++- mdop/appv-v4/server-management-console-packages-node.md | 7 ++++++- .../server-management-console-provider-policies-node.md | 7 ++++++- mdop/appv-v4/server-management-console-reports-node.md | 7 ++++++- .../server-management-console-server-groups-node.md | 7 ++++++- mdop/appv-v4/sftmime--command-reference.md | 7 ++++++- mdop/appv-v4/sfttray-command-reference.md | 7 ++++++- ...side-privatization-failed-dialog-box--app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/software-audit-reportserver.md | 7 ++++++- ...ery-scenario-for-application-virtualization-clients.md | 7 ++++++- mdop/appv-v4/stand-alone-delivery-scenario-overview.md | 7 ++++++- mdop/appv-v4/streaming-page-learn-more.md | 7 ++++++- mdop/appv-v4/support-for-client-reporting-over-http.md | 7 ++++++- .../sxs-conflict-detected-dialog-box--app-v-46-sp1-.md | 7 ++++++- mdop/appv-v4/system-error-reportserver.md | 7 ++++++- mdop/appv-v4/system-utilization-reportserver.md | 7 ++++++- mdop/appv-v4/target-os-page-learn-more.md | 7 ++++++- ...application-virtualization-sequencer--app-v-46-sp1-.md | 7 ++++++- .../tasks-for-the-application-virtualization-sequencer.md | 7 ++++++- ...hooting-application-virtualization-sequencer-issues.md | 7 ++++++- .../troubleshooting-certificate-permission-issues.md | 7 ++++++- ...formation-for-the-application-virtualization-client.md | 7 ++++++- ...formation-for-the-application-virtualization-server.md | 7 ++++++- ...leshooting-the-application-virtualization-sequencer.md | 7 ++++++- mdop/appv-v4/type-of-application-page--learn-more-.md | 7 ++++++- mdop/appv-v4/unload-app.md | 7 ++++++- mdop/appv-v4/unload-package.md | 7 ++++++- mdop/appv-v4/unlock-app.md | 7 ++++++- mdop/appv-v4/unpublish-package.md | 7 ++++++- ...ss-permissions-in-application-virtualization-client.md | 7 ++++++- ...ualization-servers-as-a-package-management-solution.md | 7 ++++++- ...tware-distribution-as-a-package-management-solution.md | 7 ++++++- .../verify-applications-page--package-accelerators-.md | 7 ++++++- .../virtual-application-package-additional-components.md | 7 ++++++- mdop/appv-v4/virtual-file-system-tab-keep.md | 7 ++++++- mdop/appv-v4/virtual-registry-tab-keep.md | 7 ++++++- mdop/appv-v4/virtual-services-tab-keep.md | 7 ++++++- mdop/appv-v4/wizard-pages--appv-46-sp1-.md | 7 ++++++- mdop/appv-v5/about-app-v-50-dynamic-configuration.md | 7 ++++++- mdop/appv-v5/about-app-v-50-reporting.md | 7 ++++++- mdop/appv-v5/about-app-v-50-sp1.md | 7 ++++++- mdop/appv-v5/about-app-v-50-sp2.md | 7 ++++++- mdop/appv-v5/about-app-v-50-sp3.md | 7 ++++++- mdop/appv-v5/about-app-v-50.md | 7 ++++++- mdop/appv-v5/about-app-v-51-dynamic-configuration.md | 7 ++++++- mdop/appv-v5/about-app-v-51-reporting.md | 7 ++++++- mdop/appv-v5/about-app-v-51.md | 7 ++++++- mdop/appv-v5/about-client-configuration-settings.md | 7 ++++++- mdop/appv-v5/about-client-configuration-settings51.md | 7 ++++++- mdop/appv-v5/about-the-connection-group-file.md | 7 ++++++- mdop/appv-v5/about-the-connection-group-file51.md | 7 ++++++- .../about-the-connection-group-virtual-environment.md | 7 ++++++- .../about-the-connection-group-virtual-environment51.md | 7 ++++++- mdop/appv-v5/accessibility-for-app-v-50.md | 7 ++++++- mdop/appv-v5/accessibility-for-app-v-51.md | 7 ++++++- ...irtual-applications-by-using-the-management-console.md | 7 ++++++- .../appv-v5/administering-app-v-51-by-using-powershell.md | 7 ++++++- ...irtual-applications-by-using-the-management-console.md | 7 ++++++- mdop/appv-v5/administering-app-v-by-using-powershell.md | 7 ++++++- mdop/appv-v5/app-v-50-capacity-planning.md | 7 ++++++- mdop/appv-v5/app-v-50-deployment-checklist.md | 7 ++++++- mdop/appv-v5/app-v-50-planning-checklist.md | 7 ++++++- mdop/appv-v5/app-v-50-prerequisites.md | 7 ++++++- mdop/appv-v5/app-v-50-security-considerations.md | 7 ++++++- mdop/appv-v5/app-v-50-sp3-prerequisites.md | 7 ++++++- mdop/appv-v5/app-v-50-sp3-supported-configurations.md | 7 ++++++- mdop/appv-v5/app-v-50-supported-configurations.md | 7 ++++++- mdop/appv-v5/app-v-51-capacity-planning.md | 7 ++++++- mdop/appv-v5/app-v-51-deployment-checklist.md | 7 ++++++- mdop/appv-v5/app-v-51-planning-checklist.md | 7 ++++++- mdop/appv-v5/app-v-51-prerequisites.md | 7 ++++++- mdop/appv-v5/app-v-51-security-considerations.md | 7 ++++++- mdop/appv-v5/app-v-51-supported-configurations.md | 7 ++++++- .../application-publishing-and-client-interaction.md | 7 ++++++- .../application-publishing-and-client-interaction51.md | 7 ++++++- mdop/appv-v5/check-reg-key-svr.md | 6 +++++- ...ting-and-managing-app-v-50-virtualized-applications.md | 7 ++++++- ...ting-and-managing-app-v-51-virtualized-applications.md | 7 ++++++- ...ges-by-using-electronic-software-distribution--esd-.md | 7 ++++++- mdop/appv-v5/deploying-app-v-50.md | 7 ++++++- ...ges-by-using-electronic-software-distribution--esd-.md | 7 ++++++- mdop/appv-v5/deploying-app-v-51.md | 7 ++++++- .../deploying-microsoft-office-2010-by-using-app-v.md | 7 ++++++- .../deploying-microsoft-office-2010-by-using-app-v51.md | 7 ++++++- .../deploying-microsoft-office-2013-by-using-app-v.md | 7 ++++++- .../deploying-microsoft-office-2013-by-using-app-v51.md | 7 ++++++- .../deploying-the-app-v-50-sequencer-and-client.md | 7 ++++++- mdop/appv-v5/deploying-the-app-v-50-server.md | 7 ++++++- .../deploying-the-app-v-51-sequencer-and-client.md | 7 ++++++- mdop/appv-v5/deploying-the-app-v-51-server.md | 7 ++++++- mdop/appv-v5/evaluating-app-v-50.md | 7 ++++++- mdop/appv-v5/evaluating-app-v-51.md | 7 ++++++- mdop/appv-v5/getting-started-with-app-v-50--rtm.md | 7 ++++++- mdop/appv-v5/getting-started-with-app-v-51.md | 7 ++++++- mdop/appv-v5/high-level-architecture-for-app-v-50.md | 7 ++++++- mdop/appv-v5/high-level-architecture-for-app-v-51.md | 7 ++++++- .../how-to-access-the-client-management-console.md | 7 ++++++- .../how-to-access-the-client-management-console51.md | 7 ++++++- ...ve-an-administrator-by-using-the-management-console.md | 7 ++++++- ...-an-administrator-by-using-the-management-console51.md | 7 ++++++- ...packages-by-using-the-management-console-51-gb18030.md | 7 ++++++- ...ckages-by-using-the-management-console-beta-gb18030.md | 7 ++++++- ...low-only-administrators-to-enable-connection-groups.md | 7 ++++++- ...w-only-administrators-to-enable-connection-groups51.md | 7 ++++++- ...e-deployment-configuration-file-by-using-powershell.md | 7 ++++++- ...deployment-configuration-file-by-using-powershell51.md | 7 ++++++- ...ply-the-user-configuration-file-by-using-powershell.md | 7 ++++++- ...y-the-user-configuration-file-by-using-powershell51.md | 7 ++++++- ...cess-to-packages-by-using-the-management-console-50.md | 7 ++++++- ...cess-to-packages-by-using-the-management-console-51.md | 7 ++++++- ...ection-groups-updates-from-the-publishing-server-51.md | 7 ++++++- ...tion-groups-updates-from-the-publishing-server-beta.md | 7 ++++++- .../how-to-connect-to-the-management-console-51.md | 7 ++++++- .../how-to-connect-to-the-management-console-beta.md | 7 ++++++- ...rt-a-package-created-in-a-previous-version-of-app-v.md | 7 ++++++- ...-a-package-created-in-a-previous-version-of-app-v51.md | 7 ++++++- ...with-user-published-and-globally-published-packages.md | 7 ++++++- ...th-user-published-and-globally-published-packages51.md | 7 ++++++- mdop/appv-v5/how-to-create-a-connection-group.md | 7 ++++++- mdop/appv-v5/how-to-create-a-connection-group51.md | 7 ++++++- ...ation-file-by-using-the-app-v-50-management-console.md | 7 ++++++- ...ation-file-by-using-the-app-v-51-management-console.md | 7 ++++++- ...to-create-a-package-accelerator-by-using-powershell.md | 7 ++++++- ...-create-a-package-accelerator-by-using-powershell51.md | 7 ++++++- mdop/appv-v5/how-to-create-a-package-accelerator.md | 7 ++++++- mdop/appv-v5/how-to-create-a-package-accelerator51.md | 7 ++++++- ...lication-package-using-an-app-v-package-accelerator.md | 7 ++++++- ...cation-package-using-an-app-v-package-accelerator51.md | 7 ++++++- mdop/appv-v5/how-to-create-and-use-a-project-template.md | 7 ++++++- .../appv-v5/how-to-create-and-use-a-project-template51.md | 7 ++++++- ...a-specific-ad-group-by-using-the-management-console.md | 7 ++++++- ...specific-ad-group-by-using-the-management-console51.md | 7 ++++++- mdop/appv-v5/how-to-delete-a-connection-group.md | 7 ++++++- mdop/appv-v5/how-to-delete-a-connection-group51.md | 7 ++++++- ...ow-to-delete-a-package-in-the-management-console-51.md | 7 ++++++- ...-to-delete-a-package-in-the-management-console-beta.md | 7 ++++++- ...-50-packages-using-electronic-software-distribution.md | 7 ++++++- ...-51-packages-using-electronic-software-distribution.md | 7 ++++++- ...v-46x-and-the-app-v--50-client-on-the-same-computer.md | 7 ++++++- ...v-46x-and-the-app-v--51-client-on-the-same-computer.md | 7 ++++++- mdop/appv-v5/how-to-deploy-the-app-v-50-server-50sp3.md | 7 ++++++- .../how-to-deploy-the-app-v-50-server-using-a-script.md | 7 ++++++- .../how-to-deploy-the-app-v-51-server-using-a-script.md | 7 ++++++- mdop/appv-v5/how-to-deploy-the-app-v-51-server.1.md | 7 ++++++- mdop/appv-v5/how-to-deploy-the-app-v-51-server.md | 7 ++++++- mdop/appv-v5/how-to-deploy-the-app-v-client-51gb18030.md | 7 ++++++- mdop/appv-v5/how-to-deploy-the-app-v-client-gb18030.md | 7 ++++++- ...-to-deploy-the-app-v-databases-by-using-sql-scripts.md | 7 ++++++- ...o-deploy-the-app-v-databases-by-using-sql-scripts51.md | 7 ++++++- ...-administrators-to-publish-packages-by-using-an-esd.md | 7 ++++++- ...dministrators-to-publish-packages-by-using-an-esd51.md | 7 ++++++- ...eporting-on-the-app-v-50-client-by-using-powershell.md | 7 ++++++- ...eporting-on-the-app-v-51-client-by-using-powershell.md | 7 ++++++- ...l-the-app-v-50-client-for-shared-content-store-mode.md | 7 ++++++- ...l-the-app-v-51-client-for-shared-content-store-mode.md | 7 ++++++- ...ssociated-security-identifiers--by-using-powershell.md | 7 ++++++- ...ociated-security-identifiers--by-using-powershell51.md | 7 ++++++- ...omputers-from-the-management-and-reporting-services.md | 7 ++++++- ...puters-from-the-management-and-reporting-services51.md | 7 ++++++- ...-standalone-computer-and-connect-it-to-the-database.md | 7 ++++++- ...tandalone-computer-and-connect-it-to-the-database51.md | 7 ++++++- ...-install-the-publishing-server-on-a-remote-computer.md | 7 ++++++- ...nstall-the-publishing-server-on-a-remote-computer51.md | 7 ++++++- ...-standalone-computer-and-connect-it-to-the-database.md | 7 ++++++- ...tandalone-computer-and-connect-it-to-the-database51.md | 7 ++++++- .../how-to-install-the-sequencer-51beta-gb18030.md | 7 ++++++- mdop/appv-v5/how-to-install-the-sequencer-beta-gb18030.md | 7 ++++++- ...d-the-powershell-cmdlets-and-get-cmdlet-help-50-sp3.md | 7 ++++++- ...-load-the-powershell-cmdlets-and-get-cmdlet-help-51.md | 7 ++++++- ...-make-a-connection-group-ignore-the-package-version.md | 7 ++++++- ...ake-a-connection-group-ignore-the-package-version51.md | 7 ++++++- ...nning-on-a-stand-alone-computer-by-using-powershell.md | 7 ++++++- ...nning-on-a-stand-alone-computer-by-using-powershell.md | 7 ++++++- ...roups-on-a-stand-alone-computer-by-using-powershell.md | 7 ++++++- ...ups-on-a-stand-alone-computer-by-using-powershell51.md | 7 ++++++- ...p-v-50-package-for-all-users-on-a-specific-computer.md | 7 ++++++- ...p-v-51-package-for-all-users-on-a-specific-computer.md | 7 ++++++- ...pp-v-46-sp2-package-to-app-v-50-for-a-specific-user.md | 7 ++++++- ...pp-v-46-sp2-package-to-app-v-51-for-a-specific-user.md | 7 ++++++- ...o-modify-an-existing-virtual-application-package-51.md | 7 ++++++- ...modify-an-existing-virtual-application-package-beta.md | 7 ++++++- ...figuration-using-the-admx-template-and-group-policy.md | 7 ++++++- ...figuration-using-the-admx-template-and-group-policy.md | 7 ++++++- ...-to-modify-client-configuration-by-using-powershell.md | 7 ++++++- ...o-modify-client-configuration-by-using-powershell51.md | 7 ++++++- .../how-to-move-the-app-v-server-to-another-computer.md | 7 ++++++- .../how-to-move-the-app-v-server-to-another-computer51.md | 7 ++++++- mdop/appv-v5/how-to-publish-a-connection-group.md | 7 ++++++- mdop/appv-v5/how-to-publish-a-connection-group51.md | 7 ++++++- ...ublish-a-package-by-using-the-management-console-50.md | 7 ++++++- ...ublish-a-package-by-using-the-management-console-51.md | 7 ++++++- ...a-publishing-server-by-using-the-management-console.md | 7 ++++++- ...publishing-server-by-using-the-management-console51.md | 7 ++++++- ...kage-to-an-app-v-46-sp2-package-for-a-specific-user.md | 7 ++++++- ...46-sp2-package-for-all-users-on-a-specific-computer.md | 7 ++++++- ...kage-to-an-app-v-46-sp2-package-for-a-specific-user.md | 7 ++++++- ...46-sp2-package-for-all-users-on-a-specific-computer.md | 7 ++++++- ...quence-a-new-application-with-app-v-50-beta-gb18030.md | 7 ++++++- ...quence-a-new-application-with-app-v-51-beta-gb18030.md | 7 ++++++- .../how-to-sequence-a-package--by-using-powershell-50.md | 7 ++++++- .../how-to-sequence-a-package--by-using-powershell-51.md | 7 ++++++- ...ersion-of-a-package-by-using-the-management-console.md | 7 ++++++- ...sion-of-a-package-by-using-the-management-console51.md | 7 ++++++- mdop/appv-v5/how-to-uninstall-the-app-v-50-client.md | 7 ++++++- mdop/appv-v5/how-to-uninstall-the-app-v-51-client.md | 7 ++++++- ...p-v-46-sp1-application-from-an-app-v-50-application.md | 7 ++++++- ...p-v-46-sp1-application-from-an-app-v-51-application.md | 7 ++++++- .../how-to-use-optional-packages-in-connection-groups.md | 7 ++++++- ...how-to-use-optional-packages-in-connection-groups51.md | 7 ++++++- ...ation-extensions-by-using-the-management-console-51.md | 7 ++++++- ...ion-extensions-by-using-the-management-console-beta.md | 7 ++++++- mdop/appv-v5/index.md | 7 ++++++- mdop/appv-v5/maintaining-app-v-50.md | 7 ++++++- mdop/appv-v5/maintaining-app-v-51.md | 7 ++++++- mdop/appv-v5/managing-connection-groups.md | 7 ++++++- mdop/appv-v5/managing-connection-groups51.md | 7 ++++++- ...-application-virtualization-50-administrators-guide.md | 7 ++++++- ...-application-virtualization-51-administrators-guide.md | 7 ++++++- .../appv-v5/migrating-from-a-previous-version-app-v-50.md | 7 ++++++- .../migrating-to-app-v-51-from-a-previous-version.md | 7 ++++++- mdop/appv-v5/operations-for-app-v-50.md | 7 ++++++- mdop/appv-v5/operations-for-app-v-51.md | 7 ++++++- ...formance-guidance-for-application-virtualization-50.md | 7 ++++++- ...formance-guidance-for-application-virtualization-51.md | 7 ++++++- mdop/appv-v5/planning-for-app-v-50-rc.md | 7 ++++++- mdop/appv-v5/planning-for-app-v-51.md | 7 ++++++- .../planning-for-high-availability-with-app-v-50.md | 7 ++++++- .../planning-for-high-availability-with-app-v-51.md | 7 ++++++- ...ning-for-migrating-from-a-previous-version-of-app-v.md | 7 ++++++- ...ng-for-migrating-from-a-previous-version-of-app-v51.md | 7 ++++++- ...ng-for-the-app-v-50-sequencer-and-client-deployment.md | 7 ++++++- .../planning-for-the-app-v-50-server-deployment.md | 7 ++++++- ...ng-for-the-app-v-51-sequencer-and-client-deployment.md | 7 ++++++- .../planning-for-the-app-v-51-server-deployment.md | 7 ++++++- mdop/appv-v5/planning-for-using-app-v-with-office.md | 7 ++++++- mdop/appv-v5/planning-for-using-app-v-with-office51.md | 7 ++++++- ...-50-with-an-electronic-software-distribution-system.md | 7 ++++++- ...-51-with-an-electronic-software-distribution-system.md | 7 ++++++- mdop/appv-v5/planning-to-deploy-app-v.md | 7 ++++++- mdop/appv-v5/planning-to-deploy-app-v51.md | 7 ++++++- .../planning-to-use-folder-redirection-with-app-v.md | 7 ++++++- .../planning-to-use-folder-redirection-with-app-v51.md | 7 ++++++- mdop/appv-v5/preparing-your-environment-for-app-v-50.md | 7 ++++++- mdop/appv-v5/preparing-your-environment-for-app-v-51.md | 7 ++++++- mdop/appv-v5/release-notes-for-app-v-50-sp1.md | 7 ++++++- mdop/appv-v5/release-notes-for-app-v-50-sp2.md | 7 ++++++- mdop/appv-v5/release-notes-for-app-v-50-sp3.md | 7 ++++++- mdop/appv-v5/release-notes-for-app-v-50.md | 7 ++++++- mdop/appv-v5/release-notes-for-app-v-51.md | 7 ++++++- ...a-virtual-environment-with-virtualized-applications.md | 7 ++++++- ...virtual-environment-with-virtualized-applications51.md | 7 ++++++- mdop/appv-v5/technical-reference-for-app-v-50.md | 7 ++++++- mdop/appv-v5/technical-reference-for-app-v-51.md | 7 ++++++- mdop/appv-v5/troubleshooting-app-v-50.md | 7 ++++++- mdop/appv-v5/troubleshooting-app-v-51.md | 7 ++++++- .../using-the-app-v-50-client-management-console.md | 7 ++++++- .../using-the-app-v-51-client-management-console.md | 7 ++++++- mdop/appv-v5/viewing-app-v-server-publishing-metadata.md | 7 ++++++- .../appv-v5/viewing-app-v-server-publishing-metadata51.md | 7 ++++++- mdop/appv-v5/whats-new-in-app-v-50-sp1.md | 7 ++++++- mdop/appv-v5/whats-new-in-app-v-50.md | 7 ++++++- mdop/dart-v10/about-dart-10.md | 7 ++++++- mdop/dart-v10/accessibility-for-dart-10.md | 7 ++++++- mdop/dart-v10/administering-dart-10-using-powershell.md | 7 ++++++- mdop/dart-v10/creating-the-dart-10-recovery-image.md | 7 ++++++- mdop/dart-v10/dart-10--c--page.md | 7 ++++++- mdop/dart-v10/dart-10-cover-page.md | 7 ++++++- mdop/dart-v10/dart-10-deployment-checklist.md | 7 ++++++- mdop/dart-v10/dart-10-planning-checklist.md | 7 ++++++- mdop/dart-v10/dart-10-privacy-statement.md | 7 ++++++- mdop/dart-v10/dart-10-supported-configurations.md | 7 ++++++- .../deploying-dart-10-to-administrator-computers.md | 7 ++++++- mdop/dart-v10/deploying-dart-10.md | 7 ++++++- .../dart-v10/deploying-the-dart-recovery-image-dart-10.md | 7 ++++++- ...gnosing-system-failures-with-crash-analyzer-dart-10.md | 7 ++++++- mdop/dart-v10/getting-started-with-dart-10.md | 7 ++++++- mdop/dart-v10/how-to-change-repair-or-remove-dart-10.md | 7 ++++++- mdop/dart-v10/how-to-deploy-dart-10.md | 7 ++++++- ...e-dart-recovery-image-as-a-remote-partition-dart-10.md | 7 ++++++- ...overy-image-as-part-of-a-recovery-partition-dart-10.md | 7 ++++++- ...that-crash-analyzer-can-access-symbol-files-dart-10.md | 7 ++++++- ...orm-dart-tasks-by-using-powershell-commands-dart-10.md | 7 ++++++- ...-computers-by-using-the-dart-recovery-image-dart-10.md | 7 ++++++- ...-computers-by-using-the-dart-recovery-image-dart-10.md | 7 ++++++- ...-a-computer-other-than-an-end-user-computer-dart-10.md | 7 ++++++- ...-the-crash-analyzer-on-an-end-user-computer-dart-10.md | 7 ++++++- ...ershell-script-to-create-the-recovery-image-dart-10.md | 7 ++++++- mdop/dart-v10/index.md | 7 ++++++- mdop/dart-v10/operations-for-dart-10.md | 7 ++++++- mdop/dart-v10/overview-of-the-tools-in-dart-10.md | 7 ++++++- mdop/dart-v10/planning-for-dart-10.md | 7 ++++++- ...g-how-to-save-and-deploy-the-dart-10-recovery-image.md | 7 ++++++- .../planning-to-create-the-dart-10-recovery-image.md | 7 ++++++- mdop/dart-v10/planning-to-deploy-dart-10.md | 7 ++++++- mdop/dart-v10/recovering-computers-using-dart-10.md | 7 ++++++- mdop/dart-v10/release-notes-for-dart-10.md | 7 ++++++- mdop/dart-v10/security-and-privacy-for-dart-10.md | 7 ++++++- mdop/dart-v10/security-considerations-for-dart-10.md | 7 ++++++- mdop/dart-v10/troubleshooting-dart-10.md | 7 ++++++- mdop/dart-v7/about-dart-70-new-ia.md | 7 ++++++- mdop/dart-v7/accessibility-for-dart-70.md | 7 ++++++- .../dart-v7/creating-the-dart-70-recovery-image-dart-7.md | 7 ++++++- mdop/dart-v7/dart-70-deployment-checklist-dart-7.md | 7 ++++++- mdop/dart-v7/dart-70-planning-checklist-dart-7.md | 7 ++++++- mdop/dart-v7/dart-70-supported-configurations-dart-7.md | 7 ++++++- mdop/dart-v7/deploying-dart-70-new-ia.md | 7 ++++++- ...deploying-dart-70-to-administrator-computers-dart-7.md | 7 ++++++- .../deploying-the-dart-70-recovery-image-dart-7.md | 7 ++++++- ...gnosing-system-failures-with-crash-analyzer--dart-7.md | 7 ++++++- mdop/dart-v7/getting-started-with-dart-70-new-ia.md | 7 ++++++- mdop/dart-v7/how-to-change-repair-or-remove-dart-70.md | 7 ++++++- .../how-to-create-a-time-limited-recovery-image-dart-7.md | 7 ++++++- mdop/dart-v7/how-to-deploy-dart-70.md | 7 ++++++- ...he-dart-recovery-image-as-a-remote-partition-dart-7.md | 7 ++++++- ...covery-image-as-part-of-a-recovery-partition-dart-7.md | 7 ++++++- ...-dart-recovery-image-using-a-usb-flash-drive-dart-7.md | 7 ++++++- ...-that-crash-analyzer-can-access-symbol-files-dart-7.md | 7 ++++++- ...ocal-computers-using-the-dart-recovery-image-dart-7.md | 7 ++++++- ...mote-computers-using-the-dart-recovery-image-dart-7.md | 7 ++++++- ...n-a-computer-other-than-an-end-user-computer-dart-7.md | 7 ++++++- ...n-the-crash-analyzer-on-an-end-user-computer-dart-7.md | 7 ++++++- ...ry-image-wizard-to-create-the-recovery-image-dart-7.md | 7 ++++++- mdop/dart-v7/index.md | 7 ++++++- mdop/dart-v7/operations-for-dart-70-new-ia.md | 7 ++++++- mdop/dart-v7/overview-of-the-tools-in-dart-70-new-ia.md | 7 ++++++- mdop/dart-v7/planning-for-dart-70-new-ia.md | 7 ++++++- ...g-how-to-save-and-deploy-the-dart-70-recovery-image.md | 7 ++++++- .../planning-to-create-the-dart-70-recovery-image.md | 7 ++++++- mdop/dart-v7/planning-to-deploy-dart-70.md | 7 ++++++- mdop/dart-v7/recovering-computers-using-dart-70-dart-7.md | 7 ++++++- mdop/dart-v7/release-notes-for-dart-70-new-ia.md | 7 ++++++- .../dart-v7/security-considerations-for-dart-70-dart-7.md | 7 ++++++- mdop/dart-v7/technical-reference-for-dart-70-new-ia.md | 7 ++++++- mdop/dart-v7/troubleshooting-dart-70-new-ia.md | 7 ++++++- mdop/dart-v8/about-dart-80-dart-8.md | 7 ++++++- mdop/dart-v8/about-dart-80-sp1.md | 7 ++++++- mdop/dart-v8/about-dart-81.md | 7 ++++++- mdop/dart-v8/accessibility-for-dart-80-dart-8.md | 7 ++++++- .../administering-dart-80-using-powershell-dart-8.md | 7 ++++++- .../dart-v8/creating-the-dart-80-recovery-image-dart-8.md | 7 ++++++- mdop/dart-v8/dart-80-deployment-checklist-dart-8.md | 7 ++++++- mdop/dart-v8/dart-80-planning-checklist-dart-8.md | 7 ++++++- mdop/dart-v8/dart-80-privacy-statement-dart-8.md | 7 ++++++- mdop/dart-v8/dart-80-supported-configurations-dart-8.md | 7 ++++++- mdop/dart-v8/deploying-dart-80-dart-8.md | 7 ++++++- ...deploying-dart-80-to-administrator-computers-dart-8.md | 7 ++++++- mdop/dart-v8/deploying-the-dart-recovery-image-dart-8.md | 7 ++++++- ...gnosing-system-failures-with-crash-analyzer--dart-8.md | 7 ++++++- mdop/dart-v8/getting-started-with-dart-80-dart-8.md | 7 ++++++- .../how-to-change-repair-or-remove-dart-80-dart-8.md | 7 ++++++- mdop/dart-v8/how-to-deploy-dart-80-dart-8.md | 7 ++++++- ...he-dart-recovery-image-as-a-remote-partition-dart-8.md | 7 ++++++- ...covery-image-as-part-of-a-recovery-partition-dart-8.md | 7 ++++++- ...-ensure-that-crash-analyzer-can-access-symbol-files.md | 7 ++++++- ...form-dart-tasks-by-using-powershell-commands-dart-8.md | 7 ++++++- ...l-computers-by-using-the-dart-recovery-image-dart-8.md | 7 ++++++- ...e-computers-by-using-the-dart-recovery-image-dart-8.md | 7 ++++++- ...n-a-computer-other-than-an-end-user-computer-dart-8.md | 7 ++++++- ...n-the-crash-analyzer-on-an-end-user-computer-dart-8.md | 7 ++++++- ...wershell-script-to-create-the-recovery-image-dart-8.md | 7 ++++++- mdop/dart-v8/index.md | 7 ++++++- ...indows-defender-offline--wdo--for-malware-detection.md | 7 ++++++- mdop/dart-v8/operations-for-dart-80-dart-8.md | 7 ++++++- mdop/dart-v8/overview-of-the-tools-in-dart-80-dart-8.md | 7 ++++++- mdop/dart-v8/planning-for-dart-80-dart-8.md | 7 ++++++- ...o-save-and-deploy-the-dart-80-recovery-image-dart-8.md | 7 ++++++- ...lanning-to-create-the-dart-80-recovery-image-dart-8.md | 7 ++++++- mdop/dart-v8/planning-to-deploy-dart-80-dart-8.md | 7 ++++++- mdop/dart-v8/recovering-computers-using-dart-80-dart-8.md | 7 ++++++- mdop/dart-v8/release-notes-for-dart-80--dart-8.md | 7 ++++++- mdop/dart-v8/release-notes-for-dart-80-sp1.md | 7 ++++++- mdop/dart-v8/release-notes-for-dart-81.md | 7 ++++++- mdop/dart-v8/security-and-privacy-for-dart-80-dart-8.md | 7 ++++++- .../security-considerations-for-dart-80--dart-8.md | 7 ++++++- mdop/dart-v8/technical-reference-for-dart-80-new-ia.md | 7 ++++++- mdop/dart-v8/troubleshooting-dart-80-dart-8.md | 7 ++++++- mdop/mbam-v1/about-mbam-10.md | 7 ++++++- mdop/mbam-v1/accessibility-for-mbam-10.md | 7 ++++++- mdop/mbam-v1/administering-mbam-10-by-using-powershell.md | 7 ++++++- mdop/mbam-v1/administering-mbam-10-features.md | 7 ++++++- mdop/mbam-v1/deploying-mbam-10-group-policy-objects.md | 7 ++++++- mdop/mbam-v1/deploying-mbam-10.md | 7 ++++++- mdop/mbam-v1/deploying-the-mbam-10-client.md | 7 ++++++- .../deploying-the-mbam-10-language-release-update.md | 7 ++++++- .../deploying-the-mbam-10-server-infrastructure.md | 7 ++++++- mdop/mbam-v1/evaluating-mbam-10.md | 7 ++++++- mdop/mbam-v1/getting-started-with-mbam-10.md | 7 ++++++- mdop/mbam-v1/high-availability-for-mbam-10.md | 7 ++++++- mdop/mbam-v1/high-level-architecture-for-mbam-10.md | 7 ++++++- .../how-to-configure-network-load-balancing-for-mbam.md | 7 ++++++- ...-mbam-client-as-part-of-a-windows-deployment-mbam-1.md | 7 ++++++- ...e-mbam-client-to-desktop-or-laptop-computers-mbam-1.md | 7 ++++++- ...tlocker-encryption-state-of-a-lost-computers-mbam-1.md | 7 ++++++- mdop/mbam-v1/how-to-edit-mbam-10-gpo-settings.md | 7 ++++++- mdop/mbam-v1/how-to-generate-mbam-reports-mbam-1.md | 7 ++++++- ...t-bitlocker-encryption-in-the-windows-control-panel.md | 7 ++++++- ...nstall-and-configure-mbam-on-a-single-server-mbam-1.md | 7 ++++++- ...ll-and-configure-mbam-on-distributed-servers-mbam-1.md | 7 ++++++- .../how-to-install-the-mbam-10-group-policy-template.md | 7 ++++++- ...-the-mbam-language-update-on-a-single-server-mbam-1.md | 7 ++++++- ...-mbam-language-update-on-distributed-servers-mbam-1.md | 7 ++++++- ...-to-manage-computer-bitlocker-encryption-exemptions.md | 7 ++++++- .../how-to-manage-hardware-compatibility-mbam-1.md | 7 ++++++- .../how-to-manage-mbam-administrator-roles-mbam-1.md | 7 ++++++- ...ncryption-options-by-using-the-control-panel-mbam-1.md | 7 ++++++- ...-manage-user-bitlocker-encryption-exemptions-mbam-1.md | 7 ++++++- .../how-to-move-mbam-10-features-to-another-computer.md | 7 ++++++- mdop/mbam-v1/how-to-recover-a-corrupted-drive-mbam-1.md | 7 ++++++- .../how-to-recover-a-drive-in-recovery-mode-mbam-1.md | 7 ++++++- mdop/mbam-v1/how-to-recover-a-moved-drive-mbam-1.md | 7 ++++++- mdop/mbam-v1/how-to-reset-a-tpm-lockout-mbam-1.md | 7 ++++++- mdop/mbam-v1/index.md | 7 ++++++- ...own-issues-in-the-mbam-international-release-mbam-1.md | 7 ++++++- mdop/mbam-v1/maintaining-mbam-10.md | 7 ++++++- mdop/mbam-v1/mbam-10-deployment-checklist.md | 7 ++++++- mdop/mbam-v1/mbam-10-deployment-prerequisites.md | 7 ++++++- mdop/mbam-v1/mbam-10-planning-checklist.md | 7 ++++++- mdop/mbam-v1/mbam-10-supported-configurations.md | 7 ++++++- ...ing-and-reporting-bitlocker-compliance-with-mbam-10.md | 7 ++++++- mdop/mbam-v1/operations-for-mbam-10.md | 7 ++++++- mdop/mbam-v1/performing-bitlocker-management-with-mbam.md | 7 ++++++- mdop/mbam-v1/planning-for-mbam-10-administrator-roles.md | 7 ++++++- mdop/mbam-v1/planning-for-mbam-10-client-deployment.md | 7 ++++++- .../planning-for-mbam-10-group-policy-requirements.md | 7 ++++++- mdop/mbam-v1/planning-for-mbam-10-server-deployment.md | 7 ++++++- mdop/mbam-v1/planning-for-mbam-10.md | 7 ++++++- mdop/mbam-v1/planning-to-deploy-mbam-10.md | 7 ++++++- mdop/mbam-v1/preparing-your-environment-for-mbam-10.md | 7 ++++++- mdop/mbam-v1/privacy-statement-for-mbam-10.md | 7 ++++++- mdop/mbam-v1/release-notes-for-mbam-10.md | 7 ++++++- mdop/mbam-v1/security-and-privacy-for-mbam-10.md | 7 ++++++- mdop/mbam-v1/security-considerations-for-mbam-10.md | 7 ++++++- mdop/mbam-v1/troubleshooting-mbam-10.md | 7 ++++++- mdop/mbam-v1/understanding-mbam-reports-mbam-1.md | 7 ++++++- mdop/mbam-v2/about-mbam-20-mbam-2.md | 7 ++++++- mdop/mbam-v2/about-mbam-20-sp1.md | 7 ++++++- mdop/mbam-v2/about-the-computer-tpm-chip.md | 7 ++++++- mdop/mbam-v2/accessibility-for-mbam-20-mbam-2.md | 7 ++++++- mdop/mbam-v2/administering-mbam-20-features-mbam-2.md | 7 ++++++- .../administering-mbam-20-using-powershell-mbam-2.md | 7 ++++++- mdop/mbam-v2/create-or-edit-the-sms-defmof-file.md | 7 ++++++- .../deploying-mbam-20-group-policy-objects-mbam-2.md | 7 ++++++- mdop/mbam-v2/deploying-mbam-20-mbam-2.md | 7 ++++++- .../deploying-mbam-with-configuration-manager-mbam2.md | 7 ++++++- mdop/mbam-v2/deploying-the-mbam-20-client-mbam-2.md | 7 ++++++- .../deploying-the-mbam-20-server-infrastructure-mbam-2.md | 7 ++++++- mdop/mbam-v2/edit-the-configurationmof-file.md | 7 ++++++- mdop/mbam-v2/evaluating-mbam-20-mbam-2.md | 7 ++++++- ...ing-started---using-mbam-with-configuration-manager.md | 7 ++++++- mdop/mbam-v2/getting-started-with-mbam-20-mbam-2.md | 7 ++++++- mdop/mbam-v2/helping-end-users-manage-bitlocker.md | 7 ++++++- mdop/mbam-v2/high-availability-for-mbam-20-mbam-2.md | 7 ++++++- .../mbam-v2/high-level-architecture-for-mbam-20-mbam-2.md | 7 ++++++- mdop/mbam-v2/how-to-brand-the-self-service-portal.md | 7 ++++++- mdop/mbam-v2/how-to-create-or-edit-the-mof-files.md | 7 ++++++- ...-mbam-client-as-part-of-a-windows-deployment-mbam-2.md | 7 ++++++- ...e-mbam-client-to-desktop-or-laptop-computers-mbam-2.md | 7 ++++++- ...bitlocker-encryption-state-of-lost-computers-mbam-2.md | 7 ++++++- mdop/mbam-v2/how-to-edit-mbam-20-gpo-settings-mbam-2.md | 7 ++++++- mdop/mbam-v2/how-to-generate-mbam-reports-mbam-2.md | 7 ++++++- ...cker-encryption-in-the-windows-control-panel-mbam-2.md | 7 ++++++- ...nstall-and-configure-mbam-on-a-single-server-mbam-2.md | 7 ++++++- ...ll-and-configure-mbam-on-distributed-servers-mbam-2.md | 7 ++++++- .../how-to-install-mbam-with-configuration-manager.md | 7 ++++++- ...to-install-the-mbam-20-group-policy-template-mbam-2.md | 7 ++++++- .../how-to-manage-mbam-administrator-roles-mbam-2.md | 7 ++++++- ...ncryption-options-by-using-the-control-panel-mbam-2.md | 7 ++++++- ...-manage-user-bitlocker-encryption-exemptions-mbam-2.md | 7 ++++++- ...to-move-mbam-20-features-to-another-computer-mbam-2.md | 7 ++++++- mdop/mbam-v2/how-to-recover-a-corrupted-drive-mbam-2.md | 7 ++++++- .../how-to-recover-a-drive-in-recovery-mode-mbam-2.md | 7 ++++++- mdop/mbam-v2/how-to-recover-a-moved-drive-mbam-2.md | 7 ++++++- mdop/mbam-v2/how-to-reset-a-tpm-lockout-mbam-2.md | 7 ++++++- ...ow-to-use-a-command-line-to-install-the-mbam-client.md | 7 ++++++- ...ow-to-use-a-command-line-to-install-the-mbam-server.md | 7 ++++++- mdop/mbam-v2/how-to-use-the-help-desk-portal.md | 7 ++++++- ...-self-service-portal-to-regain-access-to-a-computer.md | 7 ++++++- ...te-the-mbam-installation-with-configuration-manager.md | 7 ++++++- mdop/mbam-v2/index.md | 7 ++++++- mdop/mbam-v2/maintaining-mbam-20-mbam-2.md | 7 ++++++- mdop/mbam-v2/mbam-20-deployment-checklist-mbam-2.md | 7 ++++++- mdop/mbam-v2/mbam-20-deployment-prerequisites-mbam-2.md | 7 ++++++- mdop/mbam-v2/mbam-20-planning-checklist-mbam-2.md | 7 ++++++- mdop/mbam-v2/mbam-20-privacy-statement-mbam-2.md | 7 ++++++- mdop/mbam-v2/mbam-20-security-considerations-mbam-2.md | 7 ++++++- mdop/mbam-v2/mbam-20-supported-configurations-mbam-2.md | 7 ++++++- ...-reporting-bitlocker-compliance-with-mbam-20-mbam-2.md | 7 ++++++- mdop/mbam-v2/operations-for-mbam-20-mbam-2.md | 7 ++++++- .../performing-bitlocker-management-with-mbam-mbam-2.md | 7 ++++++- .../planning-for-mbam-20-administrator-roles-mbam-2.md | 7 ++++++- .../planning-for-mbam-20-client-deployment-mbam-2.md | 7 ++++++- ...anning-for-mbam-20-group-policy-requirements-mbam-2.md | 7 ++++++- mdop/mbam-v2/planning-for-mbam-20-mbam-2.md | 7 ++++++- .../planning-for-mbam-20-server-deployment-mbam-2.md | 7 ++++++- mdop/mbam-v2/planning-to-deploy-mbam-20-mbam-2.md | 7 ++++++- ...lanning-to-deploy-mbam-with-configuration-manager-2.md | 7 ++++++- .../preparing-your-environment-for-mbam-20-mbam-2.md | 7 ++++++- mdop/mbam-v2/release-notes-for-mbam-20-mbam-2.md | 7 ++++++- mdop/mbam-v2/release-notes-for-mbam-20-sp1.md | 7 ++++++- mdop/mbam-v2/security-and-privacy-for-mbam-20-mbam-2.md | 7 ++++++- mdop/mbam-v2/troubleshooting-mbam-20-mbam-2.md | 7 ++++++- ...understanding-mbam-reports-in-configuration-manager.md | 7 ++++++- mdop/mbam-v2/understanding-mbam-reports-mbam-2.md | 7 ++++++- mdop/mbam-v2/upgrading-from-previous-versions-of-mbam.md | 7 ++++++- mdop/mbam-v2/using-mbam-with-configuration-manager.md | 7 ++++++- mdop/mbam-v2/using-your-pin-or-password.md | 7 ++++++- mdop/mbam-v25/about-mbam-25-sp1.md | 7 ++++++- mdop/mbam-v25/about-mbam-25.md | 7 ++++++- mdop/mbam-v25/accessibility-for-mbam-25.md | 7 ++++++- mdop/mbam-v25/administering-mbam-25-features.md | 7 ++++++- mdop/mbam-v25/client-event-logs.md | 7 ++++++- ...mbam-25-server-features-by-using-windows-powershell.md | 7 ++++++- mdop/mbam-v25/configuring-the-mbam-25-server-features.md | 7 ++++++- .../copying-the-mbam-25-group-policy-templates.md | 7 ++++++- .../create-or-edit-the-sms-defmof-file-mbam-25.md | 7 ++++++- ...izing-the-self-service-portal-for-your-organization.md | 7 ++++++- mdop/mbam-v25/deploying-mbam-25-group-policy-objects.md | 7 ++++++- mdop/mbam-v25/deploying-mbam-25.md | 7 ++++++- mdop/mbam-v25/deploying-the-mbam-25-client.md | 7 ++++++- .../deploying-the-mbam-25-server-infrastructure.md | 7 ++++++- ...ining-why-a-device-receives-a-noncompliance-message.md | 7 ++++++- mdop/mbam-v25/edit-the-configurationmof-file-mbam-25.md | 7 ++++++- .../mbam-v25/editing-the-mbam-25-group-policy-settings.md | 7 ++++++- mdop/mbam-v25/evaluating-mbam-25-in-a-test-environment.md | 7 ++++++- mdop/mbam-v25/generating-mbam-25-stand-alone-reports.md | 7 ++++++- mdop/mbam-v25/getting-started-with-mbam-25.md | 7 ++++++- ...cker-drive-encryption-item-in-control-panel-mbam-25.md | 7 ++++++- mdop/mbam-v25/high-level-architecture-for-mbam-25.md | 7 ++++++- ...-25-with-configuration-manager-integration-topology.md | 7 ++++++- ...l-architecture-of-mbam-25-with-stand-alone-topology.md | 7 ++++++- mdop/mbam-v25/how-to-configure-the-mbam-25-databases.md | 7 ++++++- mdop/mbam-v25/how-to-configure-the-mbam-25-reports.md | 7 ++++++- ...-25-system-center-configuration-manager-integration.md | 7 ++++++- .../how-to-configure-the-mbam-25-web-applications.md | 7 ++++++- ...annot-access-the-microsoft-content-delivery-network.md | 7 ++++++- ...w-to-deploy-the-mbam-client-by-using-a-command-line.md | 7 ++++++- ...-mbam-client-to-desktop-or-laptop-computers-mbam-25.md | 7 ++++++- ...itlocker-encryption-state-of-lost-computers-mbam-25.md | 7 ++++++- ...y-using-mbam-as-part-of-a-windows-deploymentmbam-25.md | 8 +++++++- ...oints-users-to-more-self-service-portal-information.md | 7 ++++++- ...how-to-localize-the-self-service-portal-helpdeskurl.md | 7 ++++++- ...how-to-localize-the-self-service-portal-notice-text.md | 7 ++++++- ...manage-user-bitlocker-encryption-exemptions-mbam-25.md | 7 ++++++- mdop/mbam-v25/how-to-move-the-mbam-25-databases.md | 7 ++++++- mdop/mbam-v25/how-to-move-the-mbam-25-reports.md | 7 ++++++- mdop/mbam-v25/how-to-move-the-mbam-25-websites.md | 7 ++++++- mdop/mbam-v25/how-to-recover-a-corrupted-drive-mbam-25.md | 7 ++++++- .../how-to-recover-a-drive-in-recovery-mode-mbam-25.md | 7 ++++++- mdop/mbam-v25/how-to-recover-a-moved-drive-mbam-25.md | 7 ++++++- mdop/mbam-v25/how-to-reset-a-tpm-lockout-mbam-25.md | 7 ++++++- ...e-self-service-portal-branding-and-session-time-out.md | 7 ++++++- ...-turn-the-self-service-portal-notice-text-on-or-off.md | 7 ++++++- ...ow-to-use-the-administration-and-monitoring-website.md | 7 ++++++- ...rvice-portal-to-regain-access-to-a-computer-mbam-25.md | 7 ++++++- .../illustrated-features-of-an-mbam-25-deployment.md | 7 ++++++- mdop/mbam-v25/index.md | 7 ++++++- mdop/mbam-v25/installing-the-mbam-25-server-software.md | 7 ++++++- mdop/mbam-v25/maintaining-mbam-25.md | 7 ++++++- mdop/mbam-v25/mbam-25-deployment-checklist.md | 7 ++++++- mdop/mbam-v25/mbam-25-deployment-prerequisites.md | 7 ++++++- mdop/mbam-v25/mbam-25-planning-checklist.md | 7 ++++++- mdop/mbam-v25/mbam-25-security-considerations.md | 7 ++++++- ...ne-and-configuration-manager-integration-topologies.md | 7 ++++++- ...y-to-the-configuration-manager-integration-topology.md | 7 ++++++- mdop/mbam-v25/mbam-25-supported-configurations.md | 7 ++++++- ...ing-and-reporting-bitlocker-compliance-with-mbam-25.md | 7 ++++++- ...monitoring-web-service-request-performance-counters.md | 7 ++++++- .../mbam-v25/moving-mbam-25-features-to-another-server.md | 7 ++++++- mdop/mbam-v25/operations-for-mbam-25.md | 7 ++++++- .../performing-bitlocker-management-with-mbam-25.md | 7 ++++++- mdop/mbam-v25/planning-for-mbam-25-client-deployment.md | 7 ++++++- .../planning-for-mbam-25-group-policy-requirements.md | 7 ++++++- mdop/mbam-v25/planning-for-mbam-25-groups-and-accounts.md | 7 ++++++- mdop/mbam-v25/planning-for-mbam-25-high-availability.md | 7 ++++++- mdop/mbam-v25/planning-for-mbam-25-server-deployment.md | 7 ++++++- mdop/mbam-v25/planning-for-mbam-25.md | 7 ++++++- mdop/mbam-v25/planning-how-to-secure-the-mbam-websites.md | 7 ++++++- mdop/mbam-v25/planning-to-deploy-mbam-25.md | 7 ++++++- mdop/mbam-v25/preparing-your-environment-for-mbam-25.md | 7 ++++++- mdop/mbam-v25/prerequisites-for-mbam-25-clients.md | 7 ++++++- ...s-for-the-configuration-manager-integration-feature.md | 7 ++++++- mdop/mbam-v25/release-notes-for-mbam-25-sp1.md | 7 ++++++- mdop/mbam-v25/release-notes-for-mbam-25.md | 7 ++++++- .../mbam-v25/removing-mbam-server-features-or-software.md | 7 ++++++- mdop/mbam-v25/server-event-logs.md | 7 ++++++- mdop/mbam-v25/technical-reference-for-mbam-25.md | 7 ++++++- mdop/mbam-v25/troubleshooting-mbam-25.md | 7 ++++++- .../mbam-v25/understanding-mbam-25-stand-alone-reports.md | 7 ++++++- ...d-bitlocker-drive-encryption-items-in-control-panel.md | 7 ++++++- ...ng-to-mbam-25-or-mbam-25-sp1-from-previous-versions.md | 7 ++++++- .../using-windows-powershell-to-administer-mbam-25.md | 7 ++++++- ...validating-the-mbam-25-server-feature-configuration.md | 7 ++++++- ...-for-the-configuration-manager-integration-topology.md | 7 ++++++- ...iewing-mbam-25-reports-for-the-stand-alone-topology.md | 7 ++++++- mdop/medv-v1/about-med-v-10-sp1.md | 7 ++++++- mdop/medv-v1/about-med-v-10.md | 7 ++++++- mdop/medv-v1/about-this-guidemedv.md | 7 ++++++- .../medv-v1/client-installation-command-line-reference.md | 7 ++++++- mdop/medv-v1/configuring-med-v-for-remote-networks.md | 7 ++++++- mdop/medv-v1/configuring-med-v-server-for-cluster-mode.md | 7 ++++++- mdop/medv-v1/configuring-med-v-workspace-policies.md | 7 ++++++- mdop/medv-v1/creating-a-med-v-image.md | 7 ++++++- mdop/medv-v1/creating-a-med-v-workspacemedv-10-sp1.md | 7 ++++++- mdop/medv-v1/creating-a-virtual-pc-image-for-med-v.md | 7 ++++++- mdop/medv-v1/define-the-project-scope.md | 7 ++++++- ...loying-a-med-v-workspace-using-a-deployment-package.md | 7 ++++++- ...ce-using-an-enterprise-software-distribution-system.md | 7 ++++++- mdop/medv-v1/design-the-med-v-image-repositories.md | 7 ++++++- mdop/medv-v1/design-the-med-v-server-infrastructure.md | 7 ++++++- .../examples-of-virtual-machine-configurationsv2.md | 7 ++++++- mdop/medv-v1/getting-started-with-med-v.md | 7 ++++++- mdop/medv-v1/high-level-architecturemedv.md | 7 ++++++- .../how-to-apply-general-settings-to-a-med-v-workspace.md | 7 ++++++- .../how-to-apply-network-settings-to-a-med-v-workspace.md | 7 ++++++- ...-to-apply-performance-settings-to-a-med-v-workspace.md | 7 ++++++- ...apply-virtual-machine-settings-to-a-med-v-workspace.md | 7 ++++++- mdop/medv-v1/how-to-back-up-and-restore-a-med-v-server.md | 7 ++++++- mdop/medv-v1/how-to-configure-a-deployment-package.md | 7 ++++++- .../how-to-configure-a-domain-user-or-groupmedvv2.md | 7 ++++++- mdop/medv-v1/how-to-configure-image-pre-staging.md | 7 ++++++- .../how-to-configure-published-applicationsmedvv2.md | 7 ++++++- .../how-to-configure-the-image-web-distribution-server.md | 7 ++++++- ...ure-the-virtual-machine-setup-for-a-med-v-workspace.md | 7 ++++++- ...e-virtual-machine-setup-for-a-med-v-workspacemedvv2.md | 7 ++++++- ...configure-vm-computer-name-pattern-propertiesmedvv2.md | 7 ++++++- ...how-to-configure-web-settings-for-a-med-v-workspace.md | 7 ++++++- mdop/medv-v1/how-to-create-and-test-a-med-v-image.md | 7 ++++++- mdop/medv-v1/how-to-delete-a-med-v-image.md | 7 ++++++- .../how-to-deploy-a-workspace-imagedeployment-package.md | 7 ++++++- mdop/medv-v1/how-to-deploy-a-workspace-imageesds.md | 7 ++++++- ...edit-a-published-application-with-advanced-settings.md | 7 ++++++- mdop/medv-v1/how-to-generate-reports-medvv2.md | 7 ++++++- mdop/medv-v1/how-to-import-and-export-a-policy.md | 7 ++++++- ...to-install-and-configure-the-med-v-server-component.md | 7 ++++++- ...o-install-med-v-client-and-med-v-management-console.md | 7 ++++++- .../how-to-install-med-v-clientdeployment-package.md | 7 ++++++- mdop/medv-v1/how-to-install-med-v-clientesds.md | 7 ++++++- mdop/medv-v1/how-to-localize-a-med-v-image.md | 7 ++++++- mdop/medv-v1/how-to-lock-and-unlock-a-workspace.md | 7 ++++++- mdop/medv-v1/how-to-pack-a-med-v-image.md | 7 ++++++- mdop/medv-v1/how-to-set-advanced-file-transfer-options.md | 7 ++++++- .../how-to-set-med-v-workspace-deletion-options.md | 7 ++++++- mdop/medv-v1/how-to-set-up-script-actions.md | 7 ++++++- ...re-folders-between-the-host-and-the-med-v-workspace.md | 7 ++++++- mdop/medv-v1/how-to-start-and-exit-the-med-v-client.md | 7 ++++++- .../how-to-start-stop-and-restart-a-med-v-workspace.md | 7 ++++++- mdop/medv-v1/how-to-uninstall-med-v-componentsmedvv2.md | 7 ++++++- mdop/medv-v1/how-to-update-a-med-v-image.md | 7 ++++++- mdop/medv-v1/how-to-upload-a-med-v-image-to-the-server.md | 7 ++++++- .../how-to-view-med-v-settings-and-general-information.md | 7 ++++++- mdop/medv-v1/how-to-work-with-reports.md | 7 ++++++- mdop/medv-v1/identify-the-number-of-med-v-instances.md | 7 ++++++- mdop/medv-v1/index.md | 7 ++++++- mdop/medv-v1/installation-and-upgrade-checklists.md | 7 ++++++- .../installing-and-configuring-med-v-components.md | 7 ++++++- mdop/medv-v1/key-scenarios-for-using-med-v.md | 7 ++++++- mdop/medv-v1/med-v-10-installation-checklist.md | 7 ++++++- mdop/medv-v1/med-v-10-release-notesmedv-10.md | 7 ++++++- .../med-v-10-sp1-and-sp2-release-notesmedv-10-sp1.md | 7 ++++++- .../med-v-10-sp1-supported-configurationsmedv-10-sp1.md | 7 ++++++- mdop/medv-v1/med-v-10-sp1-upgrade-checklistmedv-10-sp1.md | 7 ++++++- mdop/medv-v1/med-v-10-supported-configurationsmedv-10.md | 7 ++++++- mdop/medv-v1/med-v-client-operations.md | 7 ++++++- mdop/medv-v1/med-v-client-toolsv2.md | 7 ++++++- mdop/medv-v1/med-v-deployment-and-configuration.md | 7 ++++++- mdop/medv-v1/med-v-infrastructure-planning-and-design.md | 7 ++++++- mdop/medv-v1/med-v-installation-prerequisites.md | 7 ++++++- mdop/medv-v1/med-v-operations.md | 7 ++++++- mdop/medv-v1/med-v-reporting.md | 7 ++++++- mdop/medv-v1/med-v-trim-transfer-technology-medvv2.md | 7 ++++++- mdop/medv-v1/overview-of-med-v.md | 7 ++++++- mdop/medv-v1/supported-configurationsmedv-orientation.md | 7 ++++++- mdop/medv-v1/technical-referencemedv-10-sp1.md | 7 ++++++- mdop/medv-v1/troubleshooting-med-v.md | 7 ++++++- mdop/medv-v1/updating-a-med-v-workspace-image.md | 7 ++++++- .../using-the-med-v-management-console-user-interface.md | 7 ++++++- mdop/medv-v2/about-med-v-20.md | 7 ++++++- mdop/medv-v2/authentication-of-med-v-end-users.md | 7 ++++++- .../command-line-options-for-med-v-installation-files.md | 7 ++++++- mdop/medv-v2/compacting-the-med-v-virtual-hard-disk.md | 7 ++++++- mdop/medv-v2/configure-environment-prerequisites.md | 7 ++++++- mdop/medv-v2/configure-installation-prerequisites.md | 7 ++++++- .../configuring-a-windows-virtual-pc-image-for-med-v.md | 7 ++++++- ...uring-advanced-settings-by-using-windows-powershell.md | 7 ++++++- mdop/medv-v2/create-a-med-v-workspace-package.md | 7 ++++++- .../creating-a-windows-virtual-pc-image-for-med-v.md | 7 ++++++- mdop/medv-v2/define-and-plan-your-med-v-deployment.md | 7 ++++++- mdop/medv-v2/deploy-the-med-v-components.md | 7 ++++++- mdop/medv-v2/deploying-the-med-v-workspace-package.md | 7 ++++++- mdop/medv-v2/deployment-of-med-v.md | 7 ++++++- mdop/medv-v2/deployment-troubleshooting.md | 7 ++++++- .../detecting-network-changes-that-affect-med-v.md | 7 ++++++- mdop/medv-v2/determining-how-med-v-will-be-deployed.md | 7 ++++++- .../end-to-end-deployment-scenario-for-med-v-20.md | 7 ++++++- .../end-to-end-operations-scenario-for-med-v-20.md | 7 ++++++- mdop/medv-v2/end-to-end-planning-scenario-for-med-v-20.md | 7 ++++++- mdop/medv-v2/example-med-v-checklists.md | 7 ++++++- .../example-med-v-environment-planning-checklist.md | 7 ++++++- mdop/medv-v2/example-med-v-image-preparation-checklist.md | 7 ++++++- mdop/medv-v2/example-med-v-project-planning-checklist.md | 7 ++++++- .../example-med-v-system-installation-checklist.md | 7 ++++++- .../example-med-v-workspace-deployment-checklist.md | 7 ++++++- mdop/medv-v2/getting-started-with-med-vmedv2.md | 7 ++++++- mdop/medv-v2/high-level-architecturemedv2.md | 7 ++++++- ...direction-information-in-a-deployed-med-v-workspace.md | 7 ++++++- mdop/medv-v2/how-to-create-a-test-environment.md | 7 ++++++- ...ow-to-deploy-a-med-v-workspace-in-a-windows-7-image.md | 7 ++++++- mdop/medv-v2/how-to-deploy-a-med-v-workspace-manually.md | 7 ++++++- ...-through-an-electronic-software-distribution-system.md | 7 ++++++- ...-through-an-electronic-software-distribution-system.md | 7 ++++++- .../how-to-install-the-med-v-workspace-packager.md | 7 ++++++- ...l-redirection-by-using-the-med-v-workspace-packager.md | 7 ++++++- .../how-to-manually-install-the-med-v-host-agent.md | 7 ++++++- ...and-unpublish-an-application-on-the-med-v-workspace.md | 7 ++++++- mdop/medv-v2/how-to-test-application-publishing.md | 7 ++++++- mdop/medv-v2/how-to-test-url-redirection.md | 7 ++++++- mdop/medv-v2/how-to-uninstall-the-med-v-components.md | 7 ++++++- mdop/medv-v2/how-to-verify-first-time-setup-settings.md | 7 ++++++- ...dentifying-the-number-and-types-of-med-v-workspaces.md | 7 ++++++- mdop/medv-v2/index.md | 7 ++++++- ...-and-removing-an-application-on-the-med-v-workspace.md | 7 ++++++- ...stalling-applications-on-a-windows-virtual-pc-image.md | 7 ++++++- mdop/medv-v2/manage-med-v-url-redirection.md | 7 ++++++- mdop/medv-v2/manage-med-v-workspace-applications.md | 7 ++++++- mdop/medv-v2/manage-med-v-workspace-settings.md | 7 ++++++- .../managing-applications-deployed-to-med-v-workspaces.md | 7 ++++++- .../managing-automatic-updates-for-med-v-workspaces.md | 7 ++++++- .../managing-med-v-workspace-configuration-settings.md | 7 ++++++- .../managing-med-v-workspace-settings-by-using-a-wmi.md | 7 ++++++- ...pace-settings-by-using-the-med-v-workspace-packager.md | 7 ++++++- mdop/medv-v2/managing-printers-on-a-med-v-workspace.md | 7 ++++++- .../managing-software-updates-for-med-v-workspaces.md | 7 ++++++- mdop/medv-v2/med-v-20-best-practices.md | 7 ++++++- mdop/medv-v2/med-v-20-deployment-overview.md | 7 ++++++- mdop/medv-v2/med-v-20-release-notes.md | 7 ++++++- mdop/medv-v2/med-v-20-supported-configurations.md | 7 ++++++- mdop/medv-v2/med-v-event-log-messages.md | 7 ++++++- mdop/medv-v2/monitor-med-v-workspaces.md | 7 ++++++- mdop/medv-v2/monitoring-med-v-workspace-deployments.md | 7 ++++++- mdop/medv-v2/operations-for-med-v.md | 7 ++++++- mdop/medv-v2/operations-troubleshooting-medv2.md | 7 ++++++- mdop/medv-v2/overview-of-med-vmedv2.md | 7 ++++++- ...ning-for-application-operating-system-compatibility.md | 7 ++++++- mdop/medv-v2/planning-for-med-v.md | 7 ++++++- mdop/medv-v2/prepare-a-med-v-image.md | 7 ++++++- .../prepare-the-deployment-environment-for-med-v.md | 7 ++++++- .../medv-v2/restarting-and-resetting-a-med-v-workspace.md | 7 ++++++- mdop/medv-v2/security-and-protection-for-med-v.md | 7 ++++++- .../security-best-practices-for-med-v-operations.md | 7 ++++++- mdop/medv-v2/technical-reference-for-med-v.md | 7 ++++++- .../test-and-deploy-the-med-v-workspace-package.md | 7 ++++++- mdop/medv-v2/testing-the-med-v-workspace-package.md | 7 ++++++- ...eshooting-med-v-by-using-the-administration-toolkit.md | 7 ++++++- mdop/medv-v2/troubleshooting-med-vmedv2.md | 7 ++++++- mdop/medv-v2/updating-med-v-20.md | 7 ++++++- mdop/medv-v2/viewing-and-configuring-med-v-logs.md | 7 ++++++- mdop/medv-v2/viewing-med-v-workspace-configurations.md | 7 ++++++- mdop/medv-v2/whats-new-in-med-v-20.md | 7 ++++++- .../windows-virtual-pc-application-exclude-list.md | 7 ++++++- ...ishing-and-client-interaction-for-app-v-5-solutions.md | 7 ++++++- .../creating-app-v-45-databases-using-sql-scripting.md | 7 ++++++- ...nload-and-deploy-mdop-group-policy--admx--templates.md | 7 ++++++- mdop/solutions/index.md | 7 ++++++- ...for-application-virtualization--app-v--50-solutions.md | 7 ++++++- ...for-application-virtualization--app-v--50-solutions.md | 7 ++++++- .../uev-v1/about-user-experience-virtualization-10-sp1.md | 7 ++++++- mdop/uev-v1/about-user-experience-virtualization-10.md | 7 ++++++- mdop/uev-v1/accessibility-for-ue-v.md | 7 ++++++- mdop/uev-v1/administering-ue-v-10.md | 7 ++++++- mdop/uev-v1/administering-ue-v-with-powershell-and-wmi.md | 7 ++++++- .../changing-the-frequency-of-ue-v-scheduled-tasks.md | 7 ++++++- ...valuating-line-of-business-applications-for-ue-v-10.md | 7 ++++++- mdop/uev-v1/configuring-ue-v-with-group-policy-objects.md | 7 ++++++- ...settings-location-templates-with-the-ue-v-generator.md | 7 ++++++- ...deploying-the-settings-storage-location-for-ue-v-10.md | 7 ++++++- ...deploying-the-settings-template-catalog-for-ue-v-10.md | 7 ++++++- mdop/uev-v1/deploying-the-ue-v-agent.md | 7 ++++++- mdop/uev-v1/deploying-ue-v-10.md | 7 ++++++- ...loying-ue-v-settings-location-templates-for-ue-v-10.md | 7 ++++++- ...settings-location-templates-with-the-ue-v-generator.md | 7 ++++++- ...ting-started-with-user-experience-virtualization-10.md | 7 ++++++- mdop/uev-v1/high-level-architecture-for-ue-v-10.md | 7 ++++++- mdop/uev-v1/index.md | 7 ++++++- mdop/uev-v1/installing-the-ue-v-generator.md | 7 ++++++- .../installing-the-ue-v-group-policy-admx-templates.md | 7 ++++++- ...-ue-v-10-agent-and-packages-with-powershell-and-wmi.md | 7 ++++++- ...ettings-location-templates-using-powershell-and-wmi.md | 7 ++++++- ...r-experience-virtualization--ue-v--10-release-notes.md | 7 ++++++- ...perience-virtualization--ue-v--10-sp1-release-notes.md | 7 ++++++- mdop/uev-v1/migrating-ue-v-settings-packages.md | 7 ++++++- mdop/uev-v1/operations-for-ue-v-10.md | 7 ++++++- ...planning-for-custom-template-deployment-for-ue-v-10.md | 7 ++++++- mdop/uev-v1/planning-for-ue-v-10.md | 7 ++++++- mdop/uev-v1/planning-for-ue-v-configuration-methods.md | 7 ++++++- mdop/uev-v1/planning-for-ue-v-configuration.md | 7 ++++++- ...ning-which-applications-to-synchronize-with-ue-v-10.md | 7 ++++++- mdop/uev-v1/preparing-your-environment-for-ue-v.md | 7 ++++++- ...tion-and-windows-settings-synchronized-with-ue-v-10.md | 7 ++++++- mdop/uev-v1/security-and-privacy-for-ue-v-10.md | 7 ++++++- ...s-location-templates-with-the-ue-v-template-gallery.md | 7 ++++++- mdop/uev-v1/supported-configurations-for-ue-v-10.md | 7 ++++++- mdop/uev-v1/troubleshooting-ue-v-10.md | 7 ++++++- mdop/uev-v1/ue-v-10-security-considerations.md | 7 ++++++- mdop/uev-v1/ue-v-checklist.md | 7 ++++++- .../user-experience-virtualization-privacy-statement.md | 7 ++++++- ...e-v-settings-location-templates-with-ue-v-generator.md | 7 ++++++- ...g-with-custom-ue-v-templates-and-the-ue-v-generator.md | 7 ++++++- mdop/uev-v2/accessibility-for-ue-v-2x-both-uevv2.md | 7 ++++++- mdop/uev-v2/administering-ue-v-2x-new-uevv2.md | 7 ++++++- ...-ue-v-2x-with-windows-powershell-and-wmi-both-uevv2.md | 7 ++++++- ...on-template-schema-reference-for-ue-v-2x-both-uevv2.md | 7 ++++++- ...the-frequency-of-ue-v-2x-scheduled-tasks-both-uevv2.md | 7 ++++++- ...-the-company-settings-center-for-ue-v-2x-both-uevv2.md | 7 ++++++- ...guring-ue-v-2x-with-group-policy-objects-both-uevv2.md | 7 ++++++- ...system-center-configuration-manager-2012-both-uevv2.md | 7 ++++++- .../deploy-required-features-for-ue-v-2x-new-uevv2.md | 7 ++++++- .../deploy-ue-v-2x-for-custom-applications-new-uevv2.md | 7 ++++++- mdop/uev-v2/get-started-with-ue-v-2x-new-uevv2.md | 7 ++++++- mdop/uev-v2/index.md | 7 ++++++- ...tive-backup-and-restore-in-ue-v-2x-new-topic-for-21.md | 7 ++++++- .../uev-v2/manage-configurations-for-ue-v-2x-new-uevv2.md | 7 ++++++- ...packages-with-windows-powershell-and-wmi-both-uevv2.md | 7 ++++++- ...mplates-using-windows-powershell-and-wmi-both-uevv2.md | 7 ++++++- ...erience-virtualization--ue-v--20-release-notesuevv2.md | 7 ++++++- ...rience-virtualization--ue-v--21-release-notesuevv21.md | 7 ++++++- ...perience-virtualization--ue-v--21-sp1-release-notes.md | 7 ++++++- .../migrating-ue-v-2x-settings-packages-both-uevv2.md | 7 ++++++- mdop/uev-v2/prepare-a-ue-v-2x-deployment-new-uevv2.md | 7 ++++++- .../security-considerations-for-ue-v-2x-both-uevv2.md | 7 ++++++- mdop/uev-v2/sync-methods-for-ue-v-2x-both-uevv2.md | 7 ++++++- mdop/uev-v2/sync-trigger-events-for-ue-v-2x-both-uevv2.md | 7 ++++++- .../synchronizing-office-2013-with-ue-v-20-both-uevv2.md | 7 ++++++- mdop/uev-v2/technical-reference-for-ue-v-2x-both-uevv2.md | 7 ++++++- mdop/uev-v2/troubleshooting-ue-v-2x-both-uevv2.md | 7 ++++++- ...-application-virtualization-applications-both-uevv2.md | 7 ++++++- mdop/uev-v2/whats-new-in-ue-v-20-new-uevv2.md | 7 ++++++- mdop/uev-v2/whats-new-in-ue-v-21-new-uevv2.md | 7 ++++++- mdop/uev-v2/whats-new-in-ue-v-21-sp1uevv21-sp1.md | 7 ++++++- ...-v-2x-templates-and-the-ue-v-2x-generator-new-uevv2.md | 7 ++++++- 1540 files changed, 9240 insertions(+), 1540 deletions(-) diff --git a/mdop/agpm/administrative-template-settings.md b/mdop/agpm/administrative-template-settings.md index 9f63d101ff..f25ac5eccf 100644 --- a/mdop/agpm/administrative-template-settings.md +++ b/mdop/agpm/administrative-template-settings.md @@ -1,10 +1,15 @@ --- title: Administrative Template Settings description: Administrative Template Settings -ms.assetid: 1abbf0c1-fd32-46a8-a3ba-c005f066523d author: jamiejdt +ms.assetid: 1abbf0c1-fd32-46a8-a3ba-c005f066523d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Administrative Template Settings diff --git a/mdop/agpm/administrative-templates-folder-agpm30ops.md b/mdop/agpm/administrative-templates-folder-agpm30ops.md index 5754c85c87..53eebdfc3c 100644 --- a/mdop/agpm/administrative-templates-folder-agpm30ops.md +++ b/mdop/agpm/administrative-templates-folder-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Administrative Templates Folder description: Administrative Templates Folder -ms.assetid: 0cc5b570-b6d3-4841-9646-02521c13519c author: jamiejdt +ms.assetid: 0cc5b570-b6d3-4841-9646-02521c13519c +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Administrative Templates Folder diff --git a/mdop/agpm/administrative-templates-folder-agpm40.md b/mdop/agpm/administrative-templates-folder-agpm40.md index 8694dc03a2..7df463262e 100644 --- a/mdop/agpm/administrative-templates-folder-agpm40.md +++ b/mdop/agpm/administrative-templates-folder-agpm40.md @@ -1,10 +1,15 @@ --- title: Administrative Templates Folder description: Administrative Templates Folder -ms.assetid: abc41968-4505-4b09-94f2-67ee0e6c9aaf author: jamiejdt +ms.assetid: abc41968-4505-4b09-94f2-67ee0e6c9aaf +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Administrative Templates Folder diff --git a/mdop/agpm/advanced-group-policy-management-40.md b/mdop/agpm/advanced-group-policy-management-40.md index 6a7424055a..86724854b8 100644 --- a/mdop/agpm/advanced-group-policy-management-40.md +++ b/mdop/agpm/advanced-group-policy-management-40.md @@ -1,10 +1,15 @@ --- title: Advanced Group Policy Management 4.0 description: Advanced Group Policy Management 4.0 -ms.assetid: 9873a1f7-97fc-4546-9538-b4c0308529c0 author: jamiejdt +ms.assetid: 9873a1f7-97fc-4546-9538-b4c0308529c0 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Advanced Group Policy Management 4.0 diff --git a/mdop/agpm/agpm-25-navengl.md b/mdop/agpm/agpm-25-navengl.md index e273fa4b35..a8ba742d2a 100644 --- a/mdop/agpm/agpm-25-navengl.md +++ b/mdop/agpm/agpm-25-navengl.md @@ -1,10 +1,15 @@ --- title: AGPM 2.5 description: AGPM 2.5 -ms.assetid: 6db42f2e-88b2-4305-ab6b-d3cd0c5d686c author: jamiejdt +ms.assetid: 6db42f2e-88b2-4305-ab6b-d3cd0c5d686c +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # AGPM 2.5 diff --git a/mdop/agpm/agpm-3-navengl.md b/mdop/agpm/agpm-3-navengl.md index 968482513c..10cdf1d32f 100644 --- a/mdop/agpm/agpm-3-navengl.md +++ b/mdop/agpm/agpm-3-navengl.md @@ -1,10 +1,15 @@ --- title: AGPM 3 description: AGPM 3 -ms.assetid: b0d0051d-2900-4a0f-8307-552ad26b0e3b author: jamiejdt +ms.assetid: b0d0051d-2900-4a0f-8307-552ad26b0e3b +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # AGPM 3 diff --git a/mdop/agpm/agpm-4-navengl.md b/mdop/agpm/agpm-4-navengl.md index 2bc34849e8..d73a007b2e 100644 --- a/mdop/agpm/agpm-4-navengl.md +++ b/mdop/agpm/agpm-4-navengl.md @@ -1,10 +1,15 @@ --- title: AGPM 4 description: AGPM 4 -ms.assetid: 81693f30-1b8e-4e63-b1ac-e6de1bc30cc0 author: jamiejdt +ms.assetid: 81693f30-1b8e-4e63-b1ac-e6de1bc30cc0 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # AGPM 4 diff --git a/mdop/agpm/agpm-40-sp1-navengl.md b/mdop/agpm/agpm-40-sp1-navengl.md index 684433db39..af9eec5213 100644 --- a/mdop/agpm/agpm-40-sp1-navengl.md +++ b/mdop/agpm/agpm-40-sp1-navengl.md @@ -1,10 +1,15 @@ --- title: AGPM 4.0 SP1 description: AGPM 4.0 SP1 -ms.assetid: 4e55d9e6-635c-4ba6-acbb-ed1d1b580a5b author: jamiejdt +ms.assetid: 4e55d9e6-635c-4ba6-acbb-ed1d1b580a5b +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # AGPM 4.0 SP1 diff --git a/mdop/agpm/agpm-40-sp2-navengl.md b/mdop/agpm/agpm-40-sp2-navengl.md index c231c84f1e..0ef6af01bd 100644 --- a/mdop/agpm/agpm-40-sp2-navengl.md +++ b/mdop/agpm/agpm-40-sp2-navengl.md @@ -1,10 +1,15 @@ --- title: AGPM 4.0 SP2 description: AGPM 4.0 SP2 -ms.assetid: 915c9791-ac07-43db-bd53-957b641c700f author: jamiejdt +ms.assetid: 915c9791-ac07-43db-bd53-957b641c700f +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # AGPM 4.0 SP2 diff --git a/mdop/agpm/agpm-40-sp3-navengl.md b/mdop/agpm/agpm-40-sp3-navengl.md index a2f5e22213..18c46b2b1a 100644 --- a/mdop/agpm/agpm-40-sp3-navengl.md +++ b/mdop/agpm/agpm-40-sp3-navengl.md @@ -1,10 +1,15 @@ --- title: AGPM 4.0 SP3 description: AGPM 4.0 SP3 -ms.assetid: cd80eea9-601f-4e45-b89e-c3904addee37 author: jamiejdt +ms.assetid: cd80eea9-601f-4e45-b89e-c3904addee37 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # AGPM 4.0 SP3 diff --git a/mdop/agpm/agpm-server-connection-settings-agpm30ops.md b/mdop/agpm/agpm-server-connection-settings-agpm30ops.md index 4076c59b45..96f62befaf 100644 --- a/mdop/agpm/agpm-server-connection-settings-agpm30ops.md +++ b/mdop/agpm/agpm-server-connection-settings-agpm30ops.md @@ -1,10 +1,15 @@ --- title: AGPM Server Connection Settings description: AGPM Server Connection Settings -ms.assetid: 5f03e397-b868-4c49-9cbf-a5f5d0ddcc39 author: jamiejdt +ms.assetid: 5f03e397-b868-4c49-9cbf-a5f5d0ddcc39 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # AGPM Server Connection Settings diff --git a/mdop/agpm/agpm-server-connection-settings-agpm40.md b/mdop/agpm/agpm-server-connection-settings-agpm40.md index 3a3598f3f1..89bfe7cfc1 100644 --- a/mdop/agpm/agpm-server-connection-settings-agpm40.md +++ b/mdop/agpm/agpm-server-connection-settings-agpm40.md @@ -1,10 +1,15 @@ --- title: AGPM Server Connection Settings description: AGPM Server Connection Settings -ms.assetid: cc67f122-6309-4820-92c2-f6a27d897123 author: jamiejdt +ms.assetid: cc67f122-6309-4820-92c2-f6a27d897123 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # AGPM Server Connection Settings diff --git a/mdop/agpm/agpm-server-connection-settings.md b/mdop/agpm/agpm-server-connection-settings.md index 3959f85099..46f6f72c7f 100644 --- a/mdop/agpm/agpm-server-connection-settings.md +++ b/mdop/agpm/agpm-server-connection-settings.md @@ -1,10 +1,15 @@ --- title: AGPM Server Connection Settings description: AGPM Server Connection Settings -ms.assetid: faf78e5b-2b0d-4069-9b8c-910add892200 author: jamiejdt +ms.assetid: faf78e5b-2b0d-4069-9b8c-910add892200 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # AGPM Server Connection Settings diff --git a/mdop/agpm/agpm-server-tab-agpm30ops.md b/mdop/agpm/agpm-server-tab-agpm30ops.md index f012d4f291..9bf4174311 100644 --- a/mdop/agpm/agpm-server-tab-agpm30ops.md +++ b/mdop/agpm/agpm-server-tab-agpm30ops.md @@ -1,10 +1,15 @@ --- title: AGPM Server Tab description: AGPM Server Tab -ms.assetid: fb3b0265-53ed-4bf6-88a4-c409f5f1bed4 author: jamiejdt +ms.assetid: fb3b0265-53ed-4bf6-88a4-c409f5f1bed4 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # AGPM Server Tab diff --git a/mdop/agpm/agpm-server-tab-agpm40.md b/mdop/agpm/agpm-server-tab-agpm40.md index 8f41b48742..27bf1bccd8 100644 --- a/mdop/agpm/agpm-server-tab-agpm40.md +++ b/mdop/agpm/agpm-server-tab-agpm40.md @@ -1,10 +1,15 @@ --- title: AGPM Server Tab description: AGPM Server Tab -ms.assetid: a6689437-233e-4f33-a0d6-f7d432c96c00 author: jamiejdt +ms.assetid: a6689437-233e-4f33-a0d6-f7d432c96c00 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # AGPM Server Tab diff --git a/mdop/agpm/agpm-server-tab.md b/mdop/agpm/agpm-server-tab.md index 1d1fa5bdde..c03645c3be 100644 --- a/mdop/agpm/agpm-server-tab.md +++ b/mdop/agpm/agpm-server-tab.md @@ -1,10 +1,15 @@ --- title: AGPM Server Tab description: AGPM Server Tab -ms.assetid: ce4490b7-b564-49af-8962-858ee39e0016 author: jamiejdt +ms.assetid: ce4490b7-b564-49af-8962-858ee39e0016 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # AGPM Server Tab diff --git a/mdop/agpm/approve-or-reject-a-pending-action-agpm30ops.md b/mdop/agpm/approve-or-reject-a-pending-action-agpm30ops.md index 6a1193995d..ad045478d7 100644 --- a/mdop/agpm/approve-or-reject-a-pending-action-agpm30ops.md +++ b/mdop/agpm/approve-or-reject-a-pending-action-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Approve or Reject a Pending Action description: Approve or Reject a Pending Action -ms.assetid: 6d78989a-b600-4876-9dd9-bc6207ff2ce7 author: jamiejdt +ms.assetid: 6d78989a-b600-4876-9dd9-bc6207ff2ce7 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Approve or Reject a Pending Action diff --git a/mdop/agpm/approve-or-reject-a-pending-action-agpm40.md b/mdop/agpm/approve-or-reject-a-pending-action-agpm40.md index e8b7ced997..10b518417a 100644 --- a/mdop/agpm/approve-or-reject-a-pending-action-agpm40.md +++ b/mdop/agpm/approve-or-reject-a-pending-action-agpm40.md @@ -1,10 +1,15 @@ --- title: Approve or Reject a Pending Action description: Approve or Reject a Pending Action -ms.assetid: 078ea8b5-9ac5-45fc-9ac1-a1aa629c10b4 author: jamiejdt +ms.assetid: 078ea8b5-9ac5-45fc-9ac1-a1aa629c10b4 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Approve or Reject a Pending Action diff --git a/mdop/agpm/approve-or-reject-a-pending-action.md b/mdop/agpm/approve-or-reject-a-pending-action.md index acdd600536..03f0faaf7e 100644 --- a/mdop/agpm/approve-or-reject-a-pending-action.md +++ b/mdop/agpm/approve-or-reject-a-pending-action.md @@ -1,10 +1,15 @@ --- title: Approve or Reject a Pending Action description: Approve or Reject a Pending Action -ms.assetid: 22921a51-50fb-4a47-bec1-4f563f523675 author: jamiejdt +ms.assetid: 22921a51-50fb-4a47-bec1-4f563f523675 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Approve or Reject a Pending Action diff --git a/mdop/agpm/back-up-the-archive-agpm40.md b/mdop/agpm/back-up-the-archive-agpm40.md index d1e8e9ff0e..5140d69a6e 100644 --- a/mdop/agpm/back-up-the-archive-agpm40.md +++ b/mdop/agpm/back-up-the-archive-agpm40.md @@ -1,10 +1,15 @@ --- title: Back Up the Archive description: Back Up the Archive -ms.assetid: 538d85eb-3596-4c1d-bbd7-26bc28857c28 author: jamiejdt +ms.assetid: 538d85eb-3596-4c1d-bbd7-26bc28857c28 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Back Up the Archive diff --git a/mdop/agpm/back-up-the-archive.md b/mdop/agpm/back-up-the-archive.md index 0b04a98af6..b311bc111e 100644 --- a/mdop/agpm/back-up-the-archive.md +++ b/mdop/agpm/back-up-the-archive.md @@ -1,10 +1,15 @@ --- title: Back Up the Archive description: Back Up the Archive -ms.assetid: 400176da-3518-4475-ad19-c96cda6ca7ba author: jamiejdt +ms.assetid: 400176da-3518-4475-ad19-c96cda6ca7ba +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Back Up the Archive diff --git a/mdop/agpm/best-practices-for-version-control-agpm40.md b/mdop/agpm/best-practices-for-version-control-agpm40.md index 6dc724d298..b1a5da0043 100644 --- a/mdop/agpm/best-practices-for-version-control-agpm40.md +++ b/mdop/agpm/best-practices-for-version-control-agpm40.md @@ -1,10 +1,15 @@ --- title: Best Practices for Version Control description: Best Practices for Version Control -ms.assetid: 4a2a1ac7-67f3-4ba3-ab07-860d33da0efe author: jamiejdt +ms.assetid: 4a2a1ac7-67f3-4ba3-ab07-860d33da0efe +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Best Practices for Version Control diff --git a/mdop/agpm/best-practices-for-version-control.md b/mdop/agpm/best-practices-for-version-control.md index be131d5dc5..6bc3204a15 100644 --- a/mdop/agpm/best-practices-for-version-control.md +++ b/mdop/agpm/best-practices-for-version-control.md @@ -1,10 +1,15 @@ --- title: Best Practices for Version Control description: Best Practices for Version Control -ms.assetid: 89067f6a-f7ea-4dad-999d-118284cf6c5a author: jamiejdt +ms.assetid: 89067f6a-f7ea-4dad-999d-118284cf6c5a +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Best Practices for Version Control diff --git a/mdop/agpm/check-in-a-gpo-agpm30ops.md b/mdop/agpm/check-in-a-gpo-agpm30ops.md index 92606237b0..80fc0c88f9 100644 --- a/mdop/agpm/check-in-a-gpo-agpm30ops.md +++ b/mdop/agpm/check-in-a-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Check In a GPO description: Check In a GPO -ms.assetid: 437397db-c94b-4940-b1a4-05442619ebee author: jamiejdt +ms.assetid: 437397db-c94b-4940-b1a4-05442619ebee +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Check In a GPO diff --git a/mdop/agpm/check-in-a-gpo-agpm40.md b/mdop/agpm/check-in-a-gpo-agpm40.md index 9be1ee6874..531d7fc1e8 100644 --- a/mdop/agpm/check-in-a-gpo-agpm40.md +++ b/mdop/agpm/check-in-a-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Check In a GPO description: Check In a GPO -ms.assetid: b838c8a2-eb9e-4e5b-8740-d7701a4294ac author: jamiejdt +ms.assetid: b838c8a2-eb9e-4e5b-8740-d7701a4294ac +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Check In a GPO diff --git a/mdop/agpm/check-in-a-gpo-approver.md b/mdop/agpm/check-in-a-gpo-approver.md index 2b10b961de..21f53677db 100644 --- a/mdop/agpm/check-in-a-gpo-approver.md +++ b/mdop/agpm/check-in-a-gpo-approver.md @@ -1,10 +1,15 @@ --- title: Check In a GPO description: Check In a GPO -ms.assetid: e428cfff-651f-4903-bf01-d742714d2fa9 author: jamiejdt +ms.assetid: e428cfff-651f-4903-bf01-d742714d2fa9 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Check In a GPO diff --git a/mdop/agpm/checklist-administer-the-agpm-server-and-archive-agpm40.md b/mdop/agpm/checklist-administer-the-agpm-server-and-archive-agpm40.md index f766634e80..f9e834f1b8 100644 --- a/mdop/agpm/checklist-administer-the-agpm-server-and-archive-agpm40.md +++ b/mdop/agpm/checklist-administer-the-agpm-server-and-archive-agpm40.md @@ -1,10 +1,15 @@ --- title: Checklist Administer the AGPM Server and Archive description: Checklist Administer the AGPM Server and Archive -ms.assetid: d9c60203-90c2-48a7-9318-197e0ec5038b author: jamiejdt +ms.assetid: d9c60203-90c2-48a7-9318-197e0ec5038b +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Checklist: Administer the AGPM Server and Archive diff --git a/mdop/agpm/checklist-administer-the-agpm-server-and-archive.md b/mdop/agpm/checklist-administer-the-agpm-server-and-archive.md index 9c2b530ea9..4dd4e6c783 100644 --- a/mdop/agpm/checklist-administer-the-agpm-server-and-archive.md +++ b/mdop/agpm/checklist-administer-the-agpm-server-and-archive.md @@ -1,10 +1,15 @@ --- title: Checklist Administer the AGPM Server and Archive description: Checklist Administer the AGPM Server and Archive -ms.assetid: 0b2eb536-c3cc-462f-a42f-27a53f57bc55 author: jamiejdt +ms.assetid: 0b2eb536-c3cc-462f-a42f-27a53f57bc55 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Checklist: Administer the AGPM Server and Archive diff --git a/mdop/agpm/checklist-create-edit-and-deploy-a-gpo-agpm30ops.md b/mdop/agpm/checklist-create-edit-and-deploy-a-gpo-agpm30ops.md index 6ad33ed3e0..a7ad688913 100644 --- a/mdop/agpm/checklist-create-edit-and-deploy-a-gpo-agpm30ops.md +++ b/mdop/agpm/checklist-create-edit-and-deploy-a-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Checklist Create, Edit, and Deploy a GPO description: Checklist Create, Edit, and Deploy a GPO -ms.assetid: a7a17706-304a-4455-9ada-52508ec620f1 author: jamiejdt +ms.assetid: a7a17706-304a-4455-9ada-52508ec620f1 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Checklist: Create, Edit, and Deploy a GPO diff --git a/mdop/agpm/checklist-create-edit-and-deploy-a-gpo-agpm40.md b/mdop/agpm/checklist-create-edit-and-deploy-a-gpo-agpm40.md index bdfe8cf69b..8c4e6cffe6 100644 --- a/mdop/agpm/checklist-create-edit-and-deploy-a-gpo-agpm40.md +++ b/mdop/agpm/checklist-create-edit-and-deploy-a-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Checklist Create, Edit, and Deploy a GPO description: Checklist Create, Edit, and Deploy a GPO -ms.assetid: 44631bed-16d2-4b5a-af70-17a73fb5f6af author: jamiejdt +ms.assetid: 44631bed-16d2-4b5a-af70-17a73fb5f6af +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Checklist: Create, Edit, and Deploy a GPO diff --git a/mdop/agpm/checklist-create-edit-and-deploy-a-gpo.md b/mdop/agpm/checklist-create-edit-and-deploy-a-gpo.md index f071c72b11..9e9b272267 100644 --- a/mdop/agpm/checklist-create-edit-and-deploy-a-gpo.md +++ b/mdop/agpm/checklist-create-edit-and-deploy-a-gpo.md @@ -1,10 +1,15 @@ --- title: Checklist Create, Edit, and Deploy a GPO description: Checklist Create, Edit, and Deploy a GPO -ms.assetid: 614e2d9a-c18b-4f62-99fd-e17a2ac8559d author: jamiejdt +ms.assetid: 614e2d9a-c18b-4f62-99fd-e17a2ac8559d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Checklist: Create, Edit, and Deploy a GPO diff --git a/mdop/agpm/choosing-which-version-of-agpm-to-install.md b/mdop/agpm/choosing-which-version-of-agpm-to-install.md index eefcafbed5..0c96e2b93c 100644 --- a/mdop/agpm/choosing-which-version-of-agpm-to-install.md +++ b/mdop/agpm/choosing-which-version-of-agpm-to-install.md @@ -1,10 +1,15 @@ --- title: Choosing Which Version of AGPM to Install description: Choosing Which Version of AGPM to Install -ms.assetid: 31357d2a-bc23-4e15-93f4-0beda8ab7a7b author: jamiejdt +ms.assetid: 31357d2a-bc23-4e15-93f4-0beda8ab7a7b +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Choosing Which Version of AGPM to Install diff --git a/mdop/agpm/common-secondary-tab-features.md b/mdop/agpm/common-secondary-tab-features.md index f9455b8d9b..805b439504 100644 --- a/mdop/agpm/common-secondary-tab-features.md +++ b/mdop/agpm/common-secondary-tab-features.md @@ -1,10 +1,15 @@ --- title: Common Secondary Tab Features description: Common Secondary Tab Features -ms.assetid: 44a15c28-944c-49c1-8534-115ce1c362ed author: jamiejdt +ms.assetid: 44a15c28-944c-49c1-8534-115ce1c362ed +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Common Secondary Tab Features diff --git a/mdop/agpm/configure-agpm-server-connections-agpm30ops.md b/mdop/agpm/configure-agpm-server-connections-agpm30ops.md index 45587b91fa..3d1089ca53 100644 --- a/mdop/agpm/configure-agpm-server-connections-agpm30ops.md +++ b/mdop/agpm/configure-agpm-server-connections-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Configure AGPM Server Connections description: Configure AGPM Server Connections -ms.assetid: 6062b77b-2fd7-442c-ad1b-6f14419ebd5f author: jamiejdt +ms.assetid: 6062b77b-2fd7-442c-ad1b-6f14419ebd5f +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure AGPM Server Connections diff --git a/mdop/agpm/configure-agpm-server-connections-agpm40.md b/mdop/agpm/configure-agpm-server-connections-agpm40.md index bd95c3e3aa..f11b4f24ea 100644 --- a/mdop/agpm/configure-agpm-server-connections-agpm40.md +++ b/mdop/agpm/configure-agpm-server-connections-agpm40.md @@ -1,10 +1,15 @@ --- title: Configure AGPM Server Connections description: Configure AGPM Server Connections -ms.assetid: bbbb15e8-35e7-403c-b695-7a6ebeb87839 author: jamiejdt +ms.assetid: bbbb15e8-35e7-403c-b695-7a6ebeb87839 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure AGPM Server Connections diff --git a/mdop/agpm/configure-an-agpm-server-connection-agpm40.md b/mdop/agpm/configure-an-agpm-server-connection-agpm40.md index d8bb277cb0..98bfb930af 100644 --- a/mdop/agpm/configure-an-agpm-server-connection-agpm40.md +++ b/mdop/agpm/configure-an-agpm-server-connection-agpm40.md @@ -1,10 +1,15 @@ --- title: Configure an AGPM Server Connection description: Configure an AGPM Server Connection -ms.assetid: 409cbbcf-3b0e-459d-9bd2-75cb7b9430b0 author: jamiejdt +ms.assetid: 409cbbcf-3b0e-459d-9bd2-75cb7b9430b0 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure an AGPM Server Connection diff --git a/mdop/agpm/configure-an-agpm-server-connection-reviewer-agpm30ops.md b/mdop/agpm/configure-an-agpm-server-connection-reviewer-agpm30ops.md index 7c2c716de9..0b4cbfa84c 100644 --- a/mdop/agpm/configure-an-agpm-server-connection-reviewer-agpm30ops.md +++ b/mdop/agpm/configure-an-agpm-server-connection-reviewer-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Configure an AGPM Server Connection description: Configure an AGPM Server Connection -ms.assetid: ae78dc74-111d-4509-b0a6-e8b8b451c22a author: jamiejdt +ms.assetid: ae78dc74-111d-4509-b0a6-e8b8b451c22a +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure an AGPM Server Connection diff --git a/mdop/agpm/configure-e-mail-notification-agpm30ops.md b/mdop/agpm/configure-e-mail-notification-agpm30ops.md index 5c203a6c32..237698c683 100644 --- a/mdop/agpm/configure-e-mail-notification-agpm30ops.md +++ b/mdop/agpm/configure-e-mail-notification-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Configure E-Mail Notification description: Configure E-Mail Notification -ms.assetid: b32ce395-d1b9-4c5b-b765-97cdbf455f9e author: jamiejdt +ms.assetid: b32ce395-d1b9-4c5b-b765-97cdbf455f9e +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure E-Mail Notification diff --git a/mdop/agpm/configure-e-mail-notification-agpm40.md b/mdop/agpm/configure-e-mail-notification-agpm40.md index 33d9de4103..7b0231b5ea 100644 --- a/mdop/agpm/configure-e-mail-notification-agpm40.md +++ b/mdop/agpm/configure-e-mail-notification-agpm40.md @@ -1,10 +1,15 @@ --- title: Configure E-Mail Notification description: Configure E-Mail Notification -ms.assetid: 06f19556-f296-4a80-86a4-4f446c992204 author: jamiejdt +ms.assetid: 06f19556-f296-4a80-86a4-4f446c992204 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure E-Mail Notification diff --git a/mdop/agpm/configure-e-mail-notification.md b/mdop/agpm/configure-e-mail-notification.md index d93fb94a5f..24a5cfc4e1 100644 --- a/mdop/agpm/configure-e-mail-notification.md +++ b/mdop/agpm/configure-e-mail-notification.md @@ -1,10 +1,15 @@ --- title: Configure E-Mail Notification description: Configure E-Mail Notification -ms.assetid: 6e152de0-4376-4963-8d1a-3e7f5866d30f author: jamiejdt +ms.assetid: 6e152de0-4376-4963-8d1a-3e7f5866d30f +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure E-Mail Notification diff --git a/mdop/agpm/configure-e-mail-security-for-agpm-agpm30ops.md b/mdop/agpm/configure-e-mail-security-for-agpm-agpm30ops.md index f93f7d2ae4..46c84c96d8 100644 --- a/mdop/agpm/configure-e-mail-security-for-agpm-agpm30ops.md +++ b/mdop/agpm/configure-e-mail-security-for-agpm-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Configure E-Mail Security for AGPM description: Configure E-Mail Security for AGPM -ms.assetid: 4850ed8e-a1c6-43f0-95c5-853aa66a94ae author: jamiejdt +ms.assetid: 4850ed8e-a1c6-43f0-95c5-853aa66a94ae +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure E-Mail Security for AGPM diff --git a/mdop/agpm/configure-e-mail-security-for-agpm-agpm40.md b/mdop/agpm/configure-e-mail-security-for-agpm-agpm40.md index 806f22bf27..d4aa9f74c5 100644 --- a/mdop/agpm/configure-e-mail-security-for-agpm-agpm40.md +++ b/mdop/agpm/configure-e-mail-security-for-agpm-agpm40.md @@ -1,10 +1,15 @@ --- title: Configure E-Mail Security for AGPM description: Configure E-Mail Security for AGPM -ms.assetid: b9c48894-0a10-4d03-8027-50ed3b02485a author: jamiejdt +ms.assetid: b9c48894-0a10-4d03-8027-50ed3b02485a +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure E-Mail Security for AGPM diff --git a/mdop/agpm/configure-logging-and-tracing-agpm30ops.md b/mdop/agpm/configure-logging-and-tracing-agpm30ops.md index 95a620c26a..d821f2622e 100644 --- a/mdop/agpm/configure-logging-and-tracing-agpm30ops.md +++ b/mdop/agpm/configure-logging-and-tracing-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Configure Logging and Tracing description: Configure Logging and Tracing -ms.assetid: 4f89552f-e949-48b0-9325-23746034eaa4 author: jamiejdt +ms.assetid: 4f89552f-e949-48b0-9325-23746034eaa4 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure Logging and Tracing diff --git a/mdop/agpm/configure-logging-and-tracing-agpm40.md b/mdop/agpm/configure-logging-and-tracing-agpm40.md index 214207c538..994564efd7 100644 --- a/mdop/agpm/configure-logging-and-tracing-agpm40.md +++ b/mdop/agpm/configure-logging-and-tracing-agpm40.md @@ -1,10 +1,15 @@ --- title: Configure Logging and Tracing description: Configure Logging and Tracing -ms.assetid: 2418cb6a-7189-4080-8fe2-9c8d47dec62c author: jamiejdt +ms.assetid: 2418cb6a-7189-4080-8fe2-9c8d47dec62c +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure Logging and Tracing diff --git a/mdop/agpm/configure-logging-and-tracing.md b/mdop/agpm/configure-logging-and-tracing.md index bbdff7dd7b..93c3ba28ae 100644 --- a/mdop/agpm/configure-logging-and-tracing.md +++ b/mdop/agpm/configure-logging-and-tracing.md @@ -1,10 +1,15 @@ --- title: Configure Logging and Tracing description: Configure Logging and Tracing -ms.assetid: 419231f9-e9db-4f91-a7cf-a0a73db25256 author: jamiejdt +ms.assetid: 419231f9-e9db-4f91-a7cf-a0a73db25256 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure Logging and Tracing diff --git a/mdop/agpm/configure-the-agpm-server-connection-reviewer.md b/mdop/agpm/configure-the-agpm-server-connection-reviewer.md index fb9e112779..3718f6d3a5 100644 --- a/mdop/agpm/configure-the-agpm-server-connection-reviewer.md +++ b/mdop/agpm/configure-the-agpm-server-connection-reviewer.md @@ -1,10 +1,15 @@ --- title: Configure the AGPM Server Connection description: Configure the AGPM Server Connection -ms.assetid: 74e8f348-a8ed-4d69-a8e0-9c974aaeca2d author: jamiejdt +ms.assetid: 74e8f348-a8ed-4d69-a8e0-9c974aaeca2d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure the AGPM Server Connection diff --git a/mdop/agpm/configure-the-agpm-server-connection.md b/mdop/agpm/configure-the-agpm-server-connection.md index 3c672aa12d..b84630ff60 100644 --- a/mdop/agpm/configure-the-agpm-server-connection.md +++ b/mdop/agpm/configure-the-agpm-server-connection.md @@ -1,10 +1,15 @@ --- title: Configure the AGPM Server Connection description: Configure the AGPM Server Connection -ms.assetid: 9a42b5bc-41be-44ef-a6e2-6f56e2cf1996 author: jamiejdt +ms.assetid: 9a42b5bc-41be-44ef-a6e2-6f56e2cf1996 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configure the AGPM Server Connection diff --git a/mdop/agpm/configuring-advanced-group-policy-management-agpm40.md b/mdop/agpm/configuring-advanced-group-policy-management-agpm40.md index 34b5ffec32..cdf55a61a6 100644 --- a/mdop/agpm/configuring-advanced-group-policy-management-agpm40.md +++ b/mdop/agpm/configuring-advanced-group-policy-management-agpm40.md @@ -1,10 +1,15 @@ --- title: Configuring Advanced Group Policy Management description: Configuring Advanced Group Policy Management -ms.assetid: 8c978ddf-2789-44e4-9c08-de7b4cd1afa0 author: jamiejdt +ms.assetid: 8c978ddf-2789-44e4-9c08-de7b4cd1afa0 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configuring Advanced Group Policy Management diff --git a/mdop/agpm/configuring-advanced-group-policy-management.md b/mdop/agpm/configuring-advanced-group-policy-management.md index 221f9ba43a..da28d48a83 100644 --- a/mdop/agpm/configuring-advanced-group-policy-management.md +++ b/mdop/agpm/configuring-advanced-group-policy-management.md @@ -1,10 +1,15 @@ --- title: Configuring Advanced Group Policy Management description: Configuring Advanced Group Policy Management -ms.assetid: 836f4a49-2c77-4f6b-8727-9df7ef443141 author: jamiejdt +ms.assetid: 836f4a49-2c77-4f6b-8727-9df7ef443141 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configuring Advanced Group Policy Management diff --git a/mdop/agpm/contents-tab-agpm30ops.md b/mdop/agpm/contents-tab-agpm30ops.md index 3dc687bb4b..4b11b7aa22 100644 --- a/mdop/agpm/contents-tab-agpm30ops.md +++ b/mdop/agpm/contents-tab-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Contents Tab description: Contents Tab -ms.assetid: 6ada6430-cd93-47aa-af6e-d7f5b5620132 author: jamiejdt +ms.assetid: 6ada6430-cd93-47aa-af6e-d7f5b5620132 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Contents Tab diff --git a/mdop/agpm/contents-tab-agpm40.md b/mdop/agpm/contents-tab-agpm40.md index d9849b07b8..30e836b845 100644 --- a/mdop/agpm/contents-tab-agpm40.md +++ b/mdop/agpm/contents-tab-agpm40.md @@ -1,10 +1,15 @@ --- title: Contents Tab description: Contents Tab -ms.assetid: cf9d1f17-3c3d-422f-bd6b-3db87be45554 author: jamiejdt +ms.assetid: cf9d1f17-3c3d-422f-bd6b-3db87be45554 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Contents Tab diff --git a/mdop/agpm/contents-tab-features-agpm30ops.md b/mdop/agpm/contents-tab-features-agpm30ops.md index 03c7d73b14..562e51226d 100644 --- a/mdop/agpm/contents-tab-features-agpm30ops.md +++ b/mdop/agpm/contents-tab-features-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Contents Tab Features description: Contents Tab Features -ms.assetid: 725f025a-c30a-4d07-add1-4e0ed9a1a5fd author: jamiejdt +ms.assetid: 725f025a-c30a-4d07-add1-4e0ed9a1a5fd +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Contents Tab Features diff --git a/mdop/agpm/contents-tab-features-agpm40.md b/mdop/agpm/contents-tab-features-agpm40.md index 96505ca8e0..67da231589 100644 --- a/mdop/agpm/contents-tab-features-agpm40.md +++ b/mdop/agpm/contents-tab-features-agpm40.md @@ -1,10 +1,15 @@ --- title: Contents Tab Features description: Contents Tab Features -ms.assetid: f1f4849d-bf94-47d5-ad81-0eee33abcaca author: jamiejdt +ms.assetid: f1f4849d-bf94-47d5-ad81-0eee33abcaca +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Contents Tab Features diff --git a/mdop/agpm/contents-tab.md b/mdop/agpm/contents-tab.md index f8114e07fa..1815574b54 100644 --- a/mdop/agpm/contents-tab.md +++ b/mdop/agpm/contents-tab.md @@ -1,10 +1,15 @@ --- title: Contents Tab description: Contents Tab -ms.assetid: 8a756bc1-3900-4d83-93c4-7ebc4705d956 author: jamiejdt +ms.assetid: 8a756bc1-3900-4d83-93c4-7ebc4705d956 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Contents Tab diff --git a/mdop/agpm/control-a-previously-uncontrolled-gpo.md b/mdop/agpm/control-a-previously-uncontrolled-gpo.md index 10772b8dd9..8c6d627bf0 100644 --- a/mdop/agpm/control-a-previously-uncontrolled-gpo.md +++ b/mdop/agpm/control-a-previously-uncontrolled-gpo.md @@ -1,10 +1,15 @@ --- title: Control a Previously Uncontrolled GPO description: Control a Previously Uncontrolled GPO -ms.assetid: 452689a9-4e32-4e3b-8208-56353a82bf36 author: jamiejdt +ms.assetid: 452689a9-4e32-4e3b-8208-56353a82bf36 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Control a Previously Uncontrolled GPO diff --git a/mdop/agpm/control-an-uncontrolled-gpo-agpm30ops.md b/mdop/agpm/control-an-uncontrolled-gpo-agpm30ops.md index 26961b5810..0251a7ad76 100644 --- a/mdop/agpm/control-an-uncontrolled-gpo-agpm30ops.md +++ b/mdop/agpm/control-an-uncontrolled-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Control an Uncontrolled GPO description: Control an Uncontrolled GPO -ms.assetid: 603f00f9-1e65-4b2f-902a-e53dafedbd8d author: jamiejdt +ms.assetid: 603f00f9-1e65-4b2f-902a-e53dafedbd8d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Control an Uncontrolled GPO diff --git a/mdop/agpm/control-an-uncontrolled-gpo-agpm40.md b/mdop/agpm/control-an-uncontrolled-gpo-agpm40.md index 91c2d303d3..f1fece410d 100644 --- a/mdop/agpm/control-an-uncontrolled-gpo-agpm40.md +++ b/mdop/agpm/control-an-uncontrolled-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Control an Uncontrolled GPO description: Control an Uncontrolled GPO -ms.assetid: dc81545c-8da5-4b6f-b266-f01a82e27c6b author: jamiejdt +ms.assetid: dc81545c-8da5-4b6f-b266-f01a82e27c6b +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Control an Uncontrolled GPO diff --git a/mdop/agpm/controlled-gpo-commands-agpm30ops.md b/mdop/agpm/controlled-gpo-commands-agpm30ops.md index a6e472a246..80d30c4fef 100644 --- a/mdop/agpm/controlled-gpo-commands-agpm30ops.md +++ b/mdop/agpm/controlled-gpo-commands-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Controlled GPO Commands description: Controlled GPO Commands -ms.assetid: 82db4772-154a-4a8d-99cd-2c69e1738698 author: jamiejdt +ms.assetid: 82db4772-154a-4a8d-99cd-2c69e1738698 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Controlled GPO Commands diff --git a/mdop/agpm/controlled-gpo-commands-agpm40.md b/mdop/agpm/controlled-gpo-commands-agpm40.md index b9b8ad1d31..d31b58e816 100644 --- a/mdop/agpm/controlled-gpo-commands-agpm40.md +++ b/mdop/agpm/controlled-gpo-commands-agpm40.md @@ -1,10 +1,15 @@ --- title: Controlled GPO Commands description: Controlled GPO Commands -ms.assetid: 370d3db9-4efc-4799-983d-e29ba5f32b07 author: jamiejdt +ms.assetid: 370d3db9-4efc-4799-983d-e29ba5f32b07 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Controlled GPO Commands diff --git a/mdop/agpm/controlled-tab.md b/mdop/agpm/controlled-tab.md index 03b5eda88f..860fa234f7 100644 --- a/mdop/agpm/controlled-tab.md +++ b/mdop/agpm/controlled-tab.md @@ -1,10 +1,15 @@ --- title: Controlled Tab description: Controlled Tab -ms.assetid: 8995a9e1-ace4-40b7-a47b-e1e9924541ba author: jamiejdt +ms.assetid: 8995a9e1-ace4-40b7-a47b-e1e9924541ba +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Controlled Tab diff --git a/mdop/agpm/create-a-new-controlled-gpo-agpm30ops.md b/mdop/agpm/create-a-new-controlled-gpo-agpm30ops.md index 81374c1407..6dac56a400 100644 --- a/mdop/agpm/create-a-new-controlled-gpo-agpm30ops.md +++ b/mdop/agpm/create-a-new-controlled-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Create a New Controlled GPO description: Create a New Controlled GPO -ms.assetid: f89eaae8-7858-4222-ba3f-a93a9d7ea5a3 author: jamiejdt +ms.assetid: f89eaae8-7858-4222-ba3f-a93a9d7ea5a3 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Create a New Controlled GPO diff --git a/mdop/agpm/create-a-new-controlled-gpo-agpm40.md b/mdop/agpm/create-a-new-controlled-gpo-agpm40.md index 4e8151cc93..b7fb63e917 100644 --- a/mdop/agpm/create-a-new-controlled-gpo-agpm40.md +++ b/mdop/agpm/create-a-new-controlled-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Create a New Controlled GPO description: Create a New Controlled GPO -ms.assetid: 5ce760f6-9f05-42b4-b787-7835ab8e324e author: jamiejdt +ms.assetid: 5ce760f6-9f05-42b4-b787-7835ab8e324e +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Create a New Controlled GPO diff --git a/mdop/agpm/create-a-new-controlled-gpo.md b/mdop/agpm/create-a-new-controlled-gpo.md index b3bde3fd2b..05975357d5 100644 --- a/mdop/agpm/create-a-new-controlled-gpo.md +++ b/mdop/agpm/create-a-new-controlled-gpo.md @@ -1,10 +1,15 @@ --- title: Create a New Controlled GPO description: Create a New Controlled GPO -ms.assetid: b43ce0f4-4519-4278-83c4-c7d5163ddd11 author: jamiejdt +ms.assetid: b43ce0f4-4519-4278-83c4-c7d5163ddd11 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Create a New Controlled GPO diff --git a/mdop/agpm/create-a-template-agpm30ops.md b/mdop/agpm/create-a-template-agpm30ops.md index a8261ff54e..46d9be98c0 100644 --- a/mdop/agpm/create-a-template-agpm30ops.md +++ b/mdop/agpm/create-a-template-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Create a Template description: Create a Template -ms.assetid: 8208f14a-5c18-43a7-8564-118230398cca author: jamiejdt +ms.assetid: 8208f14a-5c18-43a7-8564-118230398cca +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Create a Template diff --git a/mdop/agpm/create-a-template-agpm40.md b/mdop/agpm/create-a-template-agpm40.md index a16eb59f23..f9ac91aaa2 100644 --- a/mdop/agpm/create-a-template-agpm40.md +++ b/mdop/agpm/create-a-template-agpm40.md @@ -1,10 +1,15 @@ --- title: Create a Template description: Create a Template -ms.assetid: b38423af-7d24-437a-98bc-01f1ae891127 author: jamiejdt +ms.assetid: b38423af-7d24-437a-98bc-01f1ae891127 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Create a Template diff --git a/mdop/agpm/create-a-template.md b/mdop/agpm/create-a-template.md index d958389cf5..aa575c19bb 100644 --- a/mdop/agpm/create-a-template.md +++ b/mdop/agpm/create-a-template.md @@ -1,10 +1,15 @@ --- title: Create a Template description: Create a Template -ms.assetid: 6992bd55-4a4f-401f-9815-c468bac598ef author: jamiejdt +ms.assetid: 6992bd55-4a4f-401f-9815-c468bac598ef +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Create a Template diff --git a/mdop/agpm/creating-a-template-and-setting-a-default-template-agpm30ops.md b/mdop/agpm/creating-a-template-and-setting-a-default-template-agpm30ops.md index 50754e2edb..6b0f3663bc 100644 --- a/mdop/agpm/creating-a-template-and-setting-a-default-template-agpm30ops.md +++ b/mdop/agpm/creating-a-template-and-setting-a-default-template-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Creating a Template and Setting a Default Template description: Creating a Template and Setting a Default Template -ms.assetid: acce0e0f-7e67-479c-9daa-e678fccd7ced author: jamiejdt +ms.assetid: acce0e0f-7e67-479c-9daa-e678fccd7ced +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Creating a Template and Setting a Default Template diff --git a/mdop/agpm/creating-a-template-and-setting-a-default-template-agpm40.md b/mdop/agpm/creating-a-template-and-setting-a-default-template-agpm40.md index c5a530be4e..9f55fca854 100644 --- a/mdop/agpm/creating-a-template-and-setting-a-default-template-agpm40.md +++ b/mdop/agpm/creating-a-template-and-setting-a-default-template-agpm40.md @@ -1,10 +1,15 @@ --- title: Creating a Template and Setting a Default Template description: Creating a Template and Setting a Default Template -ms.assetid: ffa72c2a-64eb-4492-8072-c3a66179b546 author: jamiejdt +ms.assetid: ffa72c2a-64eb-4492-8072-c3a66179b546 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Creating a Template and Setting a Default Template diff --git a/mdop/agpm/creating-a-template-and-setting-a-default-template.md b/mdop/agpm/creating-a-template-and-setting-a-default-template.md index 28d35e6082..0ff52d648f 100644 --- a/mdop/agpm/creating-a-template-and-setting-a-default-template.md +++ b/mdop/agpm/creating-a-template-and-setting-a-default-template.md @@ -1,10 +1,15 @@ --- title: Creating a Template and Setting a Default Template description: Creating a Template and Setting a Default Template -ms.assetid: 8771b4b5-4dea-4be1-a675-f60cfd3ec5dc author: jamiejdt +ms.assetid: 8771b4b5-4dea-4be1-a675-f60cfd3ec5dc +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Creating a Template and Setting a Default Template diff --git a/mdop/agpm/creating-controlling-or-importing-a-gpo-agpm30ops.md b/mdop/agpm/creating-controlling-or-importing-a-gpo-agpm30ops.md index 67d8e3b5f5..796e41fbfb 100644 --- a/mdop/agpm/creating-controlling-or-importing-a-gpo-agpm30ops.md +++ b/mdop/agpm/creating-controlling-or-importing-a-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Creating, Controlling, or Importing a GPO description: Creating, Controlling, or Importing a GPO -ms.assetid: ce8b232e-7758-4a6a-9e2f-18967da6cdad author: jamiejdt +ms.assetid: ce8b232e-7758-4a6a-9e2f-18967da6cdad +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Creating, Controlling, or Importing a GPO diff --git a/mdop/agpm/creating-controlling-or-importing-a-gpo-approver.md b/mdop/agpm/creating-controlling-or-importing-a-gpo-approver.md index 4ab6640561..91c9b781bd 100644 --- a/mdop/agpm/creating-controlling-or-importing-a-gpo-approver.md +++ b/mdop/agpm/creating-controlling-or-importing-a-gpo-approver.md @@ -1,10 +1,15 @@ --- title: Creating, Controlling, or Importing a GPO description: Creating, Controlling, or Importing a GPO -ms.assetid: f2c8bef5-b654-4864-99d4-9207cfb0a137 author: jamiejdt +ms.assetid: f2c8bef5-b654-4864-99d4-9207cfb0a137 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Creating, Controlling, or Importing a GPO diff --git a/mdop/agpm/creating-controlling-or-importing-a-gpo-editor-agpm30ops.md b/mdop/agpm/creating-controlling-or-importing-a-gpo-editor-agpm30ops.md index dd6182cf2f..8cdef3df4b 100644 --- a/mdop/agpm/creating-controlling-or-importing-a-gpo-editor-agpm30ops.md +++ b/mdop/agpm/creating-controlling-or-importing-a-gpo-editor-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Creating, Controlling, or Importing a GPO description: Creating, Controlling, or Importing a GPO -ms.assetid: 0cc1b6ee-3335-4d84-9e1c-d1aefabfef51 author: jamiejdt +ms.assetid: 0cc1b6ee-3335-4d84-9e1c-d1aefabfef51 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Creating, Controlling, or Importing a GPO diff --git a/mdop/agpm/creating-controlling-or-importing-a-gpo-editor.md b/mdop/agpm/creating-controlling-or-importing-a-gpo-editor.md index 6dceff09c4..91eda34b27 100644 --- a/mdop/agpm/creating-controlling-or-importing-a-gpo-editor.md +++ b/mdop/agpm/creating-controlling-or-importing-a-gpo-editor.md @@ -1,10 +1,15 @@ --- title: Creating, Controlling, or Importing a GPO description: Creating, Controlling, or Importing a GPO -ms.assetid: 5259ce25-f570-4346-9f50-6b051724a998 author: jamiejdt +ms.assetid: 5259ce25-f570-4346-9f50-6b051724a998 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Creating, Controlling, or Importing a GPO diff --git a/mdop/agpm/creating-or-controlling-a-gpo-agpm40-app.md b/mdop/agpm/creating-or-controlling-a-gpo-agpm40-app.md index 1585c4614a..d7a1925f42 100644 --- a/mdop/agpm/creating-or-controlling-a-gpo-agpm40-app.md +++ b/mdop/agpm/creating-or-controlling-a-gpo-agpm40-app.md @@ -1,10 +1,15 @@ --- title: Creating or Controlling a GPO description: Creating or Controlling a GPO -ms.assetid: ca2fa40e-c6e9-4c57-9da1-e5375df4a2fd author: jamiejdt +ms.assetid: ca2fa40e-c6e9-4c57-9da1-e5375df4a2fd +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Creating or Controlling a GPO diff --git a/mdop/agpm/creating-or-controlling-a-gpo-agpm40-ed.md b/mdop/agpm/creating-or-controlling-a-gpo-agpm40-ed.md index 77a3baa3ef..6900157b6b 100644 --- a/mdop/agpm/creating-or-controlling-a-gpo-agpm40-ed.md +++ b/mdop/agpm/creating-or-controlling-a-gpo-agpm40-ed.md @@ -1,10 +1,15 @@ --- title: Creating or Controlling a GPO description: Creating or Controlling a GPO -ms.assetid: 807f3b3f-ad3d-4851-9772-7f54a065632a author: jamiejdt +ms.assetid: 807f3b3f-ad3d-4851-9772-7f54a065632a +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Creating or Controlling a GPO diff --git a/mdop/agpm/delegate-access-to-a-gpo.md b/mdop/agpm/delegate-access-to-a-gpo.md index bc2fbebe73..5eea31c9df 100644 --- a/mdop/agpm/delegate-access-to-a-gpo.md +++ b/mdop/agpm/delegate-access-to-a-gpo.md @@ -1,10 +1,15 @@ --- title: Delegate Access to a GPO description: Delegate Access to a GPO -ms.assetid: f1d6bb6c-d5bf-4080-a6cb-32774689f804 author: jamiejdt +ms.assetid: f1d6bb6c-d5bf-4080-a6cb-32774689f804 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delegate Access to a GPO diff --git a/mdop/agpm/delegate-access-to-an-individual-gpo-in-the-archive-agpm30ops.md b/mdop/agpm/delegate-access-to-an-individual-gpo-in-the-archive-agpm30ops.md index 4ef69b6c58..5a2814024b 100644 --- a/mdop/agpm/delegate-access-to-an-individual-gpo-in-the-archive-agpm30ops.md +++ b/mdop/agpm/delegate-access-to-an-individual-gpo-in-the-archive-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Delegate Access to an Individual GPO in the Archive description: Delegate Access to an Individual GPO in the Archive -ms.assetid: 7b37b188-2b6b-4e52-be97-8ef899e9893b author: jamiejdt +ms.assetid: 7b37b188-2b6b-4e52-be97-8ef899e9893b +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delegate Access to an Individual GPO in the Archive diff --git a/mdop/agpm/delegate-access-to-an-individual-gpo-in-the-archive-agpm40.md b/mdop/agpm/delegate-access-to-an-individual-gpo-in-the-archive-agpm40.md index 428dd7a609..fea0a86721 100644 --- a/mdop/agpm/delegate-access-to-an-individual-gpo-in-the-archive-agpm40.md +++ b/mdop/agpm/delegate-access-to-an-individual-gpo-in-the-archive-agpm40.md @@ -1,10 +1,15 @@ --- title: Delegate Access to an Individual GPO in the Archive description: Delegate Access to an Individual GPO in the Archive -ms.assetid: 284d2aa2-7c10-4ffa-8978-bbe30867c1c1 author: jamiejdt +ms.assetid: 284d2aa2-7c10-4ffa-8978-bbe30867c1c1 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delegate Access to an Individual GPO in the Archive diff --git a/mdop/agpm/delegate-access-to-an-individual-gpo.md b/mdop/agpm/delegate-access-to-an-individual-gpo.md index b782696eff..38a2a79da1 100644 --- a/mdop/agpm/delegate-access-to-an-individual-gpo.md +++ b/mdop/agpm/delegate-access-to-an-individual-gpo.md @@ -1,10 +1,15 @@ --- title: Delegate Access to an Individual GPO description: Delegate Access to an Individual GPO -ms.assetid: b2a7d550-14bf-4b41-b6e4-2cc091eedd2d author: jamiejdt +ms.assetid: b2a7d550-14bf-4b41-b6e4-2cc091eedd2d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delegate Access to an Individual GPO diff --git a/mdop/agpm/delegate-access-to-the-production-environment-agpm30ops.md b/mdop/agpm/delegate-access-to-the-production-environment-agpm30ops.md index 8701b23efb..2f39b00972 100644 --- a/mdop/agpm/delegate-access-to-the-production-environment-agpm30ops.md +++ b/mdop/agpm/delegate-access-to-the-production-environment-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Delegate Access to the Production Environment description: Delegate Access to the Production Environment -ms.assetid: c1ebae2e-909b-4e64-b368-b7d3cc67b1eb author: jamiejdt +ms.assetid: c1ebae2e-909b-4e64-b368-b7d3cc67b1eb +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delegate Access to the Production Environment diff --git a/mdop/agpm/delegate-access-to-the-production-environment-agpm40.md b/mdop/agpm/delegate-access-to-the-production-environment-agpm40.md index d7a7b1b82c..54db6d04b9 100644 --- a/mdop/agpm/delegate-access-to-the-production-environment-agpm40.md +++ b/mdop/agpm/delegate-access-to-the-production-environment-agpm40.md @@ -1,10 +1,15 @@ --- title: Delegate Access to the Production Environment description: Delegate Access to the Production Environment -ms.assetid: 4c670581-8c47-41ea-80eb-02846ff1ec1f author: jamiejdt +ms.assetid: 4c670581-8c47-41ea-80eb-02846ff1ec1f +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delegate Access to the Production Environment diff --git a/mdop/agpm/delegate-domain-level-access-to-the-archive-agpm30ops.md b/mdop/agpm/delegate-domain-level-access-to-the-archive-agpm30ops.md index b8cd8c763f..1f5afea17e 100644 --- a/mdop/agpm/delegate-domain-level-access-to-the-archive-agpm30ops.md +++ b/mdop/agpm/delegate-domain-level-access-to-the-archive-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Delegate Domain-Level Access to the Archive description: Delegate Domain-Level Access to the Archive -ms.assetid: d232069e-71d5-4b4d-b22e-bef11de1cfd4 author: jamiejdt +ms.assetid: d232069e-71d5-4b4d-b22e-bef11de1cfd4 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delegate Domain-Level Access to the Archive diff --git a/mdop/agpm/delegate-domain-level-access-to-the-archive-agpm40.md b/mdop/agpm/delegate-domain-level-access-to-the-archive-agpm40.md index ae0375e36a..c8fff60d15 100644 --- a/mdop/agpm/delegate-domain-level-access-to-the-archive-agpm40.md +++ b/mdop/agpm/delegate-domain-level-access-to-the-archive-agpm40.md @@ -1,10 +1,15 @@ --- title: Delegate Domain-Level Access to the Archive description: Delegate Domain-Level Access to the Archive -ms.assetid: 11ca1d40-4b5c-496e-8922-d01412717858 author: jamiejdt +ms.assetid: 11ca1d40-4b5c-496e-8922-d01412717858 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delegate Domain-Level Access to the Archive diff --git a/mdop/agpm/delegate-domain-level-access.md b/mdop/agpm/delegate-domain-level-access.md index 464c4e98ca..d2ffc21f2c 100644 --- a/mdop/agpm/delegate-domain-level-access.md +++ b/mdop/agpm/delegate-domain-level-access.md @@ -1,10 +1,15 @@ --- title: Delegate Domain-Level Access description: Delegate Domain-Level Access -ms.assetid: 64c8e773-38cc-4991-9ed2-5a801094d06e author: jamiejdt +ms.assetid: 64c8e773-38cc-4991-9ed2-5a801094d06e +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delegate Domain-Level Access diff --git a/mdop/agpm/delegate-management-of-a-controlled-gpo-agpm30ops.md b/mdop/agpm/delegate-management-of-a-controlled-gpo-agpm30ops.md index 95cf4cd76f..f375fc64f8 100644 --- a/mdop/agpm/delegate-management-of-a-controlled-gpo-agpm30ops.md +++ b/mdop/agpm/delegate-management-of-a-controlled-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Delegate Management of a Controlled GPO description: Delegate Management of a Controlled GPO -ms.assetid: 509b02e7-ce0b-4919-b58a-c3a33051152e author: jamiejdt +ms.assetid: 509b02e7-ce0b-4919-b58a-c3a33051152e +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delegate Management of a Controlled GPO diff --git a/mdop/agpm/delegate-management-of-a-controlled-gpo-agpm40.md b/mdop/agpm/delegate-management-of-a-controlled-gpo-agpm40.md index 72418be014..c30a6fdf17 100644 --- a/mdop/agpm/delegate-management-of-a-controlled-gpo-agpm40.md +++ b/mdop/agpm/delegate-management-of-a-controlled-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Delegate Management of a Controlled GPO description: Delegate Management of a Controlled GPO -ms.assetid: 96b4bfb3-5657-4267-8326-85d7a0db87ce author: jamiejdt +ms.assetid: 96b4bfb3-5657-4267-8326-85d7a0db87ce +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delegate Management of a Controlled GPO diff --git a/mdop/agpm/delete-a-controlled-gpo-agpm30ops.md b/mdop/agpm/delete-a-controlled-gpo-agpm30ops.md index 561adc426a..81ab4dc963 100644 --- a/mdop/agpm/delete-a-controlled-gpo-agpm30ops.md +++ b/mdop/agpm/delete-a-controlled-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Delete a Controlled GPO description: Delete a Controlled GPO -ms.assetid: f51c1737-c116-4faf-a6f6-c72303f60a3b author: jamiejdt +ms.assetid: f51c1737-c116-4faf-a6f6-c72303f60a3b +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delete a Controlled GPO diff --git a/mdop/agpm/delete-a-controlled-gpo-agpm40.md b/mdop/agpm/delete-a-controlled-gpo-agpm40.md index b99a7b959d..8d8e72fb60 100644 --- a/mdop/agpm/delete-a-controlled-gpo-agpm40.md +++ b/mdop/agpm/delete-a-controlled-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Delete a Controlled GPO description: Delete a Controlled GPO -ms.assetid: 2a461018-aa0b-4ae3-b079-efc554ca4a3d author: jamiejdt +ms.assetid: 2a461018-aa0b-4ae3-b079-efc554ca4a3d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delete a Controlled GPO diff --git a/mdop/agpm/delete-a-gpo-approver.md b/mdop/agpm/delete-a-gpo-approver.md index 951de8c8d3..364438cd55 100644 --- a/mdop/agpm/delete-a-gpo-approver.md +++ b/mdop/agpm/delete-a-gpo-approver.md @@ -1,10 +1,15 @@ --- title: Delete a GPO description: Delete a GPO -ms.assetid: 85fca371-5707-49c1-aa51-813fc3a58dfc author: jamiejdt +ms.assetid: 85fca371-5707-49c1-aa51-813fc3a58dfc +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delete a GPO diff --git a/mdop/agpm/delete-a-gpo-editor.md b/mdop/agpm/delete-a-gpo-editor.md index b448fe792d..dc5a1f2ea1 100644 --- a/mdop/agpm/delete-a-gpo-editor.md +++ b/mdop/agpm/delete-a-gpo-editor.md @@ -1,10 +1,15 @@ --- title: Delete a GPO description: Delete a GPO -ms.assetid: 66be3dde-653e-4c25-8cb7-00e7090c8d31 author: jamiejdt +ms.assetid: 66be3dde-653e-4c25-8cb7-00e7090c8d31 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Delete a GPO diff --git a/mdop/agpm/deleting-or-restoring-a-gpo-agpm30ops.md b/mdop/agpm/deleting-or-restoring-a-gpo-agpm30ops.md index 229c636ca8..10c4e7ac5e 100644 --- a/mdop/agpm/deleting-or-restoring-a-gpo-agpm30ops.md +++ b/mdop/agpm/deleting-or-restoring-a-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Deleting or Restoring a GPO description: Deleting or Restoring a GPO -ms.assetid: ee4a467a-187a-48e3-8f0d-548de0606a56 author: jamiejdt +ms.assetid: ee4a467a-187a-48e3-8f0d-548de0606a56 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Deleting or Restoring a GPO diff --git a/mdop/agpm/deleting-or-restoring-a-gpo-agpm40.md b/mdop/agpm/deleting-or-restoring-a-gpo-agpm40.md index 00541271f4..57dbdea6e1 100644 --- a/mdop/agpm/deleting-or-restoring-a-gpo-agpm40.md +++ b/mdop/agpm/deleting-or-restoring-a-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Deleting or Restoring a GPO description: Deleting or Restoring a GPO -ms.assetid: d4f92f4d-eba7-4e6e-b166-13670864d298 author: jamiejdt +ms.assetid: d4f92f4d-eba7-4e6e-b166-13670864d298 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Deleting or Restoring a GPO diff --git a/mdop/agpm/deleting-restoring-or-destroying-a-gpo-agpm30ops.md b/mdop/agpm/deleting-restoring-or-destroying-a-gpo-agpm30ops.md index 5487525758..503a9e3fed 100644 --- a/mdop/agpm/deleting-restoring-or-destroying-a-gpo-agpm30ops.md +++ b/mdop/agpm/deleting-restoring-or-destroying-a-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Deleting, Restoring, or Destroying a GPO description: Deleting, Restoring, or Destroying a GPO -ms.assetid: 3e1b862e-007a-4b60-900f-0489069f5c75 author: jamiejdt +ms.assetid: 3e1b862e-007a-4b60-900f-0489069f5c75 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Deleting, Restoring, or Destroying a GPO diff --git a/mdop/agpm/deleting-restoring-or-destroying-a-gpo-agpm40.md b/mdop/agpm/deleting-restoring-or-destroying-a-gpo-agpm40.md index 20abf5d134..bf421fee3a 100644 --- a/mdop/agpm/deleting-restoring-or-destroying-a-gpo-agpm40.md +++ b/mdop/agpm/deleting-restoring-or-destroying-a-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Deleting, Restoring, or Destroying a GPO description: Deleting, Restoring, or Destroying a GPO -ms.assetid: 3af6c396-61c8-4b32-9fd8-28e9f15e575c author: jamiejdt +ms.assetid: 3af6c396-61c8-4b32-9fd8-28e9f15e575c +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Deleting, Restoring, or Destroying a GPO diff --git a/mdop/agpm/deleting-restoring-or-destroying-a-gpo.md b/mdop/agpm/deleting-restoring-or-destroying-a-gpo.md index 48b2ce1526..dbab5fe98e 100644 --- a/mdop/agpm/deleting-restoring-or-destroying-a-gpo.md +++ b/mdop/agpm/deleting-restoring-or-destroying-a-gpo.md @@ -1,10 +1,15 @@ --- title: Deleting, Restoring, or Destroying a GPO description: Deleting, Restoring, or Destroying a GPO -ms.assetid: 089c68e7-c1a5-418a-8776-cf23960f10c4 author: jamiejdt +ms.assetid: 089c68e7-c1a5-418a-8776-cf23960f10c4 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Deleting, Restoring, or Destroying a GPO diff --git a/mdop/agpm/deploy-a-gpo-agpm30ops.md b/mdop/agpm/deploy-a-gpo-agpm30ops.md index 53c27d3b95..404846d982 100644 --- a/mdop/agpm/deploy-a-gpo-agpm30ops.md +++ b/mdop/agpm/deploy-a-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Deploy a GPO description: Deploy a GPO -ms.assetid: 3767b722-db43-40f1-a714-bb8e38bcaa10 author: jamiejdt +ms.assetid: 3767b722-db43-40f1-a714-bb8e38bcaa10 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Deploy a GPO diff --git a/mdop/agpm/deploy-a-gpo-agpm40.md b/mdop/agpm/deploy-a-gpo-agpm40.md index e496865eb8..5fb8694299 100644 --- a/mdop/agpm/deploy-a-gpo-agpm40.md +++ b/mdop/agpm/deploy-a-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Deploy a GPO description: Deploy a GPO -ms.assetid: a6febeaa-144b-4c02-99af-d972f0f2b544 author: jamiejdt +ms.assetid: a6febeaa-144b-4c02-99af-d972f0f2b544 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Deploy a GPO diff --git a/mdop/agpm/deploy-a-gpo.md b/mdop/agpm/deploy-a-gpo.md index 2cdc095996..1358e7d562 100644 --- a/mdop/agpm/deploy-a-gpo.md +++ b/mdop/agpm/deploy-a-gpo.md @@ -1,10 +1,15 @@ --- title: Deploy a GPO description: Deploy a GPO -ms.assetid: a0a3f292-e3ab-46ae-a0fd-d7b2b4ad8883 author: jamiejdt +ms.assetid: a0a3f292-e3ab-46ae-a0fd-d7b2b4ad8883 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Deploy a GPO diff --git a/mdop/agpm/destroy-a-gpo-agpm30ops.md b/mdop/agpm/destroy-a-gpo-agpm30ops.md index 5b80dba075..0385358c85 100644 --- a/mdop/agpm/destroy-a-gpo-agpm30ops.md +++ b/mdop/agpm/destroy-a-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Destroy a GPO description: Destroy a GPO -ms.assetid: bfabd71a-47f3-462e-b86f-5f15762b9e28 author: jamiejdt +ms.assetid: bfabd71a-47f3-462e-b86f-5f15762b9e28 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Destroy a GPO diff --git a/mdop/agpm/destroy-a-gpo-agpm40.md b/mdop/agpm/destroy-a-gpo-agpm40.md index 92b6a65197..5c3f428022 100644 --- a/mdop/agpm/destroy-a-gpo-agpm40.md +++ b/mdop/agpm/destroy-a-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Destroy a GPO description: Destroy a GPO -ms.assetid: 09bce8c4-f75b-4633-b80b-d894bbec95c9 author: jamiejdt +ms.assetid: 09bce8c4-f75b-4633-b80b-d894bbec95c9 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Destroy a GPO diff --git a/mdop/agpm/destroy-a-gpo.md b/mdop/agpm/destroy-a-gpo.md index 4871c7ca03..561aa4adb3 100644 --- a/mdop/agpm/destroy-a-gpo.md +++ b/mdop/agpm/destroy-a-gpo.md @@ -1,10 +1,15 @@ --- title: Destroy a GPO description: Destroy a GPO -ms.assetid: d74941a3-beef-46cd-a4ca-80a324dcfadf author: jamiejdt +ms.assetid: d74941a3-beef-46cd-a4ca-80a324dcfadf +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Destroy a GPO diff --git a/mdop/agpm/domain-delegation-tab-agpm30ops.md b/mdop/agpm/domain-delegation-tab-agpm30ops.md index 4ce756fc96..683f24904c 100644 --- a/mdop/agpm/domain-delegation-tab-agpm30ops.md +++ b/mdop/agpm/domain-delegation-tab-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Domain Delegation Tab description: Domain Delegation Tab -ms.assetid: 523cdf39-f4b8-4d20-a917-3485756658ce author: jamiejdt +ms.assetid: 523cdf39-f4b8-4d20-a917-3485756658ce +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Domain Delegation Tab diff --git a/mdop/agpm/domain-delegation-tab-agpm40.md b/mdop/agpm/domain-delegation-tab-agpm40.md index 84a37b3906..2d47c9cec7 100644 --- a/mdop/agpm/domain-delegation-tab-agpm40.md +++ b/mdop/agpm/domain-delegation-tab-agpm40.md @@ -1,10 +1,15 @@ --- title: Domain Delegation Tab description: Domain Delegation Tab -ms.assetid: 5be5841e-92fb-4af6-aa68-0ae50f8d5141 author: jamiejdt +ms.assetid: 5be5841e-92fb-4af6-aa68-0ae50f8d5141 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Domain Delegation Tab diff --git a/mdop/agpm/domain-delegation-tab.md b/mdop/agpm/domain-delegation-tab.md index bcacba270e..786a36c0cf 100644 --- a/mdop/agpm/domain-delegation-tab.md +++ b/mdop/agpm/domain-delegation-tab.md @@ -1,10 +1,15 @@ --- title: Domain Delegation Tab description: Domain Delegation Tab -ms.assetid: 15a9bfff-e25b-4b62-9ebc-521a5f4eae96 author: jamiejdt +ms.assetid: 15a9bfff-e25b-4b62-9ebc-521a5f4eae96 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Domain Delegation Tab diff --git a/mdop/agpm/edit-a-gpo-offline-agpm30ops.md b/mdop/agpm/edit-a-gpo-offline-agpm30ops.md index 8416a9c686..f49285d0b7 100644 --- a/mdop/agpm/edit-a-gpo-offline-agpm30ops.md +++ b/mdop/agpm/edit-a-gpo-offline-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Edit a GPO Offline description: Edit a GPO Offline -ms.assetid: 51677d8a-6209-41b5-82ed-4f3be817abc0 author: jamiejdt +ms.assetid: 51677d8a-6209-41b5-82ed-4f3be817abc0 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Edit a GPO Offline diff --git a/mdop/agpm/edit-a-gpo-offline-agpm40.md b/mdop/agpm/edit-a-gpo-offline-agpm40.md index da7f79571f..7c2e3091b3 100644 --- a/mdop/agpm/edit-a-gpo-offline-agpm40.md +++ b/mdop/agpm/edit-a-gpo-offline-agpm40.md @@ -1,10 +1,15 @@ --- title: Edit a GPO Offline description: Edit a GPO Offline -ms.assetid: 9c75eb3c-d4d5-41e0-b65e-8b4464a42cd9 author: jamiejdt +ms.assetid: 9c75eb3c-d4d5-41e0-b65e-8b4464a42cd9 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Edit a GPO Offline diff --git a/mdop/agpm/edit-a-gpo-offline.md b/mdop/agpm/edit-a-gpo-offline.md index 35ff0547bf..2eb128a417 100644 --- a/mdop/agpm/edit-a-gpo-offline.md +++ b/mdop/agpm/edit-a-gpo-offline.md @@ -1,10 +1,15 @@ --- title: Edit a GPO Offline description: Edit a GPO Offline -ms.assetid: 4a148952-9fe9-4ec4-8df1-b25e37c97a54 author: jamiejdt +ms.assetid: 4a148952-9fe9-4ec4-8df1-b25e37c97a54 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Edit a GPO Offline diff --git a/mdop/agpm/editing-a-gpo-agpm30ops.md b/mdop/agpm/editing-a-gpo-agpm30ops.md index cdfd5d08b9..3a231d87b4 100644 --- a/mdop/agpm/editing-a-gpo-agpm30ops.md +++ b/mdop/agpm/editing-a-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Editing a GPO description: Editing a GPO -ms.assetid: 3024051a-ff33-46d0-9c3e-68ebae7f6b60 author: jamiejdt +ms.assetid: 3024051a-ff33-46d0-9c3e-68ebae7f6b60 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Editing a GPO diff --git a/mdop/agpm/editing-a-gpo-agpm40.md b/mdop/agpm/editing-a-gpo-agpm40.md index e8a7de3680..1812f58bb3 100644 --- a/mdop/agpm/editing-a-gpo-agpm40.md +++ b/mdop/agpm/editing-a-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Editing a GPO description: Editing a GPO -ms.assetid: ef42eefe-7705-46b2-954d-18966335cbbf author: jamiejdt +ms.assetid: ef42eefe-7705-46b2-954d-18966335cbbf +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Editing a GPO diff --git a/mdop/agpm/editing-a-gpo.md b/mdop/agpm/editing-a-gpo.md index 3c248246fb..4f4e3f3b82 100644 --- a/mdop/agpm/editing-a-gpo.md +++ b/mdop/agpm/editing-a-gpo.md @@ -1,10 +1,15 @@ --- title: Editing a GPO description: Editing a GPO -ms.assetid: ec77d3bb-8a64-4d8e-9c28-87763de02ec0 author: jamiejdt +ms.assetid: ec77d3bb-8a64-4d8e-9c28-87763de02ec0 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Editing a GPO diff --git a/mdop/agpm/export-a-gpo-to-a-file.md b/mdop/agpm/export-a-gpo-to-a-file.md index 4e5f8f6c56..85726d7784 100644 --- a/mdop/agpm/export-a-gpo-to-a-file.md +++ b/mdop/agpm/export-a-gpo-to-a-file.md @@ -1,10 +1,15 @@ --- title: Export a GPO to a File description: Export a GPO to a File -ms.assetid: 0d01b1f7-a6a4-4d0d-9aa7-2d6f1ae93d9d author: jamiejdt +ms.assetid: 0d01b1f7-a6a4-4d0d-9aa7-2d6f1ae93d9d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Export a GPO to a File diff --git a/mdop/agpm/feature-visibility-settings-agpm30ops.md b/mdop/agpm/feature-visibility-settings-agpm30ops.md index 6ad18a8c13..b048cd4d9d 100644 --- a/mdop/agpm/feature-visibility-settings-agpm30ops.md +++ b/mdop/agpm/feature-visibility-settings-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Feature Visibility Settings description: Feature Visibility Settings -ms.assetid: 6a844478-a6b0-490d-923f-5a6f82467831 author: jamiejdt +ms.assetid: 6a844478-a6b0-490d-923f-5a6f82467831 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Feature Visibility Settings diff --git a/mdop/agpm/feature-visibility-settings-agpm40.md b/mdop/agpm/feature-visibility-settings-agpm40.md index 6beedc50a8..bdada9d2b8 100644 --- a/mdop/agpm/feature-visibility-settings-agpm40.md +++ b/mdop/agpm/feature-visibility-settings-agpm40.md @@ -1,10 +1,15 @@ --- title: Feature Visibility Settings description: Feature Visibility Settings -ms.assetid: d3c0b02a-b943-4001-8b9c-dfac8fe58789 author: jamiejdt +ms.assetid: d3c0b02a-b943-4001-8b9c-dfac8fe58789 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Feature Visibility Settings diff --git a/mdop/agpm/feature-visibility-settings.md b/mdop/agpm/feature-visibility-settings.md index aee4dfe8e0..921f24dedb 100644 --- a/mdop/agpm/feature-visibility-settings.md +++ b/mdop/agpm/feature-visibility-settings.md @@ -1,10 +1,15 @@ --- title: Feature Visibility Settings description: Feature Visibility Settings -ms.assetid: 9db2ba03-fb75-4f95-9138-ec89b9fc8d01 author: jamiejdt +ms.assetid: 9db2ba03-fb75-4f95-9138-ec89b9fc8d01 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Feature Visibility Settings diff --git a/mdop/agpm/history-window-agpm30ops.md b/mdop/agpm/history-window-agpm30ops.md index 620c5d57e8..42c4a616ce 100644 --- a/mdop/agpm/history-window-agpm30ops.md +++ b/mdop/agpm/history-window-agpm30ops.md @@ -1,10 +1,15 @@ --- title: History Window description: History Window -ms.assetid: 114f50a4-508d-4589-b006-6cd05cffe6b7 author: jamiejdt +ms.assetid: 114f50a4-508d-4589-b006-6cd05cffe6b7 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # History Window diff --git a/mdop/agpm/history-window-agpm40.md b/mdop/agpm/history-window-agpm40.md index e1a8ef1168..3d2d1f5d00 100644 --- a/mdop/agpm/history-window-agpm40.md +++ b/mdop/agpm/history-window-agpm40.md @@ -1,10 +1,15 @@ --- title: History Window description: History Window -ms.assetid: 5bea62e7-d267-40b2-a66d-fb1be7373a1c author: jamiejdt +ms.assetid: 5bea62e7-d267-40b2-a66d-fb1be7373a1c +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # History Window diff --git a/mdop/agpm/history-window.md b/mdop/agpm/history-window.md index 709f688290..a62bfaacc6 100644 --- a/mdop/agpm/history-window.md +++ b/mdop/agpm/history-window.md @@ -1,10 +1,15 @@ --- title: History Window description: History Window -ms.assetid: f11f9ad9-bffe-4c56-8c46-fe9c0a8e55c1 author: jamiejdt +ms.assetid: f11f9ad9-bffe-4c56-8c46-fe9c0a8e55c1 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # History Window diff --git a/mdop/agpm/identify-differences-between-gpos-gpo-versions-or-templates-agpm30ops.md b/mdop/agpm/identify-differences-between-gpos-gpo-versions-or-templates-agpm30ops.md index 3bca195787..d49cdfd0bb 100644 --- a/mdop/agpm/identify-differences-between-gpos-gpo-versions-or-templates-agpm30ops.md +++ b/mdop/agpm/identify-differences-between-gpos-gpo-versions-or-templates-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Identify Differences Between GPOs, GPO Versions, or Templates description: Identify Differences Between GPOs, GPO Versions, or Templates -ms.assetid: e391fa91-3956-4150-9d43-900cfc88d543 author: jamiejdt +ms.assetid: e391fa91-3956-4150-9d43-900cfc88d543 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Identify Differences Between GPOs, GPO Versions, or Templates diff --git a/mdop/agpm/identify-differences-between-gpos-gpo-versions-or-templates-agpm40.md b/mdop/agpm/identify-differences-between-gpos-gpo-versions-or-templates-agpm40.md index f45e0f851b..6d58290f66 100644 --- a/mdop/agpm/identify-differences-between-gpos-gpo-versions-or-templates-agpm40.md +++ b/mdop/agpm/identify-differences-between-gpos-gpo-versions-or-templates-agpm40.md @@ -1,10 +1,15 @@ --- title: Identify Differences Between GPOs, GPO Versions, or Templates description: Identify Differences Between GPOs, GPO Versions, or Templates -ms.assetid: 3f03c368-162b-450f-be6c-2807c3e8d741 author: jamiejdt +ms.assetid: 3f03c368-162b-450f-be6c-2807c3e8d741 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Identify Differences Between GPOs, GPO Versions, or Templates diff --git a/mdop/agpm/identify-differences-between-gpos-gpo-versions-or-templates.md b/mdop/agpm/identify-differences-between-gpos-gpo-versions-or-templates.md index 37afbc4492..f9690cde88 100644 --- a/mdop/agpm/identify-differences-between-gpos-gpo-versions-or-templates.md +++ b/mdop/agpm/identify-differences-between-gpos-gpo-versions-or-templates.md @@ -1,10 +1,15 @@ --- title: Identify Differences Between GPOs, GPO Versions, or Templates description: Identify Differences Between GPOs, GPO Versions, or Templates -ms.assetid: 6320afc4-af81-47e8-9f4c-463ff99d5a53 author: jamiejdt +ms.assetid: 6320afc4-af81-47e8-9f4c-463ff99d5a53 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Identify Differences Between GPOs, GPO Versions, or Templates diff --git a/mdop/agpm/import-a-gpo-from-a-file-agpmadmin.md b/mdop/agpm/import-a-gpo-from-a-file-agpmadmin.md index 46e2f18801..410bc39e67 100644 --- a/mdop/agpm/import-a-gpo-from-a-file-agpmadmin.md +++ b/mdop/agpm/import-a-gpo-from-a-file-agpmadmin.md @@ -1,10 +1,15 @@ --- title: Import a GPO from a File description: Import a GPO from a File -ms.assetid: 2cbcda72-4de3-47ad-aaf8-4fc7341d5a00 author: jamiejdt +ms.assetid: 2cbcda72-4de3-47ad-aaf8-4fc7341d5a00 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Import a GPO from a File diff --git a/mdop/agpm/import-a-gpo-from-a-file-ed.md b/mdop/agpm/import-a-gpo-from-a-file-ed.md index ee82ecd63c..f4691ac637 100644 --- a/mdop/agpm/import-a-gpo-from-a-file-ed.md +++ b/mdop/agpm/import-a-gpo-from-a-file-ed.md @@ -1,10 +1,15 @@ --- title: Import a GPO from a File description: Import a GPO from a File -ms.assetid: 6e901a52-1101-4fed-9f90-3819b573b378 author: jamiejdt +ms.assetid: 6e901a52-1101-4fed-9f90-3819b573b378 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Import a GPO from a File diff --git a/mdop/agpm/import-a-gpo-from-production-agpm30ops.md b/mdop/agpm/import-a-gpo-from-production-agpm30ops.md index 3a95556c5a..13bf69b0d2 100644 --- a/mdop/agpm/import-a-gpo-from-production-agpm30ops.md +++ b/mdop/agpm/import-a-gpo-from-production-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Import a GPO from Production description: Import a GPO from Production -ms.assetid: 35c2a682-ece8-4577-a083-7e3e9facfd13 author: jamiejdt +ms.assetid: 35c2a682-ece8-4577-a083-7e3e9facfd13 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Import a GPO from Production diff --git a/mdop/agpm/import-a-gpo-from-production-agpm40-app.md b/mdop/agpm/import-a-gpo-from-production-agpm40-app.md index 0e8cba0138..fc4ba0ae70 100644 --- a/mdop/agpm/import-a-gpo-from-production-agpm40-app.md +++ b/mdop/agpm/import-a-gpo-from-production-agpm40-app.md @@ -1,10 +1,15 @@ --- title: Import a GPO from Production description: Import a GPO from Production -ms.assetid: c5b2f40d-1dc7-4dbf-b8b3-4d97ad73e1e5 author: jamiejdt +ms.assetid: c5b2f40d-1dc7-4dbf-b8b3-4d97ad73e1e5 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Import a GPO from Production diff --git a/mdop/agpm/import-a-gpo-from-production-agpm40-ed.md b/mdop/agpm/import-a-gpo-from-production-agpm40-ed.md index 899776cee6..a5d707887e 100644 --- a/mdop/agpm/import-a-gpo-from-production-agpm40-ed.md +++ b/mdop/agpm/import-a-gpo-from-production-agpm40-ed.md @@ -1,10 +1,15 @@ --- title: Import a GPO from Production description: Import a GPO from Production -ms.assetid: ad14203a-2e6a-41d4-a05e-4508c80045fd author: jamiejdt +ms.assetid: ad14203a-2e6a-41d4-a05e-4508c80045fd +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Import a GPO from Production diff --git a/mdop/agpm/import-a-gpo-from-production-approver.md b/mdop/agpm/import-a-gpo-from-production-approver.md index 077489e114..5fda9bb4a3 100644 --- a/mdop/agpm/import-a-gpo-from-production-approver.md +++ b/mdop/agpm/import-a-gpo-from-production-approver.md @@ -1,10 +1,15 @@ --- title: Import a GPO from Production description: Import a GPO from Production -ms.assetid: 071270fa-1890-40ce-ab89-ce070a54aa59 author: jamiejdt +ms.assetid: 071270fa-1890-40ce-ab89-ce070a54aa59 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Import a GPO from Production diff --git a/mdop/agpm/import-a-gpo-from-production-editor-agpm30ops.md b/mdop/agpm/import-a-gpo-from-production-editor-agpm30ops.md index 38ebffb688..27455472ea 100644 --- a/mdop/agpm/import-a-gpo-from-production-editor-agpm30ops.md +++ b/mdop/agpm/import-a-gpo-from-production-editor-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Import a GPO from Production description: Import a GPO from Production -ms.assetid: ad90f13e-e73c-400f-b86f-c12f2e75d19d author: jamiejdt +ms.assetid: ad90f13e-e73c-400f-b86f-c12f2e75d19d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Import a GPO from Production diff --git a/mdop/agpm/import-a-gpo-from-production-editor.md b/mdop/agpm/import-a-gpo-from-production-editor.md index 63c9423c46..03a50e25de 100644 --- a/mdop/agpm/import-a-gpo-from-production-editor.md +++ b/mdop/agpm/import-a-gpo-from-production-editor.md @@ -1,10 +1,15 @@ --- title: Import a GPO from Production description: Import a GPO from Production -ms.assetid: ffa02b2a-2a43-4fc0-a06e-7d4b59022cc3 author: jamiejdt +ms.assetid: ffa02b2a-2a43-4fc0-a06e-7d4b59022cc3 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Import a GPO from Production diff --git a/mdop/agpm/index.md b/mdop/agpm/index.md index b1a910dc78..1439565b2c 100644 --- a/mdop/agpm/index.md +++ b/mdop/agpm/index.md @@ -1,10 +1,15 @@ --- title: Advanced Group Policy Management description: Advanced Group Policy Management -ms.assetid: 493ca3c3-c3d6-4bb1-9430-dc1e43c86bb0 author: jamiejdt +ms.assetid: 493ca3c3-c3d6-4bb1-9430-dc1e43c86bb0 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Advanced Group Policy Management diff --git a/mdop/agpm/label-the-current-version-of-a-gpo-agpm30ops.md b/mdop/agpm/label-the-current-version-of-a-gpo-agpm30ops.md index a9b4cd7a38..4f8093dc4e 100644 --- a/mdop/agpm/label-the-current-version-of-a-gpo-agpm30ops.md +++ b/mdop/agpm/label-the-current-version-of-a-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Label the Current Version of a GPO description: Label the Current Version of a GPO -ms.assetid: 3845211a-0bc9-4875-9906-cb758c443825 author: jamiejdt +ms.assetid: 3845211a-0bc9-4875-9906-cb758c443825 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Label the Current Version of a GPO diff --git a/mdop/agpm/label-the-current-version-of-a-gpo-agpm40.md b/mdop/agpm/label-the-current-version-of-a-gpo-agpm40.md index 036a69a880..335895a577 100644 --- a/mdop/agpm/label-the-current-version-of-a-gpo-agpm40.md +++ b/mdop/agpm/label-the-current-version-of-a-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Label the Current Version of a GPO description: Label the Current Version of a GPO -ms.assetid: cadc8769-21da-44b0-8122-6cafdb448913 author: jamiejdt +ms.assetid: cadc8769-21da-44b0-8122-6cafdb448913 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Label the Current Version of a GPO diff --git a/mdop/agpm/label-the-current-version-of-a-gpo.md b/mdop/agpm/label-the-current-version-of-a-gpo.md index ad0a65e0d0..4a7641215f 100644 --- a/mdop/agpm/label-the-current-version-of-a-gpo.md +++ b/mdop/agpm/label-the-current-version-of-a-gpo.md @@ -1,10 +1,15 @@ --- title: Label the Current Version of a GPO description: Label the Current Version of a GPO -ms.assetid: 5e4e50f8-e4a8-4bda-aac4-1569d5fbd6a7 author: jamiejdt +ms.assetid: 5e4e50f8-e4a8-4bda-aac4-1569d5fbd6a7 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Label the Current Version of a GPO diff --git a/mdop/agpm/limit-the-gpo-versions-stored-agpm30ops.md b/mdop/agpm/limit-the-gpo-versions-stored-agpm30ops.md index b29818d96c..7c5ec33836 100644 --- a/mdop/agpm/limit-the-gpo-versions-stored-agpm30ops.md +++ b/mdop/agpm/limit-the-gpo-versions-stored-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Limit the GPO Versions Stored description: Limit the GPO Versions Stored -ms.assetid: da14edc5-0c36-4c54-b122-861c86b99eb1 author: jamiejdt +ms.assetid: da14edc5-0c36-4c54-b122-861c86b99eb1 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Limit the GPO Versions Stored diff --git a/mdop/agpm/limit-the-gpo-versions-stored-agpm40.md b/mdop/agpm/limit-the-gpo-versions-stored-agpm40.md index eebf8d1ca3..849a682df4 100644 --- a/mdop/agpm/limit-the-gpo-versions-stored-agpm40.md +++ b/mdop/agpm/limit-the-gpo-versions-stored-agpm40.md @@ -1,10 +1,15 @@ --- title: Limit the GPO Versions Stored description: Limit the GPO Versions Stored -ms.assetid: d802c7b6-f303-4b23-aefd-f19f1300b0ff author: jamiejdt +ms.assetid: d802c7b6-f303-4b23-aefd-f19f1300b0ff +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Limit the GPO Versions Stored diff --git a/mdop/agpm/logging-and-tracing-settings-agpm30ops.md b/mdop/agpm/logging-and-tracing-settings-agpm30ops.md index 775c3c212a..c9480562e6 100644 --- a/mdop/agpm/logging-and-tracing-settings-agpm30ops.md +++ b/mdop/agpm/logging-and-tracing-settings-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Logging and Tracing Settings description: Logging and Tracing Settings -ms.assetid: 858b6fbf-65b4-42fa-95a9-69b04e5734d7 author: jamiejdt +ms.assetid: 858b6fbf-65b4-42fa-95a9-69b04e5734d7 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Logging and Tracing Settings diff --git a/mdop/agpm/logging-and-tracing-settings-agpm40.md b/mdop/agpm/logging-and-tracing-settings-agpm40.md index b0e756fda0..b079f6fd05 100644 --- a/mdop/agpm/logging-and-tracing-settings-agpm40.md +++ b/mdop/agpm/logging-and-tracing-settings-agpm40.md @@ -1,10 +1,15 @@ --- title: Logging and Tracing Settings description: Logging and Tracing Settings -ms.assetid: 66d03306-80d8-4132-bf71-2827157b1fc9 author: jamiejdt +ms.assetid: 66d03306-80d8-4132-bf71-2827157b1fc9 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Logging and Tracing Settings diff --git a/mdop/agpm/logging-and-tracing-settings.md b/mdop/agpm/logging-and-tracing-settings.md index 16cbb69cce..28f35d80ad 100644 --- a/mdop/agpm/logging-and-tracing-settings.md +++ b/mdop/agpm/logging-and-tracing-settings.md @@ -1,10 +1,15 @@ --- title: Logging and Tracing Settings description: Logging and Tracing Settings -ms.assetid: db6b43c7-fdde-4d11-b5ab-a81346e56940 author: jamiejdt +ms.assetid: db6b43c7-fdde-4d11-b5ab-a81346e56940 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Logging and Tracing Settings diff --git a/mdop/agpm/managing-the-agpm-service-agpm30ops.md b/mdop/agpm/managing-the-agpm-service-agpm30ops.md index 68b700a0ce..4c56fe272c 100644 --- a/mdop/agpm/managing-the-agpm-service-agpm30ops.md +++ b/mdop/agpm/managing-the-agpm-service-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Managing the AGPM Service description: Managing the AGPM Service -ms.assetid: a522b1f1-c57b-43aa-9d75-acc6f9bedbf9 author: jamiejdt +ms.assetid: a522b1f1-c57b-43aa-9d75-acc6f9bedbf9 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Managing the AGPM Service diff --git a/mdop/agpm/managing-the-agpm-service-agpm40.md b/mdop/agpm/managing-the-agpm-service-agpm40.md index f27277c7db..70aed65c5b 100644 --- a/mdop/agpm/managing-the-agpm-service-agpm40.md +++ b/mdop/agpm/managing-the-agpm-service-agpm40.md @@ -1,10 +1,15 @@ --- title: Managing the AGPM Service description: Managing the AGPM Service -ms.assetid: 48ca02aa-6acf-403b-afd4-66ae8a953246 author: jamiejdt +ms.assetid: 48ca02aa-6acf-403b-afd4-66ae8a953246 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Managing the AGPM Service diff --git a/mdop/agpm/managing-the-agpm-service.md b/mdop/agpm/managing-the-agpm-service.md index 367f126d37..5365131beb 100644 --- a/mdop/agpm/managing-the-agpm-service.md +++ b/mdop/agpm/managing-the-agpm-service.md @@ -1,10 +1,15 @@ --- title: Managing the AGPM Service description: Managing the AGPM Service -ms.assetid: 331f64d2-1236-4711-81b4-1b92f019bfa5 author: jamiejdt +ms.assetid: 331f64d2-1236-4711-81b4-1b92f019bfa5 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Managing the AGPM Service diff --git a/mdop/agpm/managing-the-archive-agpm40.md b/mdop/agpm/managing-the-archive-agpm40.md index 1cf0104e1b..a2d734c7a2 100644 --- a/mdop/agpm/managing-the-archive-agpm40.md +++ b/mdop/agpm/managing-the-archive-agpm40.md @@ -1,10 +1,15 @@ --- title: Managing the Archive description: Managing the Archive -ms.assetid: b11a3d71-74ea-4dd7-b243-6f2880b7af2d author: jamiejdt +ms.assetid: b11a3d71-74ea-4dd7-b243-6f2880b7af2d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Managing the Archive diff --git a/mdop/agpm/managing-the-archive.md b/mdop/agpm/managing-the-archive.md index 361687b10d..3f23a7455e 100644 --- a/mdop/agpm/managing-the-archive.md +++ b/mdop/agpm/managing-the-archive.md @@ -1,10 +1,15 @@ --- title: Managing the Archive description: Managing the Archive -ms.assetid: 7c7654e9-ab0e-4531-8ef7-ae77ef391620 author: jamiejdt +ms.assetid: 7c7654e9-ab0e-4531-8ef7-ae77ef391620 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Managing the Archive diff --git a/mdop/agpm/modify-the-agpm-service-account.md b/mdop/agpm/modify-the-agpm-service-account.md index 63b82cd401..e9fb6f5a46 100644 --- a/mdop/agpm/modify-the-agpm-service-account.md +++ b/mdop/agpm/modify-the-agpm-service-account.md @@ -1,10 +1,15 @@ --- title: Modify the AGPM Service Account description: Modify the AGPM Service Account -ms.assetid: 0d8d8c7b-f299-4fee-8414-406492156942 author: jamiejdt +ms.assetid: 0d8d8c7b-f299-4fee-8414-406492156942 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Modify the AGPM Service Account diff --git a/mdop/agpm/modify-the-agpm-service-agpm30ops.md b/mdop/agpm/modify-the-agpm-service-agpm30ops.md index cef1928909..78d3c6eafa 100644 --- a/mdop/agpm/modify-the-agpm-service-agpm30ops.md +++ b/mdop/agpm/modify-the-agpm-service-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Modify the AGPM Service description: Modify the AGPM Service -ms.assetid: 3485f85f-59d1-48dc-8748-36826214dcb1 author: jamiejdt +ms.assetid: 3485f85f-59d1-48dc-8748-36826214dcb1 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Modify the AGPM Service diff --git a/mdop/agpm/modify-the-agpm-service-agpm40.md b/mdop/agpm/modify-the-agpm-service-agpm40.md index 3995e51204..33618151cc 100644 --- a/mdop/agpm/modify-the-agpm-service-agpm40.md +++ b/mdop/agpm/modify-the-agpm-service-agpm40.md @@ -1,10 +1,15 @@ --- title: Modify the AGPM Service description: Modify the AGPM Service -ms.assetid: 3239d088-bb86-4ec4-bc56-dbe8f1c710f5 author: jamiejdt +ms.assetid: 3239d088-bb86-4ec4-bc56-dbe8f1c710f5 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Modify the AGPM Service diff --git a/mdop/agpm/modify-the-archive-path.md b/mdop/agpm/modify-the-archive-path.md index ec9deb1273..e0d0fe4252 100644 --- a/mdop/agpm/modify-the-archive-path.md +++ b/mdop/agpm/modify-the-archive-path.md @@ -1,10 +1,15 @@ --- title: Modify the Archive Path description: Modify the Archive Path -ms.assetid: 6d90daf9-58db-4166-b5b3-e84bb261164a author: jamiejdt +ms.assetid: 6d90daf9-58db-4166-b5b3-e84bb261164a +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Modify the Archive Path diff --git a/mdop/agpm/modify-the-port-on-which-the-agpm-service-listens.md b/mdop/agpm/modify-the-port-on-which-the-agpm-service-listens.md index e46f0fc8bf..9769f345a1 100644 --- a/mdop/agpm/modify-the-port-on-which-the-agpm-service-listens.md +++ b/mdop/agpm/modify-the-port-on-which-the-agpm-service-listens.md @@ -1,10 +1,15 @@ --- title: Modify the Port on Which the AGPM Service Listens description: Modify the Port on Which the AGPM Service Listens -ms.assetid: a82c6873-e916-4a04-b263-aa612cd6956b author: jamiejdt +ms.assetid: a82c6873-e916-4a04-b263-aa612cd6956b +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Modify the Port on Which the AGPM Service Listens diff --git a/mdop/agpm/move-the-agpm-server-and-the-archive-agpm40.md b/mdop/agpm/move-the-agpm-server-and-the-archive-agpm40.md index 50727dd7d7..4857c10d22 100644 --- a/mdop/agpm/move-the-agpm-server-and-the-archive-agpm40.md +++ b/mdop/agpm/move-the-agpm-server-and-the-archive-agpm40.md @@ -1,10 +1,15 @@ --- title: Move the AGPM Server and the Archive description: Move the AGPM Server and the Archive -ms.assetid: 9ec48d3a-c293-45f0-8939-32ccdc062303 author: jamiejdt +ms.assetid: 9ec48d3a-c293-45f0-8939-32ccdc062303 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Move the AGPM Server and the Archive diff --git a/mdop/agpm/move-the-agpm-server-and-the-archive.md b/mdop/agpm/move-the-agpm-server-and-the-archive.md index 0194ca7093..b3386feba0 100644 --- a/mdop/agpm/move-the-agpm-server-and-the-archive.md +++ b/mdop/agpm/move-the-agpm-server-and-the-archive.md @@ -1,10 +1,15 @@ --- title: Move the AGPM Server and the Archive description: Move the AGPM Server and the Archive -ms.assetid: 13cb83c4-bb42-4e81-8660-5b7540f473d8 author: jamiejdt +ms.assetid: 13cb83c4-bb42-4e81-8660-5b7540f473d8 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Move the AGPM Server and the Archive diff --git a/mdop/agpm/operations-guide-for-microsoft-advanced-group-policy-management-25.md b/mdop/agpm/operations-guide-for-microsoft-advanced-group-policy-management-25.md index 014c8e56aa..5460872ddc 100644 --- a/mdop/agpm/operations-guide-for-microsoft-advanced-group-policy-management-25.md +++ b/mdop/agpm/operations-guide-for-microsoft-advanced-group-policy-management-25.md @@ -1,10 +1,15 @@ --- title: Operations Guide for Microsoft Advanced Group Policy Management 2.5 description: Operations Guide for Microsoft Advanced Group Policy Management 2.5 -ms.assetid: 005f0bb5-789f-42a9-bcaf-7e8c31a8df66 author: jamiejdt +ms.assetid: 005f0bb5-789f-42a9-bcaf-7e8c31a8df66 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Operations Guide for Microsoft Advanced Group Policy Management 2.5 diff --git a/mdop/agpm/operations-guide-for-microsoft-advanced-group-policy-management-30-agpm30ops.md b/mdop/agpm/operations-guide-for-microsoft-advanced-group-policy-management-30-agpm30ops.md index b9dca92c52..8dbfff300f 100644 --- a/mdop/agpm/operations-guide-for-microsoft-advanced-group-policy-management-30-agpm30ops.md +++ b/mdop/agpm/operations-guide-for-microsoft-advanced-group-policy-management-30-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Operations Guide for Microsoft Advanced Group Policy Management 3.0 description: Operations Guide for Microsoft Advanced Group Policy Management 3.0 -ms.assetid: aaefe6d1-a9e5-43eb-b4d8-85880798cb8b author: jamiejdt +ms.assetid: aaefe6d1-a9e5-43eb-b4d8-85880798cb8b +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Operations Guide for Microsoft Advanced Group Policy Management 3.0 diff --git a/mdop/agpm/operations-guide-for-microsoft-advanced-group-policy-management-40.md b/mdop/agpm/operations-guide-for-microsoft-advanced-group-policy-management-40.md index c19ec587c0..ff5d74184a 100644 --- a/mdop/agpm/operations-guide-for-microsoft-advanced-group-policy-management-40.md +++ b/mdop/agpm/operations-guide-for-microsoft-advanced-group-policy-management-40.md @@ -1,10 +1,15 @@ --- title: Operations Guide for Microsoft Advanced Group Policy Management 4.0 description: Operations Guide for Microsoft Advanced Group Policy Management 4.0 -ms.assetid: 0bafeba3-20a9-4360-be5d-03f786df11ee author: jamiejdt +ms.assetid: 0bafeba3-20a9-4360-be5d-03f786df11ee +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Operations Guide for Microsoft Advanced Group Policy Management 4.0 diff --git a/mdop/agpm/other-enhancements-to-the-gpmc.md b/mdop/agpm/other-enhancements-to-the-gpmc.md index 0b116fc9fd..d1e76a663b 100644 --- a/mdop/agpm/other-enhancements-to-the-gpmc.md +++ b/mdop/agpm/other-enhancements-to-the-gpmc.md @@ -1,10 +1,15 @@ --- title: Other Enhancements to the GPMC description: Other Enhancements to the GPMC -ms.assetid: ef344101-17e1-4e06-9dc8-2f20ca796774 author: jamiejdt +ms.assetid: ef344101-17e1-4e06-9dc8-2f20ca796774 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Other Enhancements to the GPMC diff --git a/mdop/agpm/overview-of-advanced-group-policy-management-agpm30ops.md b/mdop/agpm/overview-of-advanced-group-policy-management-agpm30ops.md index 88ce3b0476..ef6352e78d 100644 --- a/mdop/agpm/overview-of-advanced-group-policy-management-agpm30ops.md +++ b/mdop/agpm/overview-of-advanced-group-policy-management-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Overview of Advanced Group Policy Management description: Overview of Advanced Group Policy Management -ms.assetid: 3a8d1e58-12b9-42bd-898f-6d57514dfbb9 author: jamiejdt +ms.assetid: 3a8d1e58-12b9-42bd-898f-6d57514dfbb9 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Overview of Advanced Group Policy Management diff --git a/mdop/agpm/overview-of-advanced-group-policy-management-agpm40.md b/mdop/agpm/overview-of-advanced-group-policy-management-agpm40.md index 37f3167556..76efa4c9bf 100644 --- a/mdop/agpm/overview-of-advanced-group-policy-management-agpm40.md +++ b/mdop/agpm/overview-of-advanced-group-policy-management-agpm40.md @@ -1,10 +1,15 @@ --- title: Overview of Advanced Group Policy Management description: Overview of Advanced Group Policy Management -ms.assetid: 2c12f3b4-8472-4c5b-b7f8-1c98a80d6b47 author: jamiejdt +ms.assetid: 2c12f3b4-8472-4c5b-b7f8-1c98a80d6b47 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Overview of Advanced Group Policy Management diff --git a/mdop/agpm/overview-of-advanced-group-policy-management.md b/mdop/agpm/overview-of-advanced-group-policy-management.md index 814421f98a..85f611cf03 100644 --- a/mdop/agpm/overview-of-advanced-group-policy-management.md +++ b/mdop/agpm/overview-of-advanced-group-policy-management.md @@ -1,10 +1,15 @@ --- title: Overview of Advanced Group Policy Management description: Overview of Advanced Group Policy Management -ms.assetid: 028de9dd-848b-42bc-a982-65ba5c433772 author: jamiejdt +ms.assetid: 028de9dd-848b-42bc-a982-65ba5c433772 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Overview of Advanced Group Policy Management diff --git a/mdop/agpm/pending-gpo-commands-agpm30ops.md b/mdop/agpm/pending-gpo-commands-agpm30ops.md index 27274784a0..7ebdfc2808 100644 --- a/mdop/agpm/pending-gpo-commands-agpm30ops.md +++ b/mdop/agpm/pending-gpo-commands-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Pending GPO Commands description: Pending GPO Commands -ms.assetid: 3868dda0-8a41-4bba-9b0c-9f656f9a3cd5 author: jamiejdt +ms.assetid: 3868dda0-8a41-4bba-9b0c-9f656f9a3cd5 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Pending GPO Commands diff --git a/mdop/agpm/pending-gpo-commands-agpm40.md b/mdop/agpm/pending-gpo-commands-agpm40.md index 1d6678ba39..aaa560f68a 100644 --- a/mdop/agpm/pending-gpo-commands-agpm40.md +++ b/mdop/agpm/pending-gpo-commands-agpm40.md @@ -1,10 +1,15 @@ --- title: Pending GPO Commands description: Pending GPO Commands -ms.assetid: b62f49e1-43ab-4c93-8102-96cd97a4adad author: jamiejdt +ms.assetid: b62f49e1-43ab-4c93-8102-96cd97a4adad +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Pending GPO Commands diff --git a/mdop/agpm/pending-tab.md b/mdop/agpm/pending-tab.md index 81f882affa..a49b3f53e1 100644 --- a/mdop/agpm/pending-tab.md +++ b/mdop/agpm/pending-tab.md @@ -1,10 +1,15 @@ --- title: Pending Tab description: Pending Tab -ms.assetid: 54a9a977-c0bc-4553-922b-b2e10e162df9 author: jamiejdt +ms.assetid: 54a9a977-c0bc-4553-922b-b2e10e162df9 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Pending Tab diff --git a/mdop/agpm/performing-agpm-administrator-tasks-agpm30ops.md b/mdop/agpm/performing-agpm-administrator-tasks-agpm30ops.md index 7187a3e9df..f24a886470 100644 --- a/mdop/agpm/performing-agpm-administrator-tasks-agpm30ops.md +++ b/mdop/agpm/performing-agpm-administrator-tasks-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Performing AGPM Administrator Tasks description: Performing AGPM Administrator Tasks -ms.assetid: 9678b0f4-70a5-411e-a896-afa4dc9ea6c4 author: jamiejdt +ms.assetid: 9678b0f4-70a5-411e-a896-afa4dc9ea6c4 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing AGPM Administrator Tasks diff --git a/mdop/agpm/performing-agpm-administrator-tasks-agpm40.md b/mdop/agpm/performing-agpm-administrator-tasks-agpm40.md index ed9fede2b5..2a27226b3f 100644 --- a/mdop/agpm/performing-agpm-administrator-tasks-agpm40.md +++ b/mdop/agpm/performing-agpm-administrator-tasks-agpm40.md @@ -1,10 +1,15 @@ --- title: Performing AGPM Administrator Tasks description: Performing AGPM Administrator Tasks -ms.assetid: bc746f39-bdc9-4e2a-bc48-c3c7905de098 author: jamiejdt +ms.assetid: bc746f39-bdc9-4e2a-bc48-c3c7905de098 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing AGPM Administrator Tasks diff --git a/mdop/agpm/performing-agpm-administrator-tasks.md b/mdop/agpm/performing-agpm-administrator-tasks.md index 4ba6c68522..9559539129 100644 --- a/mdop/agpm/performing-agpm-administrator-tasks.md +++ b/mdop/agpm/performing-agpm-administrator-tasks.md @@ -1,10 +1,15 @@ --- title: Performing AGPM Administrator Tasks description: Performing AGPM Administrator Tasks -ms.assetid: 32e694a7-be64-4943-bce2-2a3a15e5341f author: jamiejdt +ms.assetid: 32e694a7-be64-4943-bce2-2a3a15e5341f +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing AGPM Administrator Tasks diff --git a/mdop/agpm/performing-approver-tasks-agpm30ops.md b/mdop/agpm/performing-approver-tasks-agpm30ops.md index 7fd68bed1b..ee4dce15c6 100644 --- a/mdop/agpm/performing-approver-tasks-agpm30ops.md +++ b/mdop/agpm/performing-approver-tasks-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Performing Approver Tasks description: Performing Approver Tasks -ms.assetid: 9f711824-191b-4b4b-a1c6-a3b2116006a4 author: jamiejdt +ms.assetid: 9f711824-191b-4b4b-a1c6-a3b2116006a4 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing Approver Tasks diff --git a/mdop/agpm/performing-approver-tasks-agpm40.md b/mdop/agpm/performing-approver-tasks-agpm40.md index edc7df00e1..d9ab4abe47 100644 --- a/mdop/agpm/performing-approver-tasks-agpm40.md +++ b/mdop/agpm/performing-approver-tasks-agpm40.md @@ -1,10 +1,15 @@ --- title: Performing Approver Tasks description: Performing Approver Tasks -ms.assetid: e0a4b7fe-ce69-4755-9104-c7f523ea6b62 author: jamiejdt +ms.assetid: e0a4b7fe-ce69-4755-9104-c7f523ea6b62 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing Approver Tasks diff --git a/mdop/agpm/performing-approver-tasks.md b/mdop/agpm/performing-approver-tasks.md index 4dfa2232e6..c84995eb89 100644 --- a/mdop/agpm/performing-approver-tasks.md +++ b/mdop/agpm/performing-approver-tasks.md @@ -1,10 +1,15 @@ --- title: Performing Approver Tasks description: Performing Approver Tasks -ms.assetid: 6f6310b3-19c1-47c9-8615-964ddd10ce14 author: jamiejdt +ms.assetid: 6f6310b3-19c1-47c9-8615-964ddd10ce14 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing Approver Tasks diff --git a/mdop/agpm/performing-editor-tasks-agpm30ops.md b/mdop/agpm/performing-editor-tasks-agpm30ops.md index 8044ab2ef8..8deb2d9e8f 100644 --- a/mdop/agpm/performing-editor-tasks-agpm30ops.md +++ b/mdop/agpm/performing-editor-tasks-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Performing Editor Tasks description: Performing Editor Tasks -ms.assetid: d4ac3277-2557-41cf-ac90-5adb6c30687c author: jamiejdt +ms.assetid: d4ac3277-2557-41cf-ac90-5adb6c30687c +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing Editor Tasks diff --git a/mdop/agpm/performing-editor-tasks-agpm40.md b/mdop/agpm/performing-editor-tasks-agpm40.md index 3ed9d1b47f..290e7ec890 100644 --- a/mdop/agpm/performing-editor-tasks-agpm40.md +++ b/mdop/agpm/performing-editor-tasks-agpm40.md @@ -1,10 +1,15 @@ --- title: Performing Editor Tasks description: Performing Editor Tasks -ms.assetid: 81976a01-2a95-4256-b703-9fb3c884ef34 author: jamiejdt +ms.assetid: 81976a01-2a95-4256-b703-9fb3c884ef34 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing Editor Tasks diff --git a/mdop/agpm/performing-editor-tasks.md b/mdop/agpm/performing-editor-tasks.md index c9fbd546bf..998a969972 100644 --- a/mdop/agpm/performing-editor-tasks.md +++ b/mdop/agpm/performing-editor-tasks.md @@ -1,10 +1,15 @@ --- title: Performing Editor Tasks description: Performing Editor Tasks -ms.assetid: b1e62615-2e02-460e-81d1-4a3fbe59f62d author: jamiejdt +ms.assetid: b1e62615-2e02-460e-81d1-4a3fbe59f62d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing Editor Tasks diff --git a/mdop/agpm/performing-reviewer-tasks-agpm30ops.md b/mdop/agpm/performing-reviewer-tasks-agpm30ops.md index ef7a6fbe89..5f744ec57d 100644 --- a/mdop/agpm/performing-reviewer-tasks-agpm30ops.md +++ b/mdop/agpm/performing-reviewer-tasks-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Performing Reviewer Tasks description: Performing Reviewer Tasks -ms.assetid: 1faf396d-be0d-49ac-b063-0722fda2e43d author: jamiejdt +ms.assetid: 1faf396d-be0d-49ac-b063-0722fda2e43d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing Reviewer Tasks diff --git a/mdop/agpm/performing-reviewer-tasks-agpm40.md b/mdop/agpm/performing-reviewer-tasks-agpm40.md index ed2b0fc59c..0053d2eb8f 100644 --- a/mdop/agpm/performing-reviewer-tasks-agpm40.md +++ b/mdop/agpm/performing-reviewer-tasks-agpm40.md @@ -1,10 +1,15 @@ --- title: Performing Reviewer Tasks description: Performing Reviewer Tasks -ms.assetid: b5f0805c-da55-45a5-a94c-2473af92b54a author: jamiejdt +ms.assetid: b5f0805c-da55-45a5-a94c-2473af92b54a +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing Reviewer Tasks diff --git a/mdop/agpm/performing-reviewer-tasks.md b/mdop/agpm/performing-reviewer-tasks.md index ffe19d4760..39fbdd7b15 100644 --- a/mdop/agpm/performing-reviewer-tasks.md +++ b/mdop/agpm/performing-reviewer-tasks.md @@ -1,10 +1,15 @@ --- title: Performing Reviewer Tasks description: Performing Reviewer Tasks -ms.assetid: 4bdd43fa-5c73-4900-8947-b45906f47f60 author: jamiejdt +ms.assetid: 4bdd43fa-5c73-4900-8947-b45906f47f60 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing Reviewer Tasks diff --git a/mdop/agpm/production-delegation-tab-agpm30ops.md b/mdop/agpm/production-delegation-tab-agpm30ops.md index 34d7a8406c..920515d174 100644 --- a/mdop/agpm/production-delegation-tab-agpm30ops.md +++ b/mdop/agpm/production-delegation-tab-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Production Delegation Tab description: Production Delegation Tab -ms.assetid: 9851637d-d5c1-4d29-8582-e8779500a14e author: jamiejdt +ms.assetid: 9851637d-d5c1-4d29-8582-e8779500a14e +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Production Delegation Tab diff --git a/mdop/agpm/production-delegation-tab-agpm40.md b/mdop/agpm/production-delegation-tab-agpm40.md index 1830172dde..31da9eb3ca 100644 --- a/mdop/agpm/production-delegation-tab-agpm40.md +++ b/mdop/agpm/production-delegation-tab-agpm40.md @@ -1,10 +1,15 @@ --- title: Production Delegation Tab description: Production Delegation Tab -ms.assetid: 046bb9bc-769a-4306-bc49-c159a9533552 author: jamiejdt +ms.assetid: 046bb9bc-769a-4306-bc49-c159a9533552 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Production Delegation Tab diff --git a/mdop/agpm/recycle-bin-commands-agpm30ops.md b/mdop/agpm/recycle-bin-commands-agpm30ops.md index edfffbf7ba..fa2107ec16 100644 --- a/mdop/agpm/recycle-bin-commands-agpm30ops.md +++ b/mdop/agpm/recycle-bin-commands-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Recycle Bin Commands description: Recycle Bin Commands -ms.assetid: ffe8f020-7aa9-40ad-8019-cc99901a7840 author: jamiejdt +ms.assetid: ffe8f020-7aa9-40ad-8019-cc99901a7840 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Recycle Bin Commands diff --git a/mdop/agpm/recycle-bin-commands-agpm40.md b/mdop/agpm/recycle-bin-commands-agpm40.md index bc88eb99e1..1bf1317ff9 100644 --- a/mdop/agpm/recycle-bin-commands-agpm40.md +++ b/mdop/agpm/recycle-bin-commands-agpm40.md @@ -1,10 +1,15 @@ --- title: Recycle Bin Commands description: Recycle Bin Commands -ms.assetid: 347a101f-0ba0-4afc-bd59-752cc06bb904 author: jamiejdt +ms.assetid: 347a101f-0ba0-4afc-bd59-752cc06bb904 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Recycle Bin Commands diff --git a/mdop/agpm/recycle-bin-tab.md b/mdop/agpm/recycle-bin-tab.md index e377620104..74f9174dae 100644 --- a/mdop/agpm/recycle-bin-tab.md +++ b/mdop/agpm/recycle-bin-tab.md @@ -1,10 +1,15 @@ --- title: Recycle Bin Tab description: Recycle Bin Tab -ms.assetid: 9ce62e98-c03e-4a75-90e0-51be83c6d2db author: jamiejdt +ms.assetid: 9ce62e98-c03e-4a75-90e0-51be83c6d2db +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Recycle Bin Tab diff --git a/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40-sp1.md b/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40-sp1.md index 74779e78d9..3c3a5edf6d 100644 --- a/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40-sp1.md +++ b/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40-sp1.md @@ -1,10 +1,15 @@ --- title: Release Notes for Microsoft Advanced Group Policy Management 4.0 SP1 description: Release Notes for Microsoft Advanced Group Policy Management 4.0 SP1 -ms.assetid: 91835bf8-e53c-4202-986e-8d37050d1267 author: jamiejdt +ms.assetid: 91835bf8-e53c-4202-986e-8d37050d1267 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Release Notes for Microsoft Advanced Group Policy Management 4.0 SP1 diff --git a/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40-sp2.md b/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40-sp2.md index 5b8eab2a1c..3b40da74ea 100644 --- a/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40-sp2.md +++ b/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40-sp2.md @@ -1,10 +1,15 @@ --- title: Release Notes for Microsoft Advanced Group Policy Management 4.0 SP2 description: Release Notes for Microsoft Advanced Group Policy Management 4.0 SP2 -ms.assetid: 0593cd11-3308-4942-bf19-8a7bb9447f01 author: jamiejdt +ms.assetid: 0593cd11-3308-4942-bf19-8a7bb9447f01 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Release Notes for Microsoft Advanced Group Policy Management 4.0 SP2 diff --git a/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40-sp3.md b/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40-sp3.md index 6688bb79ac..c3412ae653 100644 --- a/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40-sp3.md +++ b/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40-sp3.md @@ -1,10 +1,15 @@ --- title: Release Notes for Microsoft Advanced Group Policy Management 4.0 SP3 description: Release Notes for Microsoft Advanced Group Policy Management 4.0 SP3 -ms.assetid: 955d7674-a8d9-4fc5-b18a-5a1639e38014 author: jamiejdt +ms.assetid: 955d7674-a8d9-4fc5-b18a-5a1639e38014 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Release Notes for Microsoft Advanced Group Policy Management 4.0 SP3 diff --git a/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40.md b/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40.md index 8f8c0cb254..0f6e6394b6 100644 --- a/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40.md +++ b/mdop/agpm/release-notes-for-microsoft-advanced-group-policy-management-40.md @@ -1,10 +1,15 @@ --- title: Release Notes for Microsoft Advanced Group Policy Management 4.0 description: Release Notes for Microsoft Advanced Group Policy Management 4.0 -ms.assetid: 44c19e61-c8e8-48aa-a2c2-20396d14d5bb author: jamiejdt +ms.assetid: 44c19e61-c8e8-48aa-a2c2-20396d14d5bb +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Release Notes for Microsoft Advanced Group Policy Management 4.0 diff --git a/mdop/agpm/rename-a-gpo-or-template-agpm30ops.md b/mdop/agpm/rename-a-gpo-or-template-agpm30ops.md index b77e4dddfd..96e8c0e450 100644 --- a/mdop/agpm/rename-a-gpo-or-template-agpm30ops.md +++ b/mdop/agpm/rename-a-gpo-or-template-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Rename a GPO or Template description: Rename a GPO or Template -ms.assetid: 19d17ddf-8b58-4677-929e-9550fa388b93 author: jamiejdt +ms.assetid: 19d17ddf-8b58-4677-929e-9550fa388b93 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Rename a GPO or Template diff --git a/mdop/agpm/rename-a-gpo-or-template-agpm40.md b/mdop/agpm/rename-a-gpo-or-template-agpm40.md index a19fc861e7..a2ca039890 100644 --- a/mdop/agpm/rename-a-gpo-or-template-agpm40.md +++ b/mdop/agpm/rename-a-gpo-or-template-agpm40.md @@ -1,10 +1,15 @@ --- title: Rename a GPO or Template description: Rename a GPO or Template -ms.assetid: 84293f7a-4ff7-497e-bdbc-cabb70189a03 author: jamiejdt +ms.assetid: 84293f7a-4ff7-497e-bdbc-cabb70189a03 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Rename a GPO or Template diff --git a/mdop/agpm/rename-a-gpo-or-template.md b/mdop/agpm/rename-a-gpo-or-template.md index c2c4eae5ca..d1b6b9428f 100644 --- a/mdop/agpm/rename-a-gpo-or-template.md +++ b/mdop/agpm/rename-a-gpo-or-template.md @@ -1,10 +1,15 @@ --- title: Rename a GPO or Template description: Rename a GPO or Template -ms.assetid: 64a1aaf4-f672-48b5-94c6-473bf1076cf3 author: jamiejdt +ms.assetid: 64a1aaf4-f672-48b5-94c6-473bf1076cf3 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Rename a GPO or Template diff --git a/mdop/agpm/request-control-of-a-previously-uncontrolled-gpo.md b/mdop/agpm/request-control-of-a-previously-uncontrolled-gpo.md index 4ebb0623fc..43f80350cf 100644 --- a/mdop/agpm/request-control-of-a-previously-uncontrolled-gpo.md +++ b/mdop/agpm/request-control-of-a-previously-uncontrolled-gpo.md @@ -1,10 +1,15 @@ --- title: Request Control of a Previously Uncontrolled GPO description: Request Control of a Previously Uncontrolled GPO -ms.assetid: 00e8725d-5d7f-4eed-a5e6-c3631632cfbd author: jamiejdt +ms.assetid: 00e8725d-5d7f-4eed-a5e6-c3631632cfbd +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request Control of a Previously Uncontrolled GPO diff --git a/mdop/agpm/request-control-of-an-uncontrolled-gpo-agpm30ops.md b/mdop/agpm/request-control-of-an-uncontrolled-gpo-agpm30ops.md index 1a4bef3b22..b36a60b3c8 100644 --- a/mdop/agpm/request-control-of-an-uncontrolled-gpo-agpm30ops.md +++ b/mdop/agpm/request-control-of-an-uncontrolled-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Request Control of an Uncontrolled GPO description: Request Control of an Uncontrolled GPO -ms.assetid: b668a67a-5a2c-4f6a-8b1c-efa3ca0794d4 author: jamiejdt +ms.assetid: b668a67a-5a2c-4f6a-8b1c-efa3ca0794d4 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request Control of an Uncontrolled GPO diff --git a/mdop/agpm/request-control-of-an-uncontrolled-gpo-agpm40.md b/mdop/agpm/request-control-of-an-uncontrolled-gpo-agpm40.md index 28ccf149ce..67a5d7310a 100644 --- a/mdop/agpm/request-control-of-an-uncontrolled-gpo-agpm40.md +++ b/mdop/agpm/request-control-of-an-uncontrolled-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Request Control of an Uncontrolled GPO description: Request Control of an Uncontrolled GPO -ms.assetid: a34e0aeb-33a1-4c9f-b187-1d08493a785c author: jamiejdt +ms.assetid: a34e0aeb-33a1-4c9f-b187-1d08493a785c +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request Control of an Uncontrolled GPO diff --git a/mdop/agpm/request-deletion-of-a-gpo-agpm30ops.md b/mdop/agpm/request-deletion-of-a-gpo-agpm30ops.md index 84cd8c16e4..42ee7d1d88 100644 --- a/mdop/agpm/request-deletion-of-a-gpo-agpm30ops.md +++ b/mdop/agpm/request-deletion-of-a-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Request Deletion of a GPO description: Request Deletion of a GPO -ms.assetid: 576ece5c-dc6d-4b5e-8628-01c15ae2c9a8 author: jamiejdt +ms.assetid: 576ece5c-dc6d-4b5e-8628-01c15ae2c9a8 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request Deletion of a GPO diff --git a/mdop/agpm/request-deletion-of-a-gpo-agpm40.md b/mdop/agpm/request-deletion-of-a-gpo-agpm40.md index 9bc5436aef..b0a15495ea 100644 --- a/mdop/agpm/request-deletion-of-a-gpo-agpm40.md +++ b/mdop/agpm/request-deletion-of-a-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Request Deletion of a GPO description: Request Deletion of a GPO -ms.assetid: 2410f7a1-ccca-44cf-ab26-76ad474409e7 author: jamiejdt +ms.assetid: 2410f7a1-ccca-44cf-ab26-76ad474409e7 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request Deletion of a GPO diff --git a/mdop/agpm/request-deployment-of-a-gpo-agpm30ops.md b/mdop/agpm/request-deployment-of-a-gpo-agpm30ops.md index 208fe80de5..0fbcdfebba 100644 --- a/mdop/agpm/request-deployment-of-a-gpo-agpm30ops.md +++ b/mdop/agpm/request-deployment-of-a-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Request Deployment of a GPO description: Request Deployment of a GPO -ms.assetid: f44ae0fb-bcf7-477b-b99e-9dd6a55ee597 author: jamiejdt +ms.assetid: f44ae0fb-bcf7-477b-b99e-9dd6a55ee597 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request Deployment of a GPO diff --git a/mdop/agpm/request-deployment-of-a-gpo-agpm40.md b/mdop/agpm/request-deployment-of-a-gpo-agpm40.md index 87a8263ceb..e52c9b2fab 100644 --- a/mdop/agpm/request-deployment-of-a-gpo-agpm40.md +++ b/mdop/agpm/request-deployment-of-a-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Request Deployment of a GPO description: Request Deployment of a GPO -ms.assetid: 5783cfd0-bd93-46b4-8fa0-684bd39aa8fc author: jamiejdt +ms.assetid: 5783cfd0-bd93-46b4-8fa0-684bd39aa8fc +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request Deployment of a GPO diff --git a/mdop/agpm/request-deployment-of-a-gpo.md b/mdop/agpm/request-deployment-of-a-gpo.md index c8b68fb29d..2f834253e1 100644 --- a/mdop/agpm/request-deployment-of-a-gpo.md +++ b/mdop/agpm/request-deployment-of-a-gpo.md @@ -1,10 +1,15 @@ --- title: Request Deployment of a GPO description: Request Deployment of a GPO -ms.assetid: 9aa9af29-4754-4f72-b624-bb3e1087cbe1 author: jamiejdt +ms.assetid: 9aa9af29-4754-4f72-b624-bb3e1087cbe1 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request Deployment of a GPO diff --git a/mdop/agpm/request-restoration-of-a-deleted-gpo-agpm30ops.md b/mdop/agpm/request-restoration-of-a-deleted-gpo-agpm30ops.md index 95ac8a146e..fc4b7db39d 100644 --- a/mdop/agpm/request-restoration-of-a-deleted-gpo-agpm30ops.md +++ b/mdop/agpm/request-restoration-of-a-deleted-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Request Restoration of a Deleted GPO description: Request Restoration of a Deleted GPO -ms.assetid: dcc3baea-8af7-4886-a301-98b6ac5819cd author: jamiejdt +ms.assetid: dcc3baea-8af7-4886-a301-98b6ac5819cd +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request Restoration of a Deleted GPO diff --git a/mdop/agpm/request-restoration-of-a-deleted-gpo-agpm40.md b/mdop/agpm/request-restoration-of-a-deleted-gpo-agpm40.md index f8ffcd6a6a..764d22e821 100644 --- a/mdop/agpm/request-restoration-of-a-deleted-gpo-agpm40.md +++ b/mdop/agpm/request-restoration-of-a-deleted-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Request Restoration of a Deleted GPO description: Request Restoration of a Deleted GPO -ms.assetid: bac5ca3b-be47-49b5-bf1b-96280625fda8 author: jamiejdt +ms.assetid: bac5ca3b-be47-49b5-bf1b-96280625fda8 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request Restoration of a Deleted GPO diff --git a/mdop/agpm/request-the-creation-of-a-new-controlled-gpo-agpm30ops.md b/mdop/agpm/request-the-creation-of-a-new-controlled-gpo-agpm30ops.md index 6080a09dd8..2af4e35824 100644 --- a/mdop/agpm/request-the-creation-of-a-new-controlled-gpo-agpm30ops.md +++ b/mdop/agpm/request-the-creation-of-a-new-controlled-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Request the Creation of a New Controlled GPO description: Request the Creation of a New Controlled GPO -ms.assetid: 4194c2f3-8116-4a35-be1a-81c84072daec author: jamiejdt +ms.assetid: 4194c2f3-8116-4a35-be1a-81c84072daec +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request the Creation of a New Controlled GPO diff --git a/mdop/agpm/request-the-creation-of-a-new-controlled-gpo-agpm40.md b/mdop/agpm/request-the-creation-of-a-new-controlled-gpo-agpm40.md index b78c89c9cd..c008fd510a 100644 --- a/mdop/agpm/request-the-creation-of-a-new-controlled-gpo-agpm40.md +++ b/mdop/agpm/request-the-creation-of-a-new-controlled-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Request the Creation of a New Controlled GPO description: Request the Creation of a New Controlled GPO -ms.assetid: cb265238-386f-4780-a59a-0c9a4a87d736 author: jamiejdt +ms.assetid: cb265238-386f-4780-a59a-0c9a4a87d736 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request the Creation of a New Controlled GPO diff --git a/mdop/agpm/request-the-creation-of-a-new-controlled-gpo.md b/mdop/agpm/request-the-creation-of-a-new-controlled-gpo.md index 2037a3775b..f3ca8f5c24 100644 --- a/mdop/agpm/request-the-creation-of-a-new-controlled-gpo.md +++ b/mdop/agpm/request-the-creation-of-a-new-controlled-gpo.md @@ -1,10 +1,15 @@ --- title: Request the Creation of a New Controlled GPO description: Request the Creation of a New Controlled GPO -ms.assetid: e1875d81-8553-42ee-8f3a-023d6ced86ca author: jamiejdt +ms.assetid: e1875d81-8553-42ee-8f3a-023d6ced86ca +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Request the Creation of a New Controlled GPO diff --git a/mdop/agpm/resources-for-agpm.md b/mdop/agpm/resources-for-agpm.md index def2f4bf52..aea623d985 100644 --- a/mdop/agpm/resources-for-agpm.md +++ b/mdop/agpm/resources-for-agpm.md @@ -1,10 +1,15 @@ --- title: Resources for AGPM description: Resources for AGPM -ms.assetid: b44b58c0-2810-40d6-9677-f2f64e1add75 author: jamiejdt +ms.assetid: b44b58c0-2810-40d6-9677-f2f64e1add75 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Resources for AGPM diff --git a/mdop/agpm/restore-a-deleted-gpo-agpm30ops.md b/mdop/agpm/restore-a-deleted-gpo-agpm30ops.md index 7facd54b20..5dd66ba0ed 100644 --- a/mdop/agpm/restore-a-deleted-gpo-agpm30ops.md +++ b/mdop/agpm/restore-a-deleted-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Restore a Deleted GPO description: Restore a Deleted GPO -ms.assetid: 853feb0a-d2d9-4be9-a07e-e113a56a9968 author: jamiejdt +ms.assetid: 853feb0a-d2d9-4be9-a07e-e113a56a9968 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Restore a Deleted GPO diff --git a/mdop/agpm/restore-a-deleted-gpo-agpm40.md b/mdop/agpm/restore-a-deleted-gpo-agpm40.md index c1ce44a4b7..15c7dac880 100644 --- a/mdop/agpm/restore-a-deleted-gpo-agpm40.md +++ b/mdop/agpm/restore-a-deleted-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Restore a Deleted GPO description: Restore a Deleted GPO -ms.assetid: 0a131d26-a741-4a51-b612-c0bc7dbba06b author: jamiejdt +ms.assetid: 0a131d26-a741-4a51-b612-c0bc7dbba06b +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Restore a Deleted GPO diff --git a/mdop/agpm/restore-a-deleted-gpo.md b/mdop/agpm/restore-a-deleted-gpo.md index 9ceada26d2..4ce06f8da8 100644 --- a/mdop/agpm/restore-a-deleted-gpo.md +++ b/mdop/agpm/restore-a-deleted-gpo.md @@ -1,10 +1,15 @@ --- title: Restore a Deleted GPO description: Restore a Deleted GPO -ms.assetid: e6953296-7b7d-4d1e-ad82-d4a23044cdd7 author: jamiejdt +ms.assetid: e6953296-7b7d-4d1e-ad82-d4a23044cdd7 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Restore a Deleted GPO diff --git a/mdop/agpm/restore-the-archive-from-a-backup-agpm40.md b/mdop/agpm/restore-the-archive-from-a-backup-agpm40.md index f0d1506f56..8b26cd2762 100644 --- a/mdop/agpm/restore-the-archive-from-a-backup-agpm40.md +++ b/mdop/agpm/restore-the-archive-from-a-backup-agpm40.md @@ -1,10 +1,15 @@ --- title: Restore the Archive from a Backup description: Restore the Archive from a Backup -ms.assetid: b83f6173-a236-4da2-b16e-8df20920d4cc author: jamiejdt +ms.assetid: b83f6173-a236-4da2-b16e-8df20920d4cc +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Restore the Archive from a Backup diff --git a/mdop/agpm/restore-the-archive-from-a-backup.md b/mdop/agpm/restore-the-archive-from-a-backup.md index 1960de33bf..5ddc171068 100644 --- a/mdop/agpm/restore-the-archive-from-a-backup.md +++ b/mdop/agpm/restore-the-archive-from-a-backup.md @@ -1,10 +1,15 @@ --- title: Restore the Archive from a Backup description: Restore the Archive from a Backup -ms.assetid: 49666337-d72c-4e44-99e4-9eb59b2355a9 author: jamiejdt +ms.assetid: 49666337-d72c-4e44-99e4-9eb59b2355a9 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Restore the Archive from a Backup diff --git a/mdop/agpm/review-gpo-links-agpm30ops.md b/mdop/agpm/review-gpo-links-agpm30ops.md index de5ddea692..f99a90040f 100644 --- a/mdop/agpm/review-gpo-links-agpm30ops.md +++ b/mdop/agpm/review-gpo-links-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Review GPO Links description: Review GPO Links -ms.assetid: 5ae95afc-2b89-45cf-916c-efe2d43b2211 author: jamiejdt +ms.assetid: 5ae95afc-2b89-45cf-916c-efe2d43b2211 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Review GPO Links diff --git a/mdop/agpm/review-gpo-links-agpm40.md b/mdop/agpm/review-gpo-links-agpm40.md index 0edcf9946b..9a993455f1 100644 --- a/mdop/agpm/review-gpo-links-agpm40.md +++ b/mdop/agpm/review-gpo-links-agpm40.md @@ -1,10 +1,15 @@ --- title: Review GPO Links description: Review GPO Links -ms.assetid: 3aaba9da-f0aa-466f-bd1c-49f11d00ea54 author: jamiejdt +ms.assetid: 3aaba9da-f0aa-466f-bd1c-49f11d00ea54 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Review GPO Links diff --git a/mdop/agpm/review-gpo-links.md b/mdop/agpm/review-gpo-links.md index 54e1fe5291..ade19edfce 100644 --- a/mdop/agpm/review-gpo-links.md +++ b/mdop/agpm/review-gpo-links.md @@ -1,10 +1,15 @@ --- title: Review GPO Links description: Review GPO Links -ms.assetid: 3c472448-f16a-493c-a229-5ca60a470965 author: jamiejdt +ms.assetid: 3c472448-f16a-493c-a229-5ca60a470965 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Review GPO Links diff --git a/mdop/agpm/review-gpo-settings-agpm30ops.md b/mdop/agpm/review-gpo-settings-agpm30ops.md index 92d4ee70e8..0536ff66cf 100644 --- a/mdop/agpm/review-gpo-settings-agpm30ops.md +++ b/mdop/agpm/review-gpo-settings-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Review GPO Settings description: Review GPO Settings -ms.assetid: bed956d0-082e-4fa9-bf1e-572d0d3d02ec author: jamiejdt +ms.assetid: bed956d0-082e-4fa9-bf1e-572d0d3d02ec +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Review GPO Settings diff --git a/mdop/agpm/review-gpo-settings-agpm40.md b/mdop/agpm/review-gpo-settings-agpm40.md index fa9c9df546..4ded4d18bd 100644 --- a/mdop/agpm/review-gpo-settings-agpm40.md +++ b/mdop/agpm/review-gpo-settings-agpm40.md @@ -1,10 +1,15 @@ --- title: Review GPO Settings description: Review GPO Settings -ms.assetid: c346bcde-dd6a-4775-aeab-721ca3a361b2 author: jamiejdt +ms.assetid: c346bcde-dd6a-4775-aeab-721ca3a361b2 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Review GPO Settings diff --git a/mdop/agpm/review-gpo-settings.md b/mdop/agpm/review-gpo-settings.md index 70ddcae4c4..9c993ad3e6 100644 --- a/mdop/agpm/review-gpo-settings.md +++ b/mdop/agpm/review-gpo-settings.md @@ -1,10 +1,15 @@ --- title: Review GPO Settings description: Review GPO Settings -ms.assetid: e82570b2-d8ce-4bf0-8ad7-8910409f3041 author: jamiejdt +ms.assetid: e82570b2-d8ce-4bf0-8ad7-8910409f3041 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Review GPO Settings diff --git a/mdop/agpm/roll-back-to-a-previous-version-of-a-gpo-agpm30ops.md b/mdop/agpm/roll-back-to-a-previous-version-of-a-gpo-agpm30ops.md index 77fc32c336..c3782ee329 100644 --- a/mdop/agpm/roll-back-to-a-previous-version-of-a-gpo-agpm30ops.md +++ b/mdop/agpm/roll-back-to-a-previous-version-of-a-gpo-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Roll Back to a Previous Version of a GPO description: Roll Back to a Previous Version of a GPO -ms.assetid: 2a98ad8f-32cb-41eb-ab99-0318f2a55d81 author: jamiejdt +ms.assetid: 2a98ad8f-32cb-41eb-ab99-0318f2a55d81 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Roll Back to a Previous Version of a GPO diff --git a/mdop/agpm/roll-back-to-a-previous-version-of-a-gpo.md b/mdop/agpm/roll-back-to-a-previous-version-of-a-gpo.md index 7841530902..4596efafe9 100644 --- a/mdop/agpm/roll-back-to-a-previous-version-of-a-gpo.md +++ b/mdop/agpm/roll-back-to-a-previous-version-of-a-gpo.md @@ -1,10 +1,15 @@ --- title: Roll Back to a Previous Version of a GPO description: Roll Back to a Previous Version of a GPO -ms.assetid: 028631c0-4cb9-4642-90ad-04cd813051b7 author: jamiejdt +ms.assetid: 028631c0-4cb9-4642-90ad-04cd813051b7 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Roll Back to a Previous Version of a GPO diff --git a/mdop/agpm/roll-back-to-an-earlier-version-of-a-gpo-agpm40.md b/mdop/agpm/roll-back-to-an-earlier-version-of-a-gpo-agpm40.md index d75b47fb42..2516728d16 100644 --- a/mdop/agpm/roll-back-to-an-earlier-version-of-a-gpo-agpm40.md +++ b/mdop/agpm/roll-back-to-an-earlier-version-of-a-gpo-agpm40.md @@ -1,10 +1,15 @@ --- title: Roll Back to an Earlier Version of a GPO description: Roll Back to an Earlier Version of a GPO -ms.assetid: 06ce9251-95e0-46d0-99c2-b9a0690e5891 author: jamiejdt +ms.assetid: 06ce9251-95e0-46d0-99c2-b9a0690e5891 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Roll Back to an Earlier Version of a GPO diff --git a/mdop/agpm/search-and-filter-the-list-of-gpos.md b/mdop/agpm/search-and-filter-the-list-of-gpos.md index f531915deb..1d5f825d27 100644 --- a/mdop/agpm/search-and-filter-the-list-of-gpos.md +++ b/mdop/agpm/search-and-filter-the-list-of-gpos.md @@ -1,10 +1,15 @@ --- title: Search and Filter the List of GPOs description: Search and Filter the List of GPOs -ms.assetid: 1bc58a38-033c-4aed-9eb4-c239827f5501 author: jamiejdt +ms.assetid: 1bc58a38-033c-4aed-9eb4-c239827f5501 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Search and Filter the List of GPOs diff --git a/mdop/agpm/set-a-default-template-agpm30ops.md b/mdop/agpm/set-a-default-template-agpm30ops.md index 480acd6024..a1a3aa43fa 100644 --- a/mdop/agpm/set-a-default-template-agpm30ops.md +++ b/mdop/agpm/set-a-default-template-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Set a Default Template description: Set a Default Template -ms.assetid: 84edbd69-451b-4c10-a898-781d4b75d09c author: jamiejdt +ms.assetid: 84edbd69-451b-4c10-a898-781d4b75d09c +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Set a Default Template diff --git a/mdop/agpm/set-a-default-template-agpm40.md b/mdop/agpm/set-a-default-template-agpm40.md index 6b5e25b904..db6bd3d568 100644 --- a/mdop/agpm/set-a-default-template-agpm40.md +++ b/mdop/agpm/set-a-default-template-agpm40.md @@ -1,10 +1,15 @@ --- title: Set a Default Template description: Set a Default Template -ms.assetid: 07208b6b-cb3a-4f6c-9c84-36d4dc1486d8 author: jamiejdt +ms.assetid: 07208b6b-cb3a-4f6c-9c84-36d4dc1486d8 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Set a Default Template diff --git a/mdop/agpm/set-a-default-template.md b/mdop/agpm/set-a-default-template.md index f11418f2ef..bfb8902300 100644 --- a/mdop/agpm/set-a-default-template.md +++ b/mdop/agpm/set-a-default-template.md @@ -1,10 +1,15 @@ --- title: Set a Default Template description: Set a Default Template -ms.assetid: e0acf980-437f-4357-b237-298aaebe490d author: jamiejdt +ms.assetid: e0acf980-437f-4357-b237-298aaebe490d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Set a Default Template diff --git a/mdop/agpm/start-and-stop-the-agpm-service-agpm30ops.md b/mdop/agpm/start-and-stop-the-agpm-service-agpm30ops.md index 34780db4eb..492ab56fa3 100644 --- a/mdop/agpm/start-and-stop-the-agpm-service-agpm30ops.md +++ b/mdop/agpm/start-and-stop-the-agpm-service-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Start and Stop the AGPM Service description: Start and Stop the AGPM Service -ms.assetid: b9d26920-c439-4992-9a78-73e4fba8309d author: jamiejdt +ms.assetid: b9d26920-c439-4992-9a78-73e4fba8309d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Start and Stop the AGPM Service diff --git a/mdop/agpm/start-and-stop-the-agpm-service-agpm40.md b/mdop/agpm/start-and-stop-the-agpm-service-agpm40.md index f3288859bf..fcb2135483 100644 --- a/mdop/agpm/start-and-stop-the-agpm-service-agpm40.md +++ b/mdop/agpm/start-and-stop-the-agpm-service-agpm40.md @@ -1,10 +1,15 @@ --- title: Start and Stop the AGPM Service description: Start and Stop the AGPM Service -ms.assetid: dcc9566c-c515-4fbe-b7f5-8ac030141307 author: jamiejdt +ms.assetid: dcc9566c-c515-4fbe-b7f5-8ac030141307 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Start and Stop the AGPM Service diff --git a/mdop/agpm/start-and-stop-the-agpm-service.md b/mdop/agpm/start-and-stop-the-agpm-service.md index 74655f1e17..14bd4c1641 100644 --- a/mdop/agpm/start-and-stop-the-agpm-service.md +++ b/mdop/agpm/start-and-stop-the-agpm-service.md @@ -1,10 +1,15 @@ --- title: Start and Stop the AGPM Service description: Start and Stop the AGPM Service -ms.assetid: 769aa0ce-224a-446f-9958-9518af4ad159 author: jamiejdt +ms.assetid: 769aa0ce-224a-446f-9958-9518af4ad159 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Start and Stop the AGPM Service diff --git a/mdop/agpm/step-by-step-guide-for-microsoft-advanced-group-policy-management-25.md b/mdop/agpm/step-by-step-guide-for-microsoft-advanced-group-policy-management-25.md index 52f71ab0e2..fdd71d9044 100644 --- a/mdop/agpm/step-by-step-guide-for-microsoft-advanced-group-policy-management-25.md +++ b/mdop/agpm/step-by-step-guide-for-microsoft-advanced-group-policy-management-25.md @@ -1,10 +1,15 @@ --- title: Step-by-Step Guide for Microsoft Advanced Group Policy Management 2.5 description: Step-by-Step Guide for Microsoft Advanced Group Policy Management 2.5 -ms.assetid: 454298c9-0fab-497a-9808-c0246a4c8db5 author: jamiejdt +ms.assetid: 454298c9-0fab-497a-9808-c0246a4c8db5 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Step-by-Step Guide for Microsoft Advanced Group Policy Management 2.5 diff --git a/mdop/agpm/step-by-step-guide-for-microsoft-advanced-group-policy-management-30.md b/mdop/agpm/step-by-step-guide-for-microsoft-advanced-group-policy-management-30.md index 2fdd0bc90f..d74d9b2f90 100644 --- a/mdop/agpm/step-by-step-guide-for-microsoft-advanced-group-policy-management-30.md +++ b/mdop/agpm/step-by-step-guide-for-microsoft-advanced-group-policy-management-30.md @@ -1,10 +1,15 @@ --- title: Step-by-Step Guide for Microsoft Advanced Group Policy Management 3.0 description: Step-by-Step Guide for Microsoft Advanced Group Policy Management 3.0 -ms.assetid: d067f465-d7c8-4f6d-b311-66b9b06874f7 author: jamiejdt +ms.assetid: d067f465-d7c8-4f6d-b311-66b9b06874f7 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Step-by-Step Guide for Microsoft Advanced Group Policy Management 3.0 diff --git a/mdop/agpm/step-by-step-guide-for-microsoft-advanced-group-policy-management-40.md b/mdop/agpm/step-by-step-guide-for-microsoft-advanced-group-policy-management-40.md index 56178899dd..c6c50f7339 100644 --- a/mdop/agpm/step-by-step-guide-for-microsoft-advanced-group-policy-management-40.md +++ b/mdop/agpm/step-by-step-guide-for-microsoft-advanced-group-policy-management-40.md @@ -1,10 +1,15 @@ --- title: Step-by-Step Guide for Microsoft Advanced Group Policy Management 4.0 description: Step-by-Step Guide for Microsoft Advanced Group Policy Management 4.0 -ms.assetid: dc6f9b16-b1d4-48f3-88bb-f29301f0131c author: jamiejdt +ms.assetid: dc6f9b16-b1d4-48f3-88bb-f29301f0131c +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Step-by-Step Guide for Microsoft Advanced Group Policy Management 4.0 diff --git a/mdop/agpm/technical-overview-of-agpm.md b/mdop/agpm/technical-overview-of-agpm.md index 5ff8df4a42..66258c0203 100644 --- a/mdop/agpm/technical-overview-of-agpm.md +++ b/mdop/agpm/technical-overview-of-agpm.md @@ -1,10 +1,15 @@ --- title: Technical Overview of AGPM description: Technical Overview of AGPM -ms.assetid: 36bc0ab5-f752-474c-8559-721ea95169c2 author: jamiejdt +ms.assetid: 36bc0ab5-f752-474c-8559-721ea95169c2 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Technical Overview of AGPM diff --git a/mdop/agpm/template-commands-agpm30ops.md b/mdop/agpm/template-commands-agpm30ops.md index 561e6f9bc4..d512614260 100644 --- a/mdop/agpm/template-commands-agpm30ops.md +++ b/mdop/agpm/template-commands-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Template Commands description: Template Commands -ms.assetid: 2ec11b3f-0c5c-4788-97bd-bd4bf64ba51a author: jamiejdt +ms.assetid: 2ec11b3f-0c5c-4788-97bd-bd4bf64ba51a +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Template Commands diff --git a/mdop/agpm/template-commands-agpm40.md b/mdop/agpm/template-commands-agpm40.md index d6f64424a8..078d0aa3c0 100644 --- a/mdop/agpm/template-commands-agpm40.md +++ b/mdop/agpm/template-commands-agpm40.md @@ -1,10 +1,15 @@ --- title: Template Commands description: Template Commands -ms.assetid: 243a9b18-bf3f-44fa-94d7-5c793f7322da author: jamiejdt +ms.assetid: 243a9b18-bf3f-44fa-94d7-5c793f7322da +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Template Commands diff --git a/mdop/agpm/templates-tab.md b/mdop/agpm/templates-tab.md index 26a71317d8..53688325a7 100644 --- a/mdop/agpm/templates-tab.md +++ b/mdop/agpm/templates-tab.md @@ -1,10 +1,15 @@ --- title: Templates Tab description: Templates Tab -ms.assetid: 5676e9f9-eb52-49e1-a55d-15c1059af368 author: jamiejdt +ms.assetid: 5676e9f9-eb52-49e1-a55d-15c1059af368 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Templates Tab diff --git a/mdop/agpm/test-a-gpo-in-a-separate-organizational-unit-agpm40.md b/mdop/agpm/test-a-gpo-in-a-separate-organizational-unit-agpm40.md index 066f66837d..ccaee71ccb 100644 --- a/mdop/agpm/test-a-gpo-in-a-separate-organizational-unit-agpm40.md +++ b/mdop/agpm/test-a-gpo-in-a-separate-organizational-unit-agpm40.md @@ -1,10 +1,15 @@ --- title: Test a GPO in a Separate Organizational Unit description: Test a GPO in a Separate Organizational Unit -ms.assetid: 9a9e6d22-74e6-41d8-ac2f-12a1b76ad5a0 author: jamiejdt +ms.assetid: 9a9e6d22-74e6-41d8-ac2f-12a1b76ad5a0 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Test a GPO in a Separate Organizational Unit diff --git a/mdop/agpm/troubleshooting-advanced-group-policy-management-agpm30ops.md b/mdop/agpm/troubleshooting-advanced-group-policy-management-agpm30ops.md index bebc2918bf..3f4fa176af 100644 --- a/mdop/agpm/troubleshooting-advanced-group-policy-management-agpm30ops.md +++ b/mdop/agpm/troubleshooting-advanced-group-policy-management-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Troubleshooting Advanced Group Policy Management description: Troubleshooting Advanced Group Policy Management -ms.assetid: f7ece97c-e9f8-4b18-8c7a-a615c98d5c60 author: jamiejdt +ms.assetid: f7ece97c-e9f8-4b18-8c7a-a615c98d5c60 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Troubleshooting Advanced Group Policy Management diff --git a/mdop/agpm/troubleshooting-advanced-group-policy-management.md b/mdop/agpm/troubleshooting-advanced-group-policy-management.md index c68d90f72f..f6111ff3a9 100644 --- a/mdop/agpm/troubleshooting-advanced-group-policy-management.md +++ b/mdop/agpm/troubleshooting-advanced-group-policy-management.md @@ -1,10 +1,15 @@ --- title: Troubleshooting Advanced Group Policy Management description: Troubleshooting Advanced Group Policy Management -ms.assetid: f58849cf-6c5b-44d8-b356-0ed7a5b24cee author: jamiejdt +ms.assetid: f58849cf-6c5b-44d8-b356-0ed7a5b24cee +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Troubleshooting Advanced Group Policy Management diff --git a/mdop/agpm/troubleshooting-agpm-agpm40.md b/mdop/agpm/troubleshooting-agpm-agpm40.md index bd4ce79b99..515e6c2385 100644 --- a/mdop/agpm/troubleshooting-agpm-agpm40.md +++ b/mdop/agpm/troubleshooting-agpm-agpm40.md @@ -1,10 +1,15 @@ --- title: Troubleshooting AGPM description: Troubleshooting AGPM -ms.assetid: bedcd817-beb2-47bf-aebd-e3923c4fd06f author: jamiejdt +ms.assetid: bedcd817-beb2-47bf-aebd-e3923c4fd06f +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Troubleshooting AGPM diff --git a/mdop/agpm/uncontrolled-gpo-commands-agpm30ops.md b/mdop/agpm/uncontrolled-gpo-commands-agpm30ops.md index 956c53b3d6..490f7468b0 100644 --- a/mdop/agpm/uncontrolled-gpo-commands-agpm30ops.md +++ b/mdop/agpm/uncontrolled-gpo-commands-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Uncontrolled GPO Commands description: Uncontrolled GPO Commands -ms.assetid: 94c07b09-cb96-4ff2-b963-b25f103e73e9 author: jamiejdt +ms.assetid: 94c07b09-cb96-4ff2-b963-b25f103e73e9 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Uncontrolled GPO Commands diff --git a/mdop/agpm/uncontrolled-gpo-commands-agpm40.md b/mdop/agpm/uncontrolled-gpo-commands-agpm40.md index f4fb3f4a83..25986eb0b2 100644 --- a/mdop/agpm/uncontrolled-gpo-commands-agpm40.md +++ b/mdop/agpm/uncontrolled-gpo-commands-agpm40.md @@ -1,10 +1,15 @@ --- title: Uncontrolled GPO Commands description: Uncontrolled GPO Commands -ms.assetid: 05a8050f-adc3-465b-8524-bbe95745165c author: jamiejdt +ms.assetid: 05a8050f-adc3-465b-8524-bbe95745165c +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Uncontrolled GPO Commands diff --git a/mdop/agpm/uncontrolled-tab.md b/mdop/agpm/uncontrolled-tab.md index dcc6cba949..c55b69c640 100644 --- a/mdop/agpm/uncontrolled-tab.md +++ b/mdop/agpm/uncontrolled-tab.md @@ -1,10 +1,15 @@ --- title: Uncontrolled Tab description: Uncontrolled Tab -ms.assetid: d7e658bf-a72b-4813-bdc8-2fdb7251e742 author: jamiejdt +ms.assetid: d7e658bf-a72b-4813-bdc8-2fdb7251e742 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Uncontrolled Tab diff --git a/mdop/agpm/use-a-test-environment-agpm30ops.md b/mdop/agpm/use-a-test-environment-agpm30ops.md index ab88d83792..6b9d44a8dd 100644 --- a/mdop/agpm/use-a-test-environment-agpm30ops.md +++ b/mdop/agpm/use-a-test-environment-agpm30ops.md @@ -1,10 +1,15 @@ --- title: Use a Test Environment description: Use a Test Environment -ms.assetid: 86295084-b39e-4040-bb3f-15c3c1e99b1a author: jamiejdt +ms.assetid: 86295084-b39e-4040-bb3f-15c3c1e99b1a +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Use a Test Environment diff --git a/mdop/agpm/use-a-test-environment.md b/mdop/agpm/use-a-test-environment.md index c748eab433..8451629e66 100644 --- a/mdop/agpm/use-a-test-environment.md +++ b/mdop/agpm/use-a-test-environment.md @@ -1,10 +1,15 @@ --- title: Use a Test Environment description: Use a Test Environment -ms.assetid: b8d7b3ee-030a-4b5b-8223-4a3276fd47a7 author: jamiejdt +ms.assetid: b8d7b3ee-030a-4b5b-8223-4a3276fd47a7 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Use a Test Environment diff --git a/mdop/agpm/user-interface-advanced-group-policy-management-agpm30ops.md b/mdop/agpm/user-interface-advanced-group-policy-management-agpm30ops.md index da5b2d4af6..9f33170417 100644 --- a/mdop/agpm/user-interface-advanced-group-policy-management-agpm30ops.md +++ b/mdop/agpm/user-interface-advanced-group-policy-management-agpm30ops.md @@ -1,10 +1,15 @@ --- title: User Interface Advanced Group Policy Management description: User Interface Advanced Group Policy Management -ms.assetid: 19aab694-8283-4d97-9425-1845404b461f author: jamiejdt +ms.assetid: 19aab694-8283-4d97-9425-1845404b461f +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # User Interface: Advanced Group Policy Management diff --git a/mdop/agpm/user-interface-advanced-group-policy-management-agpm40.md b/mdop/agpm/user-interface-advanced-group-policy-management-agpm40.md index c8768e544a..32e6318ce5 100644 --- a/mdop/agpm/user-interface-advanced-group-policy-management-agpm40.md +++ b/mdop/agpm/user-interface-advanced-group-policy-management-agpm40.md @@ -1,10 +1,15 @@ --- title: User Interface Advanced Group Policy Management description: User Interface Advanced Group Policy Management -ms.assetid: 1bf67f6a-4f24-4020-a8c1-fe440de9caa3 author: jamiejdt +ms.assetid: 1bf67f6a-4f24-4020-a8c1-fe440de9caa3 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # User Interface: Advanced Group Policy Management diff --git a/mdop/agpm/user-interface-advanced-group-policy-management.md b/mdop/agpm/user-interface-advanced-group-policy-management.md index 8c0d5721b4..a891bc4122 100644 --- a/mdop/agpm/user-interface-advanced-group-policy-management.md +++ b/mdop/agpm/user-interface-advanced-group-policy-management.md @@ -1,10 +1,15 @@ --- title: User Interface Advanced Group Policy Management description: User Interface Advanced Group Policy Management -ms.assetid: 73324c99-adca-46dc-b516-ef78b7235f59 author: jamiejdt +ms.assetid: 73324c99-adca-46dc-b516-ef78b7235f59 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # User Interface: Advanced Group Policy Management diff --git a/mdop/agpm/using-a-test-environment.md b/mdop/agpm/using-a-test-environment.md index 2e10269247..735c8417d8 100644 --- a/mdop/agpm/using-a-test-environment.md +++ b/mdop/agpm/using-a-test-environment.md @@ -1,10 +1,15 @@ --- title: Using a Test Environment description: Using a Test Environment -ms.assetid: fc5fcc7c-1ac8-483a-a6bd-2279ae2ee3fb author: jamiejdt +ms.assetid: fc5fcc7c-1ac8-483a-a6bd-2279ae2ee3fb +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Using a Test Environment diff --git a/mdop/agpm/whats-new-in-agpm-30.md b/mdop/agpm/whats-new-in-agpm-30.md index 4c9229f6c8..238fef03c3 100644 --- a/mdop/agpm/whats-new-in-agpm-30.md +++ b/mdop/agpm/whats-new-in-agpm-30.md @@ -1,10 +1,15 @@ --- title: What's New in AGPM 3.0 description: What's New in AGPM 3.0 -ms.assetid: 0d082b86-63c5-45ce-9529-6e5f37254f9d author: jamiejdt +ms.assetid: 0d082b86-63c5-45ce-9529-6e5f37254f9d +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # What's New in AGPM 3.0 diff --git a/mdop/agpm/whats-new-in-agpm-40-sp1.md b/mdop/agpm/whats-new-in-agpm-40-sp1.md index 12a57eb423..78c1991bf6 100644 --- a/mdop/agpm/whats-new-in-agpm-40-sp1.md +++ b/mdop/agpm/whats-new-in-agpm-40-sp1.md @@ -1,10 +1,15 @@ --- title: What's New in AGPM 4.0 SP1 description: What's New in AGPM 4.0 SP1 -ms.assetid: c6a3d94a-13c3-44e6-a466-c3011879999e author: jamiejdt +ms.assetid: c6a3d94a-13c3-44e6-a466-c3011879999e +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # What's New in AGPM 4.0 SP1 diff --git a/mdop/agpm/whats-new-in-agpm-40-sp2.md b/mdop/agpm/whats-new-in-agpm-40-sp2.md index 53d7277dfe..7c7e323813 100644 --- a/mdop/agpm/whats-new-in-agpm-40-sp2.md +++ b/mdop/agpm/whats-new-in-agpm-40-sp2.md @@ -1,10 +1,15 @@ --- title: What's New in AGPM 4.0 SP2 description: What's New in AGPM 4.0 SP2 -ms.assetid: 5c0dcab4-f27d-4153-8b8e-b280b080be51 author: jamiejdt +ms.assetid: 5c0dcab4-f27d-4153-8b8e-b280b080be51 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # What's New in AGPM 4.0 SP2 diff --git a/mdop/agpm/whats-new-in-agpm-40-sp3.md b/mdop/agpm/whats-new-in-agpm-40-sp3.md index e99a24db6d..a639608821 100644 --- a/mdop/agpm/whats-new-in-agpm-40-sp3.md +++ b/mdop/agpm/whats-new-in-agpm-40-sp3.md @@ -1,10 +1,15 @@ --- title: What's New in AGPM 4.0 SP3 description: What's New in AGPM 4.0 SP3 -ms.assetid: df495d55-9fbf-4f7e-a7af-3905f4f8790e author: jamiejdt +ms.assetid: df495d55-9fbf-4f7e-a7af-3905f4f8790e +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # What's New in AGPM 4.0 SP3 diff --git a/mdop/agpm/whats-new-in-agpm-40.md b/mdop/agpm/whats-new-in-agpm-40.md index 8ad3d9873b..e0bf6627c5 100644 --- a/mdop/agpm/whats-new-in-agpm-40.md +++ b/mdop/agpm/whats-new-in-agpm-40.md @@ -1,10 +1,15 @@ --- title: What's New in AGPM 4.0 description: What's New in AGPM 4.0 -ms.assetid: 31775f7f-a59c-4e64-a875-0adc9f5bc835 author: jamiejdt +ms.assetid: 31775f7f-a59c-4e64-a875-0adc9f5bc835 +ms.pagetype: mdop +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # What's New in AGPM 4.0 diff --git a/mdop/appv-v4/about-app-v-package-accelerators--app-v-46-sp1-.md b/mdop/appv-v4/about-app-v-package-accelerators--app-v-46-sp1-.md index c94b5e6bc0..20e54288a5 100644 --- a/mdop/appv-v4/about-app-v-package-accelerators--app-v-46-sp1-.md +++ b/mdop/appv-v4/about-app-v-package-accelerators--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: About App-V Package Accelerators (App-V 4.6 SP1) description: About App-V Package Accelerators (App-V 4.6 SP1) -ms.assetid: fc2d2375-8f17-4a6d-b374-771cb947cb8c author: jamiejdt +ms.assetid: fc2d2375-8f17-4a6d-b374-771cb947cb8c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About App-V Package Accelerators (App-V 4.6 SP1) diff --git a/mdop/appv-v4/about-application-licensing.md b/mdop/appv-v4/about-application-licensing.md index 01feb420ea..4c9ff2f0d8 100644 --- a/mdop/appv-v4/about-application-licensing.md +++ b/mdop/appv-v4/about-application-licensing.md @@ -1,10 +1,15 @@ --- title: About Application Licensing description: About Application Licensing -ms.assetid: 6b487641-1627-4e91-b829-04f001008176 author: jamiejdt +ms.assetid: 6b487641-1627-4e91-b829-04f001008176 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Application Licensing diff --git a/mdop/appv-v4/about-application-virtualization-applications.md b/mdop/appv-v4/about-application-virtualization-applications.md index 8612543922..3cfdd8ad96 100644 --- a/mdop/appv-v4/about-application-virtualization-applications.md +++ b/mdop/appv-v4/about-application-virtualization-applications.md @@ -1,10 +1,15 @@ --- title: About Application Virtualization Applications description: About Application Virtualization Applications -ms.assetid: 3bf833b7-d172-4eef-a9e8-4b4f0c7eb15b author: jamiejdt +ms.assetid: 3bf833b7-d172-4eef-a9e8-4b4f0c7eb15b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Application Virtualization Applications diff --git a/mdop/appv-v4/about-application-virtualization-packages.md b/mdop/appv-v4/about-application-virtualization-packages.md index cfb4b8441a..2d5dce9eda 100644 --- a/mdop/appv-v4/about-application-virtualization-packages.md +++ b/mdop/appv-v4/about-application-virtualization-packages.md @@ -1,10 +1,15 @@ --- title: About Application Virtualization Packages description: About Application Virtualization Packages -ms.assetid: 69bd35c1-7af3-43db-931b-3074780aa926 author: jamiejdt +ms.assetid: 69bd35c1-7af3-43db-931b-3074780aa926 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Application Virtualization Packages diff --git a/mdop/appv-v4/about-application-virtualization-servers.md b/mdop/appv-v4/about-application-virtualization-servers.md index c505657283..c983f6e660 100644 --- a/mdop/appv-v4/about-application-virtualization-servers.md +++ b/mdop/appv-v4/about-application-virtualization-servers.md @@ -1,10 +1,15 @@ --- title: About Application Virtualization Servers description: About Application Virtualization Servers -ms.assetid: 60a45509-2112-44ca-8e28-c73b0c2ff85e author: jamiejdt +ms.assetid: 60a45509-2112-44ca-8e28-c73b0c2ff85e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Application Virtualization Servers diff --git a/mdop/appv-v4/about-microsoft-application-virtualization-45-sp1.md b/mdop/appv-v4/about-microsoft-application-virtualization-45-sp1.md index 8a6090ca95..84d328ae99 100644 --- a/mdop/appv-v4/about-microsoft-application-virtualization-45-sp1.md +++ b/mdop/appv-v4/about-microsoft-application-virtualization-45-sp1.md @@ -1,10 +1,15 @@ --- title: About Microsoft Application Virtualization 4.5 SP1 description: About Microsoft Application Virtualization 4.5 SP1 -ms.assetid: f5dcff12-5956-41ef-bc36-b59200f90807 author: jamiejdt +ms.assetid: f5dcff12-5956-41ef-bc36-b59200f90807 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Microsoft Application Virtualization 4.5 SP1 diff --git a/mdop/appv-v4/about-microsoft-application-virtualization-45-sp2.md b/mdop/appv-v4/about-microsoft-application-virtualization-45-sp2.md index 201ff22bf7..841c1186d3 100644 --- a/mdop/appv-v4/about-microsoft-application-virtualization-45-sp2.md +++ b/mdop/appv-v4/about-microsoft-application-virtualization-45-sp2.md @@ -1,10 +1,15 @@ --- title: About Microsoft Application Virtualization 4.5 SP2 description: About Microsoft Application Virtualization 4.5 SP2 -ms.assetid: c498adbe-e331-42c8-99fe-29623fae2345 author: jamiejdt +ms.assetid: c498adbe-e331-42c8-99fe-29623fae2345 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Microsoft Application Virtualization 4.5 SP2 diff --git a/mdop/appv-v4/about-microsoft-application-virtualization-45.md b/mdop/appv-v4/about-microsoft-application-virtualization-45.md index f9f31f27b6..5483836e37 100644 --- a/mdop/appv-v4/about-microsoft-application-virtualization-45.md +++ b/mdop/appv-v4/about-microsoft-application-virtualization-45.md @@ -1,10 +1,15 @@ --- title: About Microsoft Application Virtualization 4.5 description: About Microsoft Application Virtualization 4.5 -ms.assetid: 39f45a6f-ac55-4fd7-8a83-865e1a7034f8 author: jamiejdt +ms.assetid: 39f45a6f-ac55-4fd7-8a83-865e1a7034f8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Microsoft Application Virtualization 4.5 diff --git a/mdop/appv-v4/about-microsoft-application-virtualization-46-sp1.md b/mdop/appv-v4/about-microsoft-application-virtualization-46-sp1.md index 83376afad7..048e3398d2 100644 --- a/mdop/appv-v4/about-microsoft-application-virtualization-46-sp1.md +++ b/mdop/appv-v4/about-microsoft-application-virtualization-46-sp1.md @@ -1,10 +1,15 @@ --- title: About Microsoft Application Virtualization 4.6 SP1 description: About Microsoft Application Virtualization 4.6 SP1 -ms.assetid: 20917eb6-c998-43f8-aefa-307eb322dc8d author: jamiejdt +ms.assetid: 20917eb6-c998-43f8-aefa-307eb322dc8d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Microsoft Application Virtualization 4.6 SP1 diff --git a/mdop/appv-v4/about-microsoft-application-virtualization-46-sp2.md b/mdop/appv-v4/about-microsoft-application-virtualization-46-sp2.md index 3c517c100f..ce05dc3362 100644 --- a/mdop/appv-v4/about-microsoft-application-virtualization-46-sp2.md +++ b/mdop/appv-v4/about-microsoft-application-virtualization-46-sp2.md @@ -1,10 +1,15 @@ --- title: About Microsoft Application Virtualization 4.6 SP2 description: About Microsoft Application Virtualization 4.6 SP2 -ms.assetid: 1429e314-9c38-472b-8687-3bed6cf0015c author: jamiejdt +ms.assetid: 1429e314-9c38-472b-8687-3bed6cf0015c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Microsoft Application Virtualization 4.6 SP2 diff --git a/mdop/appv-v4/about-microsoft-application-virtualization-46-sp3.md b/mdop/appv-v4/about-microsoft-application-virtualization-46-sp3.md index 60377cb0b1..5493513ee4 100644 --- a/mdop/appv-v4/about-microsoft-application-virtualization-46-sp3.md +++ b/mdop/appv-v4/about-microsoft-application-virtualization-46-sp3.md @@ -1,10 +1,15 @@ --- title: About Microsoft Application Virtualization 4.6 SP3 description: About Microsoft Application Virtualization 4.6 SP3 -ms.assetid: a6374fb0-1dfa-41f7-9a6a-3d2688492a8b author: jamiejdt +ms.assetid: a6374fb0-1dfa-41f7-9a6a-3d2688492a8b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Microsoft Application Virtualization 4.6 SP3 diff --git a/mdop/appv-v4/about-microsoft-application-virtualization-46.md b/mdop/appv-v4/about-microsoft-application-virtualization-46.md index b39b360592..16acade96e 100644 --- a/mdop/appv-v4/about-microsoft-application-virtualization-46.md +++ b/mdop/appv-v4/about-microsoft-application-virtualization-46.md @@ -1,10 +1,15 @@ --- title: About Microsoft Application Virtualization 4.6 description: About Microsoft Application Virtualization 4.6 -ms.assetid: 34150f34-ee74-45a6-957e-9ea6c5a497de author: jamiejdt +ms.assetid: 34150f34-ee74-45a6-957e-9ea6c5a497de +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Microsoft Application Virtualization 4.6 diff --git a/mdop/appv-v4/about-publishing.md b/mdop/appv-v4/about-publishing.md index f080df81d3..0fef774dc2 100644 --- a/mdop/appv-v4/about-publishing.md +++ b/mdop/appv-v4/about-publishing.md @@ -1,10 +1,15 @@ --- title: About Publishing description: About Publishing -ms.assetid: 295074d7-123f-4740-b938-e4a371ee72fd author: jamiejdt +ms.assetid: 295074d7-123f-4740-b938-e4a371ee72fd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Publishing diff --git a/mdop/appv-v4/about-sequencing-phases.md b/mdop/appv-v4/about-sequencing-phases.md index a91d416b93..164d238230 100644 --- a/mdop/appv-v4/about-sequencing-phases.md +++ b/mdop/appv-v4/about-sequencing-phases.md @@ -1,10 +1,15 @@ --- title: About Sequencing Phases description: About Sequencing Phases -ms.assetid: c1cb7b6c-204c-48f2-848c-4bd5a3d5ecb6 author: jamiejdt +ms.assetid: c1cb7b6c-204c-48f2-848c-4bd5a3d5ecb6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Sequencing Phases diff --git a/mdop/appv-v4/about-sharing-package-accelerators-page.md b/mdop/appv-v4/about-sharing-package-accelerators-page.md index 7a50c99551..3c359b8169 100644 --- a/mdop/appv-v4/about-sharing-package-accelerators-page.md +++ b/mdop/appv-v4/about-sharing-package-accelerators-page.md @@ -1,10 +1,15 @@ --- title: About Sharing Package Accelerators Page description: About Sharing Package Accelerators Page -ms.assetid: 9630cde0-e2c3-476f-8fa1-58b3c9f7d3f7 author: jamiejdt +ms.assetid: 9630cde0-e2c3-476f-8fa1-58b3c9f7d3f7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Sharing Package Accelerators Page diff --git a/mdop/appv-v4/about-the-application-virtualization-sequencer.md b/mdop/appv-v4/about-the-application-virtualization-sequencer.md index 807dd9b6c8..fac1937081 100644 --- a/mdop/appv-v4/about-the-application-virtualization-sequencer.md +++ b/mdop/appv-v4/about-the-application-virtualization-sequencer.md @@ -1,10 +1,15 @@ --- title: About the Application Virtualization Sequencer description: About the Application Virtualization Sequencer -ms.assetid: bee193ca-58bd-40c9-b41a-310435633895 author: jamiejdt +ms.assetid: bee193ca-58bd-40c9-b41a-310435633895 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About the Application Virtualization Sequencer diff --git a/mdop/appv-v4/about-the-application-virtualization-server-management-console.md b/mdop/appv-v4/about-the-application-virtualization-server-management-console.md index 92d0309ce0..ca0b2f2990 100644 --- a/mdop/appv-v4/about-the-application-virtualization-server-management-console.md +++ b/mdop/appv-v4/about-the-application-virtualization-server-management-console.md @@ -1,10 +1,15 @@ --- title: About the Application Virtualization Server Management Console description: About the Application Virtualization Server Management Console -ms.assetid: 108d0e4b-08fa-47b4-a737-d2c36c2641de author: jamiejdt +ms.assetid: 108d0e4b-08fa-47b4-a737-d2c36c2641de +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About the Application Virtualization Server Management Console diff --git a/mdop/appv-v4/about-the-deployment-tab.md b/mdop/appv-v4/about-the-deployment-tab.md index 2fd40792ca..bfaa07b2ad 100644 --- a/mdop/appv-v4/about-the-deployment-tab.md +++ b/mdop/appv-v4/about-the-deployment-tab.md @@ -1,10 +1,15 @@ --- title: About the Deployment Tab description: About the Deployment Tab -ms.assetid: 12891798-baa4-45a5-b845-b9505ab95633 author: jamiejdt +ms.assetid: 12891798-baa4-45a5-b845-b9505ab95633 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About the Deployment Tab diff --git a/mdop/appv-v4/about-the-files-tab.md b/mdop/appv-v4/about-the-files-tab.md index e6411ad42d..ab8a56a12d 100644 --- a/mdop/appv-v4/about-the-files-tab.md +++ b/mdop/appv-v4/about-the-files-tab.md @@ -1,10 +1,15 @@ --- title: About the Files Tab description: About the Files Tab -ms.assetid: 3c20e720-4b0f-465b-b7c4-3013dae1c815 author: jamiejdt +ms.assetid: 3c20e720-4b0f-465b-b7c4-3013dae1c815 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About the Files Tab diff --git a/mdop/appv-v4/about-the-osd-tab.md b/mdop/appv-v4/about-the-osd-tab.md index 5d41705681..413391b96e 100644 --- a/mdop/appv-v4/about-the-osd-tab.md +++ b/mdop/appv-v4/about-the-osd-tab.md @@ -1,10 +1,15 @@ --- title: About the OSD Tab description: About the OSD Tab -ms.assetid: 7c78cd3a-91f2-4377-8c62-e52912906197 author: jamiejdt +ms.assetid: 7c78cd3a-91f2-4377-8c62-e52912906197 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About the OSD Tab diff --git a/mdop/appv-v4/about-the-properties-tab.md b/mdop/appv-v4/about-the-properties-tab.md index 973068b92f..f7a26fbb3d 100644 --- a/mdop/appv-v4/about-the-properties-tab.md +++ b/mdop/appv-v4/about-the-properties-tab.md @@ -1,10 +1,15 @@ --- title: About the Properties Tab description: About the Properties Tab -ms.assetid: a6cf6f51-3778-4c8d-9632-3af4005775d2 author: jamiejdt +ms.assetid: a6cf6f51-3778-4c8d-9632-3af4005775d2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About the Properties Tab diff --git a/mdop/appv-v4/about-the-sequencer-console.md b/mdop/appv-v4/about-the-sequencer-console.md index 2fa087f08e..b75ee545d3 100644 --- a/mdop/appv-v4/about-the-sequencer-console.md +++ b/mdop/appv-v4/about-the-sequencer-console.md @@ -1,10 +1,15 @@ --- title: About the Sequencer Console description: About the Sequencer Console -ms.assetid: 36ecba89-a0f5-4d4d-981c-7f581aa43695 author: jamiejdt +ms.assetid: 36ecba89-a0f5-4d4d-981c-7f581aa43695 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About the Sequencer Console diff --git a/mdop/appv-v4/about-the-virtual-file-system-tab.md b/mdop/appv-v4/about-the-virtual-file-system-tab.md index 1e78fcb9d6..4a68cdad5f 100644 --- a/mdop/appv-v4/about-the-virtual-file-system-tab.md +++ b/mdop/appv-v4/about-the-virtual-file-system-tab.md @@ -1,10 +1,15 @@ --- title: About the Virtual File System Tab description: About the Virtual File System Tab -ms.assetid: 4d2e344d-3f3b-49fd-bbbd-fa5177e7af50 author: jamiejdt +ms.assetid: 4d2e344d-3f3b-49fd-bbbd-fa5177e7af50 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About the Virtual File System Tab diff --git a/mdop/appv-v4/about-the-virtual-registry-tab.md b/mdop/appv-v4/about-the-virtual-registry-tab.md index 707ce83586..0314de8e27 100644 --- a/mdop/appv-v4/about-the-virtual-registry-tab.md +++ b/mdop/appv-v4/about-the-virtual-registry-tab.md @@ -1,10 +1,15 @@ --- title: About the Virtual Registry Tab description: About the Virtual Registry Tab -ms.assetid: ca8d837f-8218-4f86-95fd-13a44dccd022 author: jamiejdt +ms.assetid: ca8d837f-8218-4f86-95fd-13a44dccd022 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About the Virtual Registry Tab diff --git a/mdop/appv-v4/about-the-virtual-services-tab.md b/mdop/appv-v4/about-the-virtual-services-tab.md index 663a39d1b1..acd29e190e 100644 --- a/mdop/appv-v4/about-the-virtual-services-tab.md +++ b/mdop/appv-v4/about-the-virtual-services-tab.md @@ -1,10 +1,15 @@ --- title: About the Virtual Services Tab description: About the Virtual Services Tab -ms.assetid: d31eea1b-9a37-42f1-8d7c-95881716e753 author: jamiejdt +ms.assetid: d31eea1b-9a37-42f1-8d7c-95881716e753 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About the Virtual Services Tab diff --git a/mdop/appv-v4/about-using-the-sequencer-command-line.md b/mdop/appv-v4/about-using-the-sequencer-command-line.md index ed31915095..6e75f5f3b3 100644 --- a/mdop/appv-v4/about-using-the-sequencer-command-line.md +++ b/mdop/appv-v4/about-using-the-sequencer-command-line.md @@ -1,10 +1,15 @@ --- title: About Using the Sequencer Command Line description: About Using the Sequencer Command Line -ms.assetid: 0fd5f81b-17f9-4065-bce2-8785e8aac7c7 author: jamiejdt +ms.assetid: 0fd5f81b-17f9-4065-bce2-8785e8aac7c7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Using the Sequencer Command Line diff --git a/mdop/appv-v4/about-virtual-environments.md b/mdop/appv-v4/about-virtual-environments.md index 8ac73e58ab..687064afaa 100644 --- a/mdop/appv-v4/about-virtual-environments.md +++ b/mdop/appv-v4/about-virtual-environments.md @@ -1,10 +1,15 @@ --- title: About Virtual Environments description: About Virtual Environments -ms.assetid: e03a8c72-56c1-4ae9-aa45-0283c50a154c author: jamiejdt +ms.assetid: e03a8c72-56c1-4ae9-aa45-0283c50a154c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About Virtual Environments diff --git a/mdop/appv-v4/add-app.md b/mdop/appv-v4/add-app.md index ad9d7d6fc8..d83dacd25b 100644 --- a/mdop/appv-v4/add-app.md +++ b/mdop/appv-v4/add-app.md @@ -1,10 +1,15 @@ --- title: ADD APP description: ADD APP -ms.assetid: 329fd0c8-a795-49be-b0fd-1367c5b4a34b author: jamiejdt +ms.assetid: 329fd0c8-a795-49be-b0fd-1367c5b4a34b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # ADD APP diff --git a/mdop/appv-v4/add-package.md b/mdop/appv-v4/add-package.md index 22ce70a917..dc09ea39cb 100644 --- a/mdop/appv-v4/add-package.md +++ b/mdop/appv-v4/add-package.md @@ -1,10 +1,15 @@ --- title: ADD PACKAGE description: ADD PACKAGE -ms.assetid: aa83928d-a234-4395-831e-2a7ef786ff53 author: jamiejdt +ms.assetid: aa83928d-a234-4395-831e-2a7ef786ff53 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # ADD PACKAGE diff --git a/mdop/appv-v4/add-server.md b/mdop/appv-v4/add-server.md index 83e44827f5..04ceb4ade5 100644 --- a/mdop/appv-v4/add-server.md +++ b/mdop/appv-v4/add-server.md @@ -1,10 +1,15 @@ --- title: ADD SERVER description: ADD SERVER -ms.assetid: 4be2ac2e-a410-4711-9f84-f305393c8fa7 author: jamiejdt +ms.assetid: 4be2ac2e-a410-4711-9f84-f305393c8fa7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # ADD SERVER diff --git a/mdop/appv-v4/add-type.md b/mdop/appv-v4/add-type.md index 11a3071a13..b350230339 100644 --- a/mdop/appv-v4/add-type.md +++ b/mdop/appv-v4/add-type.md @@ -1,10 +1,15 @@ --- title: ADD TYPE description: ADD TYPE -ms.assetid: 8f1d3978-9977-4851-9f46-fee6aefa3535 author: jamiejdt +ms.assetid: 8f1d3978-9977-4851-9f46-fee6aefa3535 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # ADD TYPE diff --git a/mdop/appv-v4/administrators-node.md b/mdop/appv-v4/administrators-node.md index d201b68482..97401c0778 100644 --- a/mdop/appv-v4/administrators-node.md +++ b/mdop/appv-v4/administrators-node.md @@ -1,10 +1,15 @@ --- title: Administrators Node description: Administrators Node -ms.assetid: 5f462a0d-af53-4464-9891-7b712193c7e8 author: jamiejdt +ms.assetid: 5f462a0d-af53-4464-9891-7b712193c7e8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Administrators Node diff --git a/mdop/appv-v4/administrators-results-pane-columns.md b/mdop/appv-v4/administrators-results-pane-columns.md index 3a3f4bacfc..2288b1737e 100644 --- a/mdop/appv-v4/administrators-results-pane-columns.md +++ b/mdop/appv-v4/administrators-results-pane-columns.md @@ -1,10 +1,15 @@ --- title: Administrators Results Pane Columns description: Administrators Results Pane Columns -ms.assetid: 2ac86625-15a8-471a-846b-a42eae37ed72 author: jamiejdt +ms.assetid: 2ac86625-15a8-471a-846b-a42eae37ed72 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Administrators Results Pane Columns diff --git a/mdop/appv-v4/administrators-results-pane.md b/mdop/appv-v4/administrators-results-pane.md index 2f237b83ce..0dca3155ab 100644 --- a/mdop/appv-v4/administrators-results-pane.md +++ b/mdop/appv-v4/administrators-results-pane.md @@ -1,10 +1,15 @@ --- title: Administrators Results Pane description: Administrators Results Pane -ms.assetid: 92f4f924-c73b-45d6-8905-26f0f30aa189 author: jamiejdt +ms.assetid: 92f4f924-c73b-45d6-8905-26f0f30aa189 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Administrators Results Pane diff --git a/mdop/appv-v4/antivirus-running-dialog-box--app-v-46-sp1-.md b/mdop/appv-v4/antivirus-running-dialog-box--app-v-46-sp1-.md index 195bf58656..b114c4841d 100644 --- a/mdop/appv-v4/antivirus-running-dialog-box--app-v-46-sp1-.md +++ b/mdop/appv-v4/antivirus-running-dialog-box--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Antivirus Running Dialog Box (App-V 4.6 SP1) description: Antivirus Running Dialog Box (App-V 4.6 SP1) -ms.assetid: b720e308-8597-4470-a03e-fc36ffef84aa author: jamiejdt +ms.assetid: b720e308-8597-4470-a03e-fc36ffef84aa +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Antivirus Running Dialog Box (App-V 4.6 SP1) diff --git a/mdop/appv-v4/app-v-45-sp2-release-notes.md b/mdop/appv-v4/app-v-45-sp2-release-notes.md index 3fcd66b0f6..2acd2c8c91 100644 --- a/mdop/appv-v4/app-v-45-sp2-release-notes.md +++ b/mdop/appv-v4/app-v-45-sp2-release-notes.md @@ -1,10 +1,15 @@ --- title: App-V 4.5 SP2 Release Notes description: App-V 4.5 SP2 Release Notes -ms.assetid: 1b3a8a83-4523-4634-9f75-29bc22ca5815 author: jamiejdt +ms.assetid: 1b3a8a83-4523-4634-9f75-29bc22ca5815 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V 4.5 SP2 Release Notes diff --git a/mdop/appv-v4/app-v-46-release-notes.md b/mdop/appv-v4/app-v-46-release-notes.md index 93ffea8711..81d8a1852e 100644 --- a/mdop/appv-v4/app-v-46-release-notes.md +++ b/mdop/appv-v4/app-v-46-release-notes.md @@ -1,10 +1,15 @@ --- title: App-V 4.6 Release Notes description: App-V 4.6 Release Notes -ms.assetid: a3eba129-edac-48bf-a933-3bf43a9873e5 author: jamiejdt +ms.assetid: a3eba129-edac-48bf-a933-3bf43a9873e5 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V 4.6 Release Notes diff --git a/mdop/appv-v4/app-v-46-sp1-release-notes.md b/mdop/appv-v4/app-v-46-sp1-release-notes.md index 6aa1ffb8a2..80d4220900 100644 --- a/mdop/appv-v4/app-v-46-sp1-release-notes.md +++ b/mdop/appv-v4/app-v-46-sp1-release-notes.md @@ -1,10 +1,15 @@ --- title: App-V 4.6 SP1 Release Notes description: App-V 4.6 SP1 Release Notes -ms.assetid: aeb6784a-864a-4f4e-976b-40c34dcfd8d6 author: jamiejdt +ms.assetid: aeb6784a-864a-4f4e-976b-40c34dcfd8d6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V 4.6 SP1 Release Notes diff --git a/mdop/appv-v4/app-v-46-sp2-release-notes.md b/mdop/appv-v4/app-v-46-sp2-release-notes.md index cb5a77d81a..f2414f7825 100644 --- a/mdop/appv-v4/app-v-46-sp2-release-notes.md +++ b/mdop/appv-v4/app-v-46-sp2-release-notes.md @@ -1,10 +1,15 @@ --- title: App-V 4.6 SP2 Release Notes description: App-V 4.6 SP2 Release Notes -ms.assetid: abb536f0-e187-4c5b-952a-f837abd10ad2 author: jamiejdt +ms.assetid: abb536f0-e187-4c5b-952a-f837abd10ad2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V 4.6 SP2 Release Notes diff --git a/mdop/appv-v4/app-v-46-sp3-release-notes.md b/mdop/appv-v4/app-v-46-sp3-release-notes.md index 9cc2a1ab5d..f3b3bbd638 100644 --- a/mdop/appv-v4/app-v-46-sp3-release-notes.md +++ b/mdop/appv-v4/app-v-46-sp3-release-notes.md @@ -1,10 +1,15 @@ --- title: App-V 4.6 SP3 Release Notes description: App-V 4.6 SP3 Release Notes -ms.assetid: 206fadeb-59cc-47b4-836f-191ab1c27ff8 author: jamiejdt +ms.assetid: 206fadeb-59cc-47b4-836f-191ab1c27ff8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V 4.6 SP3 Release Notes diff --git a/mdop/appv-v4/app-v-application-wmi-class.md b/mdop/appv-v4/app-v-application-wmi-class.md index 105d30b34b..4f54387ea3 100644 --- a/mdop/appv-v4/app-v-application-wmi-class.md +++ b/mdop/appv-v4/app-v-application-wmi-class.md @@ -1,10 +1,15 @@ --- title: App-V Application WMI Class description: App-V Application WMI Class -ms.assetid: b79b0d5a-ba57-442f-8bb4-d7154fc056f9 author: jamiejdt +ms.assetid: b79b0d5a-ba57-442f-8bb4-d7154fc056f9 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V Application WMI Class diff --git a/mdop/appv-v4/app-v-client-registry-values-sp1.md b/mdop/appv-v4/app-v-client-registry-values-sp1.md index 02653cc589..d1abb66e68 100644 --- a/mdop/appv-v4/app-v-client-registry-values-sp1.md +++ b/mdop/appv-v4/app-v-client-registry-values-sp1.md @@ -1,10 +1,15 @@ --- title: App-V Client Registry Values description: App-V Client Registry Values -ms.assetid: 46af5209-9762-47b9-afdb-9a2947e013f7 author: jamiejdt +ms.assetid: 46af5209-9762-47b9-afdb-9a2947e013f7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V Client Registry Values diff --git a/mdop/appv-v4/app-v-desktop-client-security.md b/mdop/appv-v4/app-v-desktop-client-security.md index fd1a831f3b..1ac437a216 100644 --- a/mdop/appv-v4/app-v-desktop-client-security.md +++ b/mdop/appv-v4/app-v-desktop-client-security.md @@ -1,10 +1,15 @@ --- title: App-V Desktop Client Security description: App-V Desktop Client Security -ms.assetid: 216b9c16-7bb4-4f94-b9d8-810501285008 author: jamiejdt +ms.assetid: 216b9c16-7bb4-4f94-b9d8-810501285008 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V Desktop Client Security diff --git a/mdop/appv-v4/app-v-installation-checklist.md b/mdop/appv-v4/app-v-installation-checklist.md index c9bab3e765..82b5ac79d3 100644 --- a/mdop/appv-v4/app-v-installation-checklist.md +++ b/mdop/appv-v4/app-v-installation-checklist.md @@ -1,10 +1,15 @@ --- title: App-V Installation Checklist description: App-V Installation Checklist -ms.assetid: b17efaab-cd6d-4c30-beb7-c6e7c9c87657 author: jamiejdt +ms.assetid: b17efaab-cd6d-4c30-beb7-c6e7c9c87657 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V Installation Checklist diff --git a/mdop/appv-v4/app-v-interoperability-with-windows-applocker.md b/mdop/appv-v4/app-v-interoperability-with-windows-applocker.md index a2a812f057..19861182b0 100644 --- a/mdop/appv-v4/app-v-interoperability-with-windows-applocker.md +++ b/mdop/appv-v4/app-v-interoperability-with-windows-applocker.md @@ -1,10 +1,15 @@ --- title: App-V Interoperability with Windows AppLocker description: App-V Interoperability with Windows AppLocker -ms.assetid: 9a488034-607d-411c-b495-ff184c726f49 author: jamiejdt +ms.assetid: 9a488034-607d-411c-b495-ff184c726f49 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V Interoperability with Windows AppLocker diff --git a/mdop/appv-v4/app-v-package-wmi-class.md b/mdop/appv-v4/app-v-package-wmi-class.md index 556f85e9c5..a5b9a06932 100644 --- a/mdop/appv-v4/app-v-package-wmi-class.md +++ b/mdop/appv-v4/app-v-package-wmi-class.md @@ -1,10 +1,15 @@ --- title: App-V Package WMI Class description: App-V Package WMI Class -ms.assetid: 0fc26c3b-9706-4804-be2d-645771dc33ae author: jamiejdt +ms.assetid: 0fc26c3b-9706-4804-be2d-645771dc33ae +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V Package WMI Class diff --git a/mdop/appv-v4/app-v-postinstallation-checklist.md b/mdop/appv-v4/app-v-postinstallation-checklist.md index 1235d13d7c..042fd33a39 100644 --- a/mdop/appv-v4/app-v-postinstallation-checklist.md +++ b/mdop/appv-v4/app-v-postinstallation-checklist.md @@ -1,10 +1,15 @@ --- title: App-V Postinstallation Checklist description: App-V Postinstallation Checklist -ms.assetid: 74db297e-a744-4287-bcc6-0e096ca8b57a author: jamiejdt +ms.assetid: 74db297e-a744-4287-bcc6-0e096ca8b57a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V Postinstallation Checklist diff --git a/mdop/appv-v4/app-v-pre-installation-checklist.md b/mdop/appv-v4/app-v-pre-installation-checklist.md index caf97a5706..4986b4222b 100644 --- a/mdop/appv-v4/app-v-pre-installation-checklist.md +++ b/mdop/appv-v4/app-v-pre-installation-checklist.md @@ -1,10 +1,15 @@ --- title: App-V Pre-Installation Checklist description: App-V Pre-Installation Checklist -ms.assetid: 3af609b1-2c09-4edb-b083-b913b6d5e8c4 author: jamiejdt +ms.assetid: 3af609b1-2c09-4edb-b083-b913b6d5e8c4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V Pre-Installation Checklist diff --git a/mdop/appv-v4/app-v-upgrade-checklist.md b/mdop/appv-v4/app-v-upgrade-checklist.md index daf175a84d..1cc521ddb6 100644 --- a/mdop/appv-v4/app-v-upgrade-checklist.md +++ b/mdop/appv-v4/app-v-upgrade-checklist.md @@ -1,10 +1,15 @@ --- title: App-V Upgrade Checklist description: App-V Upgrade Checklist -ms.assetid: 64e317d2-d260-4b67-8a49-ba9ac513087a author: jamiejdt +ms.assetid: 64e317d2-d260-4b67-8a49-ba9ac513087a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # App-V Upgrade Checklist diff --git a/mdop/appv-v4/application-utilization-reportserver.md b/mdop/appv-v4/application-utilization-reportserver.md index 2cc2415a08..20e685bec4 100644 --- a/mdop/appv-v4/application-utilization-reportserver.md +++ b/mdop/appv-v4/application-utilization-reportserver.md @@ -1,10 +1,15 @@ --- title: Application Utilization Report description: Application Utilization Report -ms.assetid: cb961969-c9a3-4d46-8303-121d737d76d8 author: jamiejdt +ms.assetid: cb961969-c9a3-4d46-8303-121d737d76d8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Utilization Report diff --git a/mdop/appv-v4/application-virtualization-client-hardware-and-software-requirements.md b/mdop/appv-v4/application-virtualization-client-hardware-and-software-requirements.md index 7b9f66ca68..c26601e8b8 100644 --- a/mdop/appv-v4/application-virtualization-client-hardware-and-software-requirements.md +++ b/mdop/appv-v4/application-virtualization-client-hardware-and-software-requirements.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Client Hardware and Software Requirements description: Application Virtualization Client Hardware and Software Requirements -ms.assetid: 8b877a2c-5721-4b22-a47f-e2838d58ab12 author: jamiejdt +ms.assetid: 8b877a2c-5721-4b22-a47f-e2838d58ab12 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Client Hardware and Software Requirements diff --git a/mdop/appv-v4/application-virtualization-client-installer-command-line-parameters.md b/mdop/appv-v4/application-virtualization-client-installer-command-line-parameters.md index eb20dffd40..6171672825 100644 --- a/mdop/appv-v4/application-virtualization-client-installer-command-line-parameters.md +++ b/mdop/appv-v4/application-virtualization-client-installer-command-line-parameters.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Client Installer Command-Line Parameters description: Application Virtualization Client Installer Command-Line Parameters -ms.assetid: 508fa404-52a5-4919-8788-2a3dfb00639b author: jamiejdt +ms.assetid: 508fa404-52a5-4919-8788-2a3dfb00639b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Client Installer Command-Line Parameters diff --git a/mdop/appv-v4/application-virtualization-client-management-console-overview.md b/mdop/appv-v4/application-virtualization-client-management-console-overview.md index b4ecae1278..675d0e7fb2 100644 --- a/mdop/appv-v4/application-virtualization-client-management-console-overview.md +++ b/mdop/appv-v4/application-virtualization-client-management-console-overview.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Client Management Console Overview description: Application Virtualization Client Management Console Overview -ms.assetid: 21d648cc-eca5-475c-be42-228879b7a45a author: jamiejdt +ms.assetid: 21d648cc-eca5-475c-be42-228879b7a45a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Client Management Console Overview diff --git a/mdop/appv-v4/application-virtualization-client-management-console-reference.md b/mdop/appv-v4/application-virtualization-client-management-console-reference.md index 053d8afacc..16bdce56db 100644 --- a/mdop/appv-v4/application-virtualization-client-management-console-reference.md +++ b/mdop/appv-v4/application-virtualization-client-management-console-reference.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Client Management Console Reference description: Application Virtualization Client Management Console Reference -ms.assetid: aa27537d-e053-45b5-b0ee-cf6606849e0c author: jamiejdt +ms.assetid: aa27537d-e053-45b5-b0ee-cf6606849e0c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Client Management Console Reference diff --git a/mdop/appv-v4/application-virtualization-client-management-console-roadmap.md b/mdop/appv-v4/application-virtualization-client-management-console-roadmap.md index a097ad7e55..dd272786b9 100644 --- a/mdop/appv-v4/application-virtualization-client-management-console-roadmap.md +++ b/mdop/appv-v4/application-virtualization-client-management-console-roadmap.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Client Management Console Roadmap description: Application Virtualization Client Management Console Roadmap -ms.assetid: 3aca02c4-728c-4c34-b90f-4e6f188937b0 author: jamiejdt +ms.assetid: 3aca02c4-728c-4c34-b90f-4e6f188937b0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Client Management Console Roadmap diff --git a/mdop/appv-v4/application-virtualization-client-management-console.md b/mdop/appv-v4/application-virtualization-client-management-console.md index 38f971b153..33ef373ad0 100644 --- a/mdop/appv-v4/application-virtualization-client-management-console.md +++ b/mdop/appv-v4/application-virtualization-client-management-console.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Client Management Console description: Application Virtualization Client Management Console -ms.assetid: 18635688-8cbe-40d1-894e-acb2749b4e69 author: jamiejdt +ms.assetid: 18635688-8cbe-40d1-894e-acb2749b4e69 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Client Management Console diff --git a/mdop/appv-v4/application-virtualization-client-reference.md b/mdop/appv-v4/application-virtualization-client-reference.md index ee63c54609..c3f13d611c 100644 --- a/mdop/appv-v4/application-virtualization-client-reference.md +++ b/mdop/appv-v4/application-virtualization-client-reference.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Client Reference description: Application Virtualization Client Reference -ms.assetid: 5107f567-9ac8-43e1-89c8-5e0762e3ddd8 author: jamiejdt +ms.assetid: 5107f567-9ac8-43e1-89c8-5e0762e3ddd8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Client Reference diff --git a/mdop/appv-v4/application-virtualization-client-wmi-provider.md b/mdop/appv-v4/application-virtualization-client-wmi-provider.md index f5181e4225..9a3489cacf 100644 --- a/mdop/appv-v4/application-virtualization-client-wmi-provider.md +++ b/mdop/appv-v4/application-virtualization-client-wmi-provider.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Client WMI Provider description: Application Virtualization Client WMI Provider -ms.assetid: 384e33e0-6689-4e28-af84-53acee8a5c24 author: jamiejdt +ms.assetid: 384e33e0-6689-4e28-af84-53acee8a5c24 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Client WMI Provider diff --git a/mdop/appv-v4/application-virtualization-client.md b/mdop/appv-v4/application-virtualization-client.md index 0990a5646b..6bc5234ae9 100644 --- a/mdop/appv-v4/application-virtualization-client.md +++ b/mdop/appv-v4/application-virtualization-client.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Client description: Application Virtualization Client -ms.assetid: d9e1939b-eb9c-49a0-855d-f4c323b84c2f author: jamiejdt +ms.assetid: d9e1939b-eb9c-49a0-855d-f4c323b84c2f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Client diff --git a/mdop/appv-v4/application-virtualization-deployment-and-upgrade-checklists.md b/mdop/appv-v4/application-virtualization-deployment-and-upgrade-checklists.md index 5c0c1aafa9..4cb550dee6 100644 --- a/mdop/appv-v4/application-virtualization-deployment-and-upgrade-checklists.md +++ b/mdop/appv-v4/application-virtualization-deployment-and-upgrade-checklists.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Deployment and Upgrade Checklists description: Application Virtualization Deployment and Upgrade Checklists -ms.assetid: 462e5119-cb83-4548-98f2-df668aa0958b author: jamiejdt +ms.assetid: 462e5119-cb83-4548-98f2-df668aa0958b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Deployment and Upgrade Checklists diff --git a/mdop/appv-v4/application-virtualization-deployment-and-upgrade-considerations-copy.md b/mdop/appv-v4/application-virtualization-deployment-and-upgrade-considerations-copy.md index 274d571696..b82683ddee 100644 --- a/mdop/appv-v4/application-virtualization-deployment-and-upgrade-considerations-copy.md +++ b/mdop/appv-v4/application-virtualization-deployment-and-upgrade-considerations-copy.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Deployment and Upgrade Considerations description: Application Virtualization Deployment and Upgrade Considerations -ms.assetid: c3c38930-0da3-43e6-b240-945edfd00a01 author: jamiejdt +ms.assetid: c3c38930-0da3-43e6-b240-945edfd00a01 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Deployment and Upgrade Considerations diff --git a/mdop/appv-v4/application-virtualization-deployment-and-upgrade-considerations.md b/mdop/appv-v4/application-virtualization-deployment-and-upgrade-considerations.md index d3b80ebe9e..9c257ce0be 100644 --- a/mdop/appv-v4/application-virtualization-deployment-and-upgrade-considerations.md +++ b/mdop/appv-v4/application-virtualization-deployment-and-upgrade-considerations.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Deployment and Upgrade Considerations description: Application Virtualization Deployment and Upgrade Considerations -ms.assetid: adc562ee-7276-4b14-b10a-da17f05e1682 author: jamiejdt +ms.assetid: adc562ee-7276-4b14-b10a-da17f05e1682 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Deployment and Upgrade Considerations diff --git a/mdop/appv-v4/application-virtualization-deployment-requirements.md b/mdop/appv-v4/application-virtualization-deployment-requirements.md index eb5c72248c..4a6b4791dd 100644 --- a/mdop/appv-v4/application-virtualization-deployment-requirements.md +++ b/mdop/appv-v4/application-virtualization-deployment-requirements.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Deployment Requirements description: Application Virtualization Deployment Requirements -ms.assetid: 9564e974-a853-45ae-b605-0a2e3e5cf212 author: jamiejdt +ms.assetid: 9564e974-a853-45ae-b605-0a2e3e5cf212 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Deployment Requirements diff --git a/mdop/appv-v4/application-virtualization-glossary.md b/mdop/appv-v4/application-virtualization-glossary.md index b8c82b3703..9173ba9470 100644 --- a/mdop/appv-v4/application-virtualization-glossary.md +++ b/mdop/appv-v4/application-virtualization-glossary.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Glossary description: Application Virtualization Glossary -ms.assetid: 9eb71774-e288-4f94-8f94-5b98e0d012a7 author: jamiejdt +ms.assetid: 9eb71774-e288-4f94-8f94-5b98e0d012a7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Glossary diff --git a/mdop/appv-v4/application-virtualization-properties-connectivity-tab.md b/mdop/appv-v4/application-virtualization-properties-connectivity-tab.md index 89fe3e765b..14aa9229ee 100644 --- a/mdop/appv-v4/application-virtualization-properties-connectivity-tab.md +++ b/mdop/appv-v4/application-virtualization-properties-connectivity-tab.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Properties Connectivity Tab description: Application Virtualization Properties Connectivity Tab -ms.assetid: e07c1352-a2be-4d99-9968-daba515bcde2 author: jamiejdt +ms.assetid: e07c1352-a2be-4d99-9968-daba515bcde2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Properties: Connectivity Tab diff --git a/mdop/appv-v4/application-virtualization-properties-file-system-tab.md b/mdop/appv-v4/application-virtualization-properties-file-system-tab.md index c4b3aceee7..e52ef9487d 100644 --- a/mdop/appv-v4/application-virtualization-properties-file-system-tab.md +++ b/mdop/appv-v4/application-virtualization-properties-file-system-tab.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Properties File System Tab description: Application Virtualization Properties File System Tab -ms.assetid: c7d56d36-8c50-4dfc-afee-83dea06376d4 author: jamiejdt +ms.assetid: c7d56d36-8c50-4dfc-afee-83dea06376d4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Properties: File System Tab diff --git a/mdop/appv-v4/application-virtualization-properties-general-tab.md b/mdop/appv-v4/application-virtualization-properties-general-tab.md index d873644604..ff6053e487 100644 --- a/mdop/appv-v4/application-virtualization-properties-general-tab.md +++ b/mdop/appv-v4/application-virtualization-properties-general-tab.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Properties General Tab description: Application Virtualization Properties General Tab -ms.assetid: be7449d9-171a-4a11-9382-83b7008ccbdd author: jamiejdt +ms.assetid: be7449d9-171a-4a11-9382-83b7008ccbdd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Properties: General Tab diff --git a/mdop/appv-v4/application-virtualization-properties-import-search-path-tab.md b/mdop/appv-v4/application-virtualization-properties-import-search-path-tab.md index fea9760fc0..bfb1bcc203 100644 --- a/mdop/appv-v4/application-virtualization-properties-import-search-path-tab.md +++ b/mdop/appv-v4/application-virtualization-properties-import-search-path-tab.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Properties Import Search Path Tab description: Application Virtualization Properties Import Search Path Tab -ms.assetid: 7f94d472-1d0a-49d8-b307-330936071e13 author: jamiejdt +ms.assetid: 7f94d472-1d0a-49d8-b307-330936071e13 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Properties: Import Search Path Tab diff --git a/mdop/appv-v4/application-virtualization-properties-interface-tab.md b/mdop/appv-v4/application-virtualization-properties-interface-tab.md index 3698616588..f00feec684 100644 --- a/mdop/appv-v4/application-virtualization-properties-interface-tab.md +++ b/mdop/appv-v4/application-virtualization-properties-interface-tab.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Properties Interface Tab description: Application Virtualization Properties Interface Tab -ms.assetid: bb9cb54e-315a-48bf-a396-b33e2cbd030a author: jamiejdt +ms.assetid: bb9cb54e-315a-48bf-a396-b33e2cbd030a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Properties: Interface Tab diff --git a/mdop/appv-v4/application-virtualization-properties-permissions-tab.md b/mdop/appv-v4/application-virtualization-properties-permissions-tab.md index f1bb7a7748..797e82c6f9 100644 --- a/mdop/appv-v4/application-virtualization-properties-permissions-tab.md +++ b/mdop/appv-v4/application-virtualization-properties-permissions-tab.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Properties Permissions Tab description: Application Virtualization Properties Permissions Tab -ms.assetid: 5219bc7c-7c7a-4e2f-8fba-7039933d1124 author: jamiejdt +ms.assetid: 5219bc7c-7c7a-4e2f-8fba-7039933d1124 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Properties: Permissions Tab diff --git a/mdop/appv-v4/application-virtualization-reference.md b/mdop/appv-v4/application-virtualization-reference.md index 1bfcf74103..e22ad4482d 100644 --- a/mdop/appv-v4/application-virtualization-reference.md +++ b/mdop/appv-v4/application-virtualization-reference.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Reference description: Application Virtualization Reference -ms.assetid: 5f994be7-41fa-416b-8a4c-6ed52fcd9b72 author: jamiejdt +ms.assetid: 5f994be7-41fa-416b-8a4c-6ed52fcd9b72 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Reference diff --git a/mdop/appv-v4/application-virtualization-report-types.md b/mdop/appv-v4/application-virtualization-report-types.md index 2fe754e506..a977c53edf 100644 --- a/mdop/appv-v4/application-virtualization-report-types.md +++ b/mdop/appv-v4/application-virtualization-report-types.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Report Types description: Application Virtualization Report Types -ms.assetid: 232ef25e-11a0-49fb-b4b3-54ac83577383 author: jamiejdt +ms.assetid: 232ef25e-11a0-49fb-b4b3-54ac83577383 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Report Types diff --git a/mdop/appv-v4/application-virtualization-sequencer-command-line.md b/mdop/appv-v4/application-virtualization-sequencer-command-line.md index aeaf8f1feb..8939d9703c 100644 --- a/mdop/appv-v4/application-virtualization-sequencer-command-line.md +++ b/mdop/appv-v4/application-virtualization-sequencer-command-line.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencer Command Line description: Application Virtualization Sequencer Command Line -ms.assetid: a6d5ec9f-cc66-4869-9250-5c65d7e1e58e author: jamiejdt +ms.assetid: a6d5ec9f-cc66-4869-9250-5c65d7e1e58e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencer Command Line diff --git a/mdop/appv-v4/application-virtualization-sequencer-console-overview.md b/mdop/appv-v4/application-virtualization-sequencer-console-overview.md index 433043778c..57f8b8aa88 100644 --- a/mdop/appv-v4/application-virtualization-sequencer-console-overview.md +++ b/mdop/appv-v4/application-virtualization-sequencer-console-overview.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencer Console Overview description: Application Virtualization Sequencer Console Overview -ms.assetid: 681bb40d-2937-4645-82aa-4a44775232d8 author: jamiejdt +ms.assetid: 681bb40d-2937-4645-82aa-4a44775232d8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencer Console Overview diff --git a/mdop/appv-v4/application-virtualization-sequencer-hardware-and-software-requirements.md b/mdop/appv-v4/application-virtualization-sequencer-hardware-and-software-requirements.md index 2ea98f57ce..75291c67ab 100644 --- a/mdop/appv-v4/application-virtualization-sequencer-hardware-and-software-requirements.md +++ b/mdop/appv-v4/application-virtualization-sequencer-hardware-and-software-requirements.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencer Hardware and Software Requirements description: Application Virtualization Sequencer Hardware and Software Requirements -ms.assetid: c88a1b5b-23e1-4460-afa9-a5f37e32eb05 author: jamiejdt +ms.assetid: c88a1b5b-23e1-4460-afa9-a5f37e32eb05 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencer Hardware and Software Requirements diff --git a/mdop/appv-v4/application-virtualization-sequencer-online-help.md b/mdop/appv-v4/application-virtualization-sequencer-online-help.md index 7290badd49..f3e5b58ab7 100644 --- a/mdop/appv-v4/application-virtualization-sequencer-online-help.md +++ b/mdop/appv-v4/application-virtualization-sequencer-online-help.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencer Online Help description: Application Virtualization Sequencer Online Help -ms.assetid: 0ddeae59-314f-4c61-b85f-6b137b959fa6 author: jamiejdt +ms.assetid: 0ddeae59-314f-4c61-b85f-6b137b959fa6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencer Online Help diff --git a/mdop/appv-v4/application-virtualization-sequencer-options-dialog-box.md b/mdop/appv-v4/application-virtualization-sequencer-options-dialog-box.md index 5537f1c3b6..09dc5b4325 100644 --- a/mdop/appv-v4/application-virtualization-sequencer-options-dialog-box.md +++ b/mdop/appv-v4/application-virtualization-sequencer-options-dialog-box.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencer Options Dialog Box description: Application Virtualization Sequencer Options Dialog Box -ms.assetid: f71eda8d-8270-439f-a093-867b3a43ebff author: jamiejdt +ms.assetid: f71eda8d-8270-439f-a093-867b3a43ebff +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencer Options Dialog Box diff --git a/mdop/appv-v4/application-virtualization-sequencer-overview.md b/mdop/appv-v4/application-virtualization-sequencer-overview.md index f9d479fb55..b0afcfacbd 100644 --- a/mdop/appv-v4/application-virtualization-sequencer-overview.md +++ b/mdop/appv-v4/application-virtualization-sequencer-overview.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencer Overview description: Application Virtualization Sequencer Overview -ms.assetid: e6422a28-633e-4dff-8abb-7cf6a5468112 author: jamiejdt +ms.assetid: e6422a28-633e-4dff-8abb-7cf6a5468112 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencer Overview diff --git a/mdop/appv-v4/application-virtualization-sequencer-reference.md b/mdop/appv-v4/application-virtualization-sequencer-reference.md index c9e2060e38..295c3ed0ba 100644 --- a/mdop/appv-v4/application-virtualization-sequencer-reference.md +++ b/mdop/appv-v4/application-virtualization-sequencer-reference.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencer Reference description: Application Virtualization Sequencer Reference -ms.assetid: a2aef256-98c0-4f81-83a2-af4b64208088 author: jamiejdt +ms.assetid: a2aef256-98c0-4f81-83a2-af4b64208088 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencer Reference diff --git a/mdop/appv-v4/application-virtualization-sequencer-technical-reference-keep.md b/mdop/appv-v4/application-virtualization-sequencer-technical-reference-keep.md index 40774afabc..6db5fb6da9 100644 --- a/mdop/appv-v4/application-virtualization-sequencer-technical-reference-keep.md +++ b/mdop/appv-v4/application-virtualization-sequencer-technical-reference-keep.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencer Technical Reference description: Application Virtualization Sequencer Technical Reference -ms.assetid: 4aa515ce-64f0-4998-8100-f87dc77aed70 author: jamiejdt +ms.assetid: 4aa515ce-64f0-4998-8100-f87dc77aed70 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencer Technical Reference diff --git a/mdop/appv-v4/application-virtualization-sequencer.md b/mdop/appv-v4/application-virtualization-sequencer.md index 9c7170e42b..f80873deda 100644 --- a/mdop/appv-v4/application-virtualization-sequencer.md +++ b/mdop/appv-v4/application-virtualization-sequencer.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencer description: Application Virtualization Sequencer -ms.assetid: f078f3c9-7b5c-4ff1-b319-4c076b88bc39 author: jamiejdt +ms.assetid: f078f3c9-7b5c-4ff1-b319-4c076b88bc39 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencer diff --git a/mdop/appv-v4/application-virtualization-sequencing-wizard-add-application-dialog-box.md b/mdop/appv-v4/application-virtualization-sequencing-wizard-add-application-dialog-box.md index b1b8d05b55..75f9efbf76 100644 --- a/mdop/appv-v4/application-virtualization-sequencing-wizard-add-application-dialog-box.md +++ b/mdop/appv-v4/application-virtualization-sequencing-wizard-add-application-dialog-box.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencing Wizard-Add Application Dialog Box description: Application Virtualization Sequencing Wizard-Add Application Dialog Box -ms.assetid: 247eac0e-830d-4d72-be48-af7d1525eefd author: jamiejdt +ms.assetid: 247eac0e-830d-4d72-be48-af7d1525eefd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencing Wizard-Add Application Dialog Box diff --git a/mdop/appv-v4/application-virtualization-sequencing-wizard-add-file-type-association-dialog-box.md b/mdop/appv-v4/application-virtualization-sequencing-wizard-add-file-type-association-dialog-box.md index fe0b43946f..11021d9861 100644 --- a/mdop/appv-v4/application-virtualization-sequencing-wizard-add-file-type-association-dialog-box.md +++ b/mdop/appv-v4/application-virtualization-sequencing-wizard-add-file-type-association-dialog-box.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencing Wizard-Add File Type Association Dialog Box description: Application Virtualization Sequencing Wizard-Add File Type Association Dialog Box -ms.assetid: f7656053-3d92-448e-8759-b6b09cef6025 author: jamiejdt +ms.assetid: f7656053-3d92-448e-8759-b6b09cef6025 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencing Wizard-Add File Type Association Dialog Box diff --git a/mdop/appv-v4/application-virtualization-sequencing-wizard-add-files-to-virtual-file-system-page.md b/mdop/appv-v4/application-virtualization-sequencing-wizard-add-files-to-virtual-file-system-page.md index d6cb891c21..cb5dca1161 100644 --- a/mdop/appv-v4/application-virtualization-sequencing-wizard-add-files-to-virtual-file-system-page.md +++ b/mdop/appv-v4/application-virtualization-sequencing-wizard-add-files-to-virtual-file-system-page.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencing Wizard Add Files to Virtual File System Page description: Application Virtualization Sequencing Wizard Add Files to Virtual File System Page -ms.assetid: 6b01333b-08bd-4b96-a123-a07a7aafddd1 author: jamiejdt +ms.assetid: 6b01333b-08bd-4b96-a123-a07a7aafddd1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencing Wizard Add Files to Virtual File System Page diff --git a/mdop/appv-v4/application-virtualization-sequencing-wizard-advanced-options-page.md b/mdop/appv-v4/application-virtualization-sequencing-wizard-advanced-options-page.md index f8a4e07969..61718a587a 100644 --- a/mdop/appv-v4/application-virtualization-sequencing-wizard-advanced-options-page.md +++ b/mdop/appv-v4/application-virtualization-sequencing-wizard-advanced-options-page.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencing Wizard Advanced Options Page description: Application Virtualization Sequencing Wizard Advanced Options Page -ms.assetid: 2c4c5d95-d55e-463d-a851-8486f6a724f2 author: jamiejdt +ms.assetid: 2c4c5d95-d55e-463d-a851-8486f6a724f2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencing Wizard Advanced Options Page diff --git a/mdop/appv-v4/application-virtualization-sequencing-wizard-configure-application-page-keep.md b/mdop/appv-v4/application-virtualization-sequencing-wizard-configure-application-page-keep.md index 0e0ae15edd..c083e2c22c 100644 --- a/mdop/appv-v4/application-virtualization-sequencing-wizard-configure-application-page-keep.md +++ b/mdop/appv-v4/application-virtualization-sequencing-wizard-configure-application-page-keep.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencing Wizard Configure Application Page description: Application Virtualization Sequencing Wizard Configure Application Page -ms.assetid: 2927debd-de4b-41d2-9e1c-e8927231f4cc author: jamiejdt +ms.assetid: 2927debd-de4b-41d2-9e1c-e8927231f4cc +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencing Wizard Configure Application Page diff --git a/mdop/appv-v4/application-virtualization-sequencing-wizard-launch-applications-page.md b/mdop/appv-v4/application-virtualization-sequencing-wizard-launch-applications-page.md index a27fcdf5d3..7c18e93d6a 100644 --- a/mdop/appv-v4/application-virtualization-sequencing-wizard-launch-applications-page.md +++ b/mdop/appv-v4/application-virtualization-sequencing-wizard-launch-applications-page.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencing Wizard Launch Applications Page description: Application Virtualization Sequencing Wizard Launch Applications Page -ms.assetid: 69b1d6e1-00ff-49e3-a245-a4aca225d681 author: jamiejdt +ms.assetid: 69b1d6e1-00ff-49e3-a245-a4aca225d681 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencing Wizard Launch Applications Page diff --git a/mdop/appv-v4/application-virtualization-sequencing-wizard-monitor-installation-page.md b/mdop/appv-v4/application-virtualization-sequencing-wizard-monitor-installation-page.md index 4c35b6514c..79d253620a 100644 --- a/mdop/appv-v4/application-virtualization-sequencing-wizard-monitor-installation-page.md +++ b/mdop/appv-v4/application-virtualization-sequencing-wizard-monitor-installation-page.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencing Wizard Monitor Installation Page description: Application Virtualization Sequencing Wizard Monitor Installation Page -ms.assetid: b54b8145-a57e-4d0d-b776-b5319aadb78e author: jamiejdt +ms.assetid: b54b8145-a57e-4d0d-b776-b5319aadb78e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencing Wizard Monitor Installation Page diff --git a/mdop/appv-v4/application-virtualization-sequencing-wizard-package-information-page-keep.md b/mdop/appv-v4/application-virtualization-sequencing-wizard-package-information-page-keep.md index 5173372ce2..64807436a2 100644 --- a/mdop/appv-v4/application-virtualization-sequencing-wizard-package-information-page-keep.md +++ b/mdop/appv-v4/application-virtualization-sequencing-wizard-package-information-page-keep.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencing Wizard Package Information Page description: Application Virtualization Sequencing Wizard Package Information Page -ms.assetid: e52efd08-1b05-4bd6-a6e7-5f6bdbde7df7 author: jamiejdt +ms.assetid: e52efd08-1b05-4bd6-a6e7-5f6bdbde7df7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencing Wizard Package Information Page diff --git a/mdop/appv-v4/application-virtualization-sequencing-wizard-sequence-package-page.md b/mdop/appv-v4/application-virtualization-sequencing-wizard-sequence-package-page.md index 9aac1180a0..03ad500128 100644 --- a/mdop/appv-v4/application-virtualization-sequencing-wizard-sequence-package-page.md +++ b/mdop/appv-v4/application-virtualization-sequencing-wizard-sequence-package-page.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencing Wizard Sequence Package Page description: Application Virtualization Sequencing Wizard Sequence Package Page -ms.assetid: 4c603d6a-9139-4867-a085-c6d6b517917e author: jamiejdt +ms.assetid: 4c603d6a-9139-4867-a085-c6d6b517917e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencing Wizard Sequence Package Page diff --git a/mdop/appv-v4/application-virtualization-sequencing-wizard-shortcut-locations-dialog-box.md b/mdop/appv-v4/application-virtualization-sequencing-wizard-shortcut-locations-dialog-box.md index 3d1dcc5bb8..211c89731c 100644 --- a/mdop/appv-v4/application-virtualization-sequencing-wizard-shortcut-locations-dialog-box.md +++ b/mdop/appv-v4/application-virtualization-sequencing-wizard-shortcut-locations-dialog-box.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Sequencing Wizard-Shortcut Locations Dialog Box description: Application Virtualization Sequencing Wizard-Shortcut Locations Dialog Box -ms.assetid: d79d7085-228e-4be2-abe6-2760b9b983d5 author: jamiejdt +ms.assetid: d79d7085-228e-4be2-abe6-2760b9b983d5 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Sequencing Wizard-Shortcut Locations Dialog Box diff --git a/mdop/appv-v4/application-virtualization-server-based-scenario-overview.md b/mdop/appv-v4/application-virtualization-server-based-scenario-overview.md index ab659d789e..3b0dc98de7 100644 --- a/mdop/appv-v4/application-virtualization-server-based-scenario-overview.md +++ b/mdop/appv-v4/application-virtualization-server-based-scenario-overview.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Server-Based Scenario Overview description: Application Virtualization Server-Based Scenario Overview -ms.assetid: 2d91392b-5085-4a5d-94f2-15eed1ed2928 author: jamiejdt +ms.assetid: 2d91392b-5085-4a5d-94f2-15eed1ed2928 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Server-Based Scenario Overview diff --git a/mdop/appv-v4/application-virtualization-server-based-scenario.md b/mdop/appv-v4/application-virtualization-server-based-scenario.md index 2b2b5fea14..33805f2797 100644 --- a/mdop/appv-v4/application-virtualization-server-based-scenario.md +++ b/mdop/appv-v4/application-virtualization-server-based-scenario.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Server-Based Scenario description: Application Virtualization Server-Based Scenario -ms.assetid: 10ed0b18-087d-470f-951b-5083f4cb076f author: jamiejdt +ms.assetid: 10ed0b18-087d-470f-951b-5083f4cb076f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Server-Based Scenario diff --git a/mdop/appv-v4/application-virtualization-server-management-console-reference.md b/mdop/appv-v4/application-virtualization-server-management-console-reference.md index e46eb0134f..8faf0279f6 100644 --- a/mdop/appv-v4/application-virtualization-server-management-console-reference.md +++ b/mdop/appv-v4/application-virtualization-server-management-console-reference.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Server Management Console Reference description: Application Virtualization Server Management Console Reference -ms.assetid: 7c9890f4-7230-44dd-bbe8-95a4b65dc796 author: jamiejdt +ms.assetid: 7c9890f4-7230-44dd-bbe8-95a4b65dc796 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Server Management Console Reference diff --git a/mdop/appv-v4/application-virtualization-server-management-help.md b/mdop/appv-v4/application-virtualization-server-management-help.md index 3268076f3a..af554f13bf 100644 --- a/mdop/appv-v4/application-virtualization-server-management-help.md +++ b/mdop/appv-v4/application-virtualization-server-management-help.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Server Management Help description: Application Virtualization Server Management Help -ms.assetid: 4f67265c-58f5-4d77-bfff-95474d8f1bb6 author: jamiejdt +ms.assetid: 4f67265c-58f5-4d77-bfff-95474d8f1bb6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Server Management Help diff --git a/mdop/appv-v4/application-virtualization-server.md b/mdop/appv-v4/application-virtualization-server.md index 666b828017..ce384f6e56 100644 --- a/mdop/appv-v4/application-virtualization-server.md +++ b/mdop/appv-v4/application-virtualization-server.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Server description: Application Virtualization Server -ms.assetid: feea99b2-5e3d-42b1-ad41-157429e5fceb author: jamiejdt +ms.assetid: feea99b2-5e3d-42b1-ad41-157429e5fceb +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Server diff --git a/mdop/appv-v4/application-virtualization-system-requirements.md b/mdop/appv-v4/application-virtualization-system-requirements.md index 75e012c55f..8092b6b73e 100644 --- a/mdop/appv-v4/application-virtualization-system-requirements.md +++ b/mdop/appv-v4/application-virtualization-system-requirements.md @@ -1,10 +1,15 @@ --- title: Application Virtualization System Requirements description: Application Virtualization System Requirements -ms.assetid: a2798dd9-168e-45eb-8103-e12e128fae7c author: jamiejdt +ms.assetid: a2798dd9-168e-45eb-8103-e12e128fae7c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization System Requirements diff --git a/mdop/appv-v4/application-virtualization-technical-publications-white-papers.md b/mdop/appv-v4/application-virtualization-technical-publications-white-papers.md index 9c06639bc1..b443182e39 100644 --- a/mdop/appv-v4/application-virtualization-technical-publications-white-papers.md +++ b/mdop/appv-v4/application-virtualization-technical-publications-white-papers.md @@ -1,10 +1,15 @@ --- title: Application Virtualization Technical Publications description: Application Virtualization Technical Publications -ms.assetid: 86606647-3b9b-4459-9638-64626051ac94 author: jamiejdt +ms.assetid: 86606647-3b9b-4459-9638-64626051ac94 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization Technical Publications diff --git a/mdop/appv-v4/applications-licenses-node.md b/mdop/appv-v4/applications-licenses-node.md index 1ba299b53b..05e4da5e0b 100644 --- a/mdop/appv-v4/applications-licenses-node.md +++ b/mdop/appv-v4/applications-licenses-node.md @@ -1,10 +1,15 @@ --- title: Applications Licenses Node description: Applications Licenses Node -ms.assetid: 2b8752ff-aa56-483e-b844-966941af2d94 author: jamiejdt +ms.assetid: 2b8752ff-aa56-483e-b844-966941af2d94 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Applications Licenses Node diff --git a/mdop/appv-v4/applications-licenses-results-pane-columns.md b/mdop/appv-v4/applications-licenses-results-pane-columns.md index 869b69fff8..3c3d0b168a 100644 --- a/mdop/appv-v4/applications-licenses-results-pane-columns.md +++ b/mdop/appv-v4/applications-licenses-results-pane-columns.md @@ -1,10 +1,15 @@ --- title: Applications Licenses Results Pane Columns description: Applications Licenses Results Pane Columns -ms.assetid: bd56b36a-655e-4fc4-9f83-d2ed68882402 author: jamiejdt +ms.assetid: bd56b36a-655e-4fc4-9f83-d2ed68882402 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Applications Licenses Results Pane Columns diff --git a/mdop/appv-v4/applications-licenses-results-pane.md b/mdop/appv-v4/applications-licenses-results-pane.md index 0ae06d1b67..abba9ad57c 100644 --- a/mdop/appv-v4/applications-licenses-results-pane.md +++ b/mdop/appv-v4/applications-licenses-results-pane.md @@ -1,10 +1,15 @@ --- title: Applications Licenses Results Pane description: Applications Licenses Results Pane -ms.assetid: 8b519715-b2fe-451e-ad9b-e9b73f454961 author: jamiejdt +ms.assetid: 8b519715-b2fe-451e-ad9b-e9b73f454961 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Applications Licenses Results Pane diff --git a/mdop/appv-v4/applications-node-in-server-management-console.md b/mdop/appv-v4/applications-node-in-server-management-console.md index a704f2cd9e..1212b21fbe 100644 --- a/mdop/appv-v4/applications-node-in-server-management-console.md +++ b/mdop/appv-v4/applications-node-in-server-management-console.md @@ -1,10 +1,15 @@ --- title: Applications Node in Server Management Console description: Applications Node in Server Management Console -ms.assetid: 27edbd83-0fc2-4a40-9834-d5db5be06681 author: jamiejdt +ms.assetid: 27edbd83-0fc2-4a40-9834-d5db5be06681 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Applications Node in Server Management Console diff --git a/mdop/appv-v4/applications-node.md b/mdop/appv-v4/applications-node.md index 00e304537a..8179c11ed4 100644 --- a/mdop/appv-v4/applications-node.md +++ b/mdop/appv-v4/applications-node.md @@ -1,10 +1,15 @@ --- title: Applications Node description: Applications Node -ms.assetid: ded79569-8a3f-47ab-b135-0836bbb039f3 author: jamiejdt +ms.assetid: ded79569-8a3f-47ab-b135-0836bbb039f3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Applications Node diff --git a/mdop/appv-v4/applications-results-pane-columns-in-server-management-console.md b/mdop/appv-v4/applications-results-pane-columns-in-server-management-console.md index bcb1b12f3b..3ae3288f3b 100644 --- a/mdop/appv-v4/applications-results-pane-columns-in-server-management-console.md +++ b/mdop/appv-v4/applications-results-pane-columns-in-server-management-console.md @@ -1,10 +1,15 @@ --- title: Applications Results Pane Columns in Server Management Console description: Applications Results Pane Columns in Server Management Console -ms.assetid: 8757e3bc-450b-4550-81d2-624906523147 author: jamiejdt +ms.assetid: 8757e3bc-450b-4550-81d2-624906523147 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Applications Results Pane Columns in Server Management Console diff --git a/mdop/appv-v4/applications-results-pane-columns.md b/mdop/appv-v4/applications-results-pane-columns.md index b63d484b63..b6157d94f3 100644 --- a/mdop/appv-v4/applications-results-pane-columns.md +++ b/mdop/appv-v4/applications-results-pane-columns.md @@ -1,10 +1,15 @@ --- title: Applications Results Pane Columns description: Applications Results Pane Columns -ms.assetid: abae5ce2-40df-4f47-8062-f5eb6295c88c author: jamiejdt +ms.assetid: abae5ce2-40df-4f47-8062-f5eb6295c88c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Applications Results Pane Columns diff --git a/mdop/appv-v4/applications-results-pane-in-server-management-console.md b/mdop/appv-v4/applications-results-pane-in-server-management-console.md index 53dab8e784..28eac727e0 100644 --- a/mdop/appv-v4/applications-results-pane-in-server-management-console.md +++ b/mdop/appv-v4/applications-results-pane-in-server-management-console.md @@ -1,10 +1,15 @@ --- title: Applications Results Pane in Server Management Console description: Applications Results Pane in Server Management Console -ms.assetid: 686218bc-6156-40e2-92aa-90981c3d112a author: jamiejdt +ms.assetid: 686218bc-6156-40e2-92aa-90981c3d112a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Applications Results Pane in Server Management Console diff --git a/mdop/appv-v4/applications-results-pane.md b/mdop/appv-v4/applications-results-pane.md index e44eeae81f..cc13074ee9 100644 --- a/mdop/appv-v4/applications-results-pane.md +++ b/mdop/appv-v4/applications-results-pane.md @@ -1,10 +1,15 @@ --- title: Applications Results Pane description: Applications Results Pane -ms.assetid: 977a4d35-5344-41fa-af66-14957b38ed47 author: jamiejdt +ms.assetid: 977a4d35-5344-41fa-af66-14957b38ed47 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Applications Results Pane diff --git a/mdop/appv-v4/best-practices-for-the-application-virtualization-sequencer-sp1.md b/mdop/appv-v4/best-practices-for-the-application-virtualization-sequencer-sp1.md index 55b019bcdd..966df72040 100644 --- a/mdop/appv-v4/best-practices-for-the-application-virtualization-sequencer-sp1.md +++ b/mdop/appv-v4/best-practices-for-the-application-virtualization-sequencer-sp1.md @@ -1,10 +1,15 @@ --- title: Best Practices for the Application Virtualization Sequencer description: Best Practices for the Application Virtualization Sequencer -ms.assetid: 95e5e216-864f-41a1-90d4-b8d7e1eb42a0 author: jamiejdt +ms.assetid: 95e5e216-864f-41a1-90d4-b8d7e1eb42a0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Best Practices for the Application Virtualization Sequencer diff --git a/mdop/appv-v4/change-history-tab-keep.md b/mdop/appv-v4/change-history-tab-keep.md index 4f5c6c2a5b..770ecc3e4b 100644 --- a/mdop/appv-v4/change-history-tab-keep.md +++ b/mdop/appv-v4/change-history-tab-keep.md @@ -1,10 +1,15 @@ --- title: Change History Tab description: Change History Tab -ms.assetid: 652ef2f0-3a3e-4844-a472-9fa99ec5ee32 author: jamiejdt +ms.assetid: 652ef2f0-3a3e-4844-a472-9fa99ec5ee32 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Change History Tab diff --git a/mdop/appv-v4/clear-app.md b/mdop/appv-v4/clear-app.md index 3346ae07d2..b217534678 100644 --- a/mdop/appv-v4/clear-app.md +++ b/mdop/appv-v4/clear-app.md @@ -1,10 +1,15 @@ --- title: CLEAR APP description: CLEAR APP -ms.assetid: c2e63031-5941-45e4-9863-127231cfa25b author: jamiejdt +ms.assetid: c2e63031-5941-45e4-9863-127231cfa25b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # CLEAR APP diff --git a/mdop/appv-v4/clear-obj.md b/mdop/appv-v4/clear-obj.md index 55394bd49d..46af06eab2 100644 --- a/mdop/appv-v4/clear-obj.md +++ b/mdop/appv-v4/clear-obj.md @@ -1,10 +1,15 @@ --- title: CLEAR OBJ description: CLEAR OBJ -ms.assetid: 1e50b33f-6324-4eae-8573-75c153f786cd author: jamiejdt +ms.assetid: 1e50b33f-6324-4eae-8573-75c153f786cd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # CLEAR OBJ diff --git a/mdop/appv-v4/client-management-console-about-dialog-boxes.md b/mdop/appv-v4/client-management-console-about-dialog-boxes.md index f2cf96f10b..444616c38f 100644 --- a/mdop/appv-v4/client-management-console-about-dialog-boxes.md +++ b/mdop/appv-v4/client-management-console-about-dialog-boxes.md @@ -1,10 +1,15 @@ --- title: Client Management Console About Dialog Boxes description: Client Management Console About Dialog Boxes -ms.assetid: eaf4a05e-513d-4eac-a549-76e63a70893d author: jamiejdt +ms.assetid: eaf4a05e-513d-4eac-a549-76e63a70893d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Client Management Console: About Dialog Boxes diff --git a/mdop/appv-v4/client-management-console-application-virtualization-node.md b/mdop/appv-v4/client-management-console-application-virtualization-node.md index 243d20999b..59fb4a966b 100644 --- a/mdop/appv-v4/client-management-console-application-virtualization-node.md +++ b/mdop/appv-v4/client-management-console-application-virtualization-node.md @@ -1,10 +1,15 @@ --- title: Client Management Console Application Virtualization Node description: Client Management Console Application Virtualization Node -ms.assetid: cf74e112-ddff-4e30-a3cc-7f4c643366c6 author: jamiejdt +ms.assetid: cf74e112-ddff-4e30-a3cc-7f4c643366c6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Client Management Console: Application Virtualization Node diff --git a/mdop/appv-v4/client-management-console-application-virtualization-properties.md b/mdop/appv-v4/client-management-console-application-virtualization-properties.md index 5371af6f69..2b72f1ad7f 100644 --- a/mdop/appv-v4/client-management-console-application-virtualization-properties.md +++ b/mdop/appv-v4/client-management-console-application-virtualization-properties.md @@ -1,10 +1,15 @@ --- title: Client Management Console Application Virtualization Properties description: Client Management Console Application Virtualization Properties -ms.assetid: 70319e4c-5032-4cb3-bbb8-4292809dcea2 author: jamiejdt +ms.assetid: 70319e4c-5032-4cb3-bbb8-4292809dcea2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Client Management Console: Application Virtualization Properties diff --git a/mdop/appv-v4/client-management-console-applications-node.md b/mdop/appv-v4/client-management-console-applications-node.md index 3892c93053..44a29a65b8 100644 --- a/mdop/appv-v4/client-management-console-applications-node.md +++ b/mdop/appv-v4/client-management-console-applications-node.md @@ -1,10 +1,15 @@ --- title: Client Management Console Applications Node description: Client Management Console Applications Node -ms.assetid: 20cf533c-e0b0-4b81-af4b-b5b519594d1e author: jamiejdt +ms.assetid: 20cf533c-e0b0-4b81-af4b-b5b519594d1e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Client Management Console: Applications Node diff --git a/mdop/appv-v4/client-management-console-file-type-associations-node.md b/mdop/appv-v4/client-management-console-file-type-associations-node.md index 863183a479..d9251d509d 100644 --- a/mdop/appv-v4/client-management-console-file-type-associations-node.md +++ b/mdop/appv-v4/client-management-console-file-type-associations-node.md @@ -1,10 +1,15 @@ --- title: Client Management Console File Type Associations Node description: Client Management Console File Type Associations Node -ms.assetid: f0bc05ce-2cb2-4b06-961b-6c42d0274d28 author: jamiejdt +ms.assetid: f0bc05ce-2cb2-4b06-961b-6c42d0274d28 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Client Management Console: File Type Associations Node diff --git a/mdop/appv-v4/client-management-console-publishing-servers-node.md b/mdop/appv-v4/client-management-console-publishing-servers-node.md index 9c1695ab0e..179a3bf403 100644 --- a/mdop/appv-v4/client-management-console-publishing-servers-node.md +++ b/mdop/appv-v4/client-management-console-publishing-servers-node.md @@ -1,10 +1,15 @@ --- title: Client Management Console Publishing Servers Node description: Client Management Console Publishing Servers Node -ms.assetid: 03f2038f-b5f7-4e5b-a8f0-98f5e9d5f644 author: jamiejdt +ms.assetid: 03f2038f-b5f7-4e5b-a8f0-98f5e9d5f644 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Client Management Console: Publishing Servers Node diff --git a/mdop/appv-v4/command-line-errors.md b/mdop/appv-v4/command-line-errors.md index 0df711f511..03c5173f76 100644 --- a/mdop/appv-v4/command-line-errors.md +++ b/mdop/appv-v4/command-line-errors.md @@ -1,10 +1,15 @@ --- title: Command-Line Errors description: Command-Line Errors -ms.assetid: eea62568-4e90-4877-9cc7-e27ef5c05068 author: jamiejdt +ms.assetid: eea62568-4e90-4877-9cc7-e27ef5c05068 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Command-Line Errors diff --git a/mdop/appv-v4/command-line-parameters.md b/mdop/appv-v4/command-line-parameters.md index 49ecc5a41b..366b6cddfa 100644 --- a/mdop/appv-v4/command-line-parameters.md +++ b/mdop/appv-v4/command-line-parameters.md @@ -1,10 +1,15 @@ --- title: Command-Line Parameters description: Command-Line Parameters -ms.assetid: d90a0591-f1ce-4cb8-b244-85cc70461922 author: jamiejdt +ms.assetid: d90a0591-f1ce-4cb8-b244-85cc70461922 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Command-Line Parameters diff --git a/mdop/appv-v4/completion-page-package-accelerator.md b/mdop/appv-v4/completion-page-package-accelerator.md index baccca32ea..5742309b3a 100644 --- a/mdop/appv-v4/completion-page-package-accelerator.md +++ b/mdop/appv-v4/completion-page-package-accelerator.md @@ -1,10 +1,15 @@ --- title: Completion Page description: Completion Page -ms.assetid: b2c7776c-2c35-4d25-92b4-6cd8c2bdff42 author: jamiejdt +ms.assetid: b2c7776c-2c35-4d25-92b4-6cd8c2bdff42 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Completion Page diff --git a/mdop/appv-v4/completion-page.md b/mdop/appv-v4/completion-page.md index 35bbdb371c..9d4d5a5ec0 100644 --- a/mdop/appv-v4/completion-page.md +++ b/mdop/appv-v4/completion-page.md @@ -1,10 +1,15 @@ --- title: Completion Page description: Completion Page -ms.assetid: b284d362-b9e1-4d04-88cd-fe9980652188 author: jamiejdt +ms.assetid: b284d362-b9e1-4d04-88cd-fe9980652188 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Completion Page diff --git a/mdop/appv-v4/configure-app.md b/mdop/appv-v4/configure-app.md index cc6e3e0b3b..55ae2a6fe6 100644 --- a/mdop/appv-v4/configure-app.md +++ b/mdop/appv-v4/configure-app.md @@ -1,10 +1,15 @@ --- title: CONFIGURE APP description: CONFIGURE APP -ms.assetid: fcfb4f86-8b7c-4208-bca3-955fd067079f author: jamiejdt +ms.assetid: fcfb4f86-8b7c-4208-bca3-955fd067079f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # CONFIGURE APP diff --git a/mdop/appv-v4/configure-package.md b/mdop/appv-v4/configure-package.md index 5443d31c74..e8e9c592bd 100644 --- a/mdop/appv-v4/configure-package.md +++ b/mdop/appv-v4/configure-package.md @@ -1,10 +1,15 @@ --- title: CONFIGURE PACKAGE description: CONFIGURE PACKAGE -ms.assetid: acc7eaa8-6ada-47b9-a655-2ca2537605b9 author: jamiejdt +ms.assetid: acc7eaa8-6ada-47b9-a655-2ca2537605b9 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # CONFIGURE PACKAGE diff --git a/mdop/appv-v4/configure-server.md b/mdop/appv-v4/configure-server.md index 1ec82d763c..0a6d4ea444 100644 --- a/mdop/appv-v4/configure-server.md +++ b/mdop/appv-v4/configure-server.md @@ -1,10 +1,15 @@ --- title: CONFIGURE SERVER description: CONFIGURE SERVER -ms.assetid: c916eddd-74f2-46e4-953d-120b23284e37 author: jamiejdt +ms.assetid: c916eddd-74f2-46e4-953d-120b23284e37 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # CONFIGURE SERVER diff --git a/mdop/appv-v4/configure-software-page--learn-more-.md b/mdop/appv-v4/configure-software-page--learn-more-.md index 71377d45c3..e941e77240 100644 --- a/mdop/appv-v4/configure-software-page--learn-more-.md +++ b/mdop/appv-v4/configure-software-page--learn-more-.md @@ -1,10 +1,15 @@ --- title: Configure Software Page (Learn More) description: Configure Software Page (Learn More) -ms.assetid: 9a0cd4a5-88da-4897-a13a-5d21fc04afda author: jamiejdt +ms.assetid: 9a0cd4a5-88da-4897-a13a-5d21fc04afda +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configure Software Page (Learn More) diff --git a/mdop/appv-v4/configure-software-page-app-v-46-sp1.md b/mdop/appv-v4/configure-software-page-app-v-46-sp1.md index 96957cd882..9464ffa6a1 100644 --- a/mdop/appv-v4/configure-software-page-app-v-46-sp1.md +++ b/mdop/appv-v4/configure-software-page-app-v-46-sp1.md @@ -1,10 +1,15 @@ --- title: Configure Software Page description: Configure Software Page -ms.assetid: 50596eba-ce20-4d36-8e57-bd4b6c6cf92e author: jamiejdt +ms.assetid: 50596eba-ce20-4d36-8e57-bd4b6c6cf92e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configure Software Page diff --git a/mdop/appv-v4/configure-type.md b/mdop/appv-v4/configure-type.md index a0ad3566ac..d629e59621 100644 --- a/mdop/appv-v4/configure-type.md +++ b/mdop/appv-v4/configure-type.md @@ -1,10 +1,15 @@ --- title: CONFIGURE TYPE description: CONFIGURE TYPE -ms.assetid: 2caf9433-5449-486f-ab94-83ee8e44d7f1 author: jamiejdt +ms.assetid: 2caf9433-5449-486f-ab94-83ee8e44d7f1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # CONFIGURE TYPE diff --git a/mdop/appv-v4/configuring-app-v-administration-for-a-distributed-environment.md b/mdop/appv-v4/configuring-app-v-administration-for-a-distributed-environment.md index ad6d2df9e0..be27f4388f 100644 --- a/mdop/appv-v4/configuring-app-v-administration-for-a-distributed-environment.md +++ b/mdop/appv-v4/configuring-app-v-administration-for-a-distributed-environment.md @@ -1,10 +1,15 @@ --- title: Configuring App-V Administration for a Distributed Environment description: Configuring App-V Administration for a Distributed Environment -ms.assetid: 53971fa9-8319-435c-be74-c37feb9af1da author: jamiejdt +ms.assetid: 53971fa9-8319-435c-be74-c37feb9af1da +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring App-V Administration for a Distributed Environment diff --git a/mdop/appv-v4/configuring-app-v-for-secure-administration.md b/mdop/appv-v4/configuring-app-v-for-secure-administration.md index a8b1fa9be6..407ba301d0 100644 --- a/mdop/appv-v4/configuring-app-v-for-secure-administration.md +++ b/mdop/appv-v4/configuring-app-v-for-secure-administration.md @@ -1,10 +1,15 @@ --- title: Configuring App-V for Secure Administration description: Configuring App-V for Secure Administration -ms.assetid: 4543fa81-c8cc-4b10-83b7-060778eb1349 author: jamiejdt +ms.assetid: 4543fa81-c8cc-4b10-83b7-060778eb1349 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring App-V for Secure Administration diff --git a/mdop/appv-v4/configuring-certificates-to-support-app-v-management-server-or-streaming-server.md b/mdop/appv-v4/configuring-certificates-to-support-app-v-management-server-or-streaming-server.md index 98463f0b06..9d14275aea 100644 --- a/mdop/appv-v4/configuring-certificates-to-support-app-v-management-server-or-streaming-server.md +++ b/mdop/appv-v4/configuring-certificates-to-support-app-v-management-server-or-streaming-server.md @@ -1,10 +1,15 @@ --- title: Configuring Certificates to Support App-V Management Server or Streaming Server description: Configuring Certificates to Support App-V Management Server or Streaming Server -ms.assetid: 2f24e550-585e-4b7e-b486-22a3f181f543 author: jamiejdt +ms.assetid: 2f24e550-585e-4b7e-b486-22a3f181f543 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring Certificates to Support App-V Management Server or Streaming Server diff --git a/mdop/appv-v4/configuring-certificates-to-support-secure-streaming.md b/mdop/appv-v4/configuring-certificates-to-support-secure-streaming.md index 82a38ffaff..1e904c03a9 100644 --- a/mdop/appv-v4/configuring-certificates-to-support-secure-streaming.md +++ b/mdop/appv-v4/configuring-certificates-to-support-secure-streaming.md @@ -1,10 +1,15 @@ --- title: Configuring Certificates to Support Secure Streaming description: Configuring Certificates to Support Secure Streaming -ms.assetid: 88dc76d8-7745-4729-92a1-af089c921244 author: jamiejdt +ms.assetid: 88dc76d8-7745-4729-92a1-af089c921244 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring Certificates to Support Secure Streaming diff --git a/mdop/appv-v4/configuring-certificates-to-support-the-app-v-web-management-service.md b/mdop/appv-v4/configuring-certificates-to-support-the-app-v-web-management-service.md index 6acef1372c..15f49413c8 100644 --- a/mdop/appv-v4/configuring-certificates-to-support-the-app-v-web-management-service.md +++ b/mdop/appv-v4/configuring-certificates-to-support-the-app-v-web-management-service.md @@ -1,10 +1,15 @@ --- title: Configuring Certificates to Support the App-V Web Management Service description: Configuring Certificates to Support the App-V Web Management Service -ms.assetid: b7960161-2c19-4cbf-a98a-d4b06f547dce author: jamiejdt +ms.assetid: b7960161-2c19-4cbf-a98a-d4b06f547dce +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring Certificates to Support the App-V Web Management Service diff --git a/mdop/appv-v4/configuring-iis-for-secure-streaming.md b/mdop/appv-v4/configuring-iis-for-secure-streaming.md index 47c327fe82..b5b3018970 100644 --- a/mdop/appv-v4/configuring-iis-for-secure-streaming.md +++ b/mdop/appv-v4/configuring-iis-for-secure-streaming.md @@ -1,10 +1,15 @@ --- title: Configuring IIS for Secure Streaming description: Configuring IIS for Secure Streaming -ms.assetid: 9a80a703-4642-4bec-b7af-dc7cb6b76925 author: jamiejdt +ms.assetid: 9a80a703-4642-4bec-b7af-dc7cb6b76925 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring IIS for Secure Streaming diff --git a/mdop/appv-v4/configuring-management-or-streaming-server-for-secure-communications-post-installation.md b/mdop/appv-v4/configuring-management-or-streaming-server-for-secure-communications-post-installation.md index 50005c00e7..0ea31357ca 100644 --- a/mdop/appv-v4/configuring-management-or-streaming-server-for-secure-communications-post-installation.md +++ b/mdop/appv-v4/configuring-management-or-streaming-server-for-secure-communications-post-installation.md @@ -1,10 +1,15 @@ --- title: Configuring Management or Streaming Server for Secure Communications Post-Installation description: Configuring Management or Streaming Server for Secure Communications Post-Installation -ms.assetid: 1062a213-470b-4ae2-b12f-b3e28a6ab745 author: jamiejdt +ms.assetid: 1062a213-470b-4ae2-b12f-b3e28a6ab745 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring Management or Streaming Server for Secure Communications Post-Installation diff --git a/mdop/appv-v4/configuring-prerequisite-groups-in-active-directory-for-app-v.md b/mdop/appv-v4/configuring-prerequisite-groups-in-active-directory-for-app-v.md index 66bbf13c8a..2827ffed93 100644 --- a/mdop/appv-v4/configuring-prerequisite-groups-in-active-directory-for-app-v.md +++ b/mdop/appv-v4/configuring-prerequisite-groups-in-active-directory-for-app-v.md @@ -1,10 +1,15 @@ --- title: Configuring Prerequisite Groups in Active Directory for App-V description: Configuring Prerequisite Groups in Active Directory for App-V -ms.assetid: 0010d534-46c0-44a3-b5c1-621b4d5e2c31 author: jamiejdt +ms.assetid: 0010d534-46c0-44a3-b5c1-621b4d5e2c31 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring Prerequisite Groups in Active Directory for App-V diff --git a/mdop/appv-v4/configuring-the-application-virtualization-sequencer--app-v-46-sp1-.md b/mdop/appv-v4/configuring-the-application-virtualization-sequencer--app-v-46-sp1-.md index 6e74f9fb8f..11e12578b4 100644 --- a/mdop/appv-v4/configuring-the-application-virtualization-sequencer--app-v-46-sp1-.md +++ b/mdop/appv-v4/configuring-the-application-virtualization-sequencer--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Configuring the Application Virtualization Sequencer (App-V 4.6 SP1) description: Configuring the Application Virtualization Sequencer (App-V 4.6 SP1) -ms.assetid: af775165-5b99-4c74-807f-f504377c7be4 author: jamiejdt +ms.assetid: af775165-5b99-4c74-807f-f504377c7be4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring the Application Virtualization Sequencer (App-V 4.6 SP1) diff --git a/mdop/appv-v4/configuring-the-application-virtualization-sequencer.md b/mdop/appv-v4/configuring-the-application-virtualization-sequencer.md index ce33e865be..18f9e0b33e 100644 --- a/mdop/appv-v4/configuring-the-application-virtualization-sequencer.md +++ b/mdop/appv-v4/configuring-the-application-virtualization-sequencer.md @@ -1,10 +1,15 @@ --- title: Configuring the Application Virtualization Sequencer description: Configuring the Application Virtualization Sequencer -ms.assetid: cae1c368-9fcd-454e-8fc9-0893345d55bf author: jamiejdt +ms.assetid: cae1c368-9fcd-454e-8fc9-0893345d55bf +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring the Application Virtualization Sequencer diff --git a/mdop/appv-v4/configuring-the-firewall-for-the-app-v-servers.md b/mdop/appv-v4/configuring-the-firewall-for-the-app-v-servers.md index c37f3f51c9..531a7637fb 100644 --- a/mdop/appv-v4/configuring-the-firewall-for-the-app-v-servers.md +++ b/mdop/appv-v4/configuring-the-firewall-for-the-app-v-servers.md @@ -1,10 +1,15 @@ --- title: Configuring the Firewall for the App-V Servers description: Configuring the Firewall for the App-V Servers -ms.assetid: f779c450-6c6f-46a8-ac66-5e82e0689d55 author: jamiejdt +ms.assetid: f779c450-6c6f-46a8-ac66-5e82e0689d55 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring the Firewall for the App-V Servers diff --git a/mdop/appv-v4/configuring-windows-firewall-for-app-v.md b/mdop/appv-v4/configuring-windows-firewall-for-app-v.md index f6be9d4f74..c3c100402e 100644 --- a/mdop/appv-v4/configuring-windows-firewall-for-app-v.md +++ b/mdop/appv-v4/configuring-windows-firewall-for-app-v.md @@ -1,10 +1,15 @@ --- title: Configuring Windows Firewall for App-V description: Configuring Windows Firewall for App-V -ms.assetid: 6b5e253c-473f-4afc-a48b-631eda11d9ca author: jamiejdt +ms.assetid: 6b5e253c-473f-4afc-a48b-631eda11d9ca +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring Windows Firewall for App-V diff --git a/mdop/appv-v4/create-new-package-wizard---appv-46-sp1-.md b/mdop/appv-v4/create-new-package-wizard---appv-46-sp1-.md index 71e9891f8b..845ce58a64 100644 --- a/mdop/appv-v4/create-new-package-wizard---appv-46-sp1-.md +++ b/mdop/appv-v4/create-new-package-wizard---appv-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Create New Package Wizard (AppV 4.6 SP1) description: Create New Package Wizard (AppV 4.6 SP1) -ms.assetid: 1f73d044-b364-4c95-8ae1-daedd316d87e author: jamiejdt +ms.assetid: 1f73d044-b364-4c95-8ae1-daedd316d87e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Create New Package Wizard (AppV 4.6 SP1) diff --git a/mdop/appv-v4/create-package-accelerator--review-errors--page.md b/mdop/appv-v4/create-package-accelerator--review-errors--page.md index 4cea92824d..c53c81c260 100644 --- a/mdop/appv-v4/create-package-accelerator--review-errors--page.md +++ b/mdop/appv-v4/create-package-accelerator--review-errors--page.md @@ -1,10 +1,15 @@ --- title: Create Package Accelerator (Review Errors) Page description: Create Package Accelerator (Review Errors) Page -ms.assetid: ea3f531d-1887-4b42-a30f-b875d0ccb916 author: jamiejdt +ms.assetid: ea3f531d-1887-4b42-a30f-b875d0ccb916 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Create Package Accelerator (Review Errors) Page diff --git a/mdop/appv-v4/create-package-accelerator-page.md b/mdop/appv-v4/create-package-accelerator-page.md index bae79cf64f..91afcd711a 100644 --- a/mdop/appv-v4/create-package-accelerator-page.md +++ b/mdop/appv-v4/create-package-accelerator-page.md @@ -1,10 +1,15 @@ --- title: Create Package Accelerator Page description: Create Package Accelerator Page -ms.assetid: 51cdc262-beda-4a4f-bb3e-66458062a7bd author: jamiejdt +ms.assetid: 51cdc262-beda-4a4f-bb3e-66458062a7bd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Create Package Accelerator Page diff --git a/mdop/appv-v4/create-package-accelerator-wizard--appv-46-sp1-.md b/mdop/appv-v4/create-package-accelerator-wizard--appv-46-sp1-.md index 525950ca6d..7e535b8a67 100644 --- a/mdop/appv-v4/create-package-accelerator-wizard--appv-46-sp1-.md +++ b/mdop/appv-v4/create-package-accelerator-wizard--appv-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Create Package Accelerator Wizard (AppV 4.6 SP1) description: Create Package Accelerator Wizard (AppV 4.6 SP1) -ms.assetid: 976d84e1-86d7-4a9b-a747-2b6eef790c1f author: jamiejdt +ms.assetid: 976d84e1-86d7-4a9b-a747-2b6eef790c1f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Create Package Accelerator Wizard (AppV 4.6 SP1) diff --git a/mdop/appv-v4/create-package-page--app-v-46-sp1.md b/mdop/appv-v4/create-package-page--app-v-46-sp1.md index 9ef2359d19..8e1d2385a8 100644 --- a/mdop/appv-v4/create-package-page--app-v-46-sp1.md +++ b/mdop/appv-v4/create-package-page--app-v-46-sp1.md @@ -1,10 +1,15 @@ --- title: Create Package Page description: Create Package Page -ms.assetid: dd7a8709-74cc-459a-88ac-b63d8dcf2ddf author: jamiejdt +ms.assetid: dd7a8709-74cc-459a-88ac-b63d8dcf2ddf +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Create Package Page diff --git a/mdop/appv-v4/customize-page--learn-more-.md b/mdop/appv-v4/customize-page--learn-more-.md index c2fd874cac..bd74c3327a 100644 --- a/mdop/appv-v4/customize-page--learn-more-.md +++ b/mdop/appv-v4/customize-page--learn-more-.md @@ -1,10 +1,15 @@ --- title: Customize Page (Learn More) description: Customize Page (Learn More) -ms.assetid: 893df614-7058-4fcf-ba34-d0f16c856374 author: jamiejdt +ms.assetid: 893df614-7058-4fcf-ba34-d0f16c856374 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Customize Page (Learn More) diff --git a/mdop/appv-v4/defender-running-dialog-box--app-v-46-sp1-.md b/mdop/appv-v4/defender-running-dialog-box--app-v-46-sp1-.md index 5616b39f99..d5838d3eca 100644 --- a/mdop/appv-v4/defender-running-dialog-box--app-v-46-sp1-.md +++ b/mdop/appv-v4/defender-running-dialog-box--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Defender Running Dialog Box (App-V 4.6 SP1) description: Defender Running Dialog Box (App-V 4.6 SP1) -ms.assetid: 716ec7f9-ddad-45dd-a3c7-4a9d81cfcfd0 author: jamiejdt +ms.assetid: 716ec7f9-ddad-45dd-a3c7-4a9d81cfcfd0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Defender Running Dialog Box (App-V 4.6 SP1) diff --git a/mdop/appv-v4/defrag-running-dialog-box--app-v-46-sp1-.md b/mdop/appv-v4/defrag-running-dialog-box--app-v-46-sp1-.md index 4d40cb9173..3c32f305fe 100644 --- a/mdop/appv-v4/defrag-running-dialog-box--app-v-46-sp1-.md +++ b/mdop/appv-v4/defrag-running-dialog-box--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Defrag Running Dialog Box (App-V 4.6 SP1) description: Defrag Running Dialog Box (App-V 4.6 SP1) -ms.assetid: 0ceb0897-377e-4754-a7ab-3bc2b5af1452 author: jamiejdt +ms.assetid: 0ceb0897-377e-4754-a7ab-3bc2b5af1452 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Defrag Running Dialog Box (App-V 4.6 SP1) diff --git a/mdop/appv-v4/delete-app.md b/mdop/appv-v4/delete-app.md index 9e5fffc632..49f351fbeb 100644 --- a/mdop/appv-v4/delete-app.md +++ b/mdop/appv-v4/delete-app.md @@ -1,10 +1,15 @@ --- title: DELETE APP description: DELETE APP -ms.assetid: 2f89c0c0-373b-4389-a26d-67b3f9712957 author: jamiejdt +ms.assetid: 2f89c0c0-373b-4389-a26d-67b3f9712957 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # DELETE APP diff --git a/mdop/appv-v4/delete-obj.md b/mdop/appv-v4/delete-obj.md index 865682dc50..9504e963ab 100644 --- a/mdop/appv-v4/delete-obj.md +++ b/mdop/appv-v4/delete-obj.md @@ -1,10 +1,15 @@ --- title: DELETE OBJ description: DELETE OBJ -ms.assetid: fb17a261-f378-4ce6-a538-ab2f0ada0f2d author: jamiejdt +ms.assetid: fb17a261-f378-4ce6-a538-ab2f0ada0f2d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # DELETE OBJ diff --git a/mdop/appv-v4/delete-package.md b/mdop/appv-v4/delete-package.md index e99fd9649c..e8fca6b03c 100644 --- a/mdop/appv-v4/delete-package.md +++ b/mdop/appv-v4/delete-package.md @@ -1,10 +1,15 @@ --- title: DELETE PACKAGE description: DELETE PACKAGE -ms.assetid: 8f7a4598-610d-490e-a224-426acce01a9f author: jamiejdt +ms.assetid: 8f7a4598-610d-490e-a224-426acce01a9f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # DELETE PACKAGE diff --git a/mdop/appv-v4/delete-server.md b/mdop/appv-v4/delete-server.md index 6712bd7421..04f7217c58 100644 --- a/mdop/appv-v4/delete-server.md +++ b/mdop/appv-v4/delete-server.md @@ -1,10 +1,15 @@ --- title: DELETE SERVER description: DELETE SERVER -ms.assetid: 4c929639-1c1d-47c3-9225-cc4d7a8736f0 author: jamiejdt +ms.assetid: 4c929639-1c1d-47c3-9225-cc4d7a8736f0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # DELETE SERVER diff --git a/mdop/appv-v4/delete-type.md b/mdop/appv-v4/delete-type.md index 188df83fcb..b19da00674 100644 --- a/mdop/appv-v4/delete-type.md +++ b/mdop/appv-v4/delete-type.md @@ -1,10 +1,15 @@ --- title: DELETE TYPE description: DELETE TYPE -ms.assetid: f2852723-c894-49f3-a3c5-56f9648bb9ca author: jamiejdt +ms.assetid: f2852723-c894-49f3-a3c5-56f9648bb9ca +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # DELETE TYPE diff --git a/mdop/appv-v4/deployment-tab.md b/mdop/appv-v4/deployment-tab.md index ef6a5a9cee..5ccfe5ad31 100644 --- a/mdop/appv-v4/deployment-tab.md +++ b/mdop/appv-v4/deployment-tab.md @@ -1,10 +1,15 @@ --- title: Deployment Tab description: Deployment Tab -ms.assetid: 4510188b-eade-445d-a90f-b9127dd479a7 author: jamiejdt +ms.assetid: 4510188b-eade-445d-a90f-b9127dd479a7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Deployment Tab diff --git a/mdop/appv-v4/determine-your-publishing-method.md b/mdop/appv-v4/determine-your-publishing-method.md index 22cd302c41..dc1906a199 100644 --- a/mdop/appv-v4/determine-your-publishing-method.md +++ b/mdop/appv-v4/determine-your-publishing-method.md @@ -1,10 +1,15 @@ --- title: Determine Your Publishing Method description: Determine Your Publishing Method -ms.assetid: 1f2d0d39-5d65-457a-b826-4f45b00c8c85 author: jamiejdt +ms.assetid: 1f2d0d39-5d65-457a-b826-4f45b00c8c85 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Determine Your Publishing Method diff --git a/mdop/appv-v4/determine-your-streaming-method.md b/mdop/appv-v4/determine-your-streaming-method.md index 604d5bf92e..8e8dd1ac35 100644 --- a/mdop/appv-v4/determine-your-streaming-method.md +++ b/mdop/appv-v4/determine-your-streaming-method.md @@ -1,10 +1,15 @@ --- title: Determine Your Streaming Method description: Determine Your Streaming Method -ms.assetid: 50d5e0ec-7f48-4cea-8711-5882bd89153b author: jamiejdt +ms.assetid: 50d5e0ec-7f48-4cea-8711-5882bd89153b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Determine Your Streaming Method diff --git a/mdop/appv-v4/dialog-boxes--appv-46-sp1-.md b/mdop/appv-v4/dialog-boxes--appv-46-sp1-.md index 6be74eda37..86cb80b229 100644 --- a/mdop/appv-v4/dialog-boxes--appv-46-sp1-.md +++ b/mdop/appv-v4/dialog-boxes--appv-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Dialog Boxes (AppV 4.6 SP1) description: Dialog Boxes (AppV 4.6 SP1) -ms.assetid: f76b95df-cba4-4a69-8cd8-a888edf437be author: jamiejdt +ms.assetid: f76b95df-cba4-4a69-8cd8-a888edf437be +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Dialog Boxes (AppV 4.6 SP1) diff --git a/mdop/appv-v4/disconnected-operation-mode.md b/mdop/appv-v4/disconnected-operation-mode.md index 022faf72c7..e1a851f6a2 100644 --- a/mdop/appv-v4/disconnected-operation-mode.md +++ b/mdop/appv-v4/disconnected-operation-mode.md @@ -1,10 +1,15 @@ --- title: Disconnected Operation Mode description: Disconnected Operation Mode -ms.assetid: 3f9849ea-ba53-4c68-85d3-87a4218f59c6 author: jamiejdt +ms.assetid: 3f9849ea-ba53-4c68-85d3-87a4218f59c6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Disconnected Operation Mode diff --git a/mdop/appv-v4/domain-joined-and-non-domain-joined-clients.md b/mdop/appv-v4/domain-joined-and-non-domain-joined-clients.md index 0a5cab1473..2aefc9f9e9 100644 --- a/mdop/appv-v4/domain-joined-and-non-domain-joined-clients.md +++ b/mdop/appv-v4/domain-joined-and-non-domain-joined-clients.md @@ -1,10 +1,15 @@ --- title: Domain-Joined and Non-Domain-Joined Clients description: Domain-Joined and Non-Domain-Joined Clients -ms.assetid: a935dc98-de60-45f3-ab74-2444ce082e88 author: jamiejdt +ms.assetid: a935dc98-de60-45f3-ab74-2444ce082e88 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Domain-Joined and Non-Domain-Joined Clients diff --git a/mdop/appv-v4/edit-shortcuts-learn-more.md b/mdop/appv-v4/edit-shortcuts-learn-more.md index bc128526f2..74c6c0ae96 100644 --- a/mdop/appv-v4/edit-shortcuts-learn-more.md +++ b/mdop/appv-v4/edit-shortcuts-learn-more.md @@ -1,10 +1,15 @@ --- title: Edit Shortcuts description: Edit Shortcuts -ms.assetid: a0ca75aa-1059-4d0c-894c-2e3474e9f519 author: jamiejdt +ms.assetid: a0ca75aa-1059-4d0c-894c-2e3474e9f519 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Edit Shortcuts diff --git a/mdop/appv-v4/electronic-software-distribution-based-scenario-overview.md b/mdop/appv-v4/electronic-software-distribution-based-scenario-overview.md index 60f608be41..bd51a8de61 100644 --- a/mdop/appv-v4/electronic-software-distribution-based-scenario-overview.md +++ b/mdop/appv-v4/electronic-software-distribution-based-scenario-overview.md @@ -1,10 +1,15 @@ --- title: Electronic Software Distribution-Based Scenario Overview description: Electronic Software Distribution-Based Scenario Overview -ms.assetid: e9e94b8a-6cba-4de8-9b57-73897796b6a0 author: jamiejdt +ms.assetid: e9e94b8a-6cba-4de8-9b57-73897796b6a0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Electronic Software Distribution-Based Scenario Overview diff --git a/mdop/appv-v4/electronic-software-distribution-based-scenario.md b/mdop/appv-v4/electronic-software-distribution-based-scenario.md index 4677997d38..6ffb4979e3 100644 --- a/mdop/appv-v4/electronic-software-distribution-based-scenario.md +++ b/mdop/appv-v4/electronic-software-distribution-based-scenario.md @@ -1,10 +1,15 @@ --- title: Electronic Software Distribution-Based Scenario description: Electronic Software Distribution-Based Scenario -ms.assetid: 18be0f8d-60ee-449b-aa83-93c86d1a908e author: jamiejdt +ms.assetid: 18be0f8d-60ee-449b-aa83-93c86d1a908e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Electronic Software Distribution-Based Scenario diff --git a/mdop/appv-v4/exclusion-item-dialog-box.md b/mdop/appv-v4/exclusion-item-dialog-box.md index 4cfcc00136..3cca7c958a 100644 --- a/mdop/appv-v4/exclusion-item-dialog-box.md +++ b/mdop/appv-v4/exclusion-item-dialog-box.md @@ -1,10 +1,15 @@ --- title: Exclusion Item Dialog Box description: Exclusion Item Dialog Box -ms.assetid: 5523c6d4-95f2-47af-8c06-3ab18004a207 author: jamiejdt +ms.assetid: 5523c6d4-95f2-47af-8c06-3ab18004a207 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Exclusion Item Dialog Box diff --git a/mdop/appv-v4/exclusion-items-tab-keep.md b/mdop/appv-v4/exclusion-items-tab-keep.md index 33595468d5..655961c16f 100644 --- a/mdop/appv-v4/exclusion-items-tab-keep.md +++ b/mdop/appv-v4/exclusion-items-tab-keep.md @@ -1,10 +1,15 @@ --- title: Exclusion Items Tab description: Exclusion Items Tab -ms.assetid: 864e46dd-3d6e-4a1b-acf4-9dc00548117e author: jamiejdt +ms.assetid: 864e46dd-3d6e-4a1b-acf4-9dc00548117e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Exclusion Items Tab diff --git a/mdop/appv-v4/failed-launch-dialog-box--app-v-46-sp1-.md b/mdop/appv-v4/failed-launch-dialog-box--app-v-46-sp1-.md index 38ba39e1f4..7764bde948 100644 --- a/mdop/appv-v4/failed-launch-dialog-box--app-v-46-sp1-.md +++ b/mdop/appv-v4/failed-launch-dialog-box--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Failed Launch Dialog Box (App-V 4.6 SP1) description: Failed Launch Dialog Box (App-V 4.6 SP1) -ms.assetid: 55669552-51b4-48aa-8bd0-6d78c2c930d9 author: jamiejdt +ms.assetid: 55669552-51b4-48aa-8bd0-6d78c2c930d9 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Failed Launch Dialog Box (App-V 4.6 SP1) diff --git a/mdop/appv-v4/file-type-association-results-pane-columns.md b/mdop/appv-v4/file-type-association-results-pane-columns.md index 65bc9578c5..5621757f17 100644 --- a/mdop/appv-v4/file-type-association-results-pane-columns.md +++ b/mdop/appv-v4/file-type-association-results-pane-columns.md @@ -1,10 +1,15 @@ --- title: File Type Association Results Pane Columns description: File Type Association Results Pane Columns -ms.assetid: eab48e20-9c92-459d-a06b-8e20202d73f6 author: jamiejdt +ms.assetid: eab48e20-9c92-459d-a06b-8e20202d73f6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # File Type Association Results Pane Columns diff --git a/mdop/appv-v4/file-type-association-results-pane.md b/mdop/appv-v4/file-type-association-results-pane.md index 98fbb41b0f..810a78ab72 100644 --- a/mdop/appv-v4/file-type-association-results-pane.md +++ b/mdop/appv-v4/file-type-association-results-pane.md @@ -1,10 +1,15 @@ --- title: File Type Association Results Pane description: File Type Association Results Pane -ms.assetid: bc5ceb48-1b9f-45d9-a770-1bac90629c76 author: jamiejdt +ms.assetid: bc5ceb48-1b9f-45d9-a770-1bac90629c76 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # File Type Association Results Pane diff --git a/mdop/appv-v4/file-type-associations-node-client.md b/mdop/appv-v4/file-type-associations-node-client.md index 8125be125d..46c78ddc1d 100644 --- a/mdop/appv-v4/file-type-associations-node-client.md +++ b/mdop/appv-v4/file-type-associations-node-client.md @@ -1,10 +1,15 @@ --- title: File Type Associations Node description: File Type Associations Node -ms.assetid: 48e4d9eb-00bd-4231-a68a-f8597ab683ff author: jamiejdt +ms.assetid: 48e4d9eb-00bd-4231-a68a-f8597ab683ff +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # File Type Associations Node diff --git a/mdop/appv-v4/file-type-associations-node.md b/mdop/appv-v4/file-type-associations-node.md index 2801fecb79..a6a75a16f2 100644 --- a/mdop/appv-v4/file-type-associations-node.md +++ b/mdop/appv-v4/file-type-associations-node.md @@ -1,10 +1,15 @@ --- title: File Type Associations Node description: File Type Associations Node -ms.assetid: a3f35562-32d0-4a43-8604-3a54189ade92 author: jamiejdt +ms.assetid: a3f35562-32d0-4a43-8604-3a54189ade92 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # File Type Associations Node diff --git a/mdop/appv-v4/file-type-associations-results-pane-columns.md b/mdop/appv-v4/file-type-associations-results-pane-columns.md index e5919a2cef..f2ed343a7c 100644 --- a/mdop/appv-v4/file-type-associations-results-pane-columns.md +++ b/mdop/appv-v4/file-type-associations-results-pane-columns.md @@ -1,10 +1,15 @@ --- title: File Type Associations Results Pane Columns description: File Type Associations Results Pane Columns -ms.assetid: 8cbb63e4-f93b-4066-ba06-30103e6d0c3e author: jamiejdt +ms.assetid: 8cbb63e4-f93b-4066-ba06-30103e6d0c3e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # File Type Associations Results Pane Columns diff --git a/mdop/appv-v4/file-type-associations-results-pane.md b/mdop/appv-v4/file-type-associations-results-pane.md index 9d4a8085b1..4f760fe206 100644 --- a/mdop/appv-v4/file-type-associations-results-pane.md +++ b/mdop/appv-v4/file-type-associations-results-pane.md @@ -1,10 +1,15 @@ --- title: File Type Associations Results Pane description: File Type Associations Results Pane -ms.assetid: 881d7fa7-ecde-4a05-b6ee-132fe2c09900 author: jamiejdt +ms.assetid: 881d7fa7-ecde-4a05-b6ee-132fe2c09900 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # File Type Associations Results Pane diff --git a/mdop/appv-v4/files-excluded-page-dialog-box--app-v-46-sp1-.md b/mdop/appv-v4/files-excluded-page-dialog-box--app-v-46-sp1-.md index c94749a022..988d546afc 100644 --- a/mdop/appv-v4/files-excluded-page-dialog-box--app-v-46-sp1-.md +++ b/mdop/appv-v4/files-excluded-page-dialog-box--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Files Excluded Page Dialog Box (App-V 4.6 SP1) description: Files Excluded Page Dialog Box (App-V 4.6 SP1) -ms.assetid: 9718c7bf-7ed2-44d8-bdac-df013cd0d6c6 author: jamiejdt +ms.assetid: 9718c7bf-7ed2-44d8-bdac-df013cd0d6c6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Files Excluded Page Dialog Box (App-V 4.6 SP1) diff --git a/mdop/appv-v4/files-tab-keep.md b/mdop/appv-v4/files-tab-keep.md index 4d6829cd35..c77dfefa1e 100644 --- a/mdop/appv-v4/files-tab-keep.md +++ b/mdop/appv-v4/files-tab-keep.md @@ -1,10 +1,15 @@ --- title: Files Tab description: Files Tab -ms.assetid: 14191e51-11a2-40ab-8855-3408a4bc5a9d author: jamiejdt +ms.assetid: 14191e51-11a2-40ab-8855-3408a4bc5a9d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Files Tab diff --git a/mdop/appv-v4/gathering-information-page--learn-more-.md b/mdop/appv-v4/gathering-information-page--learn-more-.md index b6f505004e..2ef95375f8 100644 --- a/mdop/appv-v4/gathering-information-page--learn-more-.md +++ b/mdop/appv-v4/gathering-information-page--learn-more-.md @@ -1,10 +1,15 @@ --- title: Gathering Information Page (Learn More) description: Gathering Information Page (Learn More) -ms.assetid: f8d5ec6b-a3d3-4e80-b1c2-3f8441b04aaa author: jamiejdt +ms.assetid: f8d5ec6b-a3d3-4e80-b1c2-3f8441b04aaa +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Gathering Information Page (Learn More) diff --git a/mdop/appv-v4/general-tab-keep.md b/mdop/appv-v4/general-tab-keep.md index 48c8ec2f83..d893721158 100644 --- a/mdop/appv-v4/general-tab-keep.md +++ b/mdop/appv-v4/general-tab-keep.md @@ -1,10 +1,15 @@ --- title: General Tab description: General Tab -ms.assetid: aeefae39-60cd-4ad4-9575-c07d7e2b1e59 author: jamiejdt +ms.assetid: aeefae39-60cd-4ad4-9575-c07d7e2b1e59 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # General Tab diff --git a/mdop/appv-v4/guidance-page-app-v-46-sp1.md b/mdop/appv-v4/guidance-page-app-v-46-sp1.md index 838d293945..4be8de5dd2 100644 --- a/mdop/appv-v4/guidance-page-app-v-46-sp1.md +++ b/mdop/appv-v4/guidance-page-app-v-46-sp1.md @@ -1,10 +1,15 @@ --- title: Guidance Page description: Guidance Page -ms.assetid: 2d461f7e-bde0-4f20-bfc1-46d52feb701e author: jamiejdt +ms.assetid: 2d461f7e-bde0-4f20-bfc1-46d52feb701e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Guidance Page diff --git a/mdop/appv-v4/help.md b/mdop/appv-v4/help.md index 8d0341cd26..99e59f72c9 100644 --- a/mdop/appv-v4/help.md +++ b/mdop/appv-v4/help.md @@ -1,10 +1,15 @@ --- title: HELP description: HELP -ms.assetid: 0ddb5f18-0c0a-45ea-b7c7-2d4749e3d35d author: jamiejdt +ms.assetid: 0ddb5f18-0c0a-45ea-b7c7-2d4749e3d35d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # HELP diff --git a/mdop/appv-v4/how-to-add-a-file-type-association.md b/mdop/appv-v4/how-to-add-a-file-type-association.md index b9954aface..52abb385d3 100644 --- a/mdop/appv-v4/how-to-add-a-file-type-association.md +++ b/mdop/appv-v4/how-to-add-a-file-type-association.md @@ -1,10 +1,15 @@ --- title: How to Add a File Type Association description: How to Add a File Type Association -ms.assetid: cccfbd00-51ba-4a60-a598-ee97f5ea1215 author: jamiejdt +ms.assetid: cccfbd00-51ba-4a60-a598-ee97f5ea1215 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Add a File Type Association diff --git a/mdop/appv-v4/how-to-add-a-package-by-using-the-command-line.md b/mdop/appv-v4/how-to-add-a-package-by-using-the-command-line.md index e3f522753d..6d4691b1a0 100644 --- a/mdop/appv-v4/how-to-add-a-package-by-using-the-command-line.md +++ b/mdop/appv-v4/how-to-add-a-package-by-using-the-command-line.md @@ -1,10 +1,15 @@ --- title: How to Add a Package by Using the Command Line description: How to Add a Package by Using the Command Line -ms.assetid: e75af49e-811a-407a-a7f0-6de8562b9188 author: jamiejdt +ms.assetid: e75af49e-811a-407a-a7f0-6de8562b9188 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Add a Package by Using the Command Line diff --git a/mdop/appv-v4/how-to-add-a-package-version.md b/mdop/appv-v4/how-to-add-a-package-version.md index a84d0a53e5..5eb4fca8d5 100644 --- a/mdop/appv-v4/how-to-add-a-package-version.md +++ b/mdop/appv-v4/how-to-add-a-package-version.md @@ -1,10 +1,15 @@ --- title: How to Add a Package Version description: How to Add a Package Version -ms.assetid: dbb829c1-e5cb-4a2f-bc17-9a9bb50c671c author: jamiejdt +ms.assetid: dbb829c1-e5cb-4a2f-bc17-9a9bb50c671c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Add a Package Version diff --git a/mdop/appv-v4/how-to-add-a-package.md b/mdop/appv-v4/how-to-add-a-package.md index e942a9b1a2..4b8e25cb6e 100644 --- a/mdop/appv-v4/how-to-add-a-package.md +++ b/mdop/appv-v4/how-to-add-a-package.md @@ -1,10 +1,15 @@ --- title: How to Add a Package description: How to Add a Package -ms.assetid: 5407fdbe-e658-44f6-a9b8-a566b81dedce author: jamiejdt +ms.assetid: 5407fdbe-e658-44f6-a9b8-a566b81dedce +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Add a Package diff --git a/mdop/appv-v4/how-to-add-a-server.md b/mdop/appv-v4/how-to-add-a-server.md index c2075018db..f52b20f552 100644 --- a/mdop/appv-v4/how-to-add-a-server.md +++ b/mdop/appv-v4/how-to-add-a-server.md @@ -1,10 +1,15 @@ --- title: How to Add a Server description: How to Add a Server -ms.assetid: 1f31678a-8edf-4d35-a812-e4a2abfd979b author: jamiejdt +ms.assetid: 1f31678a-8edf-4d35-a812-e4a2abfd979b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Add a Server diff --git a/mdop/appv-v4/how-to-add-an-administrator-group.md b/mdop/appv-v4/how-to-add-an-administrator-group.md index dc7f47ef09..8f478040e0 100644 --- a/mdop/appv-v4/how-to-add-an-administrator-group.md +++ b/mdop/appv-v4/how-to-add-an-administrator-group.md @@ -1,10 +1,15 @@ --- title: How to Add an Administrator Group description: How to Add an Administrator Group -ms.assetid: 2611f33e-6082-4269-b0ba-394174701492 author: jamiejdt +ms.assetid: 2611f33e-6082-4269-b0ba-394174701492 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Add an Administrator Group diff --git a/mdop/appv-v4/how-to-add-an-application.md b/mdop/appv-v4/how-to-add-an-application.md index eff1d17474..3b903fa8a1 100644 --- a/mdop/appv-v4/how-to-add-an-application.md +++ b/mdop/appv-v4/how-to-add-an-application.md @@ -1,10 +1,15 @@ --- title: How to Add an Application description: How to Add an Application -ms.assetid: 0147233d-f369-4796-8e34-fb1d894af732 author: jamiejdt +ms.assetid: 0147233d-f369-4796-8e34-fb1d894af732 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Add an Application diff --git a/mdop/appv-v4/how-to-apply-a-package-accelerator-to-create-a-virtual-application-package---app-v-46-sp1-.md b/mdop/appv-v4/how-to-apply-a-package-accelerator-to-create-a-virtual-application-package---app-v-46-sp1-.md index 60ca506cf2..0826ffd979 100644 --- a/mdop/appv-v4/how-to-apply-a-package-accelerator-to-create-a-virtual-application-package---app-v-46-sp1-.md +++ b/mdop/appv-v4/how-to-apply-a-package-accelerator-to-create-a-virtual-application-package---app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: How to Apply a Package Accelerator to Create a Virtual Application Package (App-V 4.6 SP1) description: How to Apply a Package Accelerator to Create a Virtual Application Package (App-V 4.6 SP1) -ms.assetid: ca0bd514-2bbf-4130-8c77-98d991cbe016 author: jamiejdt +ms.assetid: ca0bd514-2bbf-4130-8c77-98d991cbe016 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Apply a Package Accelerator to Create a Virtual Application Package (App-V 4.6 SP1) diff --git a/mdop/appv-v4/how-to-apply-an-app-v-project-template--app-v-46-sp1-.md b/mdop/appv-v4/how-to-apply-an-app-v-project-template--app-v-46-sp1-.md index a917dab2fb..1c81b11cbd 100644 --- a/mdop/appv-v4/how-to-apply-an-app-v-project-template--app-v-46-sp1-.md +++ b/mdop/appv-v4/how-to-apply-an-app-v-project-template--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: How to Apply an App-V Project Template (App-V 4.6 SP1) description: How to Apply an App-V Project Template (App-V 4.6 SP1) -ms.assetid: 8ef120ab-8cfb-438c-8136-671167b7bd9d author: jamiejdt +ms.assetid: 8ef120ab-8cfb-438c-8136-671167b7bd9d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Apply an App-V Project Template (App-V 4.6 SP1) diff --git a/mdop/appv-v4/how-to-assign--the-proper-credentials-for-windows-vista.md b/mdop/appv-v4/how-to-assign--the-proper-credentials-for-windows-vista.md index bd668bb95f..c1687896bb 100644 --- a/mdop/appv-v4/how-to-assign--the-proper-credentials-for-windows-vista.md +++ b/mdop/appv-v4/how-to-assign--the-proper-credentials-for-windows-vista.md @@ -1,10 +1,15 @@ --- title: How to Assign the Proper Credentials for Windows Vista description: How to Assign the Proper Credentials for Windows Vista -ms.assetid: cc11d2af-a350-4d16-ba7b-f9c1d89e14b4 author: jamiejdt +ms.assetid: cc11d2af-a350-4d16-ba7b-f9c1d89e14b4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Assign the Proper Credentials for Windows Vista diff --git a/mdop/appv-v4/how-to-assign--the-proper-credentials-for-windows-xp.md b/mdop/appv-v4/how-to-assign--the-proper-credentials-for-windows-xp.md index a9ea39f789..f06ac85250 100644 --- a/mdop/appv-v4/how-to-assign--the-proper-credentials-for-windows-xp.md +++ b/mdop/appv-v4/how-to-assign--the-proper-credentials-for-windows-xp.md @@ -1,10 +1,15 @@ --- title: How to Assign the Proper Credentials for Windows XP description: How to Assign the Proper Credentials for Windows XP -ms.assetid: cddbd556-d8f9-4981-a947-6e8e3f552b70 author: jamiejdt +ms.assetid: cddbd556-d8f9-4981-a947-6e8e3f552b70 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Assign the Proper Credentials for Windows XP diff --git a/mdop/appv-v4/how-to-associate-an-application-with-a-license-group.md b/mdop/appv-v4/how-to-associate-an-application-with-a-license-group.md index 874edf4aa4..972be38998 100644 --- a/mdop/appv-v4/how-to-associate-an-application-with-a-license-group.md +++ b/mdop/appv-v4/how-to-associate-an-application-with-a-license-group.md @@ -1,10 +1,15 @@ --- title: How to Associate an Application with a License Group description: How to Associate an Application with a License Group -ms.assetid: 85639db3-5751-497e-a9e7-ce4770c0b55f author: jamiejdt +ms.assetid: 85639db3-5751-497e-a9e7-ce4770c0b55f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Associate an Application with a License Group diff --git a/mdop/appv-v4/how-to-branch-a-package.md b/mdop/appv-v4/how-to-branch-a-package.md index 5a1e0ce44e..f76ea15419 100644 --- a/mdop/appv-v4/how-to-branch-a-package.md +++ b/mdop/appv-v4/how-to-branch-a-package.md @@ -1,10 +1,15 @@ --- title: How to Branch a Package description: How to Branch a Package -ms.assetid: bfe46a8a-f0ee-4a71-9e9c-64ac08aac9c1 author: jamiejdt +ms.assetid: bfe46a8a-f0ee-4a71-9e9c-64ac08aac9c1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Branch a Package diff --git a/mdop/appv-v4/how-to-cancel-loading-of-virtual-applications-from-the-desktop-notification-area.md b/mdop/appv-v4/how-to-cancel-loading-of-virtual-applications-from-the-desktop-notification-area.md index c3f22bba15..63ebd383b3 100644 --- a/mdop/appv-v4/how-to-cancel-loading-of-virtual-applications-from-the-desktop-notification-area.md +++ b/mdop/appv-v4/how-to-cancel-loading-of-virtual-applications-from-the-desktop-notification-area.md @@ -1,10 +1,15 @@ --- title: How to Cancel Loading of Virtual Applications from the Desktop Notification Area description: How to Cancel Loading of Virtual Applications from the Desktop Notification Area -ms.assetid: 4420a091-a344-48e9-a354-93bc0e2470eb author: jamiejdt +ms.assetid: 4420a091-a344-48e9-a354-93bc0e2470eb +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Cancel Loading of Virtual Applications from the Desktop Notification Area diff --git a/mdop/appv-v4/how-to-change-an-application-icon.md b/mdop/appv-v4/how-to-change-an-application-icon.md index b967ef5d21..da48e39ba8 100644 --- a/mdop/appv-v4/how-to-change-an-application-icon.md +++ b/mdop/appv-v4/how-to-change-an-application-icon.md @@ -1,10 +1,15 @@ --- title: How to Change an Application Icon description: How to Change an Application Icon -ms.assetid: bd6cfb22-086b-43fd-b6f9-1907b5f16e83 author: jamiejdt +ms.assetid: bd6cfb22-086b-43fd-b6f9-1907b5f16e83 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Change an Application Icon diff --git a/mdop/appv-v4/how-to-change-an-application-iconserver.md b/mdop/appv-v4/how-to-change-an-application-iconserver.md index db17f771d6..0cc657959d 100644 --- a/mdop/appv-v4/how-to-change-an-application-iconserver.md +++ b/mdop/appv-v4/how-to-change-an-application-iconserver.md @@ -1,10 +1,15 @@ --- title: How to Change an Application Icon description: How to Change an Application Icon -ms.assetid: 52c870eb-4a54-410b-8abf-79395a53f846 author: jamiejdt +ms.assetid: 52c870eb-4a54-410b-8abf-79395a53f846 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Change an Application Icon diff --git a/mdop/appv-v4/how-to-change-deployment-properties.md b/mdop/appv-v4/how-to-change-deployment-properties.md index db337dfafe..5e69757602 100644 --- a/mdop/appv-v4/how-to-change-deployment-properties.md +++ b/mdop/appv-v4/how-to-change-deployment-properties.md @@ -1,10 +1,15 @@ --- title: How to Change Deployment Properties description: How to Change Deployment Properties -ms.assetid: 0a214a7a-cc83-4d04-89f9-5727153be918 author: jamiejdt +ms.assetid: 0a214a7a-cc83-4d04-89f9-5727153be918 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Change Deployment Properties diff --git a/mdop/appv-v4/how-to-change-import-search-paths.md b/mdop/appv-v4/how-to-change-import-search-paths.md index b2d60d1840..1e4b3e63e4 100644 --- a/mdop/appv-v4/how-to-change-import-search-paths.md +++ b/mdop/appv-v4/how-to-change-import-search-paths.md @@ -1,10 +1,15 @@ --- title: How to Change Import Search Paths description: How to Change Import Search Paths -ms.assetid: 0125f2bf-4958-4854-a5a4-a63afe5bb986 author: jamiejdt +ms.assetid: 0125f2bf-4958-4854-a5a4-a63afe5bb986 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Change Import Search Paths diff --git a/mdop/appv-v4/how-to-change-package-properties.md b/mdop/appv-v4/how-to-change-package-properties.md index 9fdaaafee7..e28d7e1362 100644 --- a/mdop/appv-v4/how-to-change-package-properties.md +++ b/mdop/appv-v4/how-to-change-package-properties.md @@ -1,10 +1,15 @@ --- title: How to Change Package Properties description: How to Change Package Properties -ms.assetid: 6050916a-d4fe-4dac-8f2a-47308dbbf481 author: jamiejdt +ms.assetid: 6050916a-d4fe-4dac-8f2a-47308dbbf481 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Change Package Properties diff --git a/mdop/appv-v4/how-to-change-the-cache-size-and-the-drive-letter-designation.md b/mdop/appv-v4/how-to-change-the-cache-size-and-the-drive-letter-designation.md index a51e2866b5..6ac3b24606 100644 --- a/mdop/appv-v4/how-to-change-the-cache-size-and-the-drive-letter-designation.md +++ b/mdop/appv-v4/how-to-change-the-cache-size-and-the-drive-letter-designation.md @@ -1,10 +1,15 @@ --- title: How to Change the Cache Size and the Drive Letter Designation description: How to Change the Cache Size and the Drive Letter Designation -ms.assetid: e7d7b635-079e-41aa-a5e6-655f33b4e317 author: jamiejdt +ms.assetid: e7d7b635-079e-41aa-a5e6-655f33b4e317 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Change the Cache Size and the Drive Letter Designation diff --git a/mdop/appv-v4/how-to-change-the-log-reporting-levels-and-reset-the-log-files.md b/mdop/appv-v4/how-to-change-the-log-reporting-levels-and-reset-the-log-files.md index 796652cada..780caaa0b2 100644 --- a/mdop/appv-v4/how-to-change-the-log-reporting-levels-and-reset-the-log-files.md +++ b/mdop/appv-v4/how-to-change-the-log-reporting-levels-and-reset-the-log-files.md @@ -1,10 +1,15 @@ --- title: How to Change the Log Reporting Levels and Reset the Log Files description: How to Change the Log Reporting Levels and Reset the Log Files -ms.assetid: 9561d6fb-b35c-491b-a355-000064583194 author: jamiejdt +ms.assetid: 9561d6fb-b35c-491b-a355-000064583194 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Change the Log Reporting Levels and Reset the Log Files diff --git a/mdop/appv-v4/how-to-change-the-server-cache-size.md b/mdop/appv-v4/how-to-change-the-server-cache-size.md index fb8bbeb0a5..7f4f158556 100644 --- a/mdop/appv-v4/how-to-change-the-server-cache-size.md +++ b/mdop/appv-v4/how-to-change-the-server-cache-size.md @@ -1,10 +1,15 @@ --- title: How to Change the Server Cache Size description: How to Change the Server Cache Size -ms.assetid: 24e63744-21c3-458e-b137-9592f4fe785c author: jamiejdt +ms.assetid: 24e63744-21c3-458e-b137-9592f4fe785c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Change the Server Cache Size diff --git a/mdop/appv-v4/how-to-change-the-server-logging-level-and-the-database-parameters.md b/mdop/appv-v4/how-to-change-the-server-logging-level-and-the-database-parameters.md index 54a6acae25..a96598de97 100644 --- a/mdop/appv-v4/how-to-change-the-server-logging-level-and-the-database-parameters.md +++ b/mdop/appv-v4/how-to-change-the-server-logging-level-and-the-database-parameters.md @@ -1,10 +1,15 @@ --- title: How to Change the Server Logging Level and the Database Parameters description: How to Change the Server Logging Level and the Database Parameters -ms.assetid: e3ebaee5-6c4c-4aa8-9766-c5aeb00f477a author: jamiejdt +ms.assetid: e3ebaee5-6c4c-4aa8-9766-c5aeb00f477a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Change the Server Logging Level and the Database Parameters diff --git a/mdop/appv-v4/how-to-change-the-server-port.md b/mdop/appv-v4/how-to-change-the-server-port.md index 63328db5ad..63f86fbf10 100644 --- a/mdop/appv-v4/how-to-change-the-server-port.md +++ b/mdop/appv-v4/how-to-change-the-server-port.md @@ -1,10 +1,15 @@ --- title: How to Change the Server Port description: How to Change the Server Port -ms.assetid: 0b4a262c-4816-48d0-b7c6-e496bb0d7370 author: jamiejdt +ms.assetid: 0b4a262c-4816-48d0-b7c6-e496bb0d7370 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Change the Server Port diff --git a/mdop/appv-v4/how-to-change-the-size-of-the-filesystem-cache.md b/mdop/appv-v4/how-to-change-the-size-of-the-filesystem-cache.md index 8a266106ce..c23b33d615 100644 --- a/mdop/appv-v4/how-to-change-the-size-of-the-filesystem-cache.md +++ b/mdop/appv-v4/how-to-change-the-size-of-the-filesystem-cache.md @@ -1,10 +1,15 @@ --- title: How to Change the Size of the FileSystem Cache description: How to Change the Size of the FileSystem Cache -ms.assetid: 6ed17ba3-293b-4482-b3fa-31e5f606dad6 author: jamiejdt +ms.assetid: 6ed17ba3-293b-4482-b3fa-31e5f606dad6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Change the Size of the FileSystem Cache diff --git a/mdop/appv-v4/how-to-change-user-access-permissions.md b/mdop/appv-v4/how-to-change-user-access-permissions.md index e2ce890e02..b4017afc19 100644 --- a/mdop/appv-v4/how-to-change-user-access-permissions.md +++ b/mdop/appv-v4/how-to-change-user-access-permissions.md @@ -1,10 +1,15 @@ --- title: How to Change User Access Permissions description: How to Change User Access Permissions -ms.assetid: 21b60cc7-5395-401e-a374-6ef0d58872b7 author: jamiejdt +ms.assetid: 21b60cc7-5395-401e-a374-6ef0d58872b7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Change User Access Permissions diff --git a/mdop/appv-v4/how-to-clear-an-application.md b/mdop/appv-v4/how-to-clear-an-application.md index b183e5364e..58cb24cd40 100644 --- a/mdop/appv-v4/how-to-clear-an-application.md +++ b/mdop/appv-v4/how-to-clear-an-application.md @@ -1,10 +1,15 @@ --- title: How to Clear an Application description: How to Clear an Application -ms.assetid: 247b8f40-531c-413e-a2e5-fc990ed0a51a author: jamiejdt +ms.assetid: 247b8f40-531c-413e-a2e5-fc990ed0a51a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Clear an Application diff --git a/mdop/appv-v4/how-to-configure-a-read-only-cache-on-the-app-v-client--rds--sp1.md b/mdop/appv-v4/how-to-configure-a-read-only-cache-on-the-app-v-client--rds--sp1.md index f22bdd26af..b57bb891ef 100644 --- a/mdop/appv-v4/how-to-configure-a-read-only-cache-on-the-app-v-client--rds--sp1.md +++ b/mdop/appv-v4/how-to-configure-a-read-only-cache-on-the-app-v-client--rds--sp1.md @@ -1,10 +1,15 @@ --- title: How to Configure a Read-only Cache on the App-V Client (RDS) description: How to Configure a Read-only Cache on the App-V Client (RDS) -ms.assetid: b6607fe2-6f92-4567-99f1-d8e3c8a591e0 author: jamiejdt +ms.assetid: b6607fe2-6f92-4567-99f1-d8e3c8a591e0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure a Read-only Cache on the App-V Client (RDS) diff --git a/mdop/appv-v4/how-to-configure-a-read-only-cache-on-the-app-v-client--vdi-.md b/mdop/appv-v4/how-to-configure-a-read-only-cache-on-the-app-v-client--vdi-.md index 7277ed576a..a36457280d 100644 --- a/mdop/appv-v4/how-to-configure-a-read-only-cache-on-the-app-v-client--vdi-.md +++ b/mdop/appv-v4/how-to-configure-a-read-only-cache-on-the-app-v-client--vdi-.md @@ -1,10 +1,15 @@ --- title: How to Configure a Read-only Cache on the App-V Client (VDI) description: How to Configure a Read-only Cache on the App-V Client (VDI) -ms.assetid: 7a41e017-9e23-4a6a-a659-04d23f008b83 author: jamiejdt +ms.assetid: 7a41e017-9e23-4a6a-a659-04d23f008b83 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure a Read-only Cache on the App-V Client (VDI) diff --git a/mdop/appv-v4/how-to-configure-management-server-security-post-installation.md b/mdop/appv-v4/how-to-configure-management-server-security-post-installation.md index f6dd47fd68..15447137ca 100644 --- a/mdop/appv-v4/how-to-configure-management-server-security-post-installation.md +++ b/mdop/appv-v4/how-to-configure-management-server-security-post-installation.md @@ -1,10 +1,15 @@ --- title: How to Configure Management Server Security Post-Installation description: How to Configure Management Server Security Post-Installation -ms.assetid: 71979fa6-3d0b-4a8b-994e-cb728d013090 author: jamiejdt +ms.assetid: 71979fa6-3d0b-4a8b-994e-cb728d013090 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure Management Server Security Post-Installation diff --git a/mdop/appv-v4/how-to-configure-microsoft-sql-server-mirroring-support-for-app-v.md b/mdop/appv-v4/how-to-configure-microsoft-sql-server-mirroring-support-for-app-v.md index f65a357f87..381bb8e72c 100644 --- a/mdop/appv-v4/how-to-configure-microsoft-sql-server-mirroring-support-for-app-v.md +++ b/mdop/appv-v4/how-to-configure-microsoft-sql-server-mirroring-support-for-app-v.md @@ -1,10 +1,15 @@ --- title: How to Configure Microsoft SQL Server Mirroring Support for App-V description: How to Configure Microsoft SQL Server Mirroring Support for App-V -ms.assetid: 6d069eb5-109f-460a-836a-de49473b7035 author: jamiejdt +ms.assetid: 6d069eb5-109f-460a-836a-de49473b7035 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure Microsoft SQL Server Mirroring Support for App-V diff --git a/mdop/appv-v4/how-to-configure-servers-for-esd-based-deployment.md b/mdop/appv-v4/how-to-configure-servers-for-esd-based-deployment.md index 2f07199af9..89753ef7a5 100644 --- a/mdop/appv-v4/how-to-configure-servers-for-esd-based-deployment.md +++ b/mdop/appv-v4/how-to-configure-servers-for-esd-based-deployment.md @@ -1,10 +1,15 @@ --- title: How to Configure Servers for ESD-Based Deployment description: How to Configure Servers for ESD-Based Deployment -ms.assetid: 96208522-3a0c-4606-a10b-fc0ec0a12021 author: jamiejdt +ms.assetid: 96208522-3a0c-4606-a10b-fc0ec0a12021 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure Servers for ESD-Based Deployment diff --git a/mdop/appv-v4/how-to-configure-servers-for-server-based-deployment.md b/mdop/appv-v4/how-to-configure-servers-for-server-based-deployment.md index 4ea54e5e68..f5bd3c8a60 100644 --- a/mdop/appv-v4/how-to-configure-servers-for-server-based-deployment.md +++ b/mdop/appv-v4/how-to-configure-servers-for-server-based-deployment.md @@ -1,10 +1,15 @@ --- title: How to Configure Servers for Server-Based Deployment description: How to Configure Servers for Server-Based Deployment -ms.assetid: 6371c37a-46eb-44e8-ad6b-4430c866c8b4 author: jamiejdt +ms.assetid: 6371c37a-46eb-44e8-ad6b-4430c866c8b4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure Servers for Server-Based Deployment diff --git a/mdop/appv-v4/how-to-configure-shortcut-and-file-type-association-behavior-46-only.md b/mdop/appv-v4/how-to-configure-shortcut-and-file-type-association-behavior-46-only.md index 306524d03f..532e6d15fd 100644 --- a/mdop/appv-v4/how-to-configure-shortcut-and-file-type-association-behavior-46-only.md +++ b/mdop/appv-v4/how-to-configure-shortcut-and-file-type-association-behavior-46-only.md @@ -1,10 +1,15 @@ --- title: How to Configure Shortcut and File Type Association Behavior description: How to Configure Shortcut and File Type Association Behavior -ms.assetid: d6fd1728-4de6-4066-b36b-d4837d593d40 author: jamiejdt +ms.assetid: d6fd1728-4de6-4066-b36b-d4837d593d40 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure Shortcut and File Type Association Behavior diff --git a/mdop/appv-v4/how-to-configure-streaming-server-security-post-installation.md b/mdop/appv-v4/how-to-configure-streaming-server-security-post-installation.md index 020e2ad7d7..e980a6d9a4 100644 --- a/mdop/appv-v4/how-to-configure-streaming-server-security-post-installation.md +++ b/mdop/appv-v4/how-to-configure-streaming-server-security-post-installation.md @@ -1,10 +1,15 @@ --- title: How to Configure Streaming Server Security Post-Installation description: How to Configure Streaming Server Security Post-Installation -ms.assetid: 9bde3677-d1aa-4dcc-904e-bb49a268d748 author: jamiejdt +ms.assetid: 9bde3677-d1aa-4dcc-904e-bb49a268d748 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure Streaming Server Security Post-Installation diff --git a/mdop/appv-v4/how-to-configure-the-app-v-client-registry-settings-by-using-the-command-line.md b/mdop/appv-v4/how-to-configure-the-app-v-client-registry-settings-by-using-the-command-line.md index 1b88de38ec..4bc97b888f 100644 --- a/mdop/appv-v4/how-to-configure-the-app-v-client-registry-settings-by-using-the-command-line.md +++ b/mdop/appv-v4/how-to-configure-the-app-v-client-registry-settings-by-using-the-command-line.md @@ -1,10 +1,15 @@ --- title: How to Configure the App-V Client Registry Settings by Using the Command Line description: How to Configure the App-V Client Registry Settings by Using the Command Line -ms.assetid: 3e3d873f-13d2-402f-97b4-f62d0c399171 author: jamiejdt +ms.assetid: 3e3d873f-13d2-402f-97b4-f62d0c399171 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the App-V Client Registry Settings by Using the Command Line diff --git a/mdop/appv-v4/how-to-configure-the-app-v-sequencer.md b/mdop/appv-v4/how-to-configure-the-app-v-sequencer.md index 0d2b40cfb1..c1724ffa4c 100644 --- a/mdop/appv-v4/how-to-configure-the-app-v-sequencer.md +++ b/mdop/appv-v4/how-to-configure-the-app-v-sequencer.md @@ -1,10 +1,15 @@ --- title: How to Configure the App-V Sequencer description: How to Configure the App-V Sequencer -ms.assetid: 0f43f618-80b0-4715-af17-90f5c673d838 author: jamiejdt +ms.assetid: 0f43f618-80b0-4715-af17-90f5c673d838 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the App-V Sequencer diff --git a/mdop/appv-v4/how-to-configure-the-app-v-system-for-package-upgrade.md b/mdop/appv-v4/how-to-configure-the-app-v-system-for-package-upgrade.md index 837b0c2568..cf6a4705f7 100644 --- a/mdop/appv-v4/how-to-configure-the-app-v-system-for-package-upgrade.md +++ b/mdop/appv-v4/how-to-configure-the-app-v-system-for-package-upgrade.md @@ -1,10 +1,15 @@ --- title: How to Configure the App-V System for Package Upgrade description: How to Configure the App-V System for Package Upgrade -ms.assetid: de133898-f887-46c1-9bc9-fbb03feac66a author: jamiejdt +ms.assetid: de133898-f887-46c1-9bc9-fbb03feac66a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the App-V System for Package Upgrade diff --git a/mdop/appv-v4/how-to-configure-the-application-virtualization-client-settings-manually.md b/mdop/appv-v4/how-to-configure-the-application-virtualization-client-settings-manually.md index c62f99adcd..b305e90e45 100644 --- a/mdop/appv-v4/how-to-configure-the-application-virtualization-client-settings-manually.md +++ b/mdop/appv-v4/how-to-configure-the-application-virtualization-client-settings-manually.md @@ -1,10 +1,15 @@ --- title: How to Configure the Application Virtualization Client Settings Manually description: How to Configure the Application Virtualization Client Settings Manually -ms.assetid: 53bd21d8-49eb-4c77-9692-c093ffe4c17c author: jamiejdt +ms.assetid: 53bd21d8-49eb-4c77-9692-c093ffe4c17c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the Application Virtualization Client Settings Manually diff --git a/mdop/appv-v4/how-to-configure-the-application-virtualization-management-servers.md b/mdop/appv-v4/how-to-configure-the-application-virtualization-management-servers.md index 8055178764..e7ed5576bd 100644 --- a/mdop/appv-v4/how-to-configure-the-application-virtualization-management-servers.md +++ b/mdop/appv-v4/how-to-configure-the-application-virtualization-management-servers.md @@ -1,10 +1,15 @@ --- title: How to Configure the Application Virtualization Management Servers description: How to Configure the Application Virtualization Management Servers -ms.assetid: a9f96148-bf2d-486f-98c2-23409bfb0935 author: jamiejdt +ms.assetid: a9f96148-bf2d-486f-98c2-23409bfb0935 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the Application Virtualization Management Servers diff --git a/mdop/appv-v4/how-to-configure-the-application-virtualization-streaming-servers.md b/mdop/appv-v4/how-to-configure-the-application-virtualization-streaming-servers.md index e5df71f713..95c3be8f10 100644 --- a/mdop/appv-v4/how-to-configure-the-application-virtualization-streaming-servers.md +++ b/mdop/appv-v4/how-to-configure-the-application-virtualization-streaming-servers.md @@ -1,10 +1,15 @@ --- title: How to Configure the Application Virtualization Streaming Servers description: How to Configure the Application Virtualization Streaming Servers -ms.assetid: 3e2dde35-9d72-40ba-9fdf-d0338bd4d561 author: jamiejdt +ms.assetid: 3e2dde35-9d72-40ba-9fdf-d0338bd4d561 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the Application Virtualization Streaming Servers diff --git a/mdop/appv-v4/how-to-configure-the-client-for-application-package-retrieval.md b/mdop/appv-v4/how-to-configure-the-client-for-application-package-retrieval.md index 82d79d1512..99193c605f 100644 --- a/mdop/appv-v4/how-to-configure-the-client-for-application-package-retrieval.md +++ b/mdop/appv-v4/how-to-configure-the-client-for-application-package-retrieval.md @@ -1,10 +1,15 @@ --- title: How to Configure the Client for Application Package Retrieval description: How to Configure the Client for Application Package Retrieval -ms.assetid: 891f2739-da7a-46da-b452-b8c0af075525 author: jamiejdt +ms.assetid: 891f2739-da7a-46da-b452-b8c0af075525 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the Client for Application Package Retrieval diff --git a/mdop/appv-v4/how-to-configure-the-client-for-disconnected-operation-mode.md b/mdop/appv-v4/how-to-configure-the-client-for-disconnected-operation-mode.md index ed7e22c072..da38be57f1 100644 --- a/mdop/appv-v4/how-to-configure-the-client-for-disconnected-operation-mode.md +++ b/mdop/appv-v4/how-to-configure-the-client-for-disconnected-operation-mode.md @@ -1,10 +1,15 @@ --- title: How to Configure the Client for Disconnected Operation Mode description: How to Configure the Client for Disconnected Operation Mode -ms.assetid: 3b48464a-b8b4-494b-93e3-9a6d9bd74652 author: jamiejdt +ms.assetid: 3b48464a-b8b4-494b-93e3-9a6d9bd74652 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the Client for Disconnected Operation Mode diff --git a/mdop/appv-v4/how-to-configure-the-client-for-mit-kerberos-realm-support.md b/mdop/appv-v4/how-to-configure-the-client-for-mit-kerberos-realm-support.md index b5ddac5413..71f61379d7 100644 --- a/mdop/appv-v4/how-to-configure-the-client-for-mit-kerberos-realm-support.md +++ b/mdop/appv-v4/how-to-configure-the-client-for-mit-kerberos-realm-support.md @@ -1,10 +1,15 @@ --- title: How to Configure the Client for MIT Kerberos Realm Support description: How to Configure the Client for MIT Kerberos Realm Support -ms.assetid: 46102f4c-270c-4115-8eb4-7ff5ae3be32d author: jamiejdt +ms.assetid: 46102f4c-270c-4115-8eb4-7ff5ae3be32d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the Client for MIT Kerberos Realm Support diff --git a/mdop/appv-v4/how-to-configure-the-client-in-the-application-virtualization-client-management-console.md b/mdop/appv-v4/how-to-configure-the-client-in-the-application-virtualization-client-management-console.md index a6c2d89a5d..dcd30ff50d 100644 --- a/mdop/appv-v4/how-to-configure-the-client-in-the-application-virtualization-client-management-console.md +++ b/mdop/appv-v4/how-to-configure-the-client-in-the-application-virtualization-client-management-console.md @@ -1,10 +1,15 @@ --- title: How to Configure the Client in the Application Virtualization Client Management Console description: How to Configure the Client in the Application Virtualization Client Management Console -ms.assetid: d0868c9f-8fe9-442f-a9ad-ef30efb0f6b1 author: jamiejdt +ms.assetid: d0868c9f-8fe9-442f-a9ad-ef30efb0f6b1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the Client in the Application Virtualization Client Management Console diff --git a/mdop/appv-v4/how-to-configure-the-client-log-file.md b/mdop/appv-v4/how-to-configure-the-client-log-file.md index 6dc52e75a7..a00c6c5cfa 100644 --- a/mdop/appv-v4/how-to-configure-the-client-log-file.md +++ b/mdop/appv-v4/how-to-configure-the-client-log-file.md @@ -1,10 +1,15 @@ --- title: How to Configure the Client Log File description: How to Configure the Client Log File -ms.assetid: dd79f8ce-61e2-4dc8-af03-2a353554a1b2 author: jamiejdt +ms.assetid: dd79f8ce-61e2-4dc8-af03-2a353554a1b2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the Client Log File diff --git a/mdop/appv-v4/how-to-configure-the-file-server.md b/mdop/appv-v4/how-to-configure-the-file-server.md index 5b8679232b..136be4d542 100644 --- a/mdop/appv-v4/how-to-configure-the-file-server.md +++ b/mdop/appv-v4/how-to-configure-the-file-server.md @@ -1,10 +1,15 @@ --- title: How to Configure the File Server description: How to Configure the File Server -ms.assetid: 0977554c-1741-411b-85e7-7e1cd017542f author: jamiejdt +ms.assetid: 0977554c-1741-411b-85e7-7e1cd017542f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the File Server diff --git a/mdop/appv-v4/how-to-configure-the-server-for-iis.md b/mdop/appv-v4/how-to-configure-the-server-for-iis.md index b17fb54504..c2bab644cf 100644 --- a/mdop/appv-v4/how-to-configure-the-server-for-iis.md +++ b/mdop/appv-v4/how-to-configure-the-server-for-iis.md @@ -1,10 +1,15 @@ --- title: How to Configure the Server for IIS description: How to Configure the Server for IIS -ms.assetid: 1fcfc583-322f-4a38-90d0-e64bfa9ee3d8 author: jamiejdt +ms.assetid: 1fcfc583-322f-4a38-90d0-e64bfa9ee3d8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the Server for IIS diff --git a/mdop/appv-v4/how-to-configure-the-server-to-be-trusted-for-delegation.md b/mdop/appv-v4/how-to-configure-the-server-to-be-trusted-for-delegation.md index 1e7320dab9..58c6f1400d 100644 --- a/mdop/appv-v4/how-to-configure-the-server-to-be-trusted-for-delegation.md +++ b/mdop/appv-v4/how-to-configure-the-server-to-be-trusted-for-delegation.md @@ -1,10 +1,15 @@ --- title: How to Configure the Server to be Trusted for Delegation description: How to Configure the Server to be Trusted for Delegation -ms.assetid: d8d11588-17c0-4bcb-a7e6-86b5e4ba7e1c author: jamiejdt +ms.assetid: d8d11588-17c0-4bcb-a7e6-86b5e4ba7e1c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure the Server to be Trusted for Delegation diff --git a/mdop/appv-v4/how-to-configure-user-permissions.md b/mdop/appv-v4/how-to-configure-user-permissions.md index 7defe07e6b..062e47ecaa 100644 --- a/mdop/appv-v4/how-to-configure-user-permissions.md +++ b/mdop/appv-v4/how-to-configure-user-permissions.md @@ -1,10 +1,15 @@ --- title: How to Configure User Permissions description: How to Configure User Permissions -ms.assetid: 54e69f46-b028-4ad1-9b80-f06ef5c8f559 author: jamiejdt +ms.assetid: 54e69f46-b028-4ad1-9b80-f06ef5c8f559 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure User Permissions diff --git a/mdop/appv-v4/how-to-configure-windows-server-2003-firewall-for-app-v.md b/mdop/appv-v4/how-to-configure-windows-server-2003-firewall-for-app-v.md index e59b516ded..fe57735bf4 100644 --- a/mdop/appv-v4/how-to-configure-windows-server-2003-firewall-for-app-v.md +++ b/mdop/appv-v4/how-to-configure-windows-server-2003-firewall-for-app-v.md @@ -1,10 +1,15 @@ --- title: How to Configure Windows Server 2003 Firewall for App-V description: How to Configure Windows Server 2003 Firewall for App-V -ms.assetid: 2c0e80f8-41e9-4164-ac83-b23b132b489a author: jamiejdt +ms.assetid: 2c0e80f8-41e9-4164-ac83-b23b132b489a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure Windows Server 2003 Firewall for App-V diff --git a/mdop/appv-v4/how-to-configure-windows-server-2008-firewall-for-app-v.md b/mdop/appv-v4/how-to-configure-windows-server-2008-firewall-for-app-v.md index 002a01e94c..222433549f 100644 --- a/mdop/appv-v4/how-to-configure-windows-server-2008-firewall-for-app-v.md +++ b/mdop/appv-v4/how-to-configure-windows-server-2008-firewall-for-app-v.md @@ -1,10 +1,15 @@ --- title: How to Configure Windows Server 2008 Firewall for App-V description: How to Configure Windows Server 2008 Firewall for App-V -ms.assetid: 57f4ed17-0651-4a3c-be1e-29d9520c6aeb author: jamiejdt +ms.assetid: 57f4ed17-0651-4a3c-be1e-29d9520c6aeb +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure Windows Server 2008 Firewall for App-V diff --git a/mdop/appv-v4/how-to-configure-windows-server-2008-for-app-v-management-servers.md b/mdop/appv-v4/how-to-configure-windows-server-2008-for-app-v-management-servers.md index 9dd422d5ec..3333c0fa79 100644 --- a/mdop/appv-v4/how-to-configure-windows-server-2008-for-app-v-management-servers.md +++ b/mdop/appv-v4/how-to-configure-windows-server-2008-for-app-v-management-servers.md @@ -1,10 +1,15 @@ --- title: How to Configure Windows Server 2008 for App-V Management Servers description: How to Configure Windows Server 2008 for App-V Management Servers -ms.assetid: 38b4016f-de82-4209-9159-387d20ddee25 author: jamiejdt +ms.assetid: 38b4016f-de82-4209-9159-387d20ddee25 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Configure Windows Server 2008 for App-V Management Servers diff --git a/mdop/appv-v4/how-to-connect-to-an-application-virtualization-system.md b/mdop/appv-v4/how-to-connect-to-an-application-virtualization-system.md index 694998645c..fa1078f6d6 100644 --- a/mdop/appv-v4/how-to-connect-to-an-application-virtualization-system.md +++ b/mdop/appv-v4/how-to-connect-to-an-application-virtualization-system.md @@ -1,10 +1,15 @@ --- title: How to Connect to an Application Virtualization System description: How to Connect to an Application Virtualization System -ms.assetid: ac38216c-5464-4c0b-a4d3-3949ba6358ac author: jamiejdt +ms.assetid: ac38216c-5464-4c0b-a4d3-3949ba6358ac +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Connect to an Application Virtualization System diff --git a/mdop/appv-v4/how-to-create-a-reportserver.md b/mdop/appv-v4/how-to-create-a-reportserver.md index 9b18c0b648..967bec92d0 100644 --- a/mdop/appv-v4/how-to-create-a-reportserver.md +++ b/mdop/appv-v4/how-to-create-a-reportserver.md @@ -1,10 +1,15 @@ --- title: How to Create a Report description: How to Create a Report -ms.assetid: 70938167-d3b9-45ce-b459-a953c93769b0 author: jamiejdt +ms.assetid: 70938167-d3b9-45ce-b459-a953c93769b0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Create a Report diff --git a/mdop/appv-v4/how-to-create-a-server-group.md b/mdop/appv-v4/how-to-create-a-server-group.md index a5e3730bcb..678749d1c1 100644 --- a/mdop/appv-v4/how-to-create-a-server-group.md +++ b/mdop/appv-v4/how-to-create-a-server-group.md @@ -1,10 +1,15 @@ --- title: How to Create a Server Group description: How to Create a Server Group -ms.assetid: 29ada98b-1024-483d-a3ee-67d4bb263df7 author: jamiejdt +ms.assetid: 29ada98b-1024-483d-a3ee-67d4bb263df7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Create a Server Group diff --git a/mdop/appv-v4/how-to-create-a-virtual-environment-for-a-web-based-application.md b/mdop/appv-v4/how-to-create-a-virtual-environment-for-a-web-based-application.md index dfd33227c9..c63832ce80 100644 --- a/mdop/appv-v4/how-to-create-a-virtual-environment-for-a-web-based-application.md +++ b/mdop/appv-v4/how-to-create-a-virtual-environment-for-a-web-based-application.md @@ -1,10 +1,15 @@ --- title: How to Create a Virtual Environment for a Web-Based Application description: How to Create a Virtual Environment for a Web-Based Application -ms.assetid: d2b16e9d-369c-4bd6-b2a0-16dd24c0e32c author: jamiejdt +ms.assetid: d2b16e9d-369c-4bd6-b2a0-16dd24c0e32c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Create a Virtual Environment for a Web-Based Application diff --git a/mdop/appv-v4/how-to-create-an-app-v-project-template--app-v-46-sp1-.md b/mdop/appv-v4/how-to-create-an-app-v-project-template--app-v-46-sp1-.md index b955bd8da3..1f364c3562 100644 --- a/mdop/appv-v4/how-to-create-an-app-v-project-template--app-v-46-sp1-.md +++ b/mdop/appv-v4/how-to-create-an-app-v-project-template--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: How to Create an App-V Project Template (App-V 4.6 SP1) description: How to Create an App-V Project Template (App-V 4.6 SP1) -ms.assetid: 7e87fba2-b72a-4bc9-92b8-220e25aae99a author: jamiejdt +ms.assetid: 7e87fba2-b72a-4bc9-92b8-220e25aae99a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Create an App-V Project Template (App-V 4.6 SP1) diff --git a/mdop/appv-v4/how-to-create-an-application-group.md b/mdop/appv-v4/how-to-create-an-application-group.md index 9d210d5740..e2e0600b26 100644 --- a/mdop/appv-v4/how-to-create-an-application-group.md +++ b/mdop/appv-v4/how-to-create-an-application-group.md @@ -1,10 +1,15 @@ --- title: How to Create an Application Group description: How to Create an Application Group -ms.assetid: 32751511-3d1e-40e5-b21f-d88ea39c76a3 author: jamiejdt +ms.assetid: 32751511-3d1e-40e5-b21f-d88ea39c76a3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Create an Application Group diff --git a/mdop/appv-v4/how-to-create-an-application-license-group.md b/mdop/appv-v4/how-to-create-an-application-license-group.md index 315dfbba29..2864003c82 100644 --- a/mdop/appv-v4/how-to-create-an-application-license-group.md +++ b/mdop/appv-v4/how-to-create-an-application-license-group.md @@ -1,10 +1,15 @@ --- title: How to Create an Application License Group description: How to Create an Application License Group -ms.assetid: b385324a-8a11-41ee-86e8-8f809235454c author: jamiejdt +ms.assetid: b385324a-8a11-41ee-86e8-8f809235454c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Create an Application License Group diff --git a/mdop/appv-v4/how-to-create-app-v-package-accelerators--app-v-46-sp1-.md b/mdop/appv-v4/how-to-create-app-v-package-accelerators--app-v-46-sp1-.md index 348809fa4b..258cbfa5c0 100644 --- a/mdop/appv-v4/how-to-create-app-v-package-accelerators--app-v-46-sp1-.md +++ b/mdop/appv-v4/how-to-create-app-v-package-accelerators--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: How to Create App-V Package Accelerators (App-V 4.6 SP1) description: How to Create App-V Package Accelerators (App-V 4.6 SP1) -ms.assetid: 585e692e-cebb-48ac-93ab-b2e7eb7ae7ad author: jamiejdt +ms.assetid: 585e692e-cebb-48ac-93ab-b2e7eb7ae7ad +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Create App-V Package Accelerators (App-V 4.6 SP1) diff --git a/mdop/appv-v4/how-to-create-or-upgrade-virtual-applications-using--the-app-v-sequencer.md b/mdop/appv-v4/how-to-create-or-upgrade-virtual-applications-using--the-app-v-sequencer.md index 83d5877754..3e88c7f2de 100644 --- a/mdop/appv-v4/how-to-create-or-upgrade-virtual-applications-using--the-app-v-sequencer.md +++ b/mdop/appv-v4/how-to-create-or-upgrade-virtual-applications-using--the-app-v-sequencer.md @@ -1,10 +1,15 @@ --- title: How to Create or Upgrade Virtual Applications Using the App-V Sequencer description: How to Create or Upgrade Virtual Applications Using the App-V Sequencer -ms.assetid: 661d4f8c-2527-4654-9d92-15ecc652c0db author: jamiejdt +ms.assetid: 661d4f8c-2527-4654-9d92-15ecc652c0db +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Create or Upgrade Virtual Applications Using the App-V Sequencer diff --git a/mdop/appv-v4/how-to-create-the-package-root-directory.md b/mdop/appv-v4/how-to-create-the-package-root-directory.md index 631dc8b441..c3213a7927 100644 --- a/mdop/appv-v4/how-to-create-the-package-root-directory.md +++ b/mdop/appv-v4/how-to-create-the-package-root-directory.md @@ -1,10 +1,15 @@ --- title: How to Create the Package Root Directory description: How to Create the Package Root Directory -ms.assetid: bcfe3bd4-6c60-409a-8ffa-cc22f27194b1 author: jamiejdt +ms.assetid: bcfe3bd4-6c60-409a-8ffa-cc22f27194b1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Create the Package Root Directory diff --git a/mdop/appv-v4/how-to-create-the-sequencer-package-root-directory.md b/mdop/appv-v4/how-to-create-the-sequencer-package-root-directory.md index 303a7c8b02..5a6fdfc781 100644 --- a/mdop/appv-v4/how-to-create-the-sequencer-package-root-directory.md +++ b/mdop/appv-v4/how-to-create-the-sequencer-package-root-directory.md @@ -1,10 +1,15 @@ --- title: How to Create the Sequencer Package Root Directory description: How to Create the Sequencer Package Root Directory -ms.assetid: 23fe28f1-c284-43ee-b8b7-1dfbed94eea5 author: jamiejdt +ms.assetid: 23fe28f1-c284-43ee-b8b7-1dfbed94eea5 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Create the Sequencer Package Root Directory diff --git a/mdop/appv-v4/how-to-customize-an-application-virtualization-system-in-the-server-management-console.md b/mdop/appv-v4/how-to-customize-an-application-virtualization-system-in-the-server-management-console.md index 030c6f3c97..cc133b7656 100644 --- a/mdop/appv-v4/how-to-customize-an-application-virtualization-system-in-the-server-management-console.md +++ b/mdop/appv-v4/how-to-customize-an-application-virtualization-system-in-the-server-management-console.md @@ -1,10 +1,15 @@ --- title: How to Customize an Application Virtualization System in the Server Management Console description: How to Customize an Application Virtualization System in the Server Management Console -ms.assetid: e3a51d1d-451d-46a5-8ae5-f5792d49495b author: jamiejdt +ms.assetid: e3a51d1d-451d-46a5-8ae5-f5792d49495b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Customize an Application Virtualization System in the Server Management Console diff --git a/mdop/appv-v4/how-to-delete-a-file-type-association.md b/mdop/appv-v4/how-to-delete-a-file-type-association.md index 0565462810..32d9d9e6b0 100644 --- a/mdop/appv-v4/how-to-delete-a-file-type-association.md +++ b/mdop/appv-v4/how-to-delete-a-file-type-association.md @@ -1,10 +1,15 @@ --- title: How to Delete a File Type Association description: How to Delete a File Type Association -ms.assetid: bb2dd1cf-9a5d-45a9-aca1-3c53144b73ec author: jamiejdt +ms.assetid: bb2dd1cf-9a5d-45a9-aca1-3c53144b73ec +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Delete a File Type Association diff --git a/mdop/appv-v4/how-to-delete-a-package-version.md b/mdop/appv-v4/how-to-delete-a-package-version.md index b7dfdfe0e7..931992ecdd 100644 --- a/mdop/appv-v4/how-to-delete-a-package-version.md +++ b/mdop/appv-v4/how-to-delete-a-package-version.md @@ -1,10 +1,15 @@ --- title: How to Delete a Package Version description: How to Delete a Package Version -ms.assetid: a55adb9d-ffa6-4df3-a2d1-5e0c73c35e1b author: jamiejdt +ms.assetid: a55adb9d-ffa6-4df3-a2d1-5e0c73c35e1b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Delete a Package Version diff --git a/mdop/appv-v4/how-to-delete-a-packageserver.md b/mdop/appv-v4/how-to-delete-a-packageserver.md index bca8104eb1..84a9a89705 100644 --- a/mdop/appv-v4/how-to-delete-a-packageserver.md +++ b/mdop/appv-v4/how-to-delete-a-packageserver.md @@ -1,10 +1,15 @@ --- title: How to Delete a Package description: How to Delete a Package -ms.assetid: 23f9c0e9-8910-47df-9fc0-7bbb5bbf2dc9 author: jamiejdt +ms.assetid: 23f9c0e9-8910-47df-9fc0-7bbb5bbf2dc9 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Delete a Package diff --git a/mdop/appv-v4/how-to-delete-a-reportserver.md b/mdop/appv-v4/how-to-delete-a-reportserver.md index 33c3e419dd..ff12da486a 100644 --- a/mdop/appv-v4/how-to-delete-a-reportserver.md +++ b/mdop/appv-v4/how-to-delete-a-reportserver.md @@ -1,10 +1,15 @@ --- title: How to Delete a Report description: How to Delete a Report -ms.assetid: 53350b71-1fb5-4f7e-a684-9ea1116c5c3f author: jamiejdt +ms.assetid: 53350b71-1fb5-4f7e-a684-9ea1116c5c3f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Delete a Report diff --git a/mdop/appv-v4/how-to-delete-all-virtual-applications-by-using-the-command-line.md b/mdop/appv-v4/how-to-delete-all-virtual-applications-by-using-the-command-line.md index c384ed9242..b01688ebee 100644 --- a/mdop/appv-v4/how-to-delete-all-virtual-applications-by-using-the-command-line.md +++ b/mdop/appv-v4/how-to-delete-all-virtual-applications-by-using-the-command-line.md @@ -1,10 +1,15 @@ --- title: How to Delete All Virtual Applications by Using the Command Line description: How to Delete All Virtual Applications by Using the Command Line -ms.assetid: bfe13b5c-825a-4eb1-a979-6c4b8d8b2a9c author: jamiejdt +ms.assetid: bfe13b5c-825a-4eb1-a979-6c4b8d8b2a9c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Delete All Virtual Applications by Using the Command Line diff --git a/mdop/appv-v4/how-to-delete-an-administrator-group.md b/mdop/appv-v4/how-to-delete-an-administrator-group.md index 8e06b8962c..592e11885a 100644 --- a/mdop/appv-v4/how-to-delete-an-administrator-group.md +++ b/mdop/appv-v4/how-to-delete-an-administrator-group.md @@ -1,10 +1,15 @@ --- title: How to Delete an Administrator Group description: How to Delete an Administrator Group -ms.assetid: 398a8028-e128-4020-bbe2-59ba63b5cd48 author: jamiejdt +ms.assetid: 398a8028-e128-4020-bbe2-59ba63b5cd48 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Delete an Administrator Group diff --git a/mdop/appv-v4/how-to-delete-an-application-server.md b/mdop/appv-v4/how-to-delete-an-application-server.md index fee4ab4297..aa9c3e828a 100644 --- a/mdop/appv-v4/how-to-delete-an-application-server.md +++ b/mdop/appv-v4/how-to-delete-an-application-server.md @@ -1,10 +1,15 @@ --- title: How to Delete an Application description: How to Delete an Application -ms.assetid: 421e7df0-fea3-4cb2-a884-3d04f2223da7 author: jamiejdt +ms.assetid: 421e7df0-fea3-4cb2-a884-3d04f2223da7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Delete an Application diff --git a/mdop/appv-v4/how-to-delete-an-application.md b/mdop/appv-v4/how-to-delete-an-application.md index f5c4ca7885..eaf936c43f 100644 --- a/mdop/appv-v4/how-to-delete-an-application.md +++ b/mdop/appv-v4/how-to-delete-an-application.md @@ -1,10 +1,15 @@ --- title: How to Delete an Application description: How to Delete an Application -ms.assetid: 03b0912d-b14a-4522-916d-71f8b77a8a82 author: jamiejdt +ms.assetid: 03b0912d-b14a-4522-916d-71f8b77a8a82 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Delete an Application diff --git a/mdop/appv-v4/how-to-deny-access-to-an-application.md b/mdop/appv-v4/how-to-deny-access-to-an-application.md index 94bb95e677..7ecf3b8e53 100644 --- a/mdop/appv-v4/how-to-deny-access-to-an-application.md +++ b/mdop/appv-v4/how-to-deny-access-to-an-application.md @@ -1,10 +1,15 @@ --- title: How to Deny Access to an Application description: How to Deny Access to an Application -ms.assetid: 14f5e201-7265-462c-b738-57938dc3fc30 author: jamiejdt +ms.assetid: 14f5e201-7265-462c-b738-57938dc3fc30 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Deny Access to an Application diff --git a/mdop/appv-v4/how-to-determine-whether-to-edit-or-upgrade-a-virtual-application-package.md b/mdop/appv-v4/how-to-determine-whether-to-edit-or-upgrade-a-virtual-application-package.md index 08d2d716da..bac16bdb88 100644 --- a/mdop/appv-v4/how-to-determine-whether-to-edit-or-upgrade-a-virtual-application-package.md +++ b/mdop/appv-v4/how-to-determine-whether-to-edit-or-upgrade-a-virtual-application-package.md @@ -1,10 +1,15 @@ --- title: How to Determine Whether to Edit or Upgrade a Virtual Application Package description: How to Determine Whether to Edit or Upgrade a Virtual Application Package -ms.assetid: 33dd5332-6802-46e0-9748-43fcc8f80aa3 author: jamiejdt +ms.assetid: 33dd5332-6802-46e0-9748-43fcc8f80aa3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Determine Whether to Edit or Upgrade a Virtual Application Package diff --git a/mdop/appv-v4/how-to-determine-which-type-of-application-to-sequence---app-v-46-sp1-.md b/mdop/appv-v4/how-to-determine-which-type-of-application-to-sequence---app-v-46-sp1-.md index b964675ba0..3dbb001d9a 100644 --- a/mdop/appv-v4/how-to-determine-which-type-of-application-to-sequence---app-v-46-sp1-.md +++ b/mdop/appv-v4/how-to-determine-which-type-of-application-to-sequence---app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: How to Determine Which Type of Application to Sequence (App-V 4.6 SP1) description: How to Determine Which Type of Application to Sequence (App-V 4.6 SP1) -ms.assetid: 936abee2-98f1-45fb-9f0d-786e1d7464b1 author: jamiejdt +ms.assetid: 936abee2-98f1-45fb-9f0d-786e1d7464b1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Determine Which Type of Application to Sequence (App-V 4.6 SP1) diff --git a/mdop/appv-v4/how-to-disable-or-modify-disconnected-operation-mode-settings.md b/mdop/appv-v4/how-to-disable-or-modify-disconnected-operation-mode-settings.md index 117937419b..51056b542f 100644 --- a/mdop/appv-v4/how-to-disable-or-modify-disconnected-operation-mode-settings.md +++ b/mdop/appv-v4/how-to-disable-or-modify-disconnected-operation-mode-settings.md @@ -1,10 +1,15 @@ --- title: How to Disable or Modify Disconnected Operation Mode Settings description: How to Disable or Modify Disconnected Operation Mode Settings -ms.assetid: 39f166d7-2d25-4899-8405-b45f051facb8 author: jamiejdt +ms.assetid: 39f166d7-2d25-4899-8405-b45f051facb8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Disable or Modify Disconnected Operation Mode Settings diff --git a/mdop/appv-v4/how-to-edit-an-existing-virtual-application.md b/mdop/appv-v4/how-to-edit-an-existing-virtual-application.md index cbe01e07f3..0f1acb8105 100644 --- a/mdop/appv-v4/how-to-edit-an-existing-virtual-application.md +++ b/mdop/appv-v4/how-to-edit-an-existing-virtual-application.md @@ -1,10 +1,15 @@ --- title: How to Edit an Existing Virtual Application description: How to Edit an Existing Virtual Application -ms.assetid: 358b9a69-5695-4c6f-92e1-7ed2b69a2def author: jamiejdt +ms.assetid: 358b9a69-5695-4c6f-92e1-7ed2b69a2def +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Edit an Existing Virtual Application diff --git a/mdop/appv-v4/how-to-edit-an-osd-file-using-a-text-editor.md b/mdop/appv-v4/how-to-edit-an-osd-file-using-a-text-editor.md index bb82ad9a8b..82e18805ea 100644 --- a/mdop/appv-v4/how-to-edit-an-osd-file-using-a-text-editor.md +++ b/mdop/appv-v4/how-to-edit-an-osd-file-using-a-text-editor.md @@ -1,10 +1,15 @@ --- title: How to Edit an OSD File Using a Text Editor description: How to Edit an OSD File Using a Text Editor -ms.assetid: f4263a1b-824f-49b9-8060-b8229c9d9960 author: jamiejdt +ms.assetid: f4263a1b-824f-49b9-8060-b8229c9d9960 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Edit an OSD File Using a Text Editor diff --git a/mdop/appv-v4/how-to-edit-an-osd-file.md b/mdop/appv-v4/how-to-edit-an-osd-file.md index 945855b50d..ff37096afa 100644 --- a/mdop/appv-v4/how-to-edit-an-osd-file.md +++ b/mdop/appv-v4/how-to-edit-an-osd-file.md @@ -1,10 +1,15 @@ --- title: How to Edit an OSD File description: How to Edit an OSD File -ms.assetid: 0d126ba7-72fb-42ce-982e-90ed01a852c8 author: jamiejdt +ms.assetid: 0d126ba7-72fb-42ce-982e-90ed01a852c8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Edit an OSD File diff --git a/mdop/appv-v4/how-to-exit-the-app-v-client-from-the-notification-area.md b/mdop/appv-v4/how-to-exit-the-app-v-client-from-the-notification-area.md index 6189d61cb9..65290474ed 100644 --- a/mdop/appv-v4/how-to-exit-the-app-v-client-from-the-notification-area.md +++ b/mdop/appv-v4/how-to-exit-the-app-v-client-from-the-notification-area.md @@ -1,10 +1,15 @@ --- title: How to Exit the App-V Client from the Notification Area description: How to Exit the App-V Client from the Notification Area -ms.assetid: 71ebf88b-ef51-41a5-ae34-4e197d9d6ee6 author: jamiejdt +ms.assetid: 71ebf88b-ef51-41a5-ae34-4e197d9d6ee6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Exit the App-V Client from the Notification Area diff --git a/mdop/appv-v4/how-to-export-a-reportserver.md b/mdop/appv-v4/how-to-export-a-reportserver.md index 33e5ac60af..4802452ab2 100644 --- a/mdop/appv-v4/how-to-export-a-reportserver.md +++ b/mdop/appv-v4/how-to-export-a-reportserver.md @@ -1,10 +1,15 @@ --- title: How to Export a Report description: How to Export a Report -ms.assetid: 2f917130-db02-4c72-a45a-7928e51e689e author: jamiejdt +ms.assetid: 2f917130-db02-4c72-a45a-7928e51e689e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Export a Report diff --git a/mdop/appv-v4/how-to-grant-access-to-an-application.md b/mdop/appv-v4/how-to-grant-access-to-an-application.md index 0f0cc9c879..4704e24ef4 100644 --- a/mdop/appv-v4/how-to-grant-access-to-an-application.md +++ b/mdop/appv-v4/how-to-grant-access-to-an-application.md @@ -1,10 +1,15 @@ --- title: How to Grant Access to an Application description: How to Grant Access to an Application -ms.assetid: e54d9e84-21f5-488f-b040-25f374d9289f author: jamiejdt +ms.assetid: e54d9e84-21f5-488f-b040-25f374d9289f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Grant Access to an Application diff --git a/mdop/appv-v4/how-to-import-an-application.md b/mdop/appv-v4/how-to-import-an-application.md index a2375aaa7a..858f1a2b90 100644 --- a/mdop/appv-v4/how-to-import-an-application.md +++ b/mdop/appv-v4/how-to-import-an-application.md @@ -1,10 +1,15 @@ --- title: How to Import an Application description: How to Import an Application -ms.assetid: 85aaf5d8-489c-4929-996f-f15d2dab1ad8 author: jamiejdt +ms.assetid: 85aaf5d8-489c-4929-996f-f15d2dab1ad8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Import an Application diff --git a/mdop/appv-v4/how-to-import-an-applicationserver.md b/mdop/appv-v4/how-to-import-an-applicationserver.md index 1dd7f39beb..146a83e99f 100644 --- a/mdop/appv-v4/how-to-import-an-applicationserver.md +++ b/mdop/appv-v4/how-to-import-an-applicationserver.md @@ -1,10 +1,15 @@ --- title: How to Import an Application description: How to Import an Application -ms.assetid: ab40acad-1025-478d-8e13-0e1ff1bd37e4 author: jamiejdt +ms.assetid: ab40acad-1025-478d-8e13-0e1ff1bd37e4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Import an Application diff --git a/mdop/appv-v4/how-to-install-a-database.md b/mdop/appv-v4/how-to-install-a-database.md index 3d7e8ee0a1..ed8d0ddb38 100644 --- a/mdop/appv-v4/how-to-install-a-database.md +++ b/mdop/appv-v4/how-to-install-a-database.md @@ -1,10 +1,15 @@ --- title: How to Install a Database description: How to Install a Database -ms.assetid: 52e3a19d-b7cf-4f2c-8268-0f8361cc9766 author: jamiejdt +ms.assetid: 52e3a19d-b7cf-4f2c-8268-0f8361cc9766 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install a Database diff --git a/mdop/appv-v4/how-to-install-and-configure-the-app-v-management-console-for-a-more-secure-environment.md b/mdop/appv-v4/how-to-install-and-configure-the-app-v-management-console-for-a-more-secure-environment.md index b999ec9855..689646b2b2 100644 --- a/mdop/appv-v4/how-to-install-and-configure-the-app-v-management-console-for-a-more-secure-environment.md +++ b/mdop/appv-v4/how-to-install-and-configure-the-app-v-management-console-for-a-more-secure-environment.md @@ -1,10 +1,15 @@ --- title: How to Install and Configure the App-V Management Console for a More Secure Environment description: How to Install and Configure the App-V Management Console for a More Secure Environment -ms.assetid: 9d89ef09-cdbf-48fc-99da-b24fc987ef8f author: jamiejdt +ms.assetid: 9d89ef09-cdbf-48fc-99da-b24fc987ef8f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install and Configure the App-V Management Console for a More Secure Environment diff --git a/mdop/appv-v4/how-to-install-and-configure-the-default-application.md b/mdop/appv-v4/how-to-install-and-configure-the-default-application.md index 838b3c9b4b..f3a6e9a3af 100644 --- a/mdop/appv-v4/how-to-install-and-configure-the-default-application.md +++ b/mdop/appv-v4/how-to-install-and-configure-the-default-application.md @@ -1,10 +1,15 @@ --- title: How to Install and Configure the Default Application description: How to Install and Configure the Default Application -ms.assetid: 5c5d5ad1-af40-4f83-8234-39e972f2c29a author: jamiejdt +ms.assetid: 5c5d5ad1-af40-4f83-8234-39e972f2c29a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install and Configure the Default Application diff --git a/mdop/appv-v4/how-to-install-application-virtualization-management-server.md b/mdop/appv-v4/how-to-install-application-virtualization-management-server.md index 86bcade871..11749fb825 100644 --- a/mdop/appv-v4/how-to-install-application-virtualization-management-server.md +++ b/mdop/appv-v4/how-to-install-application-virtualization-management-server.md @@ -1,10 +1,15 @@ --- title: How to Install Application Virtualization Management Server description: How to Install Application Virtualization Management Server -ms.assetid: 8184be79-8c27-4328-a3c1-183791b5556c author: jamiejdt +ms.assetid: 8184be79-8c27-4328-a3c1-183791b5556c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install Application Virtualization Management Server diff --git a/mdop/appv-v4/how-to-install-the-app-v-client-by-using-setupexe-new.md b/mdop/appv-v4/how-to-install-the-app-v-client-by-using-setupexe-new.md index 97db180984..11f8a7e09d 100644 --- a/mdop/appv-v4/how-to-install-the-app-v-client-by-using-setupexe-new.md +++ b/mdop/appv-v4/how-to-install-the-app-v-client-by-using-setupexe-new.md @@ -1,10 +1,15 @@ --- title: How to Install the App-V Client by Using Setup.exe description: How to Install the App-V Client by Using Setup.exe -ms.assetid: 106a5d97-b5f6-4a16-bf52-a84f4d558c74 author: jamiejdt +ms.assetid: 106a5d97-b5f6-4a16-bf52-a84f4d558c74 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install the App-V Client by Using Setup.exe diff --git a/mdop/appv-v4/how-to-install-the-app-v-client-by-using-setupmsi-new.md b/mdop/appv-v4/how-to-install-the-app-v-client-by-using-setupmsi-new.md index 63f77023a6..f7276d6353 100644 --- a/mdop/appv-v4/how-to-install-the-app-v-client-by-using-setupmsi-new.md +++ b/mdop/appv-v4/how-to-install-the-app-v-client-by-using-setupmsi-new.md @@ -1,10 +1,15 @@ --- title: How to Install the App-V Client by Using Setup.msi description: How to Install the App-V Client by Using Setup.msi -ms.assetid: 7221f384-36d6-409a-94a2-86f54fd75322 author: jamiejdt +ms.assetid: 7221f384-36d6-409a-94a2-86f54fd75322 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install the App-V Client by Using Setup.msi diff --git a/mdop/appv-v4/how-to-install-the-application-virtualization-sequencer.md b/mdop/appv-v4/how-to-install-the-application-virtualization-sequencer.md index dc273eef7b..dc787ee925 100644 --- a/mdop/appv-v4/how-to-install-the-application-virtualization-sequencer.md +++ b/mdop/appv-v4/how-to-install-the-application-virtualization-sequencer.md @@ -1,10 +1,15 @@ --- title: How to Install the Application Virtualization Sequencer description: How to Install the Application Virtualization Sequencer -ms.assetid: 89cdf60d-18b0-4204-aa9f-b402610f8f0e author: jamiejdt +ms.assetid: 89cdf60d-18b0-4204-aa9f-b402610f8f0e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install the Application Virtualization Sequencer diff --git a/mdop/appv-v4/how-to-install-the-application-virtualization-streaming-server.md b/mdop/appv-v4/how-to-install-the-application-virtualization-streaming-server.md index c20c6136e4..47c03ab9ce 100644 --- a/mdop/appv-v4/how-to-install-the-application-virtualization-streaming-server.md +++ b/mdop/appv-v4/how-to-install-the-application-virtualization-streaming-server.md @@ -1,10 +1,15 @@ --- title: How to Install the Application Virtualization Streaming Server description: How to Install the Application Virtualization Streaming Server -ms.assetid: a3065257-fb5a-4d92-98f8-7ef996c61db9 author: jamiejdt +ms.assetid: a3065257-fb5a-4d92-98f8-7ef996c61db9 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install the Application Virtualization Streaming Server diff --git a/mdop/appv-v4/how-to-install-the-client-by-using-the-command-line-new.md b/mdop/appv-v4/how-to-install-the-client-by-using-the-command-line-new.md index 4a9ded72d0..1aa3391b31 100644 --- a/mdop/appv-v4/how-to-install-the-client-by-using-the-command-line-new.md +++ b/mdop/appv-v4/how-to-install-the-client-by-using-the-command-line-new.md @@ -1,10 +1,15 @@ --- title: How to Install the Client by Using the Command Line description: How to Install the Client by Using the Command Line -ms.assetid: ed372403-64ff-48ff-a3cd-a46cad04a4d5 author: jamiejdt +ms.assetid: ed372403-64ff-48ff-a3cd-a46cad04a4d5 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install the Client by Using the Command Line diff --git a/mdop/appv-v4/how-to-install-the-management-console.md b/mdop/appv-v4/how-to-install-the-management-console.md index 86fe715fc4..36e2a0a1ee 100644 --- a/mdop/appv-v4/how-to-install-the-management-console.md +++ b/mdop/appv-v4/how-to-install-the-management-console.md @@ -1,10 +1,15 @@ --- title: How to Install the Management Console description: How to Install the Management Console -ms.assetid: 586d99c8-bca6-42e2-a39c-a696053142f1 author: jamiejdt +ms.assetid: 586d99c8-bca6-42e2-a39c-a696053142f1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install the Management Console diff --git a/mdop/appv-v4/how-to-install-the-management-web-service.md b/mdop/appv-v4/how-to-install-the-management-web-service.md index 451f5d3a0d..650536f14c 100644 --- a/mdop/appv-v4/how-to-install-the-management-web-service.md +++ b/mdop/appv-v4/how-to-install-the-management-web-service.md @@ -1,10 +1,15 @@ --- title: How to Install the Management Web Service description: How to Install the Management Web Service -ms.assetid: cac296f5-8ca0-4ce7-afdb-859ae207d2f1 author: jamiejdt +ms.assetid: cac296f5-8ca0-4ce7-afdb-859ae207d2f1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install the Management Web Service diff --git a/mdop/appv-v4/how-to-install-the-sequencer---app-v-46-sp1-.md b/mdop/appv-v4/how-to-install-the-sequencer---app-v-46-sp1-.md index a40b825a84..4ef6bb527d 100644 --- a/mdop/appv-v4/how-to-install-the-sequencer---app-v-46-sp1-.md +++ b/mdop/appv-v4/how-to-install-the-sequencer---app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: How to Install the Sequencer (App-V 4.6 SP1) description: How to Install the Sequencer (App-V 4.6 SP1) -ms.assetid: fe8eb876-28fb-46ae-b592-da055107e639 author: jamiejdt +ms.assetid: fe8eb876-28fb-46ae-b592-da055107e639 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install the Sequencer (App-V 4.6 SP1) diff --git a/mdop/appv-v4/how-to-install-the-sequencer.md b/mdop/appv-v4/how-to-install-the-sequencer.md index edad98ad2d..88ba479a6a 100644 --- a/mdop/appv-v4/how-to-install-the-sequencer.md +++ b/mdop/appv-v4/how-to-install-the-sequencer.md @@ -1,10 +1,15 @@ --- title: How to Install the Sequencer description: How to Install the Sequencer -ms.assetid: 2cd16427-a0ba-4870-82d1-3e3c79e1959b author: jamiejdt +ms.assetid: 2cd16427-a0ba-4870-82d1-3e3c79e1959b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install the Sequencer diff --git a/mdop/appv-v4/how-to-install-the-servers-and-system-components.md b/mdop/appv-v4/how-to-install-the-servers-and-system-components.md index 566b5da89c..ff7f521adc 100644 --- a/mdop/appv-v4/how-to-install-the-servers-and-system-components.md +++ b/mdop/appv-v4/how-to-install-the-servers-and-system-components.md @@ -1,10 +1,15 @@ --- title: How to Install the Servers and System Components description: How to Install the Servers and System Components -ms.assetid: c6f5fef0-522a-4ef1-8585-05b292d0289b author: jamiejdt +ms.assetid: c6f5fef0-522a-4ef1-8585-05b292d0289b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Install the Servers and System Components diff --git a/mdop/appv-v4/how-to-load-files-and-packages.md b/mdop/appv-v4/how-to-load-files-and-packages.md index a29a7ff9ff..84790e063a 100644 --- a/mdop/appv-v4/how-to-load-files-and-packages.md +++ b/mdop/appv-v4/how-to-load-files-and-packages.md @@ -1,10 +1,15 @@ --- title: How to Load Files and Packages description: How to Load Files and Packages -ms.assetid: f86f5bf1-99a4-44d7-ae2f-e6049c482f68 author: jamiejdt +ms.assetid: f86f5bf1-99a4-44d7-ae2f-e6049c482f68 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Load Files and Packages diff --git a/mdop/appv-v4/how-to-load-or-unload-an-application.md b/mdop/appv-v4/how-to-load-or-unload-an-application.md index dca557999a..a96bb43e80 100644 --- a/mdop/appv-v4/how-to-load-or-unload-an-application.md +++ b/mdop/appv-v4/how-to-load-or-unload-an-application.md @@ -1,10 +1,15 @@ --- title: How to Load or Unload an Application description: How to Load or Unload an Application -ms.assetid: 8c149761-c591-433f-972b-91793a69c654 author: jamiejdt +ms.assetid: 8c149761-c591-433f-972b-91793a69c654 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Load or Unload an Application diff --git a/mdop/appv-v4/how-to-load-virtual-applications-from-the-desktop-notification-area.md b/mdop/appv-v4/how-to-load-virtual-applications-from-the-desktop-notification-area.md index 3cb0619406..e900efb24c 100644 --- a/mdop/appv-v4/how-to-load-virtual-applications-from-the-desktop-notification-area.md +++ b/mdop/appv-v4/how-to-load-virtual-applications-from-the-desktop-notification-area.md @@ -1,10 +1,15 @@ --- title: How to Load Virtual Applications from the Desktop Notification Area description: How to Load Virtual Applications from the Desktop Notification Area -ms.assetid: f52758eb-8b81-4b3c-9bc3-adcf7c00c238 author: jamiejdt +ms.assetid: f52758eb-8b81-4b3c-9bc3-adcf7c00c238 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Load Virtual Applications from the Desktop Notification Area diff --git a/mdop/appv-v4/how-to-lock-or-unlock-an-application.md b/mdop/appv-v4/how-to-lock-or-unlock-an-application.md index c4a1dcdae1..fe0d46ddeb 100644 --- a/mdop/appv-v4/how-to-lock-or-unlock-an-application.md +++ b/mdop/appv-v4/how-to-lock-or-unlock-an-application.md @@ -1,10 +1,15 @@ --- title: How to Lock or Unlock an Application description: How to Lock or Unlock an Application -ms.assetid: 8c65d4fd-f336-447f-8c0a-6d65aec9fd00 author: jamiejdt +ms.assetid: 8c65d4fd-f336-447f-8c0a-6d65aec9fd00 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Lock or Unlock an Application diff --git a/mdop/appv-v4/how-to-manage-application-groups-in-the-server-management-console.md b/mdop/appv-v4/how-to-manage-application-groups-in-the-server-management-console.md index ad74357f34..bfe3c52978 100644 --- a/mdop/appv-v4/how-to-manage-application-groups-in-the-server-management-console.md +++ b/mdop/appv-v4/how-to-manage-application-groups-in-the-server-management-console.md @@ -1,10 +1,15 @@ --- title: How to Manage Application Groups in the Server Management Console description: How to Manage Application Groups in the Server Management Console -ms.assetid: 46997971-bdc8-4565-aefd-f47e90d6d7a6 author: jamiejdt +ms.assetid: 46997971-bdc8-4565-aefd-f47e90d6d7a6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manage Application Groups in the Server Management Console diff --git a/mdop/appv-v4/how-to-manage-application-licenses-in-the-server-management-console.md b/mdop/appv-v4/how-to-manage-application-licenses-in-the-server-management-console.md index bcd66d1695..f7bac719d3 100644 --- a/mdop/appv-v4/how-to-manage-application-licenses-in-the-server-management-console.md +++ b/mdop/appv-v4/how-to-manage-application-licenses-in-the-server-management-console.md @@ -1,10 +1,15 @@ --- title: How to Manage Application Licenses in the Server Management Console description: How to Manage Application Licenses in the Server Management Console -ms.assetid: 48503b04-0de7-48de-98ee-4623a712a341 author: jamiejdt +ms.assetid: 48503b04-0de7-48de-98ee-4623a712a341 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manage Application Licenses in the Server Management Console diff --git a/mdop/appv-v4/how-to-manage-applications-in-the-client-management-console.md b/mdop/appv-v4/how-to-manage-applications-in-the-client-management-console.md index cf6e788d89..ddc848dd39 100644 --- a/mdop/appv-v4/how-to-manage-applications-in-the-client-management-console.md +++ b/mdop/appv-v4/how-to-manage-applications-in-the-client-management-console.md @@ -1,10 +1,15 @@ --- title: How to Manage Applications in the Client Management Console description: How to Manage Applications in the Client Management Console -ms.assetid: 15cb5133-539b-499d-adca-ed02da20194a author: jamiejdt +ms.assetid: 15cb5133-539b-499d-adca-ed02da20194a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manage Applications in the Client Management Console diff --git a/mdop/appv-v4/how-to-manage-applications-in-the-server-management-console.md b/mdop/appv-v4/how-to-manage-applications-in-the-server-management-console.md index ab2d982966..31103c41c6 100644 --- a/mdop/appv-v4/how-to-manage-applications-in-the-server-management-console.md +++ b/mdop/appv-v4/how-to-manage-applications-in-the-server-management-console.md @@ -1,10 +1,15 @@ --- title: How to Manage Applications in the Server Management Console description: How to Manage Applications in the Server Management Console -ms.assetid: 21139a77-9f0f-4787-8173-a7766966ff7f author: jamiejdt +ms.assetid: 21139a77-9f0f-4787-8173-a7766966ff7f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manage Applications in the Server Management Console diff --git a/mdop/appv-v4/how-to-manage-packages-in-the-server-management-console.md b/mdop/appv-v4/how-to-manage-packages-in-the-server-management-console.md index 5c73e5bd6d..268b8496fc 100644 --- a/mdop/appv-v4/how-to-manage-packages-in-the-server-management-console.md +++ b/mdop/appv-v4/how-to-manage-packages-in-the-server-management-console.md @@ -1,10 +1,15 @@ --- title: How to Manage Packages in the Server Management Console description: How to Manage Packages in the Server Management Console -ms.assetid: d13d3896-8575-4d2a-8bb4-1fe15d79c390 author: jamiejdt +ms.assetid: d13d3896-8575-4d2a-8bb4-1fe15d79c390 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manage Packages in the Server Management Console diff --git a/mdop/appv-v4/how-to-manage-reports-in-the-server-management-console.md b/mdop/appv-v4/how-to-manage-reports-in-the-server-management-console.md index 1a0942f8b9..3ae240b774 100644 --- a/mdop/appv-v4/how-to-manage-reports-in-the-server-management-console.md +++ b/mdop/appv-v4/how-to-manage-reports-in-the-server-management-console.md @@ -1,10 +1,15 @@ --- title: How to Manage Reports in the Server Management Console description: How to Manage Reports in the Server Management Console -ms.assetid: 28d99620-6339-43f6-9288-4aa958607c59 author: jamiejdt +ms.assetid: 28d99620-6339-43f6-9288-4aa958607c59 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manage Reports in the Server Management Console diff --git a/mdop/appv-v4/how-to-manage-servers-in-the-server-management-console.md b/mdop/appv-v4/how-to-manage-servers-in-the-server-management-console.md index cbd2f446cb..c1f708c7a2 100644 --- a/mdop/appv-v4/how-to-manage-servers-in-the-server-management-console.md +++ b/mdop/appv-v4/how-to-manage-servers-in-the-server-management-console.md @@ -1,10 +1,15 @@ --- title: How to Manage Servers in the Server Management Console description: How to Manage Servers in the Server Management Console -ms.assetid: 6e851c74-ea86-4fef-bb0c-e690e8e7e7eb author: jamiejdt +ms.assetid: 6e851c74-ea86-4fef-bb0c-e690e8e7e7eb +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manage Servers in the Server Management Console diff --git a/mdop/appv-v4/how-to-manage-the-app-v-client-cache-using-performance-counters.md b/mdop/appv-v4/how-to-manage-the-app-v-client-cache-using-performance-counters.md index 9d3718601a..a43d157b5c 100644 --- a/mdop/appv-v4/how-to-manage-the-app-v-client-cache-using-performance-counters.md +++ b/mdop/appv-v4/how-to-manage-the-app-v-client-cache-using-performance-counters.md @@ -1,10 +1,15 @@ --- title: How to Manage the App-V Client Cache Using Performance Counters description: How to Manage the App-V Client Cache Using Performance Counters -ms.assetid: 49d6c3f2-68b8-4c69-befa-7598a8737d05 author: jamiejdt +ms.assetid: 49d6c3f2-68b8-4c69-befa-7598a8737d05 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manage the App-V Client Cache Using Performance Counters diff --git a/mdop/appv-v4/how-to-manage-virtual-applications-by-using-the-command-line.md b/mdop/appv-v4/how-to-manage-virtual-applications-by-using-the-command-line.md index 67c4e1419f..b3d2591abc 100644 --- a/mdop/appv-v4/how-to-manage-virtual-applications-by-using-the-command-line.md +++ b/mdop/appv-v4/how-to-manage-virtual-applications-by-using-the-command-line.md @@ -1,10 +1,15 @@ --- title: How to Manage Virtual Applications by Using the Command Line description: How to Manage Virtual Applications by Using the Command Line -ms.assetid: 88c61c20-5243-4862-83eb-5b30825f8bbf author: jamiejdt +ms.assetid: 88c61c20-5243-4862-83eb-5b30825f8bbf +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manage Virtual Applications by Using the Command Line diff --git a/mdop/appv-v4/how-to-manage-virtual-applications-manually.md b/mdop/appv-v4/how-to-manage-virtual-applications-manually.md index 479ebc54ca..6d5bfa0d56 100644 --- a/mdop/appv-v4/how-to-manage-virtual-applications-manually.md +++ b/mdop/appv-v4/how-to-manage-virtual-applications-manually.md @@ -1,10 +1,15 @@ --- title: How to Manage Virtual Applications Manually description: How to Manage Virtual Applications Manually -ms.assetid: 583c5255-d3f4-4197-85cd-2a59868d85de author: jamiejdt +ms.assetid: 583c5255-d3f4-4197-85cd-2a59868d85de +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manage Virtual Applications Manually diff --git a/mdop/appv-v4/how-to-manage-virtual-applications-using-the-command-line.md b/mdop/appv-v4/how-to-manage-virtual-applications-using-the-command-line.md index c6e315e4be..6768d26e67 100644 --- a/mdop/appv-v4/how-to-manage-virtual-applications-using-the-command-line.md +++ b/mdop/appv-v4/how-to-manage-virtual-applications-using-the-command-line.md @@ -1,10 +1,15 @@ --- title: How to Manage Virtual Applications Using the Command Line description: How to Manage Virtual Applications Using the Command Line -ms.assetid: 9394f34d-2b1e-4ea7-bf6f-1f56101ab4de author: jamiejdt +ms.assetid: 9394f34d-2b1e-4ea7-bf6f-1f56101ab4de +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manage Virtual Applications Using the Command Line diff --git a/mdop/appv-v4/how-to-manually-add-an-application.md b/mdop/appv-v4/how-to-manually-add-an-application.md index a862c87248..4bd0ca0873 100644 --- a/mdop/appv-v4/how-to-manually-add-an-application.md +++ b/mdop/appv-v4/how-to-manually-add-an-application.md @@ -1,10 +1,15 @@ --- title: How to Manually Add an Application description: How to Manually Add an Application -ms.assetid: c635b07a-5c7f-4ab2-ba18-366457146cb9 author: jamiejdt +ms.assetid: c635b07a-5c7f-4ab2-ba18-366457146cb9 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manually Add an Application diff --git a/mdop/appv-v4/how-to-manually-install-the-application-virtualization-client.md b/mdop/appv-v4/how-to-manually-install-the-application-virtualization-client.md index ae4b00abe1..04478ab1e2 100644 --- a/mdop/appv-v4/how-to-manually-install-the-application-virtualization-client.md +++ b/mdop/appv-v4/how-to-manually-install-the-application-virtualization-client.md @@ -1,10 +1,15 @@ --- title: How to Manually Install the Application Virtualization Client description: How to Manually Install the Application Virtualization Client -ms.assetid: bb67f70b-d525-4317-b254-e4f084c717ab author: jamiejdt +ms.assetid: bb67f70b-d525-4317-b254-e4f084c717ab +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manually Install the Application Virtualization Client diff --git a/mdop/appv-v4/how-to-manually-manage-applications-in-the-client-management-console.md b/mdop/appv-v4/how-to-manually-manage-applications-in-the-client-management-console.md index 70457acab8..3e5309fcfe 100644 --- a/mdop/appv-v4/how-to-manually-manage-applications-in-the-client-management-console.md +++ b/mdop/appv-v4/how-to-manually-manage-applications-in-the-client-management-console.md @@ -1,10 +1,15 @@ --- title: How to Manually Manage Applications in the Client Management Console description: How to Manually Manage Applications in the Client Management Console -ms.assetid: e29caa22-325d-457b-a177-a11f8a8ad57c author: jamiejdt +ms.assetid: e29caa22-325d-457b-a177-a11f8a8ad57c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Manually Manage Applications in the Client Management Console diff --git a/mdop/appv-v4/how-to-migrate-the-app-v-sql-database-to-a-different-sql-server.md b/mdop/appv-v4/how-to-migrate-the-app-v-sql-database-to-a-different-sql-server.md index 354cbf0e40..b6749259f0 100644 --- a/mdop/appv-v4/how-to-migrate-the-app-v-sql-database-to-a-different-sql-server.md +++ b/mdop/appv-v4/how-to-migrate-the-app-v-sql-database-to-a-different-sql-server.md @@ -1,10 +1,15 @@ --- title: How to Migrate the App-V SQL Database to a Different SQL Server description: How to Migrate the App-V SQL Database to a Different SQL Server -ms.assetid: 353892a1-9327-4489-a19c-4ec7bd1b736f author: jamiejdt +ms.assetid: 353892a1-9327-4489-a19c-4ec7bd1b736f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Migrate the App-V SQL Database to a Different SQL Server diff --git a/mdop/appv-v4/how-to-modify-a-virtual-application-package--app-v-46-.md b/mdop/appv-v4/how-to-modify-a-virtual-application-package--app-v-46-.md index e0e620779f..4f4de2640d 100644 --- a/mdop/appv-v4/how-to-modify-a-virtual-application-package--app-v-46-.md +++ b/mdop/appv-v4/how-to-modify-a-virtual-application-package--app-v-46-.md @@ -1,10 +1,15 @@ --- title: How to Modify a Virtual Application Package (App-V 4.6) description: How to Modify a Virtual Application Package (App-V 4.6) -ms.assetid: 346ec470-3822-48a7-95e7-61f46eb38dc2 author: jamiejdt +ms.assetid: 346ec470-3822-48a7-95e7-61f46eb38dc2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Modify a Virtual Application Package (App-V 4.6) diff --git a/mdop/appv-v4/how-to-modify-an-existing-virtual-application-package--app-v-46-sp1-.md b/mdop/appv-v4/how-to-modify-an-existing-virtual-application-package--app-v-46-sp1-.md index 388bff0383..1f4ce26141 100644 --- a/mdop/appv-v4/how-to-modify-an-existing-virtual-application-package--app-v-46-sp1-.md +++ b/mdop/appv-v4/how-to-modify-an-existing-virtual-application-package--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: How to Modify an Existing Virtual Application Package (App-V 4.6 SP1) description: How to Modify an Existing Virtual Application Package (App-V 4.6 SP1) -ms.assetid: f43a9927-4325-4b2d-829f-3068e4e84349 author: jamiejdt +ms.assetid: f43a9927-4325-4b2d-829f-3068e4e84349 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Modify an Existing Virtual Application Package (App-V 4.6 SP1) diff --git a/mdop/appv-v4/how-to-modify-attributes-of-embedded-services.md b/mdop/appv-v4/how-to-modify-attributes-of-embedded-services.md index 397eddf78a..c430e95537 100644 --- a/mdop/appv-v4/how-to-modify-attributes-of-embedded-services.md +++ b/mdop/appv-v4/how-to-modify-attributes-of-embedded-services.md @@ -1,10 +1,15 @@ --- title: How to Modify Attributes of Embedded Services description: How to Modify Attributes of Embedded Services -ms.assetid: b4057d3f-2e8f-4b1f-9ed5-b65f3da8631a author: jamiejdt +ms.assetid: b4057d3f-2e8f-4b1f-9ed5-b65f3da8631a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Modify Attributes of Embedded Services diff --git a/mdop/appv-v4/how-to-modify-file-mapping-information.md b/mdop/appv-v4/how-to-modify-file-mapping-information.md index 09f8d46f75..9a1274aa06 100644 --- a/mdop/appv-v4/how-to-modify-file-mapping-information.md +++ b/mdop/appv-v4/how-to-modify-file-mapping-information.md @@ -1,10 +1,15 @@ --- title: How to Modify File-Mapping Information description: How to Modify File-Mapping Information -ms.assetid: d3a9d10a-6cc8-4399-9479-b20f729c4dd9 author: jamiejdt +ms.assetid: d3a9d10a-6cc8-4399-9479-b20f729c4dd9 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Modify File-Mapping Information diff --git a/mdop/appv-v4/how-to-modify-private-key-permissions-to-support-management-server-or-streaming-server.md b/mdop/appv-v4/how-to-modify-private-key-permissions-to-support-management-server-or-streaming-server.md index 3e3bd0081e..340d259e7b 100644 --- a/mdop/appv-v4/how-to-modify-private-key-permissions-to-support-management-server-or-streaming-server.md +++ b/mdop/appv-v4/how-to-modify-private-key-permissions-to-support-management-server-or-streaming-server.md @@ -1,10 +1,15 @@ --- title: How to Modify Private Key Permissions to Support Management Server or Streaming Server description: How to Modify Private Key Permissions to Support Management Server or Streaming Server -ms.assetid: 1ebe86fa-0fbc-4512-aebc-0a5da991cd43 author: jamiejdt +ms.assetid: 1ebe86fa-0fbc-4512-aebc-0a5da991cd43 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Modify Private Key Permissions to Support Management Server or Streaming Server diff --git a/mdop/appv-v4/how-to-modify-the-files-included-in-a-package.md b/mdop/appv-v4/how-to-modify-the-files-included-in-a-package.md index b4817db9cb..bf6cc556e9 100644 --- a/mdop/appv-v4/how-to-modify-the-files-included-in-a-package.md +++ b/mdop/appv-v4/how-to-modify-the-files-included-in-a-package.md @@ -1,10 +1,15 @@ --- title: How to Modify the Files Included in a Package description: How to Modify the Files Included in a Package -ms.assetid: e331ac85-1c9c-49be-9d96-5444de38fd56 author: jamiejdt +ms.assetid: e331ac85-1c9c-49be-9d96-5444de38fd56 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Modify the Files Included in a Package diff --git a/mdop/appv-v4/how-to-modify-the-location-of-the-log-directory.md b/mdop/appv-v4/how-to-modify-the-location-of-the-log-directory.md index dc7dcb2505..187041c135 100644 --- a/mdop/appv-v4/how-to-modify-the-location-of-the-log-directory.md +++ b/mdop/appv-v4/how-to-modify-the-location-of-the-log-directory.md @@ -1,10 +1,15 @@ --- title: How to Modify the Location of the Log Directory description: How to Modify the Location of the Log Directory -ms.assetid: 8e222d29-6f58-43bb-9ea7-da9a2ebfa48c author: jamiejdt +ms.assetid: 8e222d29-6f58-43bb-9ea7-da9a2ebfa48c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Modify the Location of the Log Directory diff --git a/mdop/appv-v4/how-to-modify-the-location-of-the-scratch-directory.md b/mdop/appv-v4/how-to-modify-the-location-of-the-scratch-directory.md index dfcb9089c9..bfd83cf8a8 100644 --- a/mdop/appv-v4/how-to-modify-the-location-of-the-scratch-directory.md +++ b/mdop/appv-v4/how-to-modify-the-location-of-the-scratch-directory.md @@ -1,10 +1,15 @@ --- title: How to Modify the Location of the Scratch Directory description: How to Modify the Location of the Scratch Directory -ms.assetid: 25ebc2fa-d532-4800-9825-9d08306fc2e0 author: jamiejdt +ms.assetid: 25ebc2fa-d532-4800-9825-9d08306fc2e0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Modify the Location of the Scratch Directory diff --git a/mdop/appv-v4/how-to-modify-the-log-directory-location.md b/mdop/appv-v4/how-to-modify-the-log-directory-location.md index 44b54a9459..83527293d2 100644 --- a/mdop/appv-v4/how-to-modify-the-log-directory-location.md +++ b/mdop/appv-v4/how-to-modify-the-log-directory-location.md @@ -1,10 +1,15 @@ --- title: How to Modify the Log Directory Location description: How to Modify the Log Directory Location -ms.assetid: 203c674f-8d46-4d42-9af0-245a2681fc0f author: jamiejdt +ms.assetid: 203c674f-8d46-4d42-9af0-245a2681fc0f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Modify the Log Directory Location diff --git a/mdop/appv-v4/how-to-modify-the-operating-systems-associated-with-an-existing-windows-installer-file.md b/mdop/appv-v4/how-to-modify-the-operating-systems-associated-with-an-existing-windows-installer-file.md index ed11ae1de2..49c0991cc8 100644 --- a/mdop/appv-v4/how-to-modify-the-operating-systems-associated-with-an-existing-windows-installer-file.md +++ b/mdop/appv-v4/how-to-modify-the-operating-systems-associated-with-an-existing-windows-installer-file.md @@ -1,10 +1,15 @@ --- title: How to Modify the Operating Systems Associated With an Existing Windows Installer File description: How to Modify the Operating Systems Associated With an Existing Windows Installer File -ms.assetid: 0633f7e2-aebf-4e00-be02-35bc59dec420 author: jamiejdt +ms.assetid: 0633f7e2-aebf-4e00-be02-35bc59dec420 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Modify the Operating Systems Associated With an Existing Windows Installer File diff --git a/mdop/appv-v4/how-to-modify-the-scratch-directory-location.md b/mdop/appv-v4/how-to-modify-the-scratch-directory-location.md index 1b513b20c2..9774ab0d40 100644 --- a/mdop/appv-v4/how-to-modify-the-scratch-directory-location.md +++ b/mdop/appv-v4/how-to-modify-the-scratch-directory-location.md @@ -1,10 +1,15 @@ --- title: How to Modify the Scratch Directory Location description: How to Modify the Scratch Directory Location -ms.assetid: 61ecb379-85be-4316-8023-a2c1811504e5 author: jamiejdt +ms.assetid: 61ecb379-85be-4316-8023-a2c1811504e5 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Modify the Scratch Directory Location diff --git a/mdop/appv-v4/how-to-modify-virtual-registry-key-information.md b/mdop/appv-v4/how-to-modify-virtual-registry-key-information.md index 2b7192768c..e84bea6012 100644 --- a/mdop/appv-v4/how-to-modify-virtual-registry-key-information.md +++ b/mdop/appv-v4/how-to-modify-virtual-registry-key-information.md @@ -1,10 +1,15 @@ --- title: How to Modify Virtual Registry Key Information description: How to Modify Virtual Registry Key Information -ms.assetid: cf2559f2-a8cc-4fc7-916e-8368843c7ebc author: jamiejdt +ms.assetid: cf2559f2-a8cc-4fc7-916e-8368843c7ebc +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Modify Virtual Registry Key Information diff --git a/mdop/appv-v4/how-to-move-an-application-group.md b/mdop/appv-v4/how-to-move-an-application-group.md index da30accfb0..4762d74392 100644 --- a/mdop/appv-v4/how-to-move-an-application-group.md +++ b/mdop/appv-v4/how-to-move-an-application-group.md @@ -1,10 +1,15 @@ --- title: How to Move an Application Group description: How to Move an Application Group -ms.assetid: 7f9f9f2e-f394-4ad3-8615-4237a7dcfb95 author: jamiejdt +ms.assetid: 7f9f9f2e-f394-4ad3-8615-4237a7dcfb95 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Move an Application Group diff --git a/mdop/appv-v4/how-to-move-an-application.md b/mdop/appv-v4/how-to-move-an-application.md index 910294a1f1..b3fc101eba 100644 --- a/mdop/appv-v4/how-to-move-an-application.md +++ b/mdop/appv-v4/how-to-move-an-application.md @@ -1,10 +1,15 @@ --- title: How to Move an Application description: How to Move an Application -ms.assetid: 3ebbf30c-b435-4a69-a0ba-2313aaf0017c author: jamiejdt +ms.assetid: 3ebbf30c-b435-4a69-a0ba-2313aaf0017c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Move an Application diff --git a/mdop/appv-v4/how-to-open-a-sequenced-application-using-the-command-line.md b/mdop/appv-v4/how-to-open-a-sequenced-application-using-the-command-line.md index a9cb278e24..63f806a2ea 100644 --- a/mdop/appv-v4/how-to-open-a-sequenced-application-using-the-command-line.md +++ b/mdop/appv-v4/how-to-open-a-sequenced-application-using-the-command-line.md @@ -1,10 +1,15 @@ --- title: How to Open a Sequenced Application Using the Command Line description: How to Open a Sequenced Application Using the Command Line -ms.assetid: dc23ee65-8aea-470e-bb3f-a2f2b06cb241 author: jamiejdt +ms.assetid: dc23ee65-8aea-470e-bb3f-a2f2b06cb241 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Open a Sequenced Application Using the Command Line diff --git a/mdop/appv-v4/how-to-perform-administrative-tasks-in-the-application-virtualization-server-management-console.md b/mdop/appv-v4/how-to-perform-administrative-tasks-in-the-application-virtualization-server-management-console.md index 101c0381c4..9aae4dca91 100644 --- a/mdop/appv-v4/how-to-perform-administrative-tasks-in-the-application-virtualization-server-management-console.md +++ b/mdop/appv-v4/how-to-perform-administrative-tasks-in-the-application-virtualization-server-management-console.md @@ -1,10 +1,15 @@ --- title: How to Perform Administrative Tasks in the Application Virtualization Server Management Console description: How to Perform Administrative Tasks in the Application Virtualization Server Management Console -ms.assetid: b80e39eb-4b2a-4f66-8c85-dd5712efed33 author: jamiejdt +ms.assetid: b80e39eb-4b2a-4f66-8c85-dd5712efed33 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Perform Administrative Tasks in the Application Virtualization Server Management Console diff --git a/mdop/appv-v4/how-to-perform-general-administrative-tasks-in-the-app-v-client-management-console.md b/mdop/appv-v4/how-to-perform-general-administrative-tasks-in-the-app-v-client-management-console.md index c56fcb004d..608392d0f9 100644 --- a/mdop/appv-v4/how-to-perform-general-administrative-tasks-in-the-app-v-client-management-console.md +++ b/mdop/appv-v4/how-to-perform-general-administrative-tasks-in-the-app-v-client-management-console.md @@ -1,10 +1,15 @@ --- title: How to Perform General Administrative Tasks in the App-V Client Management Console description: How to Perform General Administrative Tasks in the App-V Client Management Console -ms.assetid: 22abdb1e-ab35-440d-bf74-d358dd1a6558 author: jamiejdt +ms.assetid: 22abdb1e-ab35-440d-bf74-d358dd1a6558 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Perform General Administrative Tasks in the App-V Client Management Console diff --git a/mdop/appv-v4/how-to-perform-general-administrative-tasks-in-the-client-management-console.md b/mdop/appv-v4/how-to-perform-general-administrative-tasks-in-the-client-management-console.md index 09c07132c4..ed6c09340f 100644 --- a/mdop/appv-v4/how-to-perform-general-administrative-tasks-in-the-client-management-console.md +++ b/mdop/appv-v4/how-to-perform-general-administrative-tasks-in-the-client-management-console.md @@ -1,10 +1,15 @@ --- title: How to Perform General Administrative Tasks in the Client Management Console description: How to Perform General Administrative Tasks in the Client Management Console -ms.assetid: 90bb7101-1075-4654-8a5e-ad08374e381f author: jamiejdt +ms.assetid: 90bb7101-1075-4654-8a5e-ad08374e381f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Perform General Administrative Tasks in the Client Management Console diff --git a/mdop/appv-v4/how-to-print-a-reportserver.md b/mdop/appv-v4/how-to-print-a-reportserver.md index 67458dddf1..802cd959dc 100644 --- a/mdop/appv-v4/how-to-print-a-reportserver.md +++ b/mdop/appv-v4/how-to-print-a-reportserver.md @@ -1,10 +1,15 @@ --- title: How to Print a Report description: How to Print a Report -ms.assetid: 9cb3a2f1-69bf-47b2-b2cf-8afdcd77138f author: jamiejdt +ms.assetid: 9cb3a2f1-69bf-47b2-b2cf-8afdcd77138f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Print a Report diff --git a/mdop/appv-v4/how-to-publish-a-virtual-application-on-the-client.md b/mdop/appv-v4/how-to-publish-a-virtual-application-on-the-client.md index 2d8bf63f0f..06c9e58832 100644 --- a/mdop/appv-v4/how-to-publish-a-virtual-application-on-the-client.md +++ b/mdop/appv-v4/how-to-publish-a-virtual-application-on-the-client.md @@ -1,10 +1,15 @@ --- title: How to Publish a Virtual Application on the Client description: How to Publish a Virtual Application on the Client -ms.assetid: 90af843e-b5b3-4a71-a3a1-fa5f4c087f28 author: jamiejdt +ms.assetid: 90af843e-b5b3-4a71-a3a1-fa5f4c087f28 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Publish a Virtual Application on the Client diff --git a/mdop/appv-v4/how-to-publish-application-shortcuts.md b/mdop/appv-v4/how-to-publish-application-shortcuts.md index b816687074..15e437b594 100644 --- a/mdop/appv-v4/how-to-publish-application-shortcuts.md +++ b/mdop/appv-v4/how-to-publish-application-shortcuts.md @@ -1,10 +1,15 @@ --- title: How to Publish Application Shortcuts description: How to Publish Application Shortcuts -ms.assetid: fc5efe86-1bbe-438b-b7d8-4f9b815cc58e author: jamiejdt +ms.assetid: fc5efe86-1bbe-438b-b7d8-4f9b815cc58e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Publish Application Shortcuts diff --git a/mdop/appv-v4/how-to-refresh-the-publishing-servers.md b/mdop/appv-v4/how-to-refresh-the-publishing-servers.md index 699df82bcc..38b0c5b27a 100644 --- a/mdop/appv-v4/how-to-refresh-the-publishing-servers.md +++ b/mdop/appv-v4/how-to-refresh-the-publishing-servers.md @@ -1,10 +1,15 @@ --- title: How to Refresh the Publishing Servers description: How to Refresh the Publishing Servers -ms.assetid: 92e1d7b0-10ee-4531-9049-1056b44934e2 author: jamiejdt +ms.assetid: 92e1d7b0-10ee-4531-9049-1056b44934e2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Refresh the Publishing Servers diff --git a/mdop/appv-v4/how-to-refresh-virtual-applications-from-the-desktop-notification-area.md b/mdop/appv-v4/how-to-refresh-virtual-applications-from-the-desktop-notification-area.md index 5d4d8f4bc1..26837be21d 100644 --- a/mdop/appv-v4/how-to-refresh-virtual-applications-from-the-desktop-notification-area.md +++ b/mdop/appv-v4/how-to-refresh-virtual-applications-from-the-desktop-notification-area.md @@ -1,10 +1,15 @@ --- title: How to Refresh Virtual Applications from the Desktop Notification Area description: How to Refresh Virtual Applications from the Desktop Notification Area -ms.assetid: 801610d9-e89c-48bb-972c-20e37b945a02 author: jamiejdt +ms.assetid: 801610d9-e89c-48bb-972c-20e37b945a02 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Refresh Virtual Applications from the Desktop Notification Area diff --git a/mdop/appv-v4/how-to-remove-a-package-by-using-the-command-line.md b/mdop/appv-v4/how-to-remove-a-package-by-using-the-command-line.md index 84bd86ba98..0eb58d2959 100644 --- a/mdop/appv-v4/how-to-remove-a-package-by-using-the-command-line.md +++ b/mdop/appv-v4/how-to-remove-a-package-by-using-the-command-line.md @@ -1,10 +1,15 @@ --- title: How to Remove a Package by Using the Command Line description: How to Remove a Package by Using the Command Line -ms.assetid: 47697ec7-20e5-4258-8865-a0a710d41d5a author: jamiejdt +ms.assetid: 47697ec7-20e5-4258-8865-a0a710d41d5a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Remove a Package by Using the Command Line diff --git a/mdop/appv-v4/how-to-remove-a-server-group.md b/mdop/appv-v4/how-to-remove-a-server-group.md index 5eaf5022e3..89d48ab624 100644 --- a/mdop/appv-v4/how-to-remove-a-server-group.md +++ b/mdop/appv-v4/how-to-remove-a-server-group.md @@ -1,10 +1,15 @@ --- title: How to Remove a Server Group description: How to Remove a Server Group -ms.assetid: 3017f4f4-614b-4db4-834c-b6fd9b45f10c author: jamiejdt +ms.assetid: 3017f4f4-614b-4db4-834c-b6fd9b45f10c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Remove a Server Group diff --git a/mdop/appv-v4/how-to-remove-a-server.md b/mdop/appv-v4/how-to-remove-a-server.md index cb20f62e4c..c8f3d1192c 100644 --- a/mdop/appv-v4/how-to-remove-a-server.md +++ b/mdop/appv-v4/how-to-remove-a-server.md @@ -1,10 +1,15 @@ --- title: How to Remove a Server description: How to Remove a Server -ms.assetid: afb2a889-733c-4058-9a50-caa2ca10bd58 author: jamiejdt +ms.assetid: afb2a889-733c-4058-9a50-caa2ca10bd58 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Remove a Server diff --git a/mdop/appv-v4/how-to-remove-an-application-from-a-license-group.md b/mdop/appv-v4/how-to-remove-an-application-from-a-license-group.md index b85f9bdaf2..4a9e0ecbf3 100644 --- a/mdop/appv-v4/how-to-remove-an-application-from-a-license-group.md +++ b/mdop/appv-v4/how-to-remove-an-application-from-a-license-group.md @@ -1,10 +1,15 @@ --- title: How to Remove an Application from a License Group description: How to Remove an Application from a License Group -ms.assetid: 973dfb11-b4d1-4b79-8f6a-aaea3e52b04f author: jamiejdt +ms.assetid: 973dfb11-b4d1-4b79-8f6a-aaea3e52b04f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Remove an Application from a License Group diff --git a/mdop/appv-v4/how-to-remove-an-application-group.md b/mdop/appv-v4/how-to-remove-an-application-group.md index 7d691c1f47..201ce58541 100644 --- a/mdop/appv-v4/how-to-remove-an-application-group.md +++ b/mdop/appv-v4/how-to-remove-an-application-group.md @@ -1,10 +1,15 @@ --- title: How to Remove an Application Group description: How to Remove an Application Group -ms.assetid: 3016b373-f5a0-4c82-96e8-e5e7960f0cc4 author: jamiejdt +ms.assetid: 3016b373-f5a0-4c82-96e8-e5e7960f0cc4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Remove an Application Group diff --git a/mdop/appv-v4/how-to-remove-an-application-license-group.md b/mdop/appv-v4/how-to-remove-an-application-license-group.md index 96251f4d00..68011a1b40 100644 --- a/mdop/appv-v4/how-to-remove-an-application-license-group.md +++ b/mdop/appv-v4/how-to-remove-an-application-license-group.md @@ -1,10 +1,15 @@ --- title: How to Remove an Application License Group description: How to Remove an Application License Group -ms.assetid: 35830916-7015-44cd-829b-23599a5029a7 author: jamiejdt +ms.assetid: 35830916-7015-44cd-829b-23599a5029a7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Remove an Application License Group diff --git a/mdop/appv-v4/how-to-remove-the-application-virtualization-system-components.md b/mdop/appv-v4/how-to-remove-the-application-virtualization-system-components.md index b975bb8737..0e5d84ae10 100644 --- a/mdop/appv-v4/how-to-remove-the-application-virtualization-system-components.md +++ b/mdop/appv-v4/how-to-remove-the-application-virtualization-system-components.md @@ -1,10 +1,15 @@ --- title: How to Remove the Application Virtualization System Components description: How to Remove the Application Virtualization System Components -ms.assetid: 45bb1e43-8708-48b7-9169-e3659f32686f author: jamiejdt +ms.assetid: 45bb1e43-8708-48b7-9169-e3659f32686f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Remove the Application Virtualization System Components diff --git a/mdop/appv-v4/how-to-rename-an-application-group.md b/mdop/appv-v4/how-to-rename-an-application-group.md index 1a5cd7f02e..cbb7e20180 100644 --- a/mdop/appv-v4/how-to-rename-an-application-group.md +++ b/mdop/appv-v4/how-to-rename-an-application-group.md @@ -1,10 +1,15 @@ --- title: How to Rename an Application Group description: How to Rename an Application Group -ms.assetid: 4dfd3336-ea9a-4a56-91e1-7e9d742c7b9a author: jamiejdt +ms.assetid: 4dfd3336-ea9a-4a56-91e1-7e9d742c7b9a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Rename an Application Group diff --git a/mdop/appv-v4/how-to-rename-an-application.md b/mdop/appv-v4/how-to-rename-an-application.md index 5d3835887f..f52c8d484f 100644 --- a/mdop/appv-v4/how-to-rename-an-application.md +++ b/mdop/appv-v4/how-to-rename-an-application.md @@ -1,10 +1,15 @@ --- title: How to Rename an Application description: How to Rename an Application -ms.assetid: 983136b7-66bf-49f6-8dea-8933b622072d author: jamiejdt +ms.assetid: 983136b7-66bf-49f6-8dea-8933b622072d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Rename an Application diff --git a/mdop/appv-v4/how-to-repair-an-application.md b/mdop/appv-v4/how-to-repair-an-application.md index f1fd9dc15d..9f9602ee35 100644 --- a/mdop/appv-v4/how-to-repair-an-application.md +++ b/mdop/appv-v4/how-to-repair-an-application.md @@ -1,10 +1,15 @@ --- title: How to Repair an Application description: How to Repair an Application -ms.assetid: 80b08416-ad86-4ed6-966a-b943e3efb951 author: jamiejdt +ms.assetid: 80b08416-ad86-4ed6-966a-b943e3efb951 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Repair an Application diff --git a/mdop/appv-v4/how-to-reset-the-filesystem-cache.md b/mdop/appv-v4/how-to-reset-the-filesystem-cache.md index 856e4add49..5fe2885f79 100644 --- a/mdop/appv-v4/how-to-reset-the-filesystem-cache.md +++ b/mdop/appv-v4/how-to-reset-the-filesystem-cache.md @@ -1,10 +1,15 @@ --- title: How to Reset the FileSystem Cache description: How to Reset the FileSystem Cache -ms.assetid: 7777259d-8c21-4c06-9384-9599b69f9828 author: jamiejdt +ms.assetid: 7777259d-8c21-4c06-9384-9599b69f9828 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Reset the FileSystem Cache diff --git a/mdop/appv-v4/how-to-run-a-reportserver.md b/mdop/appv-v4/how-to-run-a-reportserver.md index e01b4d66ea..c9ce298b2b 100644 --- a/mdop/appv-v4/how-to-run-a-reportserver.md +++ b/mdop/appv-v4/how-to-run-a-reportserver.md @@ -1,10 +1,15 @@ --- title: How to Run a Report description: How to Run a Report -ms.assetid: 72a5419b-aa65-4e60-b23e-3751186b7aed author: jamiejdt +ms.assetid: 72a5419b-aa65-4e60-b23e-3751186b7aed +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Run a Report diff --git a/mdop/appv-v4/how-to-sequence-a-new-add-on-or-plug-in-application--app-v-46-sp1-.md b/mdop/appv-v4/how-to-sequence-a-new-add-on-or-plug-in-application--app-v-46-sp1-.md index 5c7584e926..1f7fb5530e 100644 --- a/mdop/appv-v4/how-to-sequence-a-new-add-on-or-plug-in-application--app-v-46-sp1-.md +++ b/mdop/appv-v4/how-to-sequence-a-new-add-on-or-plug-in-application--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: How to Sequence a New Add-on or Plug-in Application (App-V 4.6 SP1) description: How to Sequence a New Add-on or Plug-in Application (App-V 4.6 SP1) -ms.assetid: 2c018215-66e5-4301-8481-159891a6b35b author: jamiejdt +ms.assetid: 2c018215-66e5-4301-8481-159891a6b35b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Sequence a New Add-on or Plug-in Application (App-V 4.6 SP1) diff --git a/mdop/appv-v4/how-to-sequence-a-new-application--app-v-46-.md b/mdop/appv-v4/how-to-sequence-a-new-application--app-v-46-.md index 85c885df9a..d7c3dd0b54 100644 --- a/mdop/appv-v4/how-to-sequence-a-new-application--app-v-46-.md +++ b/mdop/appv-v4/how-to-sequence-a-new-application--app-v-46-.md @@ -1,10 +1,15 @@ --- title: How to Sequence a New Application (App-V 4.6) description: How to Sequence a New Application (App-V 4.6) -ms.assetid: f2c398c6-9200-4be3-b502-e00386fcd150 author: jamiejdt +ms.assetid: f2c398c6-9200-4be3-b502-e00386fcd150 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Sequence a New Application (App-V 4.6) diff --git a/mdop/appv-v4/how-to-sequence-a-new-application-by-using-the-command-line.md b/mdop/appv-v4/how-to-sequence-a-new-application-by-using-the-command-line.md index 3d29ecd12d..b2c948ebf3 100644 --- a/mdop/appv-v4/how-to-sequence-a-new-application-by-using-the-command-line.md +++ b/mdop/appv-v4/how-to-sequence-a-new-application-by-using-the-command-line.md @@ -1,10 +1,15 @@ --- title: How to Sequence a New Application by Using the Command Line description: How to Sequence a New Application by Using the Command Line -ms.assetid: c3b5c842-6a91-4d0a-9a22-c7b8d1aeb09a author: jamiejdt +ms.assetid: c3b5c842-6a91-4d0a-9a22-c7b8d1aeb09a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Sequence a New Application by Using the Command Line diff --git a/mdop/appv-v4/how-to-sequence-a-new-application-package-using-the-command-line.md b/mdop/appv-v4/how-to-sequence-a-new-application-package-using-the-command-line.md index e6b579fe13..dfd8372b1e 100644 --- a/mdop/appv-v4/how-to-sequence-a-new-application-package-using-the-command-line.md +++ b/mdop/appv-v4/how-to-sequence-a-new-application-package-using-the-command-line.md @@ -1,10 +1,15 @@ --- title: How to Sequence a New Application Package Using the Command Line description: How to Sequence a New Application Package Using the Command Line -ms.assetid: de72912b-d9e7-45b5-a601-12528f1a4cac author: jamiejdt +ms.assetid: de72912b-d9e7-45b5-a601-12528f1a4cac +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Sequence a New Application Package Using the Command Line diff --git a/mdop/appv-v4/how-to-sequence-a-new-application.md b/mdop/appv-v4/how-to-sequence-a-new-application.md index 78b10597e7..0408453da4 100644 --- a/mdop/appv-v4/how-to-sequence-a-new-application.md +++ b/mdop/appv-v4/how-to-sequence-a-new-application.md @@ -1,10 +1,15 @@ --- title: How to Sequence a New Application description: How to Sequence a New Application -ms.assetid: e01e98cd-2378-478f-9739-f72c465bf79a author: jamiejdt +ms.assetid: e01e98cd-2378-478f-9739-f72c465bf79a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Sequence a New Application diff --git a/mdop/appv-v4/how-to-sequence-a-new-middleware-application--app-v-46-sp1-.md b/mdop/appv-v4/how-to-sequence-a-new-middleware-application--app-v-46-sp1-.md index 941f39708b..7f9d8a6238 100644 --- a/mdop/appv-v4/how-to-sequence-a-new-middleware-application--app-v-46-sp1-.md +++ b/mdop/appv-v4/how-to-sequence-a-new-middleware-application--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: How to Sequence a New Middleware Application (App-V 4.6 SP1) description: How to Sequence a New Middleware Application (App-V 4.6 SP1) -ms.assetid: 304045c2-5e5e-4c91-b59e-a91fdf2500fb author: jamiejdt +ms.assetid: 304045c2-5e5e-4c91-b59e-a91fdf2500fb +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Sequence a New Middleware Application (App-V 4.6 SP1) diff --git a/mdop/appv-v4/how-to-sequence-a-new-standard-application--app-v-46-sp1-.md b/mdop/appv-v4/how-to-sequence-a-new-standard-application--app-v-46-sp1-.md index 06f1746632..41c3ba0736 100644 --- a/mdop/appv-v4/how-to-sequence-a-new-standard-application--app-v-46-sp1-.md +++ b/mdop/appv-v4/how-to-sequence-a-new-standard-application--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: How to Sequence a New Standard Application (App-V 4.6 SP1) description: How to Sequence a New Standard Application (App-V 4.6 SP1) -ms.assetid: c4a2eb33-def8-4535-b93a-3d2de21ce29f author: jamiejdt +ms.assetid: c4a2eb33-def8-4535-b93a-3d2de21ce29f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Sequence a New Standard Application (App-V 4.6 SP1) diff --git a/mdop/appv-v4/how-to-sequence-an-application.md b/mdop/appv-v4/how-to-sequence-an-application.md index c479196e00..0aeceb3905 100644 --- a/mdop/appv-v4/how-to-sequence-an-application.md +++ b/mdop/appv-v4/how-to-sequence-an-application.md @@ -1,10 +1,15 @@ --- title: How to Sequence an Application description: How to Sequence an Application -ms.assetid: bd643dd6-dbf6-4469-bc70-c43ad9c69da9 author: jamiejdt +ms.assetid: bd643dd6-dbf6-4469-bc70-c43ad9c69da9 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Sequence an Application diff --git a/mdop/appv-v4/how-to-set-up-a-concurrent-license-group.md b/mdop/appv-v4/how-to-set-up-a-concurrent-license-group.md index d7d45d6c89..3d391aaa40 100644 --- a/mdop/appv-v4/how-to-set-up-a-concurrent-license-group.md +++ b/mdop/appv-v4/how-to-set-up-a-concurrent-license-group.md @@ -1,10 +1,15 @@ --- title: How to Set Up a Concurrent License Group description: How to Set Up a Concurrent License Group -ms.assetid: 031abcf6-d8ed-49be-bddb-91b2c695d411 author: jamiejdt +ms.assetid: 031abcf6-d8ed-49be-bddb-91b2c695d411 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Set Up a Concurrent License Group diff --git a/mdop/appv-v4/how-to-set-up-a-named-license-group.md b/mdop/appv-v4/how-to-set-up-a-named-license-group.md index 96743f0286..288b27644c 100644 --- a/mdop/appv-v4/how-to-set-up-a-named-license-group.md +++ b/mdop/appv-v4/how-to-set-up-a-named-license-group.md @@ -1,10 +1,15 @@ --- title: How to Set Up a Named License Group description: How to Set Up a Named License Group -ms.assetid: 8ef6716c-0cb7-4706-ad3b-ac6f27b2e7ad author: jamiejdt +ms.assetid: 8ef6716c-0cb7-4706-ad3b-ac6f27b2e7ad +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Set Up a Named License Group diff --git a/mdop/appv-v4/how-to-set-up-an-unlimited-license-group.md b/mdop/appv-v4/how-to-set-up-an-unlimited-license-group.md index 1b68c90b34..8a394f9e21 100644 --- a/mdop/appv-v4/how-to-set-up-an-unlimited-license-group.md +++ b/mdop/appv-v4/how-to-set-up-an-unlimited-license-group.md @@ -1,10 +1,15 @@ --- title: How to Set Up an Unlimited License Group description: How to Set Up an Unlimited License Group -ms.assetid: 0c37c7b7-aba9-4c03-9e0e-94c966f874cf author: jamiejdt +ms.assetid: 0c37c7b7-aba9-4c03-9e0e-94c966f874cf +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Set Up an Unlimited License Group diff --git a/mdop/appv-v4/how-to-set-up-and-enable-or-disable-authentication.md b/mdop/appv-v4/how-to-set-up-and-enable-or-disable-authentication.md index 4c1d24b1ce..916c2b961a 100644 --- a/mdop/appv-v4/how-to-set-up-and-enable-or-disable-authentication.md +++ b/mdop/appv-v4/how-to-set-up-and-enable-or-disable-authentication.md @@ -1,10 +1,15 @@ --- title: How to Set Up and Enable or Disable Authentication description: How to Set Up and Enable or Disable Authentication -ms.assetid: 1e43d0c5-a467-4a8b-b656-93f75d7deb82 author: jamiejdt +ms.assetid: 1e43d0c5-a467-4a8b-b656-93f75d7deb82 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Set Up and Enable or Disable Authentication diff --git a/mdop/appv-v4/how-to-set-up-or-disable-application-licensing.md b/mdop/appv-v4/how-to-set-up-or-disable-application-licensing.md index 754bcf3372..6b4b25c3b2 100644 --- a/mdop/appv-v4/how-to-set-up-or-disable-application-licensing.md +++ b/mdop/appv-v4/how-to-set-up-or-disable-application-licensing.md @@ -1,10 +1,15 @@ --- title: How to Set Up or Disable Application Licensing description: How to Set Up or Disable Application Licensing -ms.assetid: 7c00b531-ec41-4970-b0fc-d84225ce3bb2 author: jamiejdt +ms.assetid: 7c00b531-ec41-4970-b0fc-d84225ce3bb2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Set Up or Disable Application Licensing diff --git a/mdop/appv-v4/how-to-set-up-or-disable-database-size.md b/mdop/appv-v4/how-to-set-up-or-disable-database-size.md index 6eed96b69b..1e6509aa87 100644 --- a/mdop/appv-v4/how-to-set-up-or-disable-database-size.md +++ b/mdop/appv-v4/how-to-set-up-or-disable-database-size.md @@ -1,10 +1,15 @@ --- title: How to Set Up or Disable Database Size description: How to Set Up or Disable Database Size -ms.assetid: 4abaf349-132d-4186-8873-a0e515593b93 author: jamiejdt +ms.assetid: 4abaf349-132d-4186-8873-a0e515593b93 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Set Up or Disable Database Size diff --git a/mdop/appv-v4/how-to-set-up-or-disable-usage-reporting.md b/mdop/appv-v4/how-to-set-up-or-disable-usage-reporting.md index 175cd7aead..2e3cee1f03 100644 --- a/mdop/appv-v4/how-to-set-up-or-disable-usage-reporting.md +++ b/mdop/appv-v4/how-to-set-up-or-disable-usage-reporting.md @@ -1,10 +1,15 @@ --- title: How to Set Up or Disable Usage Reporting description: How to Set Up or Disable Usage Reporting -ms.assetid: 8587003a-128d-4b5d-ac70-5b9eddddd3dc author: jamiejdt +ms.assetid: 8587003a-128d-4b5d-ac70-5b9eddddd3dc +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Set Up or Disable Usage Reporting diff --git a/mdop/appv-v4/how-to-set-up-periodic-publishing-refresh.md b/mdop/appv-v4/how-to-set-up-periodic-publishing-refresh.md index 840ff75a9f..7c75e5dfaf 100644 --- a/mdop/appv-v4/how-to-set-up-periodic-publishing-refresh.md +++ b/mdop/appv-v4/how-to-set-up-periodic-publishing-refresh.md @@ -1,10 +1,15 @@ --- title: How to Set Up Periodic Publishing Refresh description: How to Set Up Periodic Publishing Refresh -ms.assetid: c358c765-cb88-4881-b4e7-0a2e87304870 author: jamiejdt +ms.assetid: c358c765-cb88-4881-b4e7-0a2e87304870 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Set Up Periodic Publishing Refresh diff --git a/mdop/appv-v4/how-to-set-up-publishing-refresh-on-login.md b/mdop/appv-v4/how-to-set-up-publishing-refresh-on-login.md index dda6145f43..2619c54b82 100644 --- a/mdop/appv-v4/how-to-set-up-publishing-refresh-on-login.md +++ b/mdop/appv-v4/how-to-set-up-publishing-refresh-on-login.md @@ -1,10 +1,15 @@ --- title: How to Set Up Publishing Refresh on Login description: How to Set Up Publishing Refresh on Login -ms.assetid: 196448db-7645-4fd5-a854-ef6405b15db4 author: jamiejdt +ms.assetid: 196448db-7645-4fd5-a854-ef6405b15db4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Set Up Publishing Refresh on Login diff --git a/mdop/appv-v4/how-to-set-up-publishing-servers.md b/mdop/appv-v4/how-to-set-up-publishing-servers.md index 5b4c64cfec..7cc4702206 100644 --- a/mdop/appv-v4/how-to-set-up-publishing-servers.md +++ b/mdop/appv-v4/how-to-set-up-publishing-servers.md @@ -1,10 +1,15 @@ --- title: How to Set Up Publishing Servers description: How to Set Up Publishing Servers -ms.assetid: 2111f079-c202-4c49-b2a6-f4237068b2dc author: jamiejdt +ms.assetid: 2111f079-c202-4c49-b2a6-f4237068b2dc +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Set Up Publishing Servers diff --git a/mdop/appv-v4/how-to-uninstall-the-app-v-client.md b/mdop/appv-v4/how-to-uninstall-the-app-v-client.md index 3b474037c8..5a123e3b32 100644 --- a/mdop/appv-v4/how-to-uninstall-the-app-v-client.md +++ b/mdop/appv-v4/how-to-uninstall-the-app-v-client.md @@ -1,10 +1,15 @@ --- title: How to Uninstall the App-V Client description: How to Uninstall the App-V Client -ms.assetid: 07591270-9651-4bb5-a5b3-e0fc009bd9e2 author: jamiejdt +ms.assetid: 07591270-9651-4bb5-a5b3-e0fc009bd9e2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Uninstall the App-V Client diff --git a/mdop/appv-v4/how-to-upgrade-a-package-using-the-open-package-command.md b/mdop/appv-v4/how-to-upgrade-a-package-using-the-open-package-command.md index 6c812ca5a5..9ce6206922 100644 --- a/mdop/appv-v4/how-to-upgrade-a-package-using-the-open-package-command.md +++ b/mdop/appv-v4/how-to-upgrade-a-package-using-the-open-package-command.md @@ -1,10 +1,15 @@ --- title: How to Upgrade a Package Using the Open Package Command description: How to Upgrade a Package Using the Open Package Command -ms.assetid: 67c10440-de8a-4547-a34b-f83206d0cc3b author: jamiejdt +ms.assetid: 67c10440-de8a-4547-a34b-f83206d0cc3b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Upgrade a Package Using the Open Package Command diff --git a/mdop/appv-v4/how-to-upgrade-a-package.md b/mdop/appv-v4/how-to-upgrade-a-package.md index db8c202fd1..7c6defffd2 100644 --- a/mdop/appv-v4/how-to-upgrade-a-package.md +++ b/mdop/appv-v4/how-to-upgrade-a-package.md @@ -1,10 +1,15 @@ --- title: How to Upgrade a Package description: How to Upgrade a Package -ms.assetid: 831c7556-6f6c-4b3a-aefb-26889094dc1a author: jamiejdt +ms.assetid: 831c7556-6f6c-4b3a-aefb-26889094dc1a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Upgrade a Package diff --git a/mdop/appv-v4/how-to-upgrade-a-sequenced-application-package-using-the-command-line.md b/mdop/appv-v4/how-to-upgrade-a-sequenced-application-package-using-the-command-line.md index 4dc07ebc92..8a2985c6f8 100644 --- a/mdop/appv-v4/how-to-upgrade-a-sequenced-application-package-using-the-command-line.md +++ b/mdop/appv-v4/how-to-upgrade-a-sequenced-application-package-using-the-command-line.md @@ -1,10 +1,15 @@ --- title: How to Upgrade a Sequenced Application Package Using the Command Line description: How to Upgrade a Sequenced Application Package Using the Command Line -ms.assetid: 682fac46-c71d-4731-831b-81bfd5032764 author: jamiejdt +ms.assetid: 682fac46-c71d-4731-831b-81bfd5032764 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Upgrade a Sequenced Application Package Using the Command Line diff --git a/mdop/appv-v4/how-to-upgrade-a-sequenced-virtual-application-package.md b/mdop/appv-v4/how-to-upgrade-a-sequenced-virtual-application-package.md index b30276ecf9..267be291ea 100644 --- a/mdop/appv-v4/how-to-upgrade-a-sequenced-virtual-application-package.md +++ b/mdop/appv-v4/how-to-upgrade-a-sequenced-virtual-application-package.md @@ -1,10 +1,15 @@ --- title: How to Upgrade a Sequenced Virtual Application Package description: How to Upgrade a Sequenced Virtual Application Package -ms.assetid: ffa989f3-6621-4c59-9599-e3c3b3332f67 author: jamiejdt +ms.assetid: ffa989f3-6621-4c59-9599-e3c3b3332f67 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Upgrade a Sequenced Virtual Application Package diff --git a/mdop/appv-v4/how-to-upgrade-a-virtual-application-by-using-the-command-line.md b/mdop/appv-v4/how-to-upgrade-a-virtual-application-by-using-the-command-line.md index 31e2e88c42..7bf3d1093c 100644 --- a/mdop/appv-v4/how-to-upgrade-a-virtual-application-by-using-the-command-line.md +++ b/mdop/appv-v4/how-to-upgrade-a-virtual-application-by-using-the-command-line.md @@ -1,10 +1,15 @@ --- title: How to Upgrade a Virtual Application by Using the Command Line description: How to Upgrade a Virtual Application by Using the Command Line -ms.assetid: 83c97767-6ea1-42aa-b411-ccc9fa61cf81 author: jamiejdt +ms.assetid: 83c97767-6ea1-42aa-b411-ccc9fa61cf81 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Upgrade a Virtual Application by Using the Command Line diff --git a/mdop/appv-v4/how-to-upgrade-a-virtual-application-package--app-v-46-.md b/mdop/appv-v4/how-to-upgrade-a-virtual-application-package--app-v-46-.md index 8bbe71ed82..0ebbd6f5ed 100644 --- a/mdop/appv-v4/how-to-upgrade-a-virtual-application-package--app-v-46-.md +++ b/mdop/appv-v4/how-to-upgrade-a-virtual-application-package--app-v-46-.md @@ -1,10 +1,15 @@ --- title: How to Upgrade a Virtual Application Package (App-V 4.6) description: How to Upgrade a Virtual Application Package (App-V 4.6) -ms.assetid: 3566227e-f3dc-4c32-af1f-e0211588118c author: jamiejdt +ms.assetid: 3566227e-f3dc-4c32-af1f-e0211588118c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Upgrade a Virtual Application Package (App-V 4.6) diff --git a/mdop/appv-v4/how-to-upgrade-an-existing-virtual-application.md b/mdop/appv-v4/how-to-upgrade-an-existing-virtual-application.md index 839734e5e7..f393443db7 100644 --- a/mdop/appv-v4/how-to-upgrade-an-existing-virtual-application.md +++ b/mdop/appv-v4/how-to-upgrade-an-existing-virtual-application.md @@ -1,10 +1,15 @@ --- title: How to Upgrade an Existing Virtual Application description: How to Upgrade an Existing Virtual Application -ms.assetid: ec531576-2423-4c2c-9b9f-da74174a6858 author: jamiejdt +ms.assetid: ec531576-2423-4c2c-9b9f-da74174a6858 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Upgrade an Existing Virtual Application diff --git a/mdop/appv-v4/how-to-upgrade-the-application-virtualization-client.md b/mdop/appv-v4/how-to-upgrade-the-application-virtualization-client.md index 7c1363e30c..7432e0b28b 100644 --- a/mdop/appv-v4/how-to-upgrade-the-application-virtualization-client.md +++ b/mdop/appv-v4/how-to-upgrade-the-application-virtualization-client.md @@ -1,10 +1,15 @@ --- title: How to Upgrade the Application Virtualization Client description: How to Upgrade the Application Virtualization Client -ms.assetid: 2a75d8b5-da88-456c-85bb-f5bd3d470f7f author: jamiejdt +ms.assetid: 2a75d8b5-da88-456c-85bb-f5bd3d470f7f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Upgrade the Application Virtualization Client diff --git a/mdop/appv-v4/how-to-upgrade-the-application-virtualization-sequencer.md b/mdop/appv-v4/how-to-upgrade-the-application-virtualization-sequencer.md index 9d9323fe1c..320f62788e 100644 --- a/mdop/appv-v4/how-to-upgrade-the-application-virtualization-sequencer.md +++ b/mdop/appv-v4/how-to-upgrade-the-application-virtualization-sequencer.md @@ -1,10 +1,15 @@ --- title: How to Upgrade the Application Virtualization Sequencer description: How to Upgrade the Application Virtualization Sequencer -ms.assetid: 7f85f140-5034-4227-85ef-81f205e722ef author: jamiejdt +ms.assetid: 7f85f140-5034-4227-85ef-81f205e722ef +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Upgrade the Application Virtualization Sequencer diff --git a/mdop/appv-v4/how-to-upgrade-the-servers-and-system-components.md b/mdop/appv-v4/how-to-upgrade-the-servers-and-system-components.md index 9f95694321..2eae395a49 100644 --- a/mdop/appv-v4/how-to-upgrade-the-servers-and-system-components.md +++ b/mdop/appv-v4/how-to-upgrade-the-servers-and-system-components.md @@ -1,10 +1,15 @@ --- title: How to Upgrade the Servers and System Components description: How to Upgrade the Servers and System Components -ms.assetid: 7d8374fe-5897-452e-923e-556a854b2024 author: jamiejdt +ms.assetid: 7d8374fe-5897-452e-923e-556a854b2024 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Upgrade the Servers and System Components diff --git a/mdop/appv-v4/how-to-use-dynamic-suite-composition.md b/mdop/appv-v4/how-to-use-dynamic-suite-composition.md index 117be9245d..9bdc2caa39 100644 --- a/mdop/appv-v4/how-to-use-dynamic-suite-composition.md +++ b/mdop/appv-v4/how-to-use-dynamic-suite-composition.md @@ -1,10 +1,15 @@ --- title: How To Use Dynamic Suite Composition description: How To Use Dynamic Suite Composition -ms.assetid: 24147feb-a0a8-4791-a8e5-cbe5fe13c762 author: jamiejdt +ms.assetid: 24147feb-a0a8-4791-a8e5-cbe5fe13c762 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How To Use Dynamic Suite Composition diff --git a/mdop/appv-v4/how-to-use-the-cache-space-management-feature.md b/mdop/appv-v4/how-to-use-the-cache-space-management-feature.md index 6f4022500e..6064fc09f2 100644 --- a/mdop/appv-v4/how-to-use-the-cache-space-management-feature.md +++ b/mdop/appv-v4/how-to-use-the-cache-space-management-feature.md @@ -1,10 +1,15 @@ --- title: How to Use the Cache Space Management Feature description: How to Use the Cache Space Management Feature -ms.assetid: 60965660-c015-46a8-88ac-54cbc050fe33 author: jamiejdt +ms.assetid: 60965660-c015-46a8-88ac-54cbc050fe33 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Use the Cache Space Management Feature diff --git a/mdop/appv-v4/how-to-use-the-desktop-notification-area-for-application-virtualization-client-management.md b/mdop/appv-v4/how-to-use-the-desktop-notification-area-for-application-virtualization-client-management.md index 6cfa91800d..582b917fd0 100644 --- a/mdop/appv-v4/how-to-use-the-desktop-notification-area-for-application-virtualization-client-management.md +++ b/mdop/appv-v4/how-to-use-the-desktop-notification-area-for-application-virtualization-client-management.md @@ -1,10 +1,15 @@ --- title: How to Use the Desktop Notification Area for Application Virtualization Client Management description: How to Use the Desktop Notification Area for Application Virtualization Client Management -ms.assetid: 75b2e636-7669-4e1e-8368-8b9fca567a84 author: jamiejdt +ms.assetid: 75b2e636-7669-4e1e-8368-8b9fca567a84 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Use the Desktop Notification Area for Application Virtualization Client Management diff --git a/mdop/appv-v4/how-to-use-the-differential-sft-file.md b/mdop/appv-v4/how-to-use-the-differential-sft-file.md index 8a8133ecb0..356e75ae96 100644 --- a/mdop/appv-v4/how-to-use-the-differential-sft-file.md +++ b/mdop/appv-v4/how-to-use-the-differential-sft-file.md @@ -1,10 +1,15 @@ --- title: How to Use the Differential SFT File description: How to Use the Differential SFT File -ms.assetid: 607e30fd-2f0e-4e2f-b669-0b3f010aebb0 author: jamiejdt +ms.assetid: 607e30fd-2f0e-4e2f-b669-0b3f010aebb0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Use the Differential SFT File diff --git a/mdop/appv-v4/how-to-work-offline-or-online-with-application-virtualization.md b/mdop/appv-v4/how-to-work-offline-or-online-with-application-virtualization.md index 32b9c0eac9..7bfb0d4629 100644 --- a/mdop/appv-v4/how-to-work-offline-or-online-with-application-virtualization.md +++ b/mdop/appv-v4/how-to-work-offline-or-online-with-application-virtualization.md @@ -1,10 +1,15 @@ --- title: How to Work Offline or Online with Application Virtualization description: How to Work Offline or Online with Application Virtualization -ms.assetid: aa532b37-8a00-4db4-9b51-e1e8354b2495 author: jamiejdt +ms.assetid: aa532b37-8a00-4db4-9b51-e1e8354b2495 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Work Offline or Online with Application Virtualization diff --git a/mdop/appv-v4/improving-security-during-app-v-sequencing.md b/mdop/appv-v4/improving-security-during-app-v-sequencing.md index 0984602d7d..5b75112427 100644 --- a/mdop/appv-v4/improving-security-during-app-v-sequencing.md +++ b/mdop/appv-v4/improving-security-during-app-v-sequencing.md @@ -1,10 +1,15 @@ --- title: Improving Security During App-V Sequencing description: Improving Security During App-V Sequencing -ms.assetid: f30206dd-5749-4a27-bbaf-61fc21b9c663 author: jamiejdt +ms.assetid: f30206dd-5749-4a27-bbaf-61fc21b9c663 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Improving Security During App-V Sequencing diff --git a/mdop/appv-v4/incompatible-installer-dialog-box--app-v-46-sp1-.md b/mdop/appv-v4/incompatible-installer-dialog-box--app-v-46-sp1-.md index 000d1f8580..f3e84d19ec 100644 --- a/mdop/appv-v4/incompatible-installer-dialog-box--app-v-46-sp1-.md +++ b/mdop/appv-v4/incompatible-installer-dialog-box--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Incompatible Installer Dialog Box (App-V 4.6 SP1) description: Incompatible Installer Dialog Box (App-V 4.6 SP1) -ms.assetid: 45d465b1-ee49-4274-8234-71dd031a07b6 author: jamiejdt +ms.assetid: 45d465b1-ee49-4274-8234-71dd031a07b6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Incompatible Installer Dialog Box (App-V 4.6 SP1) diff --git a/mdop/appv-v4/index.md b/mdop/appv-v4/index.md index e067ae7569..4ef24eeece 100644 --- a/mdop/appv-v4/index.md +++ b/mdop/appv-v4/index.md @@ -1,10 +1,15 @@ --- title: Application Virtualization 4 description: Application Virtualization 4 -ms.assetid: 9da557bc-f433-47d3-8af7-68ec4ff9bd3f author: jamiejdt +ms.assetid: 9da557bc-f433-47d3-8af7-68ec4ff9bd3f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Virtualization 4 diff --git a/mdop/appv-v4/installation-files-page.md b/mdop/appv-v4/installation-files-page.md index a68effdff1..4ecf2d8ed1 100644 --- a/mdop/appv-v4/installation-files-page.md +++ b/mdop/appv-v4/installation-files-page.md @@ -1,10 +1,15 @@ --- title: Installation Files Page description: Installation Files Page -ms.assetid: b0aad26f-b143-4f09-87a1-9f016a23cb62 author: jamiejdt +ms.assetid: b0aad26f-b143-4f09-87a1-9f016a23cb62 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Installation Files Page diff --git a/mdop/appv-v4/installation-page--learn-more-.md b/mdop/appv-v4/installation-page--learn-more-.md index 6bc9b64b93..52a0504d67 100644 --- a/mdop/appv-v4/installation-page--learn-more-.md +++ b/mdop/appv-v4/installation-page--learn-more-.md @@ -1,10 +1,15 @@ --- title: Installation Page (Learn More) description: Installation Page (Learn More) -ms.assetid: a53b8330-dfc3-4540-b147-7c10529f403a author: jamiejdt +ms.assetid: a53b8330-dfc3-4540-b147-7c10529f403a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Installation Page (Learn More) diff --git a/mdop/appv-v4/installation-report-page--learn-more-.md b/mdop/appv-v4/installation-report-page--learn-more-.md index 2d85d880dc..083460f5bf 100644 --- a/mdop/appv-v4/installation-report-page--learn-more-.md +++ b/mdop/appv-v4/installation-report-page--learn-more-.md @@ -1,10 +1,15 @@ --- title: Installation Report Page (Learn More) description: Installation Report Page (Learn More) -ms.assetid: 499cf4db-a39c-4dcf-b1cf-85fd7da11701 author: jamiejdt +ms.assetid: 499cf4db-a39c-4dcf-b1cf-85fd7da11701 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Installation Report Page (Learn More) diff --git a/mdop/appv-v4/installing-app-v-management-server-or-streaming-server-securely.md b/mdop/appv-v4/installing-app-v-management-server-or-streaming-server-securely.md index 368f7308af..dfb29159d0 100644 --- a/mdop/appv-v4/installing-app-v-management-server-or-streaming-server-securely.md +++ b/mdop/appv-v4/installing-app-v-management-server-or-streaming-server-securely.md @@ -1,10 +1,15 @@ --- title: Installing App-V Management Server or Streaming Server Securely description: Installing App-V Management Server or Streaming Server Securely -ms.assetid: d2a51a81-a80f-427c-a727-611e1eb74f02 author: jamiejdt +ms.assetid: d2a51a81-a80f-427c-a727-611e1eb74f02 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Installing App-V Management Server or Streaming Server Securely diff --git a/mdop/appv-v4/internet-facing-considerations-for-app-v-clients.md b/mdop/appv-v4/internet-facing-considerations-for-app-v-clients.md index 16868cb48a..d991f240bf 100644 --- a/mdop/appv-v4/internet-facing-considerations-for-app-v-clients.md +++ b/mdop/appv-v4/internet-facing-considerations-for-app-v-clients.md @@ -1,10 +1,15 @@ --- title: Internet-Facing Considerations for App-V Clients description: Internet-Facing Considerations for App-V Clients -ms.assetid: 261acde3-7112-492e-8b11-934ae45adc5f author: jamiejdt +ms.assetid: 261acde3-7112-492e-8b11-934ae45adc5f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Internet-Facing Considerations for App-V Clients diff --git a/mdop/appv-v4/internet-facing-server-scenarios-for-perimeter-networks.md b/mdop/appv-v4/internet-facing-server-scenarios-for-perimeter-networks.md index 3d0aa0e819..3afca7b8ac 100644 --- a/mdop/appv-v4/internet-facing-server-scenarios-for-perimeter-networks.md +++ b/mdop/appv-v4/internet-facing-server-scenarios-for-perimeter-networks.md @@ -1,10 +1,15 @@ --- title: Internet-Facing Server Scenarios for Perimeter Networks description: Internet-Facing Server Scenarios for Perimeter Networks -ms.assetid: 8a4da6e6-82c7-49e5-b9b1-1666cba02f65 author: jamiejdt +ms.assetid: 8a4da6e6-82c7-49e5-b9b1-1666cba02f65 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Internet-Facing Server Scenarios for Perimeter Networks diff --git a/mdop/appv-v4/introduction-to-the-application-virtualization-security-guide.md b/mdop/appv-v4/introduction-to-the-application-virtualization-security-guide.md index 6b62a4ab56..adec680218 100644 --- a/mdop/appv-v4/introduction-to-the-application-virtualization-security-guide.md +++ b/mdop/appv-v4/introduction-to-the-application-virtualization-security-guide.md @@ -1,10 +1,15 @@ --- title: Introduction to the Application Virtualization Security Guide description: Introduction to the Application Virtualization Security Guide -ms.assetid: 50e1d220-7a95-45b8-933b-3dadddebe26f author: jamiejdt +ms.assetid: 50e1d220-7a95-45b8-933b-3dadddebe26f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Introduction to the Application Virtualization Security Guide diff --git a/mdop/appv-v4/load-app.md b/mdop/appv-v4/load-app.md index 2aeba50a47..71fe4a3004 100644 --- a/mdop/appv-v4/load-app.md +++ b/mdop/appv-v4/load-app.md @@ -1,10 +1,15 @@ --- title: LOAD APP description: LOAD APP -ms.assetid: 7b727d0c-5423-419d-92ef-7ebbc6343e79 author: jamiejdt +ms.assetid: 7b727d0c-5423-419d-92ef-7ebbc6343e79 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # LOAD APP diff --git a/mdop/appv-v4/load-package.md b/mdop/appv-v4/load-package.md index 73e49c6aab..6083d9387d 100644 --- a/mdop/appv-v4/load-package.md +++ b/mdop/appv-v4/load-package.md @@ -1,10 +1,15 @@ --- title: LOAD PACKAGE description: LOAD PACKAGE -ms.assetid: eb19116d-e5d0-445c-b2f0-3116a09384d7 author: jamiejdt +ms.assetid: eb19116d-e5d0-445c-b2f0-3116a09384d7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # LOAD PACKAGE diff --git a/mdop/appv-v4/lock-app.md b/mdop/appv-v4/lock-app.md index 9ca9c9fdc0..2610764728 100644 --- a/mdop/appv-v4/lock-app.md +++ b/mdop/appv-v4/lock-app.md @@ -1,10 +1,15 @@ --- title: LOCK APP description: LOCK APP -ms.assetid: 30673433-4364-499f-8116-cb135fe2716f author: jamiejdt +ms.assetid: 30673433-4364-499f-8116-cb135fe2716f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # LOCK APP diff --git a/mdop/appv-v4/log-file-for-the-application-virtualization-client.md b/mdop/appv-v4/log-file-for-the-application-virtualization-client.md index 4dbc6f4764..473406967f 100644 --- a/mdop/appv-v4/log-file-for-the-application-virtualization-client.md +++ b/mdop/appv-v4/log-file-for-the-application-virtualization-client.md @@ -1,10 +1,15 @@ --- title: Log File for the Application Virtualization Client description: Log File for the Application Virtualization Client -ms.assetid: ac4b3e4a-a220-4c06-bd60-af7dc318b3a9 author: jamiejdt +ms.assetid: ac4b3e4a-a220-4c06-bd60-af7dc318b3a9 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Log File for the Application Virtualization Client diff --git a/mdop/appv-v4/log-files-for-the-application-virtualization-sequencer.md b/mdop/appv-v4/log-files-for-the-application-virtualization-sequencer.md index 962bf47bc3..978cf5c111 100644 --- a/mdop/appv-v4/log-files-for-the-application-virtualization-sequencer.md +++ b/mdop/appv-v4/log-files-for-the-application-virtualization-sequencer.md @@ -1,10 +1,15 @@ --- title: Log Files for the Application Virtualization Sequencer description: Log Files for the Application Virtualization Sequencer -ms.assetid: 1a296544-eab4-46f9-82ce-3136f8b578af author: jamiejdt +ms.assetid: 1a296544-eab4-46f9-82ce-3136f8b578af +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Log Files for the Application Virtualization Sequencer diff --git a/mdop/appv-v4/microsoft-application-virtualization-46-service-pack-1-privacy-statement.md b/mdop/appv-v4/microsoft-application-virtualization-46-service-pack-1-privacy-statement.md index 0ab7a1c94f..7afd24e30d 100644 --- a/mdop/appv-v4/microsoft-application-virtualization-46-service-pack-1-privacy-statement.md +++ b/mdop/appv-v4/microsoft-application-virtualization-46-service-pack-1-privacy-statement.md @@ -1,10 +1,15 @@ --- title: Microsoft Application Virtualization 4.6 Service Pack 1 Privacy Statement description: Microsoft Application Virtualization 4.6 Service Pack 1 Privacy Statement -ms.assetid: e82c57ea-885d-4761-96db-4d80b1c3e1ae author: jamiejdt +ms.assetid: e82c57ea-885d-4761-96db-4d80b1c3e1ae +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Microsoft Application Virtualization 4.6 Service Pack 1 Privacy Statement diff --git a/mdop/appv-v4/microsoft-application-virtualization-46-service-pack-2-privacy-statement.md b/mdop/appv-v4/microsoft-application-virtualization-46-service-pack-2-privacy-statement.md index 92d703327d..b0491f8e4e 100644 --- a/mdop/appv-v4/microsoft-application-virtualization-46-service-pack-2-privacy-statement.md +++ b/mdop/appv-v4/microsoft-application-virtualization-46-service-pack-2-privacy-statement.md @@ -1,10 +1,15 @@ --- title: Microsoft Application Virtualization 4.6 Service Pack 2 Privacy Statement description: Microsoft Application Virtualization 4.6 Service Pack 2 Privacy Statement -ms.assetid: 4ee569b2-7711-475a-9f17-70247f00b1b7 author: jamiejdt +ms.assetid: 4ee569b2-7711-475a-9f17-70247f00b1b7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Microsoft Application Virtualization 4.6 Service Pack 2 Privacy Statement diff --git a/mdop/appv-v4/microsoft-application-virtualization-client-management-help.md b/mdop/appv-v4/microsoft-application-virtualization-client-management-help.md index 53a62b2ae6..ee0e6c8fb8 100644 --- a/mdop/appv-v4/microsoft-application-virtualization-client-management-help.md +++ b/mdop/appv-v4/microsoft-application-virtualization-client-management-help.md @@ -1,10 +1,15 @@ --- title: Microsoft Application Virtualization Client Management Help description: Microsoft Application Virtualization Client Management Help -ms.assetid: 449eebda-70eb-48b7-855a-db965a680923 author: jamiejdt +ms.assetid: 449eebda-70eb-48b7-855a-db965a680923 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Microsoft Application Virtualization Client Management Help diff --git a/mdop/appv-v4/microsoft-application-virtualization-getting-started-guide.md b/mdop/appv-v4/microsoft-application-virtualization-getting-started-guide.md index 2123dca1a2..25de3614cb 100644 --- a/mdop/appv-v4/microsoft-application-virtualization-getting-started-guide.md +++ b/mdop/appv-v4/microsoft-application-virtualization-getting-started-guide.md @@ -1,10 +1,15 @@ --- title: Microsoft Application Virtualization Getting Started Guide description: Microsoft Application Virtualization Getting Started Guide -ms.assetid: 6cd9a212-e270-4d7c-bd0a-bd6af9a5c3ba author: jamiejdt +ms.assetid: 6cd9a212-e270-4d7c-bd0a-bd6af9a5c3ba +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Microsoft Application Virtualization Getting Started Guide diff --git a/mdop/appv-v4/microsoft-application-virtualization-management-system-release-notes-45-sp1.md b/mdop/appv-v4/microsoft-application-virtualization-management-system-release-notes-45-sp1.md index fe278d9c1d..81c5d1af3f 100644 --- a/mdop/appv-v4/microsoft-application-virtualization-management-system-release-notes-45-sp1.md +++ b/mdop/appv-v4/microsoft-application-virtualization-management-system-release-notes-45-sp1.md @@ -1,10 +1,15 @@ --- title: Microsoft Application Virtualization Management System Release Notes 4.5 SP1 description: Microsoft Application Virtualization Management System Release Notes 4.5 SP1 -ms.assetid: 5d6b11ea-7b87-4084-9a7c-0d831f247aa3 author: jamiejdt +ms.assetid: 5d6b11ea-7b87-4084-9a7c-0d831f247aa3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Microsoft Application Virtualization Management System Release Notes 4.5 SP1 diff --git a/mdop/appv-v4/microsoft-application-virtualization-management-system-release-notes.md b/mdop/appv-v4/microsoft-application-virtualization-management-system-release-notes.md index 67f4041363..6aaec04ce5 100644 --- a/mdop/appv-v4/microsoft-application-virtualization-management-system-release-notes.md +++ b/mdop/appv-v4/microsoft-application-virtualization-management-system-release-notes.md @@ -1,10 +1,15 @@ --- title: Microsoft Application Virtualization Management System Release Notes description: Microsoft Application Virtualization Management System Release Notes -ms.assetid: e1a4d5ee-53c7-4b48-814c-a34ce0e698dc author: jamiejdt +ms.assetid: e1a4d5ee-53c7-4b48-814c-a34ce0e698dc +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Microsoft Application Virtualization Management System Release Notes diff --git a/mdop/appv-v4/microsoft-application-virtualization-security-guide.md b/mdop/appv-v4/microsoft-application-virtualization-security-guide.md index af72926fcc..b3001aa25a 100644 --- a/mdop/appv-v4/microsoft-application-virtualization-security-guide.md +++ b/mdop/appv-v4/microsoft-application-virtualization-security-guide.md @@ -1,10 +1,15 @@ --- title: Microsoft Application Virtualization Security Guide description: Microsoft Application Virtualization Security Guide -ms.assetid: 5e794316-cc4f-459e-90ef-79fc9841ba4e author: jamiejdt +ms.assetid: 5e794316-cc4f-459e-90ef-79fc9841ba4e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Microsoft Application Virtualization Security Guide diff --git a/mdop/appv-v4/monitoring-application-virtualization-servers.md b/mdop/appv-v4/monitoring-application-virtualization-servers.md index ce55cad012..6768de3cf8 100644 --- a/mdop/appv-v4/monitoring-application-virtualization-servers.md +++ b/mdop/appv-v4/monitoring-application-virtualization-servers.md @@ -1,10 +1,15 @@ --- title: Monitoring Application Virtualization Servers description: Monitoring Application Virtualization Servers -ms.assetid: d84355ae-4fe4-41d9-ac3a-3eaa32d9a61f author: jamiejdt +ms.assetid: d84355ae-4fe4-41d9-ac3a-3eaa32d9a61f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Monitoring Application Virtualization Servers diff --git a/mdop/appv-v4/online-help-for-application-virtualization.md b/mdop/appv-v4/online-help-for-application-virtualization.md index b527f460b8..dcafbdbc27 100644 --- a/mdop/appv-v4/online-help-for-application-virtualization.md +++ b/mdop/appv-v4/online-help-for-application-virtualization.md @@ -1,10 +1,15 @@ --- title: Online Help for Application Virtualization description: Online Help for Application Virtualization -ms.assetid: 261ede48-976f-473c-84bc-452577efdcdf author: jamiejdt +ms.assetid: 261ede48-976f-473c-84bc-452577efdcdf +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Online Help for Application Virtualization diff --git a/mdop/appv-v4/open-package-wizard---appv-46-sp1-.md b/mdop/appv-v4/open-package-wizard---appv-46-sp1-.md index 48dbf4c581..e318ad583d 100644 --- a/mdop/appv-v4/open-package-wizard---appv-46-sp1-.md +++ b/mdop/appv-v4/open-package-wizard---appv-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Open Package Wizard (AppV 4.6 SP1) description: Open Package Wizard (AppV 4.6 SP1) -ms.assetid: 26bdef59-2ea3-4e30-9095-0ee0d0085b2d author: jamiejdt +ms.assetid: 26bdef59-2ea3-4e30-9095-0ee0d0085b2d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Open Package Wizard (AppV 4.6 SP1) diff --git a/mdop/appv-v4/operations-guide-for-the-application-virtualization-system.md b/mdop/appv-v4/operations-guide-for-the-application-virtualization-system.md index 4713825578..8afa6d07aa 100644 --- a/mdop/appv-v4/operations-guide-for-the-application-virtualization-system.md +++ b/mdop/appv-v4/operations-guide-for-the-application-virtualization-system.md @@ -1,10 +1,15 @@ --- title: Operations Guide for the Application Virtualization System description: Operations Guide for the Application Virtualization System -ms.assetid: 686f2b75-7fba-4410-89b2-a539984b6ef2 author: jamiejdt +ms.assetid: 686f2b75-7fba-4410-89b2-a539984b6ef2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Operations Guide for the Application Virtualization System diff --git a/mdop/appv-v4/osd-file-elements.md b/mdop/appv-v4/osd-file-elements.md index 5154e57e0c..ef6306c92f 100644 --- a/mdop/appv-v4/osd-file-elements.md +++ b/mdop/appv-v4/osd-file-elements.md @@ -1,10 +1,15 @@ --- title: OSD File Elements description: OSD File Elements -ms.assetid: 8211b562-7549-4331-8321-144f52574e99 author: jamiejdt +ms.assetid: 8211b562-7549-4331-8321-144f52574e99 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # OSD File Elements diff --git a/mdop/appv-v4/osd-tab-keep.md b/mdop/appv-v4/osd-tab-keep.md index 7586089ea5..cb4deae0ee 100644 --- a/mdop/appv-v4/osd-tab-keep.md +++ b/mdop/appv-v4/osd-tab-keep.md @@ -1,10 +1,15 @@ --- title: OSD Tab description: OSD Tab -ms.assetid: e66f1384-1753-4216-b9ee-77e99af93c74 author: jamiejdt +ms.assetid: e66f1384-1753-4216-b9ee-77e99af93c74 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # OSD Tab diff --git a/mdop/appv-v4/oversized-package-dialog-box--app-v-46-sp1-.md b/mdop/appv-v4/oversized-package-dialog-box--app-v-46-sp1-.md index 56ee5f1bc9..63579d0f69 100644 --- a/mdop/appv-v4/oversized-package-dialog-box--app-v-46-sp1-.md +++ b/mdop/appv-v4/oversized-package-dialog-box--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Oversized Package Dialog Box (App-V 4.6 SP1) description: Oversized Package Dialog Box (App-V 4.6 SP1) -ms.assetid: 8973a493-6509-4d52-afb6-a9f47d1c5c26 author: jamiejdt +ms.assetid: 8973a493-6509-4d52-afb6-a9f47d1c5c26 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Oversized Package Dialog Box (App-V 4.6 SP1) diff --git a/mdop/appv-v4/overview-of-application-virtualization.md b/mdop/appv-v4/overview-of-application-virtualization.md index 445ad176f1..56c457091a 100644 --- a/mdop/appv-v4/overview-of-application-virtualization.md +++ b/mdop/appv-v4/overview-of-application-virtualization.md @@ -1,10 +1,15 @@ --- title: Overview of Application Virtualization description: Overview of Application Virtualization -ms.assetid: 80545ef4-cf4c-420c-88d6-48e9f226051f author: jamiejdt +ms.assetid: 80545ef4-cf4c-420c-88d6-48e9f226051f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Overview of Application Virtualization diff --git a/mdop/appv-v4/overview-of-the-application-virtualization-system-components.md b/mdop/appv-v4/overview-of-the-application-virtualization-system-components.md index 4507a77d74..b451138479 100644 --- a/mdop/appv-v4/overview-of-the-application-virtualization-system-components.md +++ b/mdop/appv-v4/overview-of-the-application-virtualization-system-components.md @@ -1,10 +1,15 @@ --- title: Overview of the Application Virtualization System Components description: Overview of the Application Virtualization System Components -ms.assetid: 75d88ef7-44d8-4fa7-b7f5-9153f37e570d author: jamiejdt +ms.assetid: 75d88ef7-44d8-4fa7-b7f5-9153f37e570d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Overview of the Application Virtualization System Components diff --git a/mdop/appv-v4/package-name-page---learn-more-.md b/mdop/appv-v4/package-name-page---learn-more-.md index 85cb904770..184642b791 100644 --- a/mdop/appv-v4/package-name-page---learn-more-.md +++ b/mdop/appv-v4/package-name-page---learn-more-.md @@ -1,10 +1,15 @@ --- title: Package Name Page (Learn More) description: Package Name Page (Learn More) -ms.assetid: ee75b8f0-bd9d-4460-a256-016ff97c2386 author: jamiejdt +ms.assetid: ee75b8f0-bd9d-4460-a256-016ff97c2386 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Package Name Page (Learn More) diff --git a/mdop/appv-v4/package-name-page--app-v-46-sp1.md b/mdop/appv-v4/package-name-page--app-v-46-sp1.md index 859d187b30..de4170f9cb 100644 --- a/mdop/appv-v4/package-name-page--app-v-46-sp1.md +++ b/mdop/appv-v4/package-name-page--app-v-46-sp1.md @@ -1,10 +1,15 @@ --- title: Package Name Page description: Package Name Page -ms.assetid: 1cea36b7-737d-4c5e-9294-5feba02a3e7d author: jamiejdt +ms.assetid: 1cea36b7-737d-4c5e-9294-5feba02a3e7d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Package Name Page diff --git a/mdop/appv-v4/package-results-pane-columns.md b/mdop/appv-v4/package-results-pane-columns.md index 20f61f38be..a14be96f78 100644 --- a/mdop/appv-v4/package-results-pane-columns.md +++ b/mdop/appv-v4/package-results-pane-columns.md @@ -1,10 +1,15 @@ --- title: Package Results Pane Columns description: Package Results Pane Columns -ms.assetid: 4ed3a06a-656d-497a-b62d-21684396e2b0 author: jamiejdt +ms.assetid: 4ed3a06a-656d-497a-b62d-21684396e2b0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Package Results Pane Columns diff --git a/mdop/appv-v4/package-results-pane.md b/mdop/appv-v4/package-results-pane.md index ededd0971b..8c7dd3b88e 100644 --- a/mdop/appv-v4/package-results-pane.md +++ b/mdop/appv-v4/package-results-pane.md @@ -1,10 +1,15 @@ --- title: Package Results Pane description: Package Results Pane -ms.assetid: 07b7f737-f26f-4feb-88aa-3d8009c5622d author: jamiejdt +ms.assetid: 07b7f737-f26f-4feb-88aa-3d8009c5622d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Package Results Pane diff --git a/mdop/appv-v4/packages-node.md b/mdop/appv-v4/packages-node.md index 01feec5993..9f5ed388c4 100644 --- a/mdop/appv-v4/packages-node.md +++ b/mdop/appv-v4/packages-node.md @@ -1,10 +1,15 @@ --- title: Packages Node description: Packages Node -ms.assetid: 3465168c-012f-4e9f-905d-611418d2975a author: jamiejdt +ms.assetid: 3465168c-012f-4e9f-905d-611418d2975a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Packages Node diff --git a/mdop/appv-v4/packaging-method--learn-more-.md b/mdop/appv-v4/packaging-method--learn-more-.md index 1fd8b4be09..be24a3d43d 100644 --- a/mdop/appv-v4/packaging-method--learn-more-.md +++ b/mdop/appv-v4/packaging-method--learn-more-.md @@ -1,10 +1,15 @@ --- title: Packaging Method (Learn More) description: Packaging Method (Learn More) -ms.assetid: 3975a640-1ffd-4b4c-95fd-608469f4c205 author: jamiejdt +ms.assetid: 3975a640-1ffd-4b4c-95fd-608469f4c205 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Packaging Method (Learn More) diff --git a/mdop/appv-v4/packaging-method-page--learn-more-.md b/mdop/appv-v4/packaging-method-page--learn-more-.md index d482d3a439..4baeeb8e18 100644 --- a/mdop/appv-v4/packaging-method-page--learn-more-.md +++ b/mdop/appv-v4/packaging-method-page--learn-more-.md @@ -1,10 +1,15 @@ --- title: Packaging Method Page (Learn More) description: Packaging Method Page (Learn More) -ms.assetid: f405a293-bcd4-48a1-b4d9-b5e4cf73c5f4 author: jamiejdt +ms.assetid: f405a293-bcd4-48a1-b4d9-b5e4cf73c5f4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Packaging Method Page (Learn More) diff --git a/mdop/appv-v4/parse-items-tab-keep.md b/mdop/appv-v4/parse-items-tab-keep.md index 005b7a274d..b72f24fc82 100644 --- a/mdop/appv-v4/parse-items-tab-keep.md +++ b/mdop/appv-v4/parse-items-tab-keep.md @@ -1,10 +1,15 @@ --- title: Parse Items Tab description: Parse Items Tab -ms.assetid: bdf3fe0d-404a-4745-af52-f415fa321564 author: jamiejdt +ms.assetid: bdf3fe0d-404a-4745-af52-f415fa321564 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Parse Items Tab diff --git a/mdop/appv-v4/planning-and-deployment-guide-for-the-application-virtualization-system.md b/mdop/appv-v4/planning-and-deployment-guide-for-the-application-virtualization-system.md index dfde76cee5..5540bc0ea8 100644 --- a/mdop/appv-v4/planning-and-deployment-guide-for-the-application-virtualization-system.md +++ b/mdop/appv-v4/planning-and-deployment-guide-for-the-application-virtualization-system.md @@ -1,10 +1,15 @@ --- title: Planning and Deployment Guide for the Application Virtualization System description: Planning and Deployment Guide for the Application Virtualization System -ms.assetid: 6c012e33-9ac6-4cd8-84ff-54f40973833f author: jamiejdt +ms.assetid: 6c012e33-9ac6-4cd8-84ff-54f40973833f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning and Deployment Guide for the Application Virtualization System diff --git a/mdop/appv-v4/planning-for-application-virtualization-client-deployment.md b/mdop/appv-v4/planning-for-application-virtualization-client-deployment.md index b1e03fcd72..26f64cb2bb 100644 --- a/mdop/appv-v4/planning-for-application-virtualization-client-deployment.md +++ b/mdop/appv-v4/planning-for-application-virtualization-client-deployment.md @@ -1,10 +1,15 @@ --- title: Planning for Application Virtualization Client Deployment description: Planning for Application Virtualization Client Deployment -ms.assetid: a352f80f-f0f9-4fbf-ac10-24c510b2d6be author: jamiejdt +ms.assetid: a352f80f-f0f9-4fbf-ac10-24c510b2d6be +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning for Application Virtualization Client Deployment diff --git a/mdop/appv-v4/planning-for-application-virtualization-system-deployment.md b/mdop/appv-v4/planning-for-application-virtualization-system-deployment.md index 434de5a98d..e40d322cae 100644 --- a/mdop/appv-v4/planning-for-application-virtualization-system-deployment.md +++ b/mdop/appv-v4/planning-for-application-virtualization-system-deployment.md @@ -1,10 +1,15 @@ --- title: Planning for Application Virtualization System Deployment description: Planning for Application Virtualization System Deployment -ms.assetid: 8215269f-c083-468a-bf0b-886b0d2dd69e author: jamiejdt +ms.assetid: 8215269f-c083-468a-bf0b-886b0d2dd69e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning for Application Virtualization System Deployment diff --git a/mdop/appv-v4/planning-for-client-security.md b/mdop/appv-v4/planning-for-client-security.md index c55b55fbf0..01e2af6c8f 100644 --- a/mdop/appv-v4/planning-for-client-security.md +++ b/mdop/appv-v4/planning-for-client-security.md @@ -1,10 +1,15 @@ --- title: Planning for Client Security description: Planning for Client Security -ms.assetid: 4840a60f-4c91-489c-ad0b-6671882abf9b author: jamiejdt +ms.assetid: 4840a60f-4c91-489c-ad0b-6671882abf9b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning for Client Security diff --git a/mdop/appv-v4/planning-for-migration-from-previous-versions.md b/mdop/appv-v4/planning-for-migration-from-previous-versions.md index a184dd1ac0..dd24ad0381 100644 --- a/mdop/appv-v4/planning-for-migration-from-previous-versions.md +++ b/mdop/appv-v4/planning-for-migration-from-previous-versions.md @@ -1,10 +1,15 @@ --- title: Planning for Migration from Previous Versions description: Planning for Migration from Previous Versions -ms.assetid: 62967bf1-542f-41b0-838f-c62f3430ac73 author: jamiejdt +ms.assetid: 62967bf1-542f-41b0-838f-c62f3430ac73 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning for Migration from Previous Versions diff --git a/mdop/appv-v4/planning-for-security-and-protection.md b/mdop/appv-v4/planning-for-security-and-protection.md index 61d7e747d8..e5ef223f17 100644 --- a/mdop/appv-v4/planning-for-security-and-protection.md +++ b/mdop/appv-v4/planning-for-security-and-protection.md @@ -1,10 +1,15 @@ --- title: Planning for Security and Protection description: Planning for Security and Protection -ms.assetid: d0e2ef81-c197-4020-ad85-8d66fe5c178f author: jamiejdt +ms.assetid: d0e2ef81-c197-4020-ad85-8d66fe5c178f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning for Security and Protection diff --git a/mdop/appv-v4/planning-for-sequencer-security.md b/mdop/appv-v4/planning-for-sequencer-security.md index 4e0109fc8f..3e9eceeb6d 100644 --- a/mdop/appv-v4/planning-for-sequencer-security.md +++ b/mdop/appv-v4/planning-for-sequencer-security.md @@ -1,10 +1,15 @@ --- title: Planning for Sequencer Security description: Planning for Sequencer Security -ms.assetid: 8043cb02-476d-4c28-a850-903a8ac5b2d3 author: jamiejdt +ms.assetid: 8043cb02-476d-4c28-a850-903a8ac5b2d3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning for Sequencer Security diff --git a/mdop/appv-v4/planning-for-server-security.md b/mdop/appv-v4/planning-for-server-security.md index f781d06737..4664961cac 100644 --- a/mdop/appv-v4/planning-for-server-security.md +++ b/mdop/appv-v4/planning-for-server-security.md @@ -1,10 +1,15 @@ --- title: Planning for Server Security description: Planning for Server Security -ms.assetid: c7cd8227-b359-41e7-a8ae-d0d5718a76a2 author: jamiejdt +ms.assetid: c7cd8227-b359-41e7-a8ae-d0d5718a76a2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning for Server Security diff --git a/mdop/appv-v4/planning-the-application-virtualization-sequencer-implementation.md b/mdop/appv-v4/planning-the-application-virtualization-sequencer-implementation.md index 8a294d1ae3..44f4781c34 100644 --- a/mdop/appv-v4/planning-the-application-virtualization-sequencer-implementation.md +++ b/mdop/appv-v4/planning-the-application-virtualization-sequencer-implementation.md @@ -1,10 +1,15 @@ --- title: Planning the Application Virtualization Sequencer Implementation description: Planning the Application Virtualization Sequencer Implementation -ms.assetid: 052f32fe-ad13-4921-a8ce-4a657eb2b2bf author: jamiejdt +ms.assetid: 052f32fe-ad13-4921-a8ce-4a657eb2b2bf +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning the Application Virtualization Sequencer Implementation diff --git a/mdop/appv-v4/planning-your-streaming-solution-in-an-application-virtualization-server-based-implementation.md b/mdop/appv-v4/planning-your-streaming-solution-in-an-application-virtualization-server-based-implementation.md index 0ca56ee3ae..89dbc8255c 100644 --- a/mdop/appv-v4/planning-your-streaming-solution-in-an-application-virtualization-server-based-implementation.md +++ b/mdop/appv-v4/planning-your-streaming-solution-in-an-application-virtualization-server-based-implementation.md @@ -1,10 +1,15 @@ --- title: Planning Your Streaming Solution in an Application Virtualization Server-Based Implementation description: Planning Your Streaming Solution in an Application Virtualization Server-Based Implementation -ms.assetid: 3a57306e-5c54-4fde-8593-fe3b788f18d3 author: jamiejdt +ms.assetid: 3a57306e-5c54-4fde-8593-fe3b788f18d3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning Your Streaming Solution in an Application Virtualization Server-Based Implementation diff --git a/mdop/appv-v4/planning-your-streaming-solution-in-an-electronic-software-distribution-implementation.md b/mdop/appv-v4/planning-your-streaming-solution-in-an-electronic-software-distribution-implementation.md index a54b7556a7..b8ccbc90c8 100644 --- a/mdop/appv-v4/planning-your-streaming-solution-in-an-electronic-software-distribution-implementation.md +++ b/mdop/appv-v4/planning-your-streaming-solution-in-an-electronic-software-distribution-implementation.md @@ -1,10 +1,15 @@ --- title: Planning Your Streaming Solution in an Electronic Software Distribution Implementation description: Planning Your Streaming Solution in an Electronic Software Distribution Implementation -ms.assetid: bc18772a-f169-486f-adb1-7af1a31845aa author: jamiejdt +ms.assetid: bc18772a-f169-486f-adb1-7af1a31845aa +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning Your Streaming Solution in an Electronic Software Distribution Implementation diff --git a/mdop/appv-v4/prepare-computer-page--learn-more-.md b/mdop/appv-v4/prepare-computer-page--learn-more-.md index f8cfc0bf84..1de9588f36 100644 --- a/mdop/appv-v4/prepare-computer-page--learn-more-.md +++ b/mdop/appv-v4/prepare-computer-page--learn-more-.md @@ -1,10 +1,15 @@ --- title: Prepare Computer Page (Learn More) description: Prepare Computer Page (Learn More) -ms.assetid: a401ce3d-b8f7-4b3f-9be9-ecf6d8b544fd author: jamiejdt +ms.assetid: a401ce3d-b8f7-4b3f-9be9-ecf6d8b544fd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Prepare Computer Page (Learn More) diff --git a/mdop/appv-v4/properties-tab-keep.md b/mdop/appv-v4/properties-tab-keep.md index bd6af7093f..13d16596a0 100644 --- a/mdop/appv-v4/properties-tab-keep.md +++ b/mdop/appv-v4/properties-tab-keep.md @@ -1,10 +1,15 @@ --- title: Properties Tab description: Properties Tab -ms.assetid: 6ff20678-6766-4f0d-8bbb-f19b224682a1 author: jamiejdt +ms.assetid: 6ff20678-6766-4f0d-8bbb-f19b224682a1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Properties Tab diff --git a/mdop/appv-v4/provider-policies-node.md b/mdop/appv-v4/provider-policies-node.md index 9ed5df2382..60ae54c305 100644 --- a/mdop/appv-v4/provider-policies-node.md +++ b/mdop/appv-v4/provider-policies-node.md @@ -1,10 +1,15 @@ --- title: Provider Policies Node description: Provider Policies Node -ms.assetid: 89b47076-7732-4128-93cc-8e6d5b671c8e author: jamiejdt +ms.assetid: 89b47076-7732-4128-93cc-8e6d5b671c8e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Provider Policies Node diff --git a/mdop/appv-v4/provider-policies-results-pane-columns.md b/mdop/appv-v4/provider-policies-results-pane-columns.md index 186f05cfaf..9b1c19810b 100644 --- a/mdop/appv-v4/provider-policies-results-pane-columns.md +++ b/mdop/appv-v4/provider-policies-results-pane-columns.md @@ -1,10 +1,15 @@ --- title: Provider Policies Results Pane Columns description: Provider Policies Results Pane Columns -ms.assetid: f9456f17-3106-4e5a-9a8c-df3af66986e1 author: jamiejdt +ms.assetid: f9456f17-3106-4e5a-9a8c-df3af66986e1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Provider Policies Results Pane Columns diff --git a/mdop/appv-v4/provider-policies-results-pane.md b/mdop/appv-v4/provider-policies-results-pane.md index 0d97edbe6b..79ec01c093 100644 --- a/mdop/appv-v4/provider-policies-results-pane.md +++ b/mdop/appv-v4/provider-policies-results-pane.md @@ -1,10 +1,15 @@ --- title: Provider Policies Results Pane description: Provider Policies Results Pane -ms.assetid: 17ea0836-bfb5-4966-8778-155444d81e64 author: jamiejdt +ms.assetid: 17ea0836-bfb5-4966-8778-155444d81e64 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Provider Policies Results Pane diff --git a/mdop/appv-v4/publish-app.md b/mdop/appv-v4/publish-app.md index 420d7d4892..e02a61046e 100644 --- a/mdop/appv-v4/publish-app.md +++ b/mdop/appv-v4/publish-app.md @@ -1,10 +1,15 @@ --- title: PUBLISH APP description: PUBLISH APP -ms.assetid: f25f06a8-ca23-435b-a0c2-16a5f39b6b97 author: jamiejdt +ms.assetid: f25f06a8-ca23-435b-a0c2-16a5f39b6b97 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # PUBLISH APP diff --git a/mdop/appv-v4/publish-package.md b/mdop/appv-v4/publish-package.md index b603b68e00..e75378faaa 100644 --- a/mdop/appv-v4/publish-package.md +++ b/mdop/appv-v4/publish-package.md @@ -1,10 +1,15 @@ --- title: PUBLISH PACKAGE description: PUBLISH PACKAGE -ms.assetid: a33e72dd-194f-4283-8e99-4584ab13de53 author: jamiejdt +ms.assetid: a33e72dd-194f-4283-8e99-4584ab13de53 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # PUBLISH PACKAGE diff --git a/mdop/appv-v4/publishing-servers-node.md b/mdop/appv-v4/publishing-servers-node.md index 5c07854237..d491bac0a5 100644 --- a/mdop/appv-v4/publishing-servers-node.md +++ b/mdop/appv-v4/publishing-servers-node.md @@ -1,10 +1,15 @@ --- title: Publishing Servers Node description: Publishing Servers Node -ms.assetid: b5823c6c-15bc-4e8d-aeeb-acc366ffedd1 author: jamiejdt +ms.assetid: b5823c6c-15bc-4e8d-aeeb-acc366ffedd1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Publishing Servers Node diff --git a/mdop/appv-v4/publishing-servers-results-pane-columns.md b/mdop/appv-v4/publishing-servers-results-pane-columns.md index 385e92fe22..e1a40b8c34 100644 --- a/mdop/appv-v4/publishing-servers-results-pane-columns.md +++ b/mdop/appv-v4/publishing-servers-results-pane-columns.md @@ -1,10 +1,15 @@ --- title: Publishing Servers Results Pane Columns description: Publishing Servers Results Pane Columns -ms.assetid: ad875715-50b3-4881-a6b3-586238d12527 author: jamiejdt +ms.assetid: ad875715-50b3-4881-a6b3-586238d12527 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Publishing Servers Results Pane Columns diff --git a/mdop/appv-v4/publishing-servers-results-pane.md b/mdop/appv-v4/publishing-servers-results-pane.md index beada3e976..58b73a83b7 100644 --- a/mdop/appv-v4/publishing-servers-results-pane.md +++ b/mdop/appv-v4/publishing-servers-results-pane.md @@ -1,10 +1,15 @@ --- title: Publishing Servers Results Pane description: Publishing Servers Results Pane -ms.assetid: ee0662e8-9623-4a7c-b6dc-657fa3f56161 author: jamiejdt +ms.assetid: ee0662e8-9623-4a7c-b6dc-657fa3f56161 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Publishing Servers Results Pane diff --git a/mdop/appv-v4/publishing-virtual-applications-using-application-virtualization-management-servers.md b/mdop/appv-v4/publishing-virtual-applications-using-application-virtualization-management-servers.md index 49ac587274..6fda035a45 100644 --- a/mdop/appv-v4/publishing-virtual-applications-using-application-virtualization-management-servers.md +++ b/mdop/appv-v4/publishing-virtual-applications-using-application-virtualization-management-servers.md @@ -1,10 +1,15 @@ --- title: Publishing Virtual Applications Using Application Virtualization Management Servers description: Publishing Virtual Applications Using Application Virtualization Management Servers -ms.assetid: f3d79284-3f82-4ca3-b741-1a80b61490da author: jamiejdt +ms.assetid: f3d79284-3f82-4ca3-b741-1a80b61490da +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Publishing Virtual Applications Using Application Virtualization Management Servers diff --git a/mdop/appv-v4/publishing-virtual-applications-using-electronic-software-distribution.md b/mdop/appv-v4/publishing-virtual-applications-using-electronic-software-distribution.md index c00874f5db..0f5fc1f8ea 100644 --- a/mdop/appv-v4/publishing-virtual-applications-using-electronic-software-distribution.md +++ b/mdop/appv-v4/publishing-virtual-applications-using-electronic-software-distribution.md @@ -1,10 +1,15 @@ --- title: Publishing Virtual Applications Using Electronic Software Distribution description: Publishing Virtual Applications Using Electronic Software Distribution -ms.assetid: 295fbc1d-ed1c-43b4-aeee-0df384d4e630 author: jamiejdt +ms.assetid: 295fbc1d-ed1c-43b4-aeee-0df384d4e630 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Publishing Virtual Applications Using Electronic Software Distribution diff --git a/mdop/appv-v4/query-obj.md b/mdop/appv-v4/query-obj.md index 060f9a9348..44bf6355de 100644 --- a/mdop/appv-v4/query-obj.md +++ b/mdop/appv-v4/query-obj.md @@ -1,10 +1,15 @@ --- title: QUERY OBJ description: QUERY OBJ -ms.assetid: 55abf0d1-c779-4172-8357-552ab010933b author: jamiejdt +ms.assetid: 55abf0d1-c779-4172-8357-552ab010933b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # QUERY OBJ diff --git a/mdop/appv-v4/refresh-server.md b/mdop/appv-v4/refresh-server.md index a891c01e18..73c112fcf0 100644 --- a/mdop/appv-v4/refresh-server.md +++ b/mdop/appv-v4/refresh-server.md @@ -1,10 +1,15 @@ --- title: REFRESH SERVER description: REFRESH SERVER -ms.assetid: 232df842-a160-46cd-b60b-f464cd9a0086 author: jamiejdt +ms.assetid: 232df842-a160-46cd-b60b-f464cd9a0086 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # REFRESH SERVER diff --git a/mdop/appv-v4/repair-app.md b/mdop/appv-v4/repair-app.md index a03eda061f..a9b1f56825 100644 --- a/mdop/appv-v4/repair-app.md +++ b/mdop/appv-v4/repair-app.md @@ -1,10 +1,15 @@ --- title: REPAIR APP description: REPAIR APP -ms.assetid: 892b556b-612d-4531-890e-4cfc2ac88d9f author: jamiejdt +ms.assetid: 892b556b-612d-4531-890e-4cfc2ac88d9f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # REPAIR APP diff --git a/mdop/appv-v4/reports-node.md b/mdop/appv-v4/reports-node.md index 09cfca81cc..c7b8fec1c7 100644 --- a/mdop/appv-v4/reports-node.md +++ b/mdop/appv-v4/reports-node.md @@ -1,10 +1,15 @@ --- title: Reports Node description: Reports Node -ms.assetid: b7fdc52d-f112-4a65-af25-134398810e9b author: jamiejdt +ms.assetid: b7fdc52d-f112-4a65-af25-134398810e9b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Reports Node diff --git a/mdop/appv-v4/reports-results-pane-columns.md b/mdop/appv-v4/reports-results-pane-columns.md index 27edc1909c..50dd62e0d3 100644 --- a/mdop/appv-v4/reports-results-pane-columns.md +++ b/mdop/appv-v4/reports-results-pane-columns.md @@ -1,10 +1,15 @@ --- title: Reports Results Pane Columns description: Reports Results Pane Columns -ms.assetid: 907360ca-6a55-4e42-88d2-db1a24cd2a28 author: jamiejdt +ms.assetid: 907360ca-6a55-4e42-88d2-db1a24cd2a28 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Reports Results Pane Columns diff --git a/mdop/appv-v4/reports-results-pane.md b/mdop/appv-v4/reports-results-pane.md index 84ef20210a..e2e86efa4a 100644 --- a/mdop/appv-v4/reports-results-pane.md +++ b/mdop/appv-v4/reports-results-pane.md @@ -1,10 +1,15 @@ --- title: Reports Results Pane description: Reports Results Pane -ms.assetid: 66beac62-fa55-4ab9-ac19-b9e1772e2d20 author: jamiejdt +ms.assetid: 66beac62-fa55-4ab9-ac19-b9e1772e2d20 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Reports Results Pane diff --git a/mdop/appv-v4/restart-task-failure-dialog-box--app-v-46-sp1-.md b/mdop/appv-v4/restart-task-failure-dialog-box--app-v-46-sp1-.md index c5ddaa5cd3..e302c24dae 100644 --- a/mdop/appv-v4/restart-task-failure-dialog-box--app-v-46-sp1-.md +++ b/mdop/appv-v4/restart-task-failure-dialog-box--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Restart Task Failure Dialog Box (App-V 4.6 SP1) description: Restart Task Failure Dialog Box (App-V 4.6 SP1) -ms.assetid: 1933fe71-8aa0-4e43-b6f7-060050001edd author: jamiejdt +ms.assetid: 1933fe71-8aa0-4e43-b6f7-060050001edd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Restart Task Failure Dialog Box (App-V 4.6 SP1) diff --git a/mdop/appv-v4/run-each-program-page-app-v-46-sp1.md b/mdop/appv-v4/run-each-program-page-app-v-46-sp1.md index e60f20aba1..20d0311990 100644 --- a/mdop/appv-v4/run-each-program-page-app-v-46-sp1.md +++ b/mdop/appv-v4/run-each-program-page-app-v-46-sp1.md @@ -1,10 +1,15 @@ --- title: Run Each Program Page description: Run Each Program Page -ms.assetid: 4f09a64e-9545-47aa-bc43-fda0089f7adb author: jamiejdt +ms.assetid: 4f09a64e-9545-47aa-bc43-fda0089f7adb +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Run Each Program Page diff --git a/mdop/appv-v4/security-and-protection-overview.md b/mdop/appv-v4/security-and-protection-overview.md index f6ac8fd412..33d1a47488 100644 --- a/mdop/appv-v4/security-and-protection-overview.md +++ b/mdop/appv-v4/security-and-protection-overview.md @@ -1,10 +1,15 @@ --- title: Security and Protection Overview description: Security and Protection Overview -ms.assetid: a43e1c53-7936-4d48-a110-0be26c8e9d97 author: jamiejdt +ms.assetid: a43e1c53-7936-4d48-a110-0be26c8e9d97 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Security and Protection Overview diff --git a/mdop/appv-v4/select-files-page.md b/mdop/appv-v4/select-files-page.md index e73e90b0cc..0c7e5e78e8 100644 --- a/mdop/appv-v4/select-files-page.md +++ b/mdop/appv-v4/select-files-page.md @@ -1,10 +1,15 @@ --- title: Select Files Page description: Select Files Page -ms.assetid: 6d1524ca-6306-4a28-b65f-3ded9d487e75 author: jamiejdt +ms.assetid: 6d1524ca-6306-4a28-b65f-3ded9d487e75 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Select Files Page diff --git a/mdop/appv-v4/select-guidance-page--package-accelerators-.md b/mdop/appv-v4/select-guidance-page--package-accelerators-.md index c46b802b10..995df57458 100644 --- a/mdop/appv-v4/select-guidance-page--package-accelerators-.md +++ b/mdop/appv-v4/select-guidance-page--package-accelerators-.md @@ -1,10 +1,15 @@ --- title: Select Guidance Page (Package Accelerators) description: Select Guidance Page (Package Accelerators) -ms.assetid: 608b8823-6eac-40c0-a6dc-2f0bfc0d42a1 author: jamiejdt +ms.assetid: 608b8823-6eac-40c0-a6dc-2f0bfc0d42a1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Select Guidance Page (Package Accelerators) diff --git a/mdop/appv-v4/select-installation-files-page-app-v-46-sp1.md b/mdop/appv-v4/select-installation-files-page-app-v-46-sp1.md index 771cde25a6..9c18ae4ac4 100644 --- a/mdop/appv-v4/select-installation-files-page-app-v-46-sp1.md +++ b/mdop/appv-v4/select-installation-files-page-app-v-46-sp1.md @@ -1,10 +1,15 @@ --- title: Select Installation Files Page description: Select Installation Files Page -ms.assetid: 4c8cd49e-ba39-4918-9863-5b3c315d14a5 author: jamiejdt +ms.assetid: 4c8cd49e-ba39-4918-9863-5b3c315d14a5 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Select Installation Files Page diff --git a/mdop/appv-v4/select-installer-page--learn-more-.md b/mdop/appv-v4/select-installer-page--learn-more-.md index a06ff742f2..98daa2b51c 100644 --- a/mdop/appv-v4/select-installer-page--learn-more-.md +++ b/mdop/appv-v4/select-installer-page--learn-more-.md @@ -1,10 +1,15 @@ --- title: Select Installer Page (Learn More) description: Select Installer Page (Learn More) -ms.assetid: da05e756-d23e-4557-8ff6-313d695a78a1 author: jamiejdt +ms.assetid: da05e756-d23e-4557-8ff6-313d695a78a1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Select Installer Page (Learn More) diff --git a/mdop/appv-v4/select-package--learn-more--page.md b/mdop/appv-v4/select-package--learn-more--page.md index 930d65746c..fb7682123a 100644 --- a/mdop/appv-v4/select-package--learn-more--page.md +++ b/mdop/appv-v4/select-package--learn-more--page.md @@ -1,10 +1,15 @@ --- title: Select Package (Learn More) Page description: Select Package (Learn More) Page -ms.assetid: 0b3d4ca4-ff65-4aa5-87a9-61cbe2ffc8be author: jamiejdt +ms.assetid: 0b3d4ca4-ff65-4aa5-87a9-61cbe2ffc8be +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Select Package (Learn More) Page diff --git a/mdop/appv-v4/select-package-accelerator--learn-more--page.md b/mdop/appv-v4/select-package-accelerator--learn-more--page.md index ac291d336c..63fd0b2163 100644 --- a/mdop/appv-v4/select-package-accelerator--learn-more--page.md +++ b/mdop/appv-v4/select-package-accelerator--learn-more--page.md @@ -1,10 +1,15 @@ --- title: Select Package Accelerator (Learn More) Page description: Select Package Accelerator (Learn More) Page -ms.assetid: 2db51514-8695-4b5e-b3e5-1e96e3ee4cc7 author: jamiejdt +ms.assetid: 2db51514-8695-4b5e-b3e5-1e96e3ee4cc7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Select Package Accelerator (Learn More) Page diff --git a/mdop/appv-v4/select-package-accelerator-page.md b/mdop/appv-v4/select-package-accelerator-page.md index c5e621388b..923df6ac12 100644 --- a/mdop/appv-v4/select-package-accelerator-page.md +++ b/mdop/appv-v4/select-package-accelerator-page.md @@ -1,10 +1,15 @@ --- title: Select Package Accelerator Page description: Select Package Accelerator Page -ms.assetid: 865c2702-4dfd-41ae-8cfc-3514d5f41f76 author: jamiejdt +ms.assetid: 865c2702-4dfd-41ae-8cfc-3514d5f41f76 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Select Package Accelerator Page diff --git a/mdop/appv-v4/select-primary-page--learn-more-.md b/mdop/appv-v4/select-primary-page--learn-more-.md index 9ef6269e04..fc4b9160a8 100644 --- a/mdop/appv-v4/select-primary-page--learn-more-.md +++ b/mdop/appv-v4/select-primary-page--learn-more-.md @@ -1,10 +1,15 @@ --- title: Select Primary Page (Learn More) description: Select Primary Page (Learn More) -ms.assetid: 17c779da-f683-4967-b136-94fe65373c1b author: jamiejdt +ms.assetid: 17c779da-f683-4967-b136-94fe65373c1b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Select Primary Page (Learn More) diff --git a/mdop/appv-v4/select-task-page--learn-more-.md b/mdop/appv-v4/select-task-page--learn-more-.md index 3dab76a866..e820a3f368 100644 --- a/mdop/appv-v4/select-task-page--learn-more-.md +++ b/mdop/appv-v4/select-task-page--learn-more-.md @@ -1,10 +1,15 @@ --- title: Select Task Page (Learn More) description: Select Task Page (Learn More) -ms.assetid: 09534c40-bf6c-4b3f-be9a-8624965c9c18 author: jamiejdt +ms.assetid: 09534c40-bf6c-4b3f-be9a-8624965c9c18 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Select Task Page (Learn More) diff --git a/mdop/appv-v4/sequencer-command-line-error-codes.md b/mdop/appv-v4/sequencer-command-line-error-codes.md index e14db48527..235f9484c7 100644 --- a/mdop/appv-v4/sequencer-command-line-error-codes.md +++ b/mdop/appv-v4/sequencer-command-line-error-codes.md @@ -1,10 +1,15 @@ --- title: Sequencer Command-Line Error Codes description: Sequencer Command-Line Error Codes -ms.assetid: 3d491314-4923-45fd-9839-c541c5e620bd author: jamiejdt +ms.assetid: 3d491314-4923-45fd-9839-c541c5e620bd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Sequencer Command-Line Error Codes diff --git a/mdop/appv-v4/sequencer-command-line-parameters.md b/mdop/appv-v4/sequencer-command-line-parameters.md index 91e84cec50..6f8cc41e07 100644 --- a/mdop/appv-v4/sequencer-command-line-parameters.md +++ b/mdop/appv-v4/sequencer-command-line-parameters.md @@ -1,10 +1,15 @@ --- title: Sequencer Command-Line Parameters description: Sequencer Command-Line Parameters -ms.assetid: 28fb875a-c302-4d95-b2e0-8dc0c5dbb0f8 author: jamiejdt +ms.assetid: 28fb875a-c302-4d95-b2e0-8dc0c5dbb0f8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Sequencer Command-Line Parameters diff --git a/mdop/appv-v4/sequencer-console.md b/mdop/appv-v4/sequencer-console.md index f7d5ef23cc..71a202fad2 100644 --- a/mdop/appv-v4/sequencer-console.md +++ b/mdop/appv-v4/sequencer-console.md @@ -1,10 +1,15 @@ --- title: Sequencer Console description: Sequencer Console -ms.assetid: 69e0202d-be2c-41cc-99cb-2a08a034e804 author: jamiejdt +ms.assetid: 69e0202d-be2c-41cc-99cb-2a08a034e804 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Sequencer Console diff --git a/mdop/appv-v4/sequencer-dialog-boxes.md b/mdop/appv-v4/sequencer-dialog-boxes.md index c48aa6c09b..4a267623f9 100644 --- a/mdop/appv-v4/sequencer-dialog-boxes.md +++ b/mdop/appv-v4/sequencer-dialog-boxes.md @@ -1,10 +1,15 @@ --- title: Sequencer Dialog Boxes description: Sequencer Dialog Boxes -ms.assetid: f660d56b-0244-4167-b077-96ad482e6b36 author: jamiejdt +ms.assetid: f660d56b-0244-4167-b077-96ad482e6b36 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Sequencer Dialog Boxes diff --git a/mdop/appv-v4/sequencer-hardware-and-software-requirements.md b/mdop/appv-v4/sequencer-hardware-and-software-requirements.md index 92ea70b206..69473ec12f 100644 --- a/mdop/appv-v4/sequencer-hardware-and-software-requirements.md +++ b/mdop/appv-v4/sequencer-hardware-and-software-requirements.md @@ -1,10 +1,15 @@ --- title: Sequencer Hardware and Software Requirements description: Sequencer Hardware and Software Requirements -ms.assetid: 36084e12-831d-452f-a4a4-45f07f9ce471 author: jamiejdt +ms.assetid: 36084e12-831d-452f-a4a4-45f07f9ce471 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Sequencer Hardware and Software Requirements diff --git a/mdop/appv-v4/sequencer-wizard---package-accelerator--appv-46-sp1-.md b/mdop/appv-v4/sequencer-wizard---package-accelerator--appv-46-sp1-.md index c7b617e750..640104dbb6 100644 --- a/mdop/appv-v4/sequencer-wizard---package-accelerator--appv-46-sp1-.md +++ b/mdop/appv-v4/sequencer-wizard---package-accelerator--appv-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Sequencer Wizard - Package Accelerator (AppV 4.6 SP1) description: Sequencer Wizard - Package Accelerator (AppV 4.6 SP1) -ms.assetid: 1f75f5ba-0707-48fb-b0b8-ba94a5159e36 author: jamiejdt +ms.assetid: 1f75f5ba-0707-48fb-b0b8-ba94a5159e36 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Sequencer Wizard - Package Accelerator (AppV 4.6 SP1) diff --git a/mdop/appv-v4/sequencing-wizard.md b/mdop/appv-v4/sequencing-wizard.md index b7cd4a1d00..4c74d62f55 100644 --- a/mdop/appv-v4/sequencing-wizard.md +++ b/mdop/appv-v4/sequencing-wizard.md @@ -1,10 +1,15 @@ --- title: Sequencing Wizard description: Sequencing Wizard -ms.assetid: 81e2f4fa-b06e-4cbe-aeb8-6ceb8f0543a5 author: jamiejdt +ms.assetid: 81e2f4fa-b06e-4cbe-aeb8-6ceb8f0543a5 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Sequencing Wizard diff --git a/mdop/appv-v4/server-groups-node.md b/mdop/appv-v4/server-groups-node.md index f159e25b8a..8a8e0f3321 100644 --- a/mdop/appv-v4/server-groups-node.md +++ b/mdop/appv-v4/server-groups-node.md @@ -1,10 +1,15 @@ --- title: Server Groups Node description: Server Groups Node -ms.assetid: 6b2ed086-9100-47d0-be7f-0c5fb4fa55c6 author: jamiejdt +ms.assetid: 6b2ed086-9100-47d0-be7f-0c5fb4fa55c6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Groups Node diff --git a/mdop/appv-v4/server-groups-results-pane-columns.md b/mdop/appv-v4/server-groups-results-pane-columns.md index 4b01de32f3..4f073993e1 100644 --- a/mdop/appv-v4/server-groups-results-pane-columns.md +++ b/mdop/appv-v4/server-groups-results-pane-columns.md @@ -1,10 +1,15 @@ --- title: Server Groups Results Pane Columns description: Server Groups Results Pane Columns -ms.assetid: e91b1b9b-e58c-4274-ad18-8b157936b9be author: jamiejdt +ms.assetid: e91b1b9b-e58c-4274-ad18-8b157936b9be +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Groups Results Pane Columns diff --git a/mdop/appv-v4/server-groups-results-pane.md b/mdop/appv-v4/server-groups-results-pane.md index 667f815445..3a47340964 100644 --- a/mdop/appv-v4/server-groups-results-pane.md +++ b/mdop/appv-v4/server-groups-results-pane.md @@ -1,10 +1,15 @@ --- title: Server Groups Results Pane description: Server Groups Results Pane -ms.assetid: ac7b0525-5946-4728-9cf1-c65007852ebe author: jamiejdt +ms.assetid: ac7b0525-5946-4728-9cf1-c65007852ebe +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Groups Results Pane diff --git a/mdop/appv-v4/server-management-console-about-dialog-boxes.md b/mdop/appv-v4/server-management-console-about-dialog-boxes.md index c458556139..a81e5ba4d6 100644 --- a/mdop/appv-v4/server-management-console-about-dialog-boxes.md +++ b/mdop/appv-v4/server-management-console-about-dialog-boxes.md @@ -1,10 +1,15 @@ --- title: Server Management Console About Dialog Boxes description: Server Management Console About Dialog Boxes -ms.assetid: b5fdee0b-4269-4a48-98a0-ed3f06cff041 author: jamiejdt +ms.assetid: b5fdee0b-4269-4a48-98a0-ed3f06cff041 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Management Console: About Dialog Boxes diff --git a/mdop/appv-v4/server-management-console-administrators-node.md b/mdop/appv-v4/server-management-console-administrators-node.md index 74caa01565..19ebffcaea 100644 --- a/mdop/appv-v4/server-management-console-administrators-node.md +++ b/mdop/appv-v4/server-management-console-administrators-node.md @@ -1,10 +1,15 @@ --- title: Server Management Console Administrators Node description: Server Management Console Administrators Node -ms.assetid: ab421454-69d1-4c10-8f58-2a35ae89c8b1 author: jamiejdt +ms.assetid: ab421454-69d1-4c10-8f58-2a35ae89c8b1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Management Console: Administrators Node diff --git a/mdop/appv-v4/server-management-console-application-licenses-node.md b/mdop/appv-v4/server-management-console-application-licenses-node.md index e7f40d2c49..42efed8d37 100644 --- a/mdop/appv-v4/server-management-console-application-licenses-node.md +++ b/mdop/appv-v4/server-management-console-application-licenses-node.md @@ -1,10 +1,15 @@ --- title: Server Management Console Application Licenses Node description: Server Management Console Application Licenses Node -ms.assetid: ad3fa486-2b3c-4efd-91f5-507e9c5057d5 author: jamiejdt +ms.assetid: ad3fa486-2b3c-4efd-91f5-507e9c5057d5 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Management Console: Application Licenses Node diff --git a/mdop/appv-v4/server-management-console-application-virtualization-system-node.md b/mdop/appv-v4/server-management-console-application-virtualization-system-node.md index 2c0fe39840..adebd9f383 100644 --- a/mdop/appv-v4/server-management-console-application-virtualization-system-node.md +++ b/mdop/appv-v4/server-management-console-application-virtualization-system-node.md @@ -1,10 +1,15 @@ --- title: Server Management Console Application Virtualization System Node description: Server Management Console Application Virtualization System Node -ms.assetid: 9450832e-335c-41e7-af24-fddb8ffc327c author: jamiejdt +ms.assetid: 9450832e-335c-41e7-af24-fddb8ffc327c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Management Console: Application Virtualization System Node diff --git a/mdop/appv-v4/server-management-console-applications-node.md b/mdop/appv-v4/server-management-console-applications-node.md index 3973c522c7..55a1d52b51 100644 --- a/mdop/appv-v4/server-management-console-applications-node.md +++ b/mdop/appv-v4/server-management-console-applications-node.md @@ -1,10 +1,15 @@ --- title: Server Management Console Applications Node description: Server Management Console Applications Node -ms.assetid: e465f816-032d-4824-9924-f2dcf30f2a2c author: jamiejdt +ms.assetid: e465f816-032d-4824-9924-f2dcf30f2a2c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Management Console: Applications Node diff --git a/mdop/appv-v4/server-management-console-file-type-associations-node.md b/mdop/appv-v4/server-management-console-file-type-associations-node.md index ebeee90093..f48d1d823d 100644 --- a/mdop/appv-v4/server-management-console-file-type-associations-node.md +++ b/mdop/appv-v4/server-management-console-file-type-associations-node.md @@ -1,10 +1,15 @@ --- title: Server Management Console File Type Associations Node description: Server Management Console File Type Associations Node -ms.assetid: c22168be-6601-4154-b36b-9ca0fa87e5e0 author: jamiejdt +ms.assetid: c22168be-6601-4154-b36b-9ca0fa87e5e0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Management Console: File Type Associations Node diff --git a/mdop/appv-v4/server-management-console-packages-node.md b/mdop/appv-v4/server-management-console-packages-node.md index ce9a95ceda..a9bc483dba 100644 --- a/mdop/appv-v4/server-management-console-packages-node.md +++ b/mdop/appv-v4/server-management-console-packages-node.md @@ -1,10 +1,15 @@ --- title: Server Management Console Packages Node description: Server Management Console Packages Node -ms.assetid: 458424f6-d586-4fa8-bf61-44c5028a4490 author: jamiejdt +ms.assetid: 458424f6-d586-4fa8-bf61-44c5028a4490 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Management Console: Packages Node diff --git a/mdop/appv-v4/server-management-console-provider-policies-node.md b/mdop/appv-v4/server-management-console-provider-policies-node.md index 46a2a25ce0..fa67e1927f 100644 --- a/mdop/appv-v4/server-management-console-provider-policies-node.md +++ b/mdop/appv-v4/server-management-console-provider-policies-node.md @@ -1,10 +1,15 @@ --- title: Server Management Console Provider Policies Node description: Server Management Console Provider Policies Node -ms.assetid: a5b99158-9af8-45bb-b3b8-61e220529e14 author: jamiejdt +ms.assetid: a5b99158-9af8-45bb-b3b8-61e220529e14 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Management Console: Provider Policies Node diff --git a/mdop/appv-v4/server-management-console-reports-node.md b/mdop/appv-v4/server-management-console-reports-node.md index ae90da9ef1..a558b6b929 100644 --- a/mdop/appv-v4/server-management-console-reports-node.md +++ b/mdop/appv-v4/server-management-console-reports-node.md @@ -1,10 +1,15 @@ --- title: Server Management Console Reports Node description: Server Management Console Reports Node -ms.assetid: 9dde6332-5882-40dd-8a8f-857216df80ed author: jamiejdt +ms.assetid: 9dde6332-5882-40dd-8a8f-857216df80ed +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Management Console: Reports Node diff --git a/mdop/appv-v4/server-management-console-server-groups-node.md b/mdop/appv-v4/server-management-console-server-groups-node.md index cea9e871aa..ed640f64a0 100644 --- a/mdop/appv-v4/server-management-console-server-groups-node.md +++ b/mdop/appv-v4/server-management-console-server-groups-node.md @@ -1,10 +1,15 @@ --- title: Server Management Console Server Groups Node description: Server Management Console Server Groups Node -ms.assetid: 83b86fc5-3f77-4470-985a-cf0bb8686067 author: jamiejdt +ms.assetid: 83b86fc5-3f77-4470-985a-cf0bb8686067 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Server Management Console: Server Groups Node diff --git a/mdop/appv-v4/sftmime--command-reference.md b/mdop/appv-v4/sftmime--command-reference.md index f02116fc10..0ce7afc1d8 100644 --- a/mdop/appv-v4/sftmime--command-reference.md +++ b/mdop/appv-v4/sftmime--command-reference.md @@ -1,10 +1,15 @@ --- title: SFTMIME Command Reference description: SFTMIME Command Reference -ms.assetid: a4a69228-9dd3-4623-b773-899d03c0cf10 author: jamiejdt +ms.assetid: a4a69228-9dd3-4623-b773-899d03c0cf10 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # SFTMIME Command Reference diff --git a/mdop/appv-v4/sfttray-command-reference.md b/mdop/appv-v4/sfttray-command-reference.md index 259629eb0d..38d37f6ca0 100644 --- a/mdop/appv-v4/sfttray-command-reference.md +++ b/mdop/appv-v4/sfttray-command-reference.md @@ -1,10 +1,15 @@ --- title: SFTTRAY Command Reference description: SFTTRAY Command Reference -ms.assetid: 6fa3a939-b047-4d6c-bd1d-dfb93e065eb2 author: jamiejdt +ms.assetid: 6fa3a939-b047-4d6c-bd1d-dfb93e065eb2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # SFTTRAY Command Reference diff --git a/mdop/appv-v4/side-by-side-privatization-failed-dialog-box--app-v-46-sp1-.md b/mdop/appv-v4/side-by-side-privatization-failed-dialog-box--app-v-46-sp1-.md index f17594b7a6..fabed09552 100644 --- a/mdop/appv-v4/side-by-side-privatization-failed-dialog-box--app-v-46-sp1-.md +++ b/mdop/appv-v4/side-by-side-privatization-failed-dialog-box--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Side-by-side Privatization Failed Dialog Box (App-V 4.6 SP1) description: Side-by-side Privatization Failed Dialog Box (App-V 4.6 SP1) -ms.assetid: bcdb9b82-b53d-4a36-9f5d-71c021d4be28 author: jamiejdt +ms.assetid: bcdb9b82-b53d-4a36-9f5d-71c021d4be28 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Side-by-side Privatization Failed Dialog Box (App-V 4.6 SP1) diff --git a/mdop/appv-v4/software-audit-reportserver.md b/mdop/appv-v4/software-audit-reportserver.md index b1d2c17700..14a1c59a43 100644 --- a/mdop/appv-v4/software-audit-reportserver.md +++ b/mdop/appv-v4/software-audit-reportserver.md @@ -1,10 +1,15 @@ --- title: Software Audit Report description: Software Audit Report -ms.assetid: 55a49ed2-f331-40d3-add6-8e5fcd6816fd author: jamiejdt +ms.assetid: 55a49ed2-f331-40d3-add6-8e5fcd6816fd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Software Audit Report diff --git a/mdop/appv-v4/stand-alone-delivery-scenario-for-application-virtualization-clients.md b/mdop/appv-v4/stand-alone-delivery-scenario-for-application-virtualization-clients.md index 1ad0001d5c..7d92bad5af 100644 --- a/mdop/appv-v4/stand-alone-delivery-scenario-for-application-virtualization-clients.md +++ b/mdop/appv-v4/stand-alone-delivery-scenario-for-application-virtualization-clients.md @@ -1,10 +1,15 @@ --- title: Stand-Alone Delivery Scenario for Application Virtualization Clients description: Stand-Alone Delivery Scenario for Application Virtualization Clients -ms.assetid: 7545b468-f58a-4504-a6d5-3c2d303731c4 author: jamiejdt +ms.assetid: 7545b468-f58a-4504-a6d5-3c2d303731c4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Stand-Alone Delivery Scenario for Application Virtualization Clients diff --git a/mdop/appv-v4/stand-alone-delivery-scenario-overview.md b/mdop/appv-v4/stand-alone-delivery-scenario-overview.md index 2c3386edaf..d5df082e1f 100644 --- a/mdop/appv-v4/stand-alone-delivery-scenario-overview.md +++ b/mdop/appv-v4/stand-alone-delivery-scenario-overview.md @@ -1,10 +1,15 @@ --- title: Stand-Alone Delivery Scenario Overview description: Stand-Alone Delivery Scenario Overview -ms.assetid: b109f309-f3c1-43af-996f-2a9b138dd171 author: jamiejdt +ms.assetid: b109f309-f3c1-43af-996f-2a9b138dd171 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Stand-Alone Delivery Scenario Overview diff --git a/mdop/appv-v4/streaming-page-learn-more.md b/mdop/appv-v4/streaming-page-learn-more.md index ed1189e189..a9e97633b5 100644 --- a/mdop/appv-v4/streaming-page-learn-more.md +++ b/mdop/appv-v4/streaming-page-learn-more.md @@ -1,10 +1,15 @@ --- title: Streaming Page description: Streaming Page -ms.assetid: a69a57a0-1bbe-4604-840d-bfa87ec463e1 author: jamiejdt +ms.assetid: a69a57a0-1bbe-4604-840d-bfa87ec463e1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Streaming Page diff --git a/mdop/appv-v4/support-for-client-reporting-over-http.md b/mdop/appv-v4/support-for-client-reporting-over-http.md index 0927f8acf0..a857fad0b2 100644 --- a/mdop/appv-v4/support-for-client-reporting-over-http.md +++ b/mdop/appv-v4/support-for-client-reporting-over-http.md @@ -1,10 +1,15 @@ --- title: Support for Client Reporting over HTTP description: Support for Client Reporting over HTTP -ms.assetid: 4a26ac80-1fb5-4c05-83de-4d06793f7bf2 author: jamiejdt +ms.assetid: 4a26ac80-1fb5-4c05-83de-4d06793f7bf2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Support for Client Reporting over HTTP diff --git a/mdop/appv-v4/sxs-conflict-detected-dialog-box--app-v-46-sp1-.md b/mdop/appv-v4/sxs-conflict-detected-dialog-box--app-v-46-sp1-.md index 5070c7a717..8f6780ab3d 100644 --- a/mdop/appv-v4/sxs-conflict-detected-dialog-box--app-v-46-sp1-.md +++ b/mdop/appv-v4/sxs-conflict-detected-dialog-box--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: SXS Conflict Detected Dialog Box (App-V 4.6 SP1) description: SXS Conflict Detected Dialog Box (App-V 4.6 SP1) -ms.assetid: 7cbb67ba-cc11-4f10-b903-4a6af233eacb author: jamiejdt +ms.assetid: 7cbb67ba-cc11-4f10-b903-4a6af233eacb +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # SXS Conflict Detected Dialog Box (App-V 4.6 SP1) diff --git a/mdop/appv-v4/system-error-reportserver.md b/mdop/appv-v4/system-error-reportserver.md index 89d1a2f374..509eb60933 100644 --- a/mdop/appv-v4/system-error-reportserver.md +++ b/mdop/appv-v4/system-error-reportserver.md @@ -1,10 +1,15 @@ --- title: System Error Report description: System Error Report -ms.assetid: 4081db2f-92a6-4928-a26b-757048159094 author: jamiejdt +ms.assetid: 4081db2f-92a6-4928-a26b-757048159094 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # System Error Report diff --git a/mdop/appv-v4/system-utilization-reportserver.md b/mdop/appv-v4/system-utilization-reportserver.md index 94f054d1c1..16e782f853 100644 --- a/mdop/appv-v4/system-utilization-reportserver.md +++ b/mdop/appv-v4/system-utilization-reportserver.md @@ -1,10 +1,15 @@ --- title: System Utilization Report description: System Utilization Report -ms.assetid: 4d490d15-2d1f-4f2c-99bb-0685447c0672 author: jamiejdt +ms.assetid: 4d490d15-2d1f-4f2c-99bb-0685447c0672 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # System Utilization Report diff --git a/mdop/appv-v4/target-os-page-learn-more.md b/mdop/appv-v4/target-os-page-learn-more.md index 7bae96c717..a4cc5854fa 100644 --- a/mdop/appv-v4/target-os-page-learn-more.md +++ b/mdop/appv-v4/target-os-page-learn-more.md @@ -1,10 +1,15 @@ --- title: Target OS Page description: Target OS Page -ms.assetid: 003fd992-0a7e-494e-9e75-4dd5e0927e15 author: jamiejdt +ms.assetid: 003fd992-0a7e-494e-9e75-4dd5e0927e15 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Target OS Page diff --git a/mdop/appv-v4/tasks-for-the-application-virtualization-sequencer--app-v-46-sp1-.md b/mdop/appv-v4/tasks-for-the-application-virtualization-sequencer--app-v-46-sp1-.md index 98855ad681..a5cfdd724a 100644 --- a/mdop/appv-v4/tasks-for-the-application-virtualization-sequencer--app-v-46-sp1-.md +++ b/mdop/appv-v4/tasks-for-the-application-virtualization-sequencer--app-v-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Tasks for the Application Virtualization Sequencer (App-V 4.6 SP1) description: Tasks for the Application Virtualization Sequencer (App-V 4.6 SP1) -ms.assetid: 58597af9-6a62-4588-ab41-dbf6b7026267 author: jamiejdt +ms.assetid: 58597af9-6a62-4588-ab41-dbf6b7026267 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Tasks for the Application Virtualization Sequencer (App-V 4.6 SP1) diff --git a/mdop/appv-v4/tasks-for-the-application-virtualization-sequencer.md b/mdop/appv-v4/tasks-for-the-application-virtualization-sequencer.md index 727204a310..347c37ca39 100644 --- a/mdop/appv-v4/tasks-for-the-application-virtualization-sequencer.md +++ b/mdop/appv-v4/tasks-for-the-application-virtualization-sequencer.md @@ -1,10 +1,15 @@ --- title: Tasks for the Application Virtualization Sequencer description: Tasks for the Application Virtualization Sequencer -ms.assetid: 398018f4-297a-440d-b614-23f0ab03e7bd author: jamiejdt +ms.assetid: 398018f4-297a-440d-b614-23f0ab03e7bd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Tasks for the Application Virtualization Sequencer diff --git a/mdop/appv-v4/troubleshooting-application-virtualization-sequencer-issues.md b/mdop/appv-v4/troubleshooting-application-virtualization-sequencer-issues.md index dd059c9c08..64a242fc4c 100644 --- a/mdop/appv-v4/troubleshooting-application-virtualization-sequencer-issues.md +++ b/mdop/appv-v4/troubleshooting-application-virtualization-sequencer-issues.md @@ -1,10 +1,15 @@ --- title: Troubleshooting Application Virtualization Sequencer Issues description: Troubleshooting Application Virtualization Sequencer Issues -ms.assetid: 2712094b-a0bc-4643-aced-5415535f3fec author: jamiejdt +ms.assetid: 2712094b-a0bc-4643-aced-5415535f3fec +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Troubleshooting Application Virtualization Sequencer Issues diff --git a/mdop/appv-v4/troubleshooting-certificate-permission-issues.md b/mdop/appv-v4/troubleshooting-certificate-permission-issues.md index 67cb96c9ae..621d479832 100644 --- a/mdop/appv-v4/troubleshooting-certificate-permission-issues.md +++ b/mdop/appv-v4/troubleshooting-certificate-permission-issues.md @@ -1,10 +1,15 @@ --- title: Troubleshooting Certificate Permission Issues description: Troubleshooting Certificate Permission Issues -ms.assetid: 06b8cbbc-93fd-44aa-af39-2d780792d3c3 author: jamiejdt +ms.assetid: 06b8cbbc-93fd-44aa-af39-2d780792d3c3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Troubleshooting Certificate Permission Issues diff --git a/mdop/appv-v4/troubleshooting-information-for-the-application-virtualization-client.md b/mdop/appv-v4/troubleshooting-information-for-the-application-virtualization-client.md index 7d6cdda987..c40afe4a07 100644 --- a/mdop/appv-v4/troubleshooting-information-for-the-application-virtualization-client.md +++ b/mdop/appv-v4/troubleshooting-information-for-the-application-virtualization-client.md @@ -1,10 +1,15 @@ --- title: Troubleshooting Information for the Application Virtualization Client description: Troubleshooting Information for the Application Virtualization Client -ms.assetid: 260a8dad-847f-4ec0-b7dd-6e6bc52017ed author: jamiejdt +ms.assetid: 260a8dad-847f-4ec0-b7dd-6e6bc52017ed +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Troubleshooting Information for the Application Virtualization Client diff --git a/mdop/appv-v4/troubleshooting-information-for-the-application-virtualization-server.md b/mdop/appv-v4/troubleshooting-information-for-the-application-virtualization-server.md index 0dcc61ea2a..d2ccb4d4bd 100644 --- a/mdop/appv-v4/troubleshooting-information-for-the-application-virtualization-server.md +++ b/mdop/appv-v4/troubleshooting-information-for-the-application-virtualization-server.md @@ -1,10 +1,15 @@ --- title: Troubleshooting Information for the Application Virtualization Server description: Troubleshooting Information for the Application Virtualization Server -ms.assetid: e9d43d9b-84f2-4d1b-bb90-a13740151e0c author: jamiejdt +ms.assetid: e9d43d9b-84f2-4d1b-bb90-a13740151e0c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Troubleshooting Information for the Application Virtualization Server diff --git a/mdop/appv-v4/troubleshooting-the-application-virtualization-sequencer.md b/mdop/appv-v4/troubleshooting-the-application-virtualization-sequencer.md index 3df7a2f8ae..36fb513be9 100644 --- a/mdop/appv-v4/troubleshooting-the-application-virtualization-sequencer.md +++ b/mdop/appv-v4/troubleshooting-the-application-virtualization-sequencer.md @@ -1,10 +1,15 @@ --- title: Troubleshooting the Application Virtualization Sequencer description: Troubleshooting the Application Virtualization Sequencer -ms.assetid: 12ea8367-0b84-44e1-a885-e0539486556b author: jamiejdt +ms.assetid: 12ea8367-0b84-44e1-a885-e0539486556b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Troubleshooting the Application Virtualization Sequencer diff --git a/mdop/appv-v4/type-of-application-page--learn-more-.md b/mdop/appv-v4/type-of-application-page--learn-more-.md index a6ad8ccc0a..2cfd28c489 100644 --- a/mdop/appv-v4/type-of-application-page--learn-more-.md +++ b/mdop/appv-v4/type-of-application-page--learn-more-.md @@ -1,10 +1,15 @@ --- title: Type of Application Page (Learn More) description: Type of Application Page (Learn More) -ms.assetid: d1262d16-7b14-441e-8500-7974bf68d196 author: jamiejdt +ms.assetid: d1262d16-7b14-441e-8500-7974bf68d196 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Type of Application Page (Learn More) diff --git a/mdop/appv-v4/unload-app.md b/mdop/appv-v4/unload-app.md index 31cec4d1ac..615e76c75d 100644 --- a/mdop/appv-v4/unload-app.md +++ b/mdop/appv-v4/unload-app.md @@ -1,10 +1,15 @@ --- title: UNLOAD APP description: UNLOAD APP -ms.assetid: f0d729ae-8772-498b-be11-1a4b35499c53 author: jamiejdt +ms.assetid: f0d729ae-8772-498b-be11-1a4b35499c53 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # UNLOAD APP diff --git a/mdop/appv-v4/unload-package.md b/mdop/appv-v4/unload-package.md index f5b5dc610c..42638a82d8 100644 --- a/mdop/appv-v4/unload-package.md +++ b/mdop/appv-v4/unload-package.md @@ -1,10 +1,15 @@ --- title: UNLOAD PACKAGE description: UNLOAD PACKAGE -ms.assetid: a076eb5a-ce3d-49e4-ac7a-4d4df10e3477 author: jamiejdt +ms.assetid: a076eb5a-ce3d-49e4-ac7a-4d4df10e3477 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # UNLOAD PACKAGE diff --git a/mdop/appv-v4/unlock-app.md b/mdop/appv-v4/unlock-app.md index 341bf0b546..9a8f6685b3 100644 --- a/mdop/appv-v4/unlock-app.md +++ b/mdop/appv-v4/unlock-app.md @@ -1,10 +1,15 @@ --- title: UNLOCK APP description: UNLOCK APP -ms.assetid: 91fc8ceb-b4f5-4a06-8193-05189f830943 author: jamiejdt +ms.assetid: 91fc8ceb-b4f5-4a06-8193-05189f830943 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # UNLOCK APP diff --git a/mdop/appv-v4/unpublish-package.md b/mdop/appv-v4/unpublish-package.md index 638eaf682d..ad1c0ad0e8 100644 --- a/mdop/appv-v4/unpublish-package.md +++ b/mdop/appv-v4/unpublish-package.md @@ -1,10 +1,15 @@ --- title: UNPUBLISH PACKAGE description: UNPUBLISH PACKAGE -ms.assetid: 1651427c-72a5-4701-bb57-71e14a7a3803 author: jamiejdt +ms.assetid: 1651427c-72a5-4701-bb57-71e14a7a3803 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # UNPUBLISH PACKAGE diff --git a/mdop/appv-v4/user-access-permissions-in-application-virtualization-client.md b/mdop/appv-v4/user-access-permissions-in-application-virtualization-client.md index ade9763316..e7708095c8 100644 --- a/mdop/appv-v4/user-access-permissions-in-application-virtualization-client.md +++ b/mdop/appv-v4/user-access-permissions-in-application-virtualization-client.md @@ -1,10 +1,15 @@ --- title: User Access Permissions in Application Virtualization Client description: User Access Permissions in Application Virtualization Client -ms.assetid: 7459374c-810c-45e3-b205-fdd1f8514f80 author: jamiejdt +ms.assetid: 7459374c-810c-45e3-b205-fdd1f8514f80 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # User Access Permissions in Application Virtualization Client diff --git a/mdop/appv-v4/using-application-virtualization-servers-as-a-package-management-solution.md b/mdop/appv-v4/using-application-virtualization-servers-as-a-package-management-solution.md index eb961a1f1a..85ceaf677c 100644 --- a/mdop/appv-v4/using-application-virtualization-servers-as-a-package-management-solution.md +++ b/mdop/appv-v4/using-application-virtualization-servers-as-a-package-management-solution.md @@ -1,10 +1,15 @@ --- title: Using Application Virtualization Servers as a Package Management Solution description: Using Application Virtualization Servers as a Package Management Solution -ms.assetid: 41597355-e7bb-45e2-b300-7b1724419975 author: jamiejdt +ms.assetid: 41597355-e7bb-45e2-b300-7b1724419975 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Using Application Virtualization Servers as a Package Management Solution diff --git a/mdop/appv-v4/using-electronic-software-distribution-as-a-package-management-solution.md b/mdop/appv-v4/using-electronic-software-distribution-as-a-package-management-solution.md index b3780658f1..488d150d9f 100644 --- a/mdop/appv-v4/using-electronic-software-distribution-as-a-package-management-solution.md +++ b/mdop/appv-v4/using-electronic-software-distribution-as-a-package-management-solution.md @@ -1,10 +1,15 @@ --- title: Using Electronic Software Distribution as a Package Management Solution description: Using Electronic Software Distribution as a Package Management Solution -ms.assetid: 7d96ea70-3e7e-49fa-89cc-586804a10657 author: jamiejdt +ms.assetid: 7d96ea70-3e7e-49fa-89cc-586804a10657 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Using Electronic Software Distribution as a Package Management Solution diff --git a/mdop/appv-v4/verify-applications-page--package-accelerators-.md b/mdop/appv-v4/verify-applications-page--package-accelerators-.md index 85315b863a..f1188fd7f4 100644 --- a/mdop/appv-v4/verify-applications-page--package-accelerators-.md +++ b/mdop/appv-v4/verify-applications-page--package-accelerators-.md @@ -1,10 +1,15 @@ --- title: Verify Applications Page (Package Accelerators) description: Verify Applications Page (Package Accelerators) -ms.assetid: e58a37db-d042-453f-aa0d-2f324600a35b author: jamiejdt +ms.assetid: e58a37db-d042-453f-aa0d-2f324600a35b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Verify Applications Page (Package Accelerators) diff --git a/mdop/appv-v4/virtual-application-package-additional-components.md b/mdop/appv-v4/virtual-application-package-additional-components.md index 8c40bfec9a..84ab9e06e7 100644 --- a/mdop/appv-v4/virtual-application-package-additional-components.md +++ b/mdop/appv-v4/virtual-application-package-additional-components.md @@ -1,10 +1,15 @@ --- title: Virtual Application Package Additional Components description: Virtual Application Package Additional Components -ms.assetid: 476b0f40-ebd6-4296-92fa-61fa9495c03c author: jamiejdt +ms.assetid: 476b0f40-ebd6-4296-92fa-61fa9495c03c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Virtual Application Package Additional Components diff --git a/mdop/appv-v4/virtual-file-system-tab-keep.md b/mdop/appv-v4/virtual-file-system-tab-keep.md index 48699d9ecf..0475749e86 100644 --- a/mdop/appv-v4/virtual-file-system-tab-keep.md +++ b/mdop/appv-v4/virtual-file-system-tab-keep.md @@ -1,10 +1,15 @@ --- title: Virtual File System Tab description: Virtual File System Tab -ms.assetid: 9d084e2a-720d-4a25-9cd5-d0d70868b413 author: jamiejdt +ms.assetid: 9d084e2a-720d-4a25-9cd5-d0d70868b413 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Virtual File System Tab diff --git a/mdop/appv-v4/virtual-registry-tab-keep.md b/mdop/appv-v4/virtual-registry-tab-keep.md index c5a9fadc93..61a6a84fa2 100644 --- a/mdop/appv-v4/virtual-registry-tab-keep.md +++ b/mdop/appv-v4/virtual-registry-tab-keep.md @@ -1,10 +1,15 @@ --- title: Virtual Registry Tab description: Virtual Registry Tab -ms.assetid: 25833383-24c4-40a1-b34c-73b2bd3f11e1 author: jamiejdt +ms.assetid: 25833383-24c4-40a1-b34c-73b2bd3f11e1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Virtual Registry Tab diff --git a/mdop/appv-v4/virtual-services-tab-keep.md b/mdop/appv-v4/virtual-services-tab-keep.md index 2196bdbfd3..feb72836d2 100644 --- a/mdop/appv-v4/virtual-services-tab-keep.md +++ b/mdop/appv-v4/virtual-services-tab-keep.md @@ -1,10 +1,15 @@ --- title: Virtual Services Tab description: Virtual Services Tab -ms.assetid: 9fc4679d-ccb5-4df7-99de-dd7d3a367ecc author: jamiejdt +ms.assetid: 9fc4679d-ccb5-4df7-99de-dd7d3a367ecc +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Virtual Services Tab diff --git a/mdop/appv-v4/wizard-pages--appv-46-sp1-.md b/mdop/appv-v4/wizard-pages--appv-46-sp1-.md index ad6e4ad754..58496ab6cd 100644 --- a/mdop/appv-v4/wizard-pages--appv-46-sp1-.md +++ b/mdop/appv-v4/wizard-pages--appv-46-sp1-.md @@ -1,10 +1,15 @@ --- title: Wizard Pages (AppV 4.6 SP1) description: Wizard Pages (AppV 4.6 SP1) -ms.assetid: dadab8cf-fe6d-4cff-8f6c-e9676f244872 author: jamiejdt +ms.assetid: dadab8cf-fe6d-4cff-8f6c-e9676f244872 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Wizard Pages (AppV 4.6 SP1) diff --git a/mdop/appv-v5/about-app-v-50-dynamic-configuration.md b/mdop/appv-v5/about-app-v-50-dynamic-configuration.md index f6ab4d46c5..8f3c1c475b 100644 --- a/mdop/appv-v5/about-app-v-50-dynamic-configuration.md +++ b/mdop/appv-v5/about-app-v-50-dynamic-configuration.md @@ -1,10 +1,15 @@ --- title: About App-V 5.0 Dynamic Configuration description: About App-V 5.0 Dynamic Configuration -ms.assetid: 88afaca1-68c5-45c4-a074-9371c56b5804 author: jamiejdt +ms.assetid: 88afaca1-68c5-45c4-a074-9371c56b5804 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About App-V 5.0 Dynamic Configuration diff --git a/mdop/appv-v5/about-app-v-50-reporting.md b/mdop/appv-v5/about-app-v-50-reporting.md index bc2655437c..77ba670095 100644 --- a/mdop/appv-v5/about-app-v-50-reporting.md +++ b/mdop/appv-v5/about-app-v-50-reporting.md @@ -1,10 +1,15 @@ --- title: About App-V 5.0 Reporting description: About App-V 5.0 Reporting -ms.assetid: 27c33dda-f017-41e3-8a78-1b681543ec4f author: jamiejdt +ms.assetid: 27c33dda-f017-41e3-8a78-1b681543ec4f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About App-V 5.0 Reporting diff --git a/mdop/appv-v5/about-app-v-50-sp1.md b/mdop/appv-v5/about-app-v-50-sp1.md index 5b0ed61abe..e6f75ebc8c 100644 --- a/mdop/appv-v5/about-app-v-50-sp1.md +++ b/mdop/appv-v5/about-app-v-50-sp1.md @@ -1,10 +1,15 @@ --- title: About App-V 5.0 SP1 description: About App-V 5.0 SP1 -ms.assetid: 2848a51b-452e-4c70-b465-f6717cfa667f author: jamiejdt +ms.assetid: 2848a51b-452e-4c70-b465-f6717cfa667f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About App-V 5.0 SP1 diff --git a/mdop/appv-v5/about-app-v-50-sp2.md b/mdop/appv-v5/about-app-v-50-sp2.md index c8940ba3af..22d8bd0187 100644 --- a/mdop/appv-v5/about-app-v-50-sp2.md +++ b/mdop/appv-v5/about-app-v-50-sp2.md @@ -1,10 +1,15 @@ --- title: About App-V 5.0 SP2 description: About App-V 5.0 SP2 -ms.assetid: 16ca8452-cef2-464e-b4b5-c10d4630fa6a author: jamiejdt +ms.assetid: 16ca8452-cef2-464e-b4b5-c10d4630fa6a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About App-V 5.0 SP2 diff --git a/mdop/appv-v5/about-app-v-50-sp3.md b/mdop/appv-v5/about-app-v-50-sp3.md index 84f1b27782..23f370c5a5 100644 --- a/mdop/appv-v5/about-app-v-50-sp3.md +++ b/mdop/appv-v5/about-app-v-50-sp3.md @@ -1,10 +1,15 @@ --- title: About App-V 5.0 SP3 description: About App-V 5.0 SP3 -ms.assetid: 67b5268b-edc1-4027-98b0-b3937dd70a6b author: jamiejdt +ms.assetid: 67b5268b-edc1-4027-98b0-b3937dd70a6b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About App-V 5.0 SP3 diff --git a/mdop/appv-v5/about-app-v-50.md b/mdop/appv-v5/about-app-v-50.md index d710506ab9..fbbc14a718 100644 --- a/mdop/appv-v5/about-app-v-50.md +++ b/mdop/appv-v5/about-app-v-50.md @@ -1,10 +1,15 @@ --- title: About App-V 5.0 description: About App-V 5.0 -ms.assetid: 5799141b-44bc-4033-afcc-212235e15f00 author: jamiejdt +ms.assetid: 5799141b-44bc-4033-afcc-212235e15f00 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About App-V 5.0 diff --git a/mdop/appv-v5/about-app-v-51-dynamic-configuration.md b/mdop/appv-v5/about-app-v-51-dynamic-configuration.md index 62b0bdd18f..284f844d97 100644 --- a/mdop/appv-v5/about-app-v-51-dynamic-configuration.md +++ b/mdop/appv-v5/about-app-v-51-dynamic-configuration.md @@ -1,10 +1,15 @@ --- title: About App-V 5.1 Dynamic Configuration description: About App-V 5.1 Dynamic Configuration -ms.assetid: 6cc1027c-576f-483b-ad0d-bb700594a92c author: jamiejdt +ms.assetid: 6cc1027c-576f-483b-ad0d-bb700594a92c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About App-V 5.1 Dynamic Configuration diff --git a/mdop/appv-v5/about-app-v-51-reporting.md b/mdop/appv-v5/about-app-v-51-reporting.md index aa753993f7..d225aab003 100644 --- a/mdop/appv-v5/about-app-v-51-reporting.md +++ b/mdop/appv-v5/about-app-v-51-reporting.md @@ -1,10 +1,15 @@ --- title: About App-V 5.1 Reporting description: About App-V 5.1 Reporting -ms.assetid: 385dca00-7178-4e35-8d86-c58867ebd65c author: jamiejdt +ms.assetid: 385dca00-7178-4e35-8d86-c58867ebd65c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About App-V 5.1 Reporting diff --git a/mdop/appv-v5/about-app-v-51.md b/mdop/appv-v5/about-app-v-51.md index debcd6ece3..54e14130c6 100644 --- a/mdop/appv-v5/about-app-v-51.md +++ b/mdop/appv-v5/about-app-v-51.md @@ -1,10 +1,15 @@ --- title: About App-V 5.1 description: About App-V 5.1 -ms.assetid: 35bc9908-d502-4a9c-873f-8ee17b6d9d74 author: jamiejdt +ms.assetid: 35bc9908-d502-4a9c-873f-8ee17b6d9d74 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About App-V 5.1 diff --git a/mdop/appv-v5/about-client-configuration-settings.md b/mdop/appv-v5/about-client-configuration-settings.md index 0dc04bb373..eab741996e 100644 --- a/mdop/appv-v5/about-client-configuration-settings.md +++ b/mdop/appv-v5/about-client-configuration-settings.md @@ -1,10 +1,15 @@ --- title: About Client Configuration Settings description: About Client Configuration Settings -ms.assetid: cc7ae28c-b2ac-4f68-b992-5ccdbd5316a4 author: jamiejdt +ms.assetid: cc7ae28c-b2ac-4f68-b992-5ccdbd5316a4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About Client Configuration Settings diff --git a/mdop/appv-v5/about-client-configuration-settings51.md b/mdop/appv-v5/about-client-configuration-settings51.md index f77a20a083..eef3c13cbc 100644 --- a/mdop/appv-v5/about-client-configuration-settings51.md +++ b/mdop/appv-v5/about-client-configuration-settings51.md @@ -1,10 +1,15 @@ --- title: About Client Configuration Settings description: About Client Configuration Settings -ms.assetid: 18bb307a-7eda-4dd6-a83e-6afaefd99470 author: jamiejdt +ms.assetid: 18bb307a-7eda-4dd6-a83e-6afaefd99470 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About Client Configuration Settings diff --git a/mdop/appv-v5/about-the-connection-group-file.md b/mdop/appv-v5/about-the-connection-group-file.md index bc969fdf9c..50658ec829 100644 --- a/mdop/appv-v5/about-the-connection-group-file.md +++ b/mdop/appv-v5/about-the-connection-group-file.md @@ -1,10 +1,15 @@ --- title: About the Connection Group File description: About the Connection Group File -ms.assetid: bfeb6013-a7ca-4e36-9fe3-229702e83f0d author: jamiejdt +ms.assetid: bfeb6013-a7ca-4e36-9fe3-229702e83f0d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About the Connection Group File diff --git a/mdop/appv-v5/about-the-connection-group-file51.md b/mdop/appv-v5/about-the-connection-group-file51.md index e738ccb29c..9ea51a48cb 100644 --- a/mdop/appv-v5/about-the-connection-group-file51.md +++ b/mdop/appv-v5/about-the-connection-group-file51.md @@ -1,10 +1,15 @@ --- title: About the Connection Group File description: About the Connection Group File -ms.assetid: 1f4df515-f5f6-4b58-91a8-c71598cb3ea4 author: jamiejdt +ms.assetid: 1f4df515-f5f6-4b58-91a8-c71598cb3ea4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About the Connection Group File diff --git a/mdop/appv-v5/about-the-connection-group-virtual-environment.md b/mdop/appv-v5/about-the-connection-group-virtual-environment.md index 81cb596ffe..b68220bee7 100644 --- a/mdop/appv-v5/about-the-connection-group-virtual-environment.md +++ b/mdop/appv-v5/about-the-connection-group-virtual-environment.md @@ -1,10 +1,15 @@ --- title: About the Connection Group Virtual Environment description: About the Connection Group Virtual Environment -ms.assetid: 535fa640-cbd9-425e-8437-94650a70c264 author: jamiejdt +ms.assetid: 535fa640-cbd9-425e-8437-94650a70c264 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About the Connection Group Virtual Environment diff --git a/mdop/appv-v5/about-the-connection-group-virtual-environment51.md b/mdop/appv-v5/about-the-connection-group-virtual-environment51.md index 8ae7215407..ce5deaacd8 100644 --- a/mdop/appv-v5/about-the-connection-group-virtual-environment51.md +++ b/mdop/appv-v5/about-the-connection-group-virtual-environment51.md @@ -1,10 +1,15 @@ --- title: About the Connection Group Virtual Environment description: About the Connection Group Virtual Environment -ms.assetid: b7bb0e3d-8cd5-45a9-b84e-c9ab4196a18c author: jamiejdt +ms.assetid: b7bb0e3d-8cd5-45a9-b84e-c9ab4196a18c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # About the Connection Group Virtual Environment diff --git a/mdop/appv-v5/accessibility-for-app-v-50.md b/mdop/appv-v5/accessibility-for-app-v-50.md index 3123c0ffbb..a58364ec78 100644 --- a/mdop/appv-v5/accessibility-for-app-v-50.md +++ b/mdop/appv-v5/accessibility-for-app-v-50.md @@ -1,10 +1,15 @@ --- title: Accessibility for App-V 5.0 description: Accessibility for App-V 5.0 -ms.assetid: 56696523-6332-4bbe-8ddf-32b1dfe38131 author: jamiejdt +ms.assetid: 56696523-6332-4bbe-8ddf-32b1dfe38131 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Accessibility for App-V 5.0 diff --git a/mdop/appv-v5/accessibility-for-app-v-51.md b/mdop/appv-v5/accessibility-for-app-v-51.md index 7a383b1f92..1d53ac7b5d 100644 --- a/mdop/appv-v5/accessibility-for-app-v-51.md +++ b/mdop/appv-v5/accessibility-for-app-v-51.md @@ -1,10 +1,15 @@ --- title: Accessibility for App-V 5.1 description: Accessibility for App-V 5.1 -ms.assetid: ef3f7742-f2e9-4748-ad60-74e0961b1bd9 author: jamiejdt +ms.assetid: ef3f7742-f2e9-4748-ad60-74e0961b1bd9 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Accessibility for App-V 5.1 diff --git a/mdop/appv-v5/administering-app-v-50-virtual-applications-by-using-the-management-console.md b/mdop/appv-v5/administering-app-v-50-virtual-applications-by-using-the-management-console.md index 9eb66a738d..e2b3deae7e 100644 --- a/mdop/appv-v5/administering-app-v-50-virtual-applications-by-using-the-management-console.md +++ b/mdop/appv-v5/administering-app-v-50-virtual-applications-by-using-the-management-console.md @@ -1,10 +1,15 @@ --- title: Administering App-V 5.0 Virtual Applications by Using the Management Console description: Administering App-V 5.0 Virtual Applications by Using the Management Console -ms.assetid: e9280dbd-782b-493a-b495-daab25247795 author: jamiejdt +ms.assetid: e9280dbd-782b-493a-b495-daab25247795 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Administering App-V 5.0 Virtual Applications by Using the Management Console diff --git a/mdop/appv-v5/administering-app-v-51-by-using-powershell.md b/mdop/appv-v5/administering-app-v-51-by-using-powershell.md index c4a7a6e937..9ef5c045b0 100644 --- a/mdop/appv-v5/administering-app-v-51-by-using-powershell.md +++ b/mdop/appv-v5/administering-app-v-51-by-using-powershell.md @@ -1,10 +1,15 @@ --- title: Administering App-V 5.1 by Using PowerShell description: Administering App-V 5.1 by Using PowerShell -ms.assetid: 9e10ff07-2cd9-4dc1-9e99-582f90c36081 author: jamiejdt +ms.assetid: 9e10ff07-2cd9-4dc1-9e99-582f90c36081 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Administering App-V 5.1 by Using PowerShell diff --git a/mdop/appv-v5/administering-app-v-51-virtual-applications-by-using-the-management-console.md b/mdop/appv-v5/administering-app-v-51-virtual-applications-by-using-the-management-console.md index f826506ee6..86c758bbe3 100644 --- a/mdop/appv-v5/administering-app-v-51-virtual-applications-by-using-the-management-console.md +++ b/mdop/appv-v5/administering-app-v-51-virtual-applications-by-using-the-management-console.md @@ -1,10 +1,15 @@ --- title: Administering App-V 5.1 Virtual Applications by Using the Management Console description: Administering App-V 5.1 Virtual Applications by Using the Management Console -ms.assetid: a4d078aa-ec54-4fa4-9463-bfb3b971d724 author: jamiejdt +ms.assetid: a4d078aa-ec54-4fa4-9463-bfb3b971d724 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Administering App-V 5.1 Virtual Applications by Using the Management Console diff --git a/mdop/appv-v5/administering-app-v-by-using-powershell.md b/mdop/appv-v5/administering-app-v-by-using-powershell.md index c83ebc0d3c..35c4f662fe 100644 --- a/mdop/appv-v5/administering-app-v-by-using-powershell.md +++ b/mdop/appv-v5/administering-app-v-by-using-powershell.md @@ -1,10 +1,15 @@ --- title: Administering App-V by Using PowerShell description: Administering App-V by Using PowerShell -ms.assetid: 1ff4686a-1e19-4eff-b648-ada091281094 author: jamiejdt +ms.assetid: 1ff4686a-1e19-4eff-b648-ada091281094 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Administering App-V by Using PowerShell diff --git a/mdop/appv-v5/app-v-50-capacity-planning.md b/mdop/appv-v5/app-v-50-capacity-planning.md index 5cd211fea2..695aeb2033 100644 --- a/mdop/appv-v5/app-v-50-capacity-planning.md +++ b/mdop/appv-v5/app-v-50-capacity-planning.md @@ -1,10 +1,15 @@ --- title: App-V 5.0 Capacity Planning description: App-V 5.0 Capacity Planning -ms.assetid: 56f48b00-cd91-4280-9481-5372a0e2e792 author: jamiejdt +ms.assetid: 56f48b00-cd91-4280-9481-5372a0e2e792 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.0 Capacity Planning diff --git a/mdop/appv-v5/app-v-50-deployment-checklist.md b/mdop/appv-v5/app-v-50-deployment-checklist.md index fe56d9ee8b..83a1db1d0e 100644 --- a/mdop/appv-v5/app-v-50-deployment-checklist.md +++ b/mdop/appv-v5/app-v-50-deployment-checklist.md @@ -1,10 +1,15 @@ --- title: App-V 5.0 Deployment Checklist description: App-V 5.0 Deployment Checklist -ms.assetid: d6d93152-82b4-4b02-8b11-ed21d3331f00 author: jamiejdt +ms.assetid: d6d93152-82b4-4b02-8b11-ed21d3331f00 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.0 Deployment Checklist diff --git a/mdop/appv-v5/app-v-50-planning-checklist.md b/mdop/appv-v5/app-v-50-planning-checklist.md index 7b8aa4dcc0..f8b367c08b 100644 --- a/mdop/appv-v5/app-v-50-planning-checklist.md +++ b/mdop/appv-v5/app-v-50-planning-checklist.md @@ -1,10 +1,15 @@ --- title: App-V 5.0 Planning Checklist description: App-V 5.0 Planning Checklist -ms.assetid: 81d3fa62-3c9e-4de7-a9da-cd13112b0862 author: jamiejdt +ms.assetid: 81d3fa62-3c9e-4de7-a9da-cd13112b0862 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.0 Planning Checklist diff --git a/mdop/appv-v5/app-v-50-prerequisites.md b/mdop/appv-v5/app-v-50-prerequisites.md index 47b63b889f..29c64a87d8 100644 --- a/mdop/appv-v5/app-v-50-prerequisites.md +++ b/mdop/appv-v5/app-v-50-prerequisites.md @@ -1,10 +1,15 @@ --- title: App-V 5.0 Prerequisites description: App-V 5.0 Prerequisites -ms.assetid: 9756b571-c785-4ce6-a95c-d4e134e89429 author: jamiejdt +ms.assetid: 9756b571-c785-4ce6-a95c-d4e134e89429 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.0 Prerequisites diff --git a/mdop/appv-v5/app-v-50-security-considerations.md b/mdop/appv-v5/app-v-50-security-considerations.md index 8b81ea6a43..80465b3f69 100644 --- a/mdop/appv-v5/app-v-50-security-considerations.md +++ b/mdop/appv-v5/app-v-50-security-considerations.md @@ -1,10 +1,15 @@ --- title: App-V 5.0 Security Considerations description: App-V 5.0 Security Considerations -ms.assetid: 1e7292a0-7972-4b4f-85a9-eaf33f6c563a author: jamiejdt +ms.assetid: 1e7292a0-7972-4b4f-85a9-eaf33f6c563a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.0 Security Considerations diff --git a/mdop/appv-v5/app-v-50-sp3-prerequisites.md b/mdop/appv-v5/app-v-50-sp3-prerequisites.md index 07ceeade57..9978ee71c6 100644 --- a/mdop/appv-v5/app-v-50-sp3-prerequisites.md +++ b/mdop/appv-v5/app-v-50-sp3-prerequisites.md @@ -1,10 +1,15 @@ --- title: App-V 5.0 SP3 Prerequisites description: App-V 5.0 SP3 Prerequisites -ms.assetid: fa8d5578-3a53-4e8a-95c7-e7a5f6e4a31c author: jamiejdt +ms.assetid: fa8d5578-3a53-4e8a-95c7-e7a5f6e4a31c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.0 SP3 Prerequisites diff --git a/mdop/appv-v5/app-v-50-sp3-supported-configurations.md b/mdop/appv-v5/app-v-50-sp3-supported-configurations.md index 50eda461f2..b8f5ab3ec8 100644 --- a/mdop/appv-v5/app-v-50-sp3-supported-configurations.md +++ b/mdop/appv-v5/app-v-50-sp3-supported-configurations.md @@ -1,10 +1,15 @@ --- title: App-V 5.0 SP3 Supported Configurations description: App-V 5.0 SP3 Supported Configurations -ms.assetid: 08ced79a-0ed3-43c3-82e7-de01c1f33e81 author: jamiejdt +ms.assetid: 08ced79a-0ed3-43c3-82e7-de01c1f33e81 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.0 SP3 Supported Configurations diff --git a/mdop/appv-v5/app-v-50-supported-configurations.md b/mdop/appv-v5/app-v-50-supported-configurations.md index 8898e7e682..017bbdc6b2 100644 --- a/mdop/appv-v5/app-v-50-supported-configurations.md +++ b/mdop/appv-v5/app-v-50-supported-configurations.md @@ -1,10 +1,15 @@ --- title: App-V 5.0 Supported Configurations description: App-V 5.0 Supported Configurations -ms.assetid: 3787ff63-7ce7-45a8-8f01-81b4b6dced34 author: jamiejdt +ms.assetid: 3787ff63-7ce7-45a8-8f01-81b4b6dced34 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.0 Supported Configurations diff --git a/mdop/appv-v5/app-v-51-capacity-planning.md b/mdop/appv-v5/app-v-51-capacity-planning.md index 9d8aa61db2..0b03aaf61c 100644 --- a/mdop/appv-v5/app-v-51-capacity-planning.md +++ b/mdop/appv-v5/app-v-51-capacity-planning.md @@ -1,10 +1,15 @@ --- title: App-V 5.1 Capacity Planning description: App-V 5.1 Capacity Planning -ms.assetid: 7a98062f-5a60-49d6-ab40-dc6057e1dd5a author: jamiejdt +ms.assetid: 7a98062f-5a60-49d6-ab40-dc6057e1dd5a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.1 Capacity Planning diff --git a/mdop/appv-v5/app-v-51-deployment-checklist.md b/mdop/appv-v5/app-v-51-deployment-checklist.md index fc2fd9af61..fcc9070695 100644 --- a/mdop/appv-v5/app-v-51-deployment-checklist.md +++ b/mdop/appv-v5/app-v-51-deployment-checklist.md @@ -1,10 +1,15 @@ --- title: App-V 5.1 Deployment Checklist description: App-V 5.1 Deployment Checklist -ms.assetid: 44bed85a-e4f5-49d7-a308-a2b681f76372 author: jamiejdt +ms.assetid: 44bed85a-e4f5-49d7-a308-a2b681f76372 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.1 Deployment Checklist diff --git a/mdop/appv-v5/app-v-51-planning-checklist.md b/mdop/appv-v5/app-v-51-planning-checklist.md index 435fcd369d..e321b07f09 100644 --- a/mdop/appv-v5/app-v-51-planning-checklist.md +++ b/mdop/appv-v5/app-v-51-planning-checklist.md @@ -1,10 +1,15 @@ --- title: App-V 5.1 Planning Checklist description: App-V 5.1 Planning Checklist -ms.assetid: 1e26a861-0612-43a6-972f-375a40a8dcbc author: jamiejdt +ms.assetid: 1e26a861-0612-43a6-972f-375a40a8dcbc +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.1 Planning Checklist diff --git a/mdop/appv-v5/app-v-51-prerequisites.md b/mdop/appv-v5/app-v-51-prerequisites.md index 7e5c206f80..9877e79367 100644 --- a/mdop/appv-v5/app-v-51-prerequisites.md +++ b/mdop/appv-v5/app-v-51-prerequisites.md @@ -1,10 +1,15 @@ --- title: App-V 5.1 Prerequisites description: App-V 5.1 Prerequisites -ms.assetid: 1bfa03c1-a4ae-45ec-8a2b-b10c2b94bfb0 author: jamiejdt +ms.assetid: 1bfa03c1-a4ae-45ec-8a2b-b10c2b94bfb0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.1 Prerequisites diff --git a/mdop/appv-v5/app-v-51-security-considerations.md b/mdop/appv-v5/app-v-51-security-considerations.md index 301912ccb0..0d4858a9e0 100644 --- a/mdop/appv-v5/app-v-51-security-considerations.md +++ b/mdop/appv-v5/app-v-51-security-considerations.md @@ -1,10 +1,15 @@ --- title: App-V 5.1 Security Considerations description: App-V 5.1 Security Considerations -ms.assetid: 6bc6c1fc-f813-47d4-b763-06fd4faf6a72 author: jamiejdt +ms.assetid: 6bc6c1fc-f813-47d4-b763-06fd4faf6a72 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.1 Security Considerations diff --git a/mdop/appv-v5/app-v-51-supported-configurations.md b/mdop/appv-v5/app-v-51-supported-configurations.md index 5f7e90b276..42cec8c337 100644 --- a/mdop/appv-v5/app-v-51-supported-configurations.md +++ b/mdop/appv-v5/app-v-51-supported-configurations.md @@ -1,10 +1,15 @@ --- title: App-V 5.1 Supported Configurations description: App-V 5.1 Supported Configurations -ms.assetid: 8b8db63b-f71c-4ae9-80e7-a6752334e1f6 author: jamiejdt +ms.assetid: 8b8db63b-f71c-4ae9-80e7-a6752334e1f6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # App-V 5.1 Supported Configurations diff --git a/mdop/appv-v5/application-publishing-and-client-interaction.md b/mdop/appv-v5/application-publishing-and-client-interaction.md index d6c994e128..116dc7fb5b 100644 --- a/mdop/appv-v5/application-publishing-and-client-interaction.md +++ b/mdop/appv-v5/application-publishing-and-client-interaction.md @@ -1,10 +1,15 @@ --- title: Application Publishing and Client Interaction description: Application Publishing and Client Interaction -ms.assetid: c69a724a-85d1-4e2d-94a2-7ffe0b47d971 author: jamiejdt +ms.assetid: c69a724a-85d1-4e2d-94a2-7ffe0b47d971 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Application Publishing and Client Interaction diff --git a/mdop/appv-v5/application-publishing-and-client-interaction51.md b/mdop/appv-v5/application-publishing-and-client-interaction51.md index 699ff7c0a2..0754f6a1d8 100644 --- a/mdop/appv-v5/application-publishing-and-client-interaction51.md +++ b/mdop/appv-v5/application-publishing-and-client-interaction51.md @@ -1,10 +1,15 @@ --- title: Application Publishing and Client Interaction description: Application Publishing and Client Interaction -ms.assetid: 36a4bf6f-a917-41a6-9856-6248686df352 author: jamiejdt +ms.assetid: 36a4bf6f-a917-41a6-9856-6248686df352 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Application Publishing and Client Interaction diff --git a/mdop/appv-v5/check-reg-key-svr.md b/mdop/appv-v5/check-reg-key-svr.md index 40deca6793..c8af4a02c1 100644 --- a/mdop/appv-v5/check-reg-key-svr.md +++ b/mdop/appv-v5/check-reg-key-svr.md @@ -1,10 +1,14 @@ --- title: Check Registry Keys before installing App-V 5.x Server description: Check Registry Keys before installing App-V 5.x Server -ms.assetid: author: jamiejdt +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Check Registry Keys before installing App-V 5.x Server If you are upgrading the App-V Server from App-V 5.0 SP1 Hotfix Package 3 or later, complete the steps in this section before installing the App-V 5.x Server diff --git a/mdop/appv-v5/creating-and-managing-app-v-50-virtualized-applications.md b/mdop/appv-v5/creating-and-managing-app-v-50-virtualized-applications.md index 594a475e69..2e2cb15512 100644 --- a/mdop/appv-v5/creating-and-managing-app-v-50-virtualized-applications.md +++ b/mdop/appv-v5/creating-and-managing-app-v-50-virtualized-applications.md @@ -1,10 +1,15 @@ --- title: Creating and Managing App-V 5.0 Virtualized Applications description: Creating and Managing App-V 5.0 Virtualized Applications -ms.assetid: 66bab403-d7e0-4e7b-bc8f-a29a98a7160a author: jamiejdt +ms.assetid: 66bab403-d7e0-4e7b-bc8f-a29a98a7160a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Creating and Managing App-V 5.0 Virtualized Applications diff --git a/mdop/appv-v5/creating-and-managing-app-v-51-virtualized-applications.md b/mdop/appv-v5/creating-and-managing-app-v-51-virtualized-applications.md index 9d9109d788..b2c424e671 100644 --- a/mdop/appv-v5/creating-and-managing-app-v-51-virtualized-applications.md +++ b/mdop/appv-v5/creating-and-managing-app-v-51-virtualized-applications.md @@ -1,10 +1,15 @@ --- title: Creating and Managing App-V 5.1 Virtualized Applications description: Creating and Managing App-V 5.1 Virtualized Applications -ms.assetid: 26be4331-88eb-4cfb-9d82-e63d7ee54576 author: jamiejdt +ms.assetid: 26be4331-88eb-4cfb-9d82-e63d7ee54576 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Creating and Managing App-V 5.1 Virtualized Applications diff --git a/mdop/appv-v5/deploying-app-v-50-packages-by-using-electronic-software-distribution--esd-.md b/mdop/appv-v5/deploying-app-v-50-packages-by-using-electronic-software-distribution--esd-.md index 6959b19a32..90f6a35518 100644 --- a/mdop/appv-v5/deploying-app-v-50-packages-by-using-electronic-software-distribution--esd-.md +++ b/mdop/appv-v5/deploying-app-v-50-packages-by-using-electronic-software-distribution--esd-.md @@ -1,10 +1,15 @@ --- title: Deploying App-V 5.0 Packages by Using Electronic Software Distribution (ESD) description: Deploying App-V 5.0 Packages by Using Electronic Software Distribution (ESD) -ms.assetid: d1d74af4-229f-4578-8c95-554a3d7cd2f3 author: jamiejdt +ms.assetid: d1d74af4-229f-4578-8c95-554a3d7cd2f3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploying App-V 5.0 Packages by Using Electronic Software Distribution (ESD) diff --git a/mdop/appv-v5/deploying-app-v-50.md b/mdop/appv-v5/deploying-app-v-50.md index 70b5c3c418..2cf1eb276a 100644 --- a/mdop/appv-v5/deploying-app-v-50.md +++ b/mdop/appv-v5/deploying-app-v-50.md @@ -1,10 +1,15 @@ --- title: Deploying App-V 5.0 description: Deploying App-V 5.0 -ms.assetid: 77cb19d7-00e6-4b39-b35a-e8a8ca0b807b author: jamiejdt +ms.assetid: 77cb19d7-00e6-4b39-b35a-e8a8ca0b807b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploying App-V 5.0 diff --git a/mdop/appv-v5/deploying-app-v-51-packages-by-using-electronic-software-distribution--esd-.md b/mdop/appv-v5/deploying-app-v-51-packages-by-using-electronic-software-distribution--esd-.md index 80395b00a7..1e8db3d31a 100644 --- a/mdop/appv-v5/deploying-app-v-51-packages-by-using-electronic-software-distribution--esd-.md +++ b/mdop/appv-v5/deploying-app-v-51-packages-by-using-electronic-software-distribution--esd-.md @@ -1,10 +1,15 @@ --- title: Deploying App-V 5.1 Packages by Using Electronic Software Distribution (ESD) description: Deploying App-V 5.1 Packages by Using Electronic Software Distribution (ESD) -ms.assetid: c2e4d176-460d-44ca-9a1d-69d2a733aa42 author: jamiejdt +ms.assetid: c2e4d176-460d-44ca-9a1d-69d2a733aa42 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploying App-V 5.1 Packages by Using Electronic Software Distribution (ESD) diff --git a/mdop/appv-v5/deploying-app-v-51.md b/mdop/appv-v5/deploying-app-v-51.md index 2be47f1cb3..d2fd643e96 100644 --- a/mdop/appv-v5/deploying-app-v-51.md +++ b/mdop/appv-v5/deploying-app-v-51.md @@ -1,10 +1,15 @@ --- title: Deploying App-V 5.1 description: Deploying App-V 5.1 -ms.assetid: af8742bf-e24b-402a-bcf4-0f2297f26bc4 author: jamiejdt +ms.assetid: af8742bf-e24b-402a-bcf4-0f2297f26bc4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploying App-V 5.1 diff --git a/mdop/appv-v5/deploying-microsoft-office-2010-by-using-app-v.md b/mdop/appv-v5/deploying-microsoft-office-2010-by-using-app-v.md index d029460ab1..17fcf783cc 100644 --- a/mdop/appv-v5/deploying-microsoft-office-2010-by-using-app-v.md +++ b/mdop/appv-v5/deploying-microsoft-office-2010-by-using-app-v.md @@ -1,10 +1,15 @@ --- title: Deploying Microsoft Office 2010 by Using App-V description: Deploying Microsoft Office 2010 by Using App-V -ms.assetid: 0a9e496e-82a1-4dc0-a496-7b21eaa00f53 author: jamiejdt +ms.assetid: 0a9e496e-82a1-4dc0-a496-7b21eaa00f53 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploying Microsoft Office 2010 by Using App-V diff --git a/mdop/appv-v5/deploying-microsoft-office-2010-by-using-app-v51.md b/mdop/appv-v5/deploying-microsoft-office-2010-by-using-app-v51.md index 84d2f29028..8423b1637e 100644 --- a/mdop/appv-v5/deploying-microsoft-office-2010-by-using-app-v51.md +++ b/mdop/appv-v5/deploying-microsoft-office-2010-by-using-app-v51.md @@ -1,10 +1,15 @@ --- title: Deploying Microsoft Office 2010 by Using App-V description: Deploying Microsoft Office 2010 by Using App-V -ms.assetid: ae0b0459-c0d6-4946-b62d-ff153f52d1fb author: jamiejdt +ms.assetid: ae0b0459-c0d6-4946-b62d-ff153f52d1fb +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploying Microsoft Office 2010 by Using App-V diff --git a/mdop/appv-v5/deploying-microsoft-office-2013-by-using-app-v.md b/mdop/appv-v5/deploying-microsoft-office-2013-by-using-app-v.md index d6f455fecc..d6f50efe56 100644 --- a/mdop/appv-v5/deploying-microsoft-office-2013-by-using-app-v.md +++ b/mdop/appv-v5/deploying-microsoft-office-2013-by-using-app-v.md @@ -1,10 +1,15 @@ --- title: Deploying Microsoft Office 2013 by Using App-V description: Deploying Microsoft Office 2013 by Using App-V -ms.assetid: 02df5dc8-79e2-4c5c-8398-dbfb23344ab3 author: jamiejdt +ms.assetid: 02df5dc8-79e2-4c5c-8398-dbfb23344ab3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploying Microsoft Office 2013 by Using App-V diff --git a/mdop/appv-v5/deploying-microsoft-office-2013-by-using-app-v51.md b/mdop/appv-v5/deploying-microsoft-office-2013-by-using-app-v51.md index 7a406f664e..4004b3a502 100644 --- a/mdop/appv-v5/deploying-microsoft-office-2013-by-using-app-v51.md +++ b/mdop/appv-v5/deploying-microsoft-office-2013-by-using-app-v51.md @@ -1,10 +1,15 @@ --- title: Deploying Microsoft Office 2013 by Using App-V description: Deploying Microsoft Office 2013 by Using App-V -ms.assetid: 9a7be05e-2a7a-4874-af25-09c0f5037876 author: jamiejdt +ms.assetid: 9a7be05e-2a7a-4874-af25-09c0f5037876 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploying Microsoft Office 2013 by Using App-V diff --git a/mdop/appv-v5/deploying-the-app-v-50-sequencer-and-client.md b/mdop/appv-v5/deploying-the-app-v-50-sequencer-and-client.md index 08547af0cd..ba3cd02a53 100644 --- a/mdop/appv-v5/deploying-the-app-v-50-sequencer-and-client.md +++ b/mdop/appv-v5/deploying-the-app-v-50-sequencer-and-client.md @@ -1,10 +1,15 @@ --- title: Deploying the App-V 5.0 Sequencer and Client description: Deploying the App-V 5.0 Sequencer and Client -ms.assetid: 84cc84bd-5bc0-41aa-9519-0ded2932c078 author: jamiejdt +ms.assetid: 84cc84bd-5bc0-41aa-9519-0ded2932c078 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploying the App-V 5.0 Sequencer and Client diff --git a/mdop/appv-v5/deploying-the-app-v-50-server.md b/mdop/appv-v5/deploying-the-app-v-50-server.md index 4fa4249fc0..bfb6421638 100644 --- a/mdop/appv-v5/deploying-the-app-v-50-server.md +++ b/mdop/appv-v5/deploying-the-app-v-50-server.md @@ -1,10 +1,15 @@ --- title: Deploying the App-V 5.0 Server description: Deploying the App-V 5.0 Server -ms.assetid: a47f0dc8-2971-4e4d-8d57-6b69bbed4b63 author: jamiejdt +ms.assetid: a47f0dc8-2971-4e4d-8d57-6b69bbed4b63 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploying the App-V 5.0 Server diff --git a/mdop/appv-v5/deploying-the-app-v-51-sequencer-and-client.md b/mdop/appv-v5/deploying-the-app-v-51-sequencer-and-client.md index 089ef5ba06..b8ad0a60e3 100644 --- a/mdop/appv-v5/deploying-the-app-v-51-sequencer-and-client.md +++ b/mdop/appv-v5/deploying-the-app-v-51-sequencer-and-client.md @@ -1,10 +1,15 @@ --- title: Deploying the App-V 5.1 Sequencer and Client description: Deploying the App-V 5.1 Sequencer and Client -ms.assetid: 74f32794-4c76-436f-a542-f9e95d89063d author: jamiejdt +ms.assetid: 74f32794-4c76-436f-a542-f9e95d89063d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploying the App-V 5.1 Sequencer and Client diff --git a/mdop/appv-v5/deploying-the-app-v-51-server.md b/mdop/appv-v5/deploying-the-app-v-51-server.md index 30b95504df..fc6bce4a3d 100644 --- a/mdop/appv-v5/deploying-the-app-v-51-server.md +++ b/mdop/appv-v5/deploying-the-app-v-51-server.md @@ -1,10 +1,15 @@ --- title: Deploying the App-V 5.1 Server description: Deploying the App-V 5.1 Server -ms.assetid: 987b61dc-00d6-49ba-8f1b-92d7b948e702 author: jamiejdt +ms.assetid: 987b61dc-00d6-49ba-8f1b-92d7b948e702 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploying the App-V 5.1 Server diff --git a/mdop/appv-v5/evaluating-app-v-50.md b/mdop/appv-v5/evaluating-app-v-50.md index b4a8eb8edc..3d70ab88b3 100644 --- a/mdop/appv-v5/evaluating-app-v-50.md +++ b/mdop/appv-v5/evaluating-app-v-50.md @@ -1,10 +1,15 @@ --- title: Evaluating App-V 5.0 description: Evaluating App-V 5.0 -ms.assetid: 0b4a6b12-559d-429f-9659-dc8f4883feab author: jamiejdt +ms.assetid: 0b4a6b12-559d-429f-9659-dc8f4883feab +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Evaluating App-V 5.0 diff --git a/mdop/appv-v5/evaluating-app-v-51.md b/mdop/appv-v5/evaluating-app-v-51.md index aa5a2ef042..898d50bf64 100644 --- a/mdop/appv-v5/evaluating-app-v-51.md +++ b/mdop/appv-v5/evaluating-app-v-51.md @@ -1,10 +1,15 @@ --- title: Evaluating App-V 5.1 description: Evaluating App-V 5.1 -ms.assetid: 92d80b23-3eca-4be3-a771-e700ad1470db author: jamiejdt +ms.assetid: 92d80b23-3eca-4be3-a771-e700ad1470db +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Evaluating App-V 5.1 diff --git a/mdop/appv-v5/getting-started-with-app-v-50--rtm.md b/mdop/appv-v5/getting-started-with-app-v-50--rtm.md index df61867c14..3840ca02e8 100644 --- a/mdop/appv-v5/getting-started-with-app-v-50--rtm.md +++ b/mdop/appv-v5/getting-started-with-app-v-50--rtm.md @@ -1,10 +1,15 @@ --- title: Getting Started with App-V 5.0 description: Getting Started with App-V 5.0 -ms.assetid: 3e16eafb-ce95-4d06-b214-fe0f4b1b495f author: jamiejdt +ms.assetid: 3e16eafb-ce95-4d06-b214-fe0f4b1b495f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Getting Started with App-V 5.0 diff --git a/mdop/appv-v5/getting-started-with-app-v-51.md b/mdop/appv-v5/getting-started-with-app-v-51.md index 49ba48ded2..a52ed5a6af 100644 --- a/mdop/appv-v5/getting-started-with-app-v-51.md +++ b/mdop/appv-v5/getting-started-with-app-v-51.md @@ -1,10 +1,15 @@ --- title: Getting Started with App-V 5.1 description: Getting Started with App-V 5.1 -ms.assetid: 49a20e1f-0566-4e53-a417-1521393fc974 author: jamiejdt +ms.assetid: 49a20e1f-0566-4e53-a417-1521393fc974 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Getting Started with App-V 5.1 diff --git a/mdop/appv-v5/high-level-architecture-for-app-v-50.md b/mdop/appv-v5/high-level-architecture-for-app-v-50.md index fd90a2f467..579edddb0a 100644 --- a/mdop/appv-v5/high-level-architecture-for-app-v-50.md +++ b/mdop/appv-v5/high-level-architecture-for-app-v-50.md @@ -1,10 +1,15 @@ --- title: High Level Architecture for App-V 5.0 description: High Level Architecture for App-V 5.0 -ms.assetid: fdf8b841-918f-4672-b352-0f2b9519581b author: jamiejdt +ms.assetid: fdf8b841-918f-4672-b352-0f2b9519581b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # High Level Architecture for App-V 5.0 diff --git a/mdop/appv-v5/high-level-architecture-for-app-v-51.md b/mdop/appv-v5/high-level-architecture-for-app-v-51.md index 46d8049013..5a59ef3719 100644 --- a/mdop/appv-v5/high-level-architecture-for-app-v-51.md +++ b/mdop/appv-v5/high-level-architecture-for-app-v-51.md @@ -1,10 +1,15 @@ --- title: High Level Architecture for App-V 5.1 description: High Level Architecture for App-V 5.1 -ms.assetid: 90406361-55b8-40b7-85c0-449436789d4c author: jamiejdt +ms.assetid: 90406361-55b8-40b7-85c0-449436789d4c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # High Level Architecture for App-V 5.1 diff --git a/mdop/appv-v5/how-to-access-the-client-management-console.md b/mdop/appv-v5/how-to-access-the-client-management-console.md index c990bd0d49..b815a1b01d 100644 --- a/mdop/appv-v5/how-to-access-the-client-management-console.md +++ b/mdop/appv-v5/how-to-access-the-client-management-console.md @@ -1,10 +1,15 @@ --- title: How to Access the Client Management Console description: How to Access the Client Management Console -ms.assetid: 3f6303c7-f953-4623-8211-c20d1faa846b author: jamiejdt +ms.assetid: 3f6303c7-f953-4623-8211-c20d1faa846b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Access the Client Management Console diff --git a/mdop/appv-v5/how-to-access-the-client-management-console51.md b/mdop/appv-v5/how-to-access-the-client-management-console51.md index de62dc9f41..f17352c6ec 100644 --- a/mdop/appv-v5/how-to-access-the-client-management-console51.md +++ b/mdop/appv-v5/how-to-access-the-client-management-console51.md @@ -1,10 +1,15 @@ --- title: How to Access the Client Management Console description: How to Access the Client Management Console -ms.assetid: 22131251-acd5-44e7-a30b-7d389c518b6f author: jamiejdt +ms.assetid: 22131251-acd5-44e7-a30b-7d389c518b6f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Access the Client Management Console diff --git a/mdop/appv-v5/how-to-add-or-remove-an-administrator-by-using-the-management-console.md b/mdop/appv-v5/how-to-add-or-remove-an-administrator-by-using-the-management-console.md index 174d3be9fe..511850bdd2 100644 --- a/mdop/appv-v5/how-to-add-or-remove-an-administrator-by-using-the-management-console.md +++ b/mdop/appv-v5/how-to-add-or-remove-an-administrator-by-using-the-management-console.md @@ -1,10 +1,15 @@ --- title: How to Add or Remove an Administrator by Using the Management Console description: How to Add or Remove an Administrator by Using the Management Console -ms.assetid: 0e8ab443-1931-4b1a-95df-6ccbecc9efc5 author: jamiejdt +ms.assetid: 0e8ab443-1931-4b1a-95df-6ccbecc9efc5 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Add or Remove an Administrator by Using the Management Console diff --git a/mdop/appv-v5/how-to-add-or-remove-an-administrator-by-using-the-management-console51.md b/mdop/appv-v5/how-to-add-or-remove-an-administrator-by-using-the-management-console51.md index cd4788d85f..54118a770a 100644 --- a/mdop/appv-v5/how-to-add-or-remove-an-administrator-by-using-the-management-console51.md +++ b/mdop/appv-v5/how-to-add-or-remove-an-administrator-by-using-the-management-console51.md @@ -1,10 +1,15 @@ --- title: How to Add or Remove an Administrator by Using the Management Console description: How to Add or Remove an Administrator by Using the Management Console -ms.assetid: 7ff8c436-9d2e-446a-9ea2-bbab7e25bf21 author: jamiejdt +ms.assetid: 7ff8c436-9d2e-446a-9ea2-bbab7e25bf21 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Add or Remove an Administrator by Using the Management Console diff --git a/mdop/appv-v5/how-to-add-or-upgrade-packages-by-using-the-management-console-51-gb18030.md b/mdop/appv-v5/how-to-add-or-upgrade-packages-by-using-the-management-console-51-gb18030.md index 1a8f07c209..f4fd3c38c0 100644 --- a/mdop/appv-v5/how-to-add-or-upgrade-packages-by-using-the-management-console-51-gb18030.md +++ b/mdop/appv-v5/how-to-add-or-upgrade-packages-by-using-the-management-console-51-gb18030.md @@ -1,10 +1,15 @@ --- title: How to Add or Upgrade Packages by Using the Management Console description: How to Add or Upgrade Packages by Using the Management Console -ms.assetid: 62417b63-06b2-437c-8584-523e1dea97c3 author: jamiejdt +ms.assetid: 62417b63-06b2-437c-8584-523e1dea97c3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Add or Upgrade Packages by Using the Management Console diff --git a/mdop/appv-v5/how-to-add-or-upgrade-packages-by-using-the-management-console-beta-gb18030.md b/mdop/appv-v5/how-to-add-or-upgrade-packages-by-using-the-management-console-beta-gb18030.md index 2936a2148a..b341a7e4cd 100644 --- a/mdop/appv-v5/how-to-add-or-upgrade-packages-by-using-the-management-console-beta-gb18030.md +++ b/mdop/appv-v5/how-to-add-or-upgrade-packages-by-using-the-management-console-beta-gb18030.md @@ -1,10 +1,15 @@ --- title: How to Add or Upgrade Packages by Using the Management Console description: How to Add or Upgrade Packages by Using the Management Console -ms.assetid: 4e389d7e-f402-44a7-bc4c-42c2a8440573 author: jamiejdt +ms.assetid: 4e389d7e-f402-44a7-bc4c-42c2a8440573 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Add or Upgrade Packages by Using the Management Console diff --git a/mdop/appv-v5/how-to-allow-only-administrators-to-enable-connection-groups.md b/mdop/appv-v5/how-to-allow-only-administrators-to-enable-connection-groups.md index dbd176ba41..dfcca1f53f 100644 --- a/mdop/appv-v5/how-to-allow-only-administrators-to-enable-connection-groups.md +++ b/mdop/appv-v5/how-to-allow-only-administrators-to-enable-connection-groups.md @@ -1,10 +1,15 @@ --- title: How to Allow Only Administrators to Enable Connection Groups description: How to Allow Only Administrators to Enable Connection Groups -ms.assetid: 60e62426-624f-4f26-851e-41cd78520883 author: jamiejdt +ms.assetid: 60e62426-624f-4f26-851e-41cd78520883 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Allow Only Administrators to Enable Connection Groups diff --git a/mdop/appv-v5/how-to-allow-only-administrators-to-enable-connection-groups51.md b/mdop/appv-v5/how-to-allow-only-administrators-to-enable-connection-groups51.md index 8ff79c101b..d0531fb6d8 100644 --- a/mdop/appv-v5/how-to-allow-only-administrators-to-enable-connection-groups51.md +++ b/mdop/appv-v5/how-to-allow-only-administrators-to-enable-connection-groups51.md @@ -1,10 +1,15 @@ --- title: How to Allow Only Administrators to Enable Connection Groups description: How to Allow Only Administrators to Enable Connection Groups -ms.assetid: 42ca3157-5d85-467b-a148-09404f8f737a author: jamiejdt +ms.assetid: 42ca3157-5d85-467b-a148-09404f8f737a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Allow Only Administrators to Enable Connection Groups diff --git a/mdop/appv-v5/how-to-apply-the-deployment-configuration-file-by-using-powershell.md b/mdop/appv-v5/how-to-apply-the-deployment-configuration-file-by-using-powershell.md index 3d72e06400..936ff7aa3a 100644 --- a/mdop/appv-v5/how-to-apply-the-deployment-configuration-file-by-using-powershell.md +++ b/mdop/appv-v5/how-to-apply-the-deployment-configuration-file-by-using-powershell.md @@ -1,10 +1,15 @@ --- title: How to Apply the Deployment Configuration File by Using PowerShell description: How to Apply the Deployment Configuration File by Using PowerShell -ms.assetid: 5df5d5bc-6c72-4087-8b93-d6d4b502a1f4 author: jamiejdt +ms.assetid: 5df5d5bc-6c72-4087-8b93-d6d4b502a1f4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Apply the Deployment Configuration File by Using PowerShell diff --git a/mdop/appv-v5/how-to-apply-the-deployment-configuration-file-by-using-powershell51.md b/mdop/appv-v5/how-to-apply-the-deployment-configuration-file-by-using-powershell51.md index b01dc83c2e..4fd8673c66 100644 --- a/mdop/appv-v5/how-to-apply-the-deployment-configuration-file-by-using-powershell51.md +++ b/mdop/appv-v5/how-to-apply-the-deployment-configuration-file-by-using-powershell51.md @@ -1,10 +1,15 @@ --- title: How to Apply the Deployment Configuration File by Using PowerShell description: How to Apply the Deployment Configuration File by Using PowerShell -ms.assetid: 78fe0f15-4a36-41e3-96d6-7d5aa77c1e06 author: jamiejdt +ms.assetid: 78fe0f15-4a36-41e3-96d6-7d5aa77c1e06 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Apply the Deployment Configuration File by Using PowerShell diff --git a/mdop/appv-v5/how-to-apply-the-user-configuration-file-by-using-powershell.md b/mdop/appv-v5/how-to-apply-the-user-configuration-file-by-using-powershell.md index b9bd158358..5bdc4d860e 100644 --- a/mdop/appv-v5/how-to-apply-the-user-configuration-file-by-using-powershell.md +++ b/mdop/appv-v5/how-to-apply-the-user-configuration-file-by-using-powershell.md @@ -1,10 +1,15 @@ --- title: How to Apply the User Configuration File by Using PowerShell description: How to Apply the User Configuration File by Using PowerShell -ms.assetid: f7d7c595-4fdd-4096-b53d-9eead111c339 author: jamiejdt +ms.assetid: f7d7c595-4fdd-4096-b53d-9eead111c339 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Apply the User Configuration File by Using PowerShell diff --git a/mdop/appv-v5/how-to-apply-the-user-configuration-file-by-using-powershell51.md b/mdop/appv-v5/how-to-apply-the-user-configuration-file-by-using-powershell51.md index 80b84c45d2..d1382a0d8f 100644 --- a/mdop/appv-v5/how-to-apply-the-user-configuration-file-by-using-powershell51.md +++ b/mdop/appv-v5/how-to-apply-the-user-configuration-file-by-using-powershell51.md @@ -1,10 +1,15 @@ --- title: How to Apply the User Configuration File by Using PowerShell description: How to Apply the User Configuration File by Using PowerShell -ms.assetid: 986e638c-4a0c-4a7e-be73-f4615e8b8000 author: jamiejdt +ms.assetid: 986e638c-4a0c-4a7e-be73-f4615e8b8000 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Apply the User Configuration File by Using PowerShell diff --git a/mdop/appv-v5/how-to-configure-access-to-packages-by-using-the-management-console-50.md b/mdop/appv-v5/how-to-configure-access-to-packages-by-using-the-management-console-50.md index 1389c97677..207a8e9d65 100644 --- a/mdop/appv-v5/how-to-configure-access-to-packages-by-using-the-management-console-50.md +++ b/mdop/appv-v5/how-to-configure-access-to-packages-by-using-the-management-console-50.md @@ -1,10 +1,15 @@ --- title: How to Configure Access to Packages by Using the Management Console description: How to Configure Access to Packages by Using the Management Console -ms.assetid: 8f4c91e4-f4e6-48cf-aa94-6085a054e8f7 author: jamiejdt +ms.assetid: 8f4c91e4-f4e6-48cf-aa94-6085a054e8f7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Configure Access to Packages by Using the Management Console diff --git a/mdop/appv-v5/how-to-configure-access-to-packages-by-using-the-management-console-51.md b/mdop/appv-v5/how-to-configure-access-to-packages-by-using-the-management-console-51.md index 6af177942c..b2a8ec3d1a 100644 --- a/mdop/appv-v5/how-to-configure-access-to-packages-by-using-the-management-console-51.md +++ b/mdop/appv-v5/how-to-configure-access-to-packages-by-using-the-management-console-51.md @@ -1,10 +1,15 @@ --- title: How to Configure Access to Packages by Using the Management Console description: How to Configure Access to Packages by Using the Management Console -ms.assetid: 4fd39bc2-d814-46de-a108-1c21fa404e8a author: jamiejdt +ms.assetid: 4fd39bc2-d814-46de-a108-1c21fa404e8a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Configure Access to Packages by Using the Management Console diff --git a/mdop/appv-v5/how-to-configure-the-client-to-receive-package-and-connection-groups-updates-from-the-publishing-server-51.md b/mdop/appv-v5/how-to-configure-the-client-to-receive-package-and-connection-groups-updates-from-the-publishing-server-51.md index b83264acb5..fc8e29b0b1 100644 --- a/mdop/appv-v5/how-to-configure-the-client-to-receive-package-and-connection-groups-updates-from-the-publishing-server-51.md +++ b/mdop/appv-v5/how-to-configure-the-client-to-receive-package-and-connection-groups-updates-from-the-publishing-server-51.md @@ -1,10 +1,15 @@ --- title: How to Configure the Client to Receive Package and Connection Groups Updates From the Publishing Server description: How to Configure the Client to Receive Package and Connection Groups Updates From the Publishing Server -ms.assetid: 23b2d03a-20ce-4973-99ee-748f3b682207 author: jamiejdt +ms.assetid: 23b2d03a-20ce-4973-99ee-748f3b682207 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Configure the Client to Receive Package and Connection Groups Updates From the Publishing Server diff --git a/mdop/appv-v5/how-to-configure-the-client-to-receive-package-and-connection-groups-updates-from-the-publishing-server-beta.md b/mdop/appv-v5/how-to-configure-the-client-to-receive-package-and-connection-groups-updates-from-the-publishing-server-beta.md index 9322a6333d..422deb82e5 100644 --- a/mdop/appv-v5/how-to-configure-the-client-to-receive-package-and-connection-groups-updates-from-the-publishing-server-beta.md +++ b/mdop/appv-v5/how-to-configure-the-client-to-receive-package-and-connection-groups-updates-from-the-publishing-server-beta.md @@ -1,10 +1,15 @@ --- title: How to Configure the Client to Receive Package and Connection Groups Updates From the Publishing Server description: How to Configure the Client to Receive Package and Connection Groups Updates From the Publishing Server -ms.assetid: f5dfd96d-4b63-468c-8d93-9dfdf47c28fd author: jamiejdt +ms.assetid: f5dfd96d-4b63-468c-8d93-9dfdf47c28fd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Configure the Client to Receive Package and Connection Groups Updates From the Publishing Server diff --git a/mdop/appv-v5/how-to-connect-to-the-management-console-51.md b/mdop/appv-v5/how-to-connect-to-the-management-console-51.md index 7c8b49e3d3..a0e4c5c099 100644 --- a/mdop/appv-v5/how-to-connect-to-the-management-console-51.md +++ b/mdop/appv-v5/how-to-connect-to-the-management-console-51.md @@ -1,10 +1,15 @@ --- title: How to Connect to the Management Console description: How to Connect to the Management Console -ms.assetid: 5a15ed86-7db7-4df3-80ca-bde26f3285e1 author: jamiejdt +ms.assetid: 5a15ed86-7db7-4df3-80ca-bde26f3285e1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Connect to the Management Console diff --git a/mdop/appv-v5/how-to-connect-to-the-management-console-beta.md b/mdop/appv-v5/how-to-connect-to-the-management-console-beta.md index c702465cc9..cbe383be20 100644 --- a/mdop/appv-v5/how-to-connect-to-the-management-console-beta.md +++ b/mdop/appv-v5/how-to-connect-to-the-management-console-beta.md @@ -1,10 +1,15 @@ --- title: How to Connect to the Management Console description: How to Connect to the Management Console -ms.assetid: 67dfdfa1-e7dd-4c5e-aa50-f016bd1dc643 author: jamiejdt +ms.assetid: 67dfdfa1-e7dd-4c5e-aa50-f016bd1dc643 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Connect to the Management Console diff --git a/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md b/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md index fb5ec31adf..3a44e12d01 100644 --- a/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md +++ b/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v.md @@ -1,10 +1,15 @@ --- title: How to Convert a Package Created in a Previous Version of App-V description: How to Convert a Package Created in a Previous Version of App-V -ms.assetid: b092a5f8-cc5f-4df8-a5a2-0a68fd7bd5b2 author: jamiejdt +ms.assetid: b092a5f8-cc5f-4df8-a5a2-0a68fd7bd5b2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Convert a Package Created in a Previous Version of App-V diff --git a/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v51.md b/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v51.md index 1f0c5e65f4..33c8861c95 100644 --- a/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v51.md +++ b/mdop/appv-v5/how-to-convert-a-package-created-in-a-previous-version-of-app-v51.md @@ -1,10 +1,15 @@ --- title: How to Convert a Package Created in a Previous Version of App-V description: How to Convert a Package Created in a Previous Version of App-V -ms.assetid: 3366d399-2891-491d-8de1-f8cfdf39bbab author: jamiejdt +ms.assetid: 3366d399-2891-491d-8de1-f8cfdf39bbab +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Convert a Package Created in a Previous Version of App-V diff --git a/mdop/appv-v5/how-to-create-a-connection-group-with-user-published-and-globally-published-packages.md b/mdop/appv-v5/how-to-create-a-connection-group-with-user-published-and-globally-published-packages.md index 12327371df..446346aa98 100644 --- a/mdop/appv-v5/how-to-create-a-connection-group-with-user-published-and-globally-published-packages.md +++ b/mdop/appv-v5/how-to-create-a-connection-group-with-user-published-and-globally-published-packages.md @@ -1,10 +1,15 @@ --- title: How to Create a Connection Group with User-Published and Globally Published Packages description: How to Create a Connection Group with User-Published and Globally Published Packages -ms.assetid: 82f7ea7f-7b14-4506-8940-fdcd6c3e117f author: jamiejdt +ms.assetid: 82f7ea7f-7b14-4506-8940-fdcd6c3e117f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create a Connection Group with User-Published and Globally Published Packages diff --git a/mdop/appv-v5/how-to-create-a-connection-group-with-user-published-and-globally-published-packages51.md b/mdop/appv-v5/how-to-create-a-connection-group-with-user-published-and-globally-published-packages51.md index c9361fa6df..e69999a07a 100644 --- a/mdop/appv-v5/how-to-create-a-connection-group-with-user-published-and-globally-published-packages51.md +++ b/mdop/appv-v5/how-to-create-a-connection-group-with-user-published-and-globally-published-packages51.md @@ -1,10 +1,15 @@ --- title: How to Create a Connection Group with User-Published and Globally Published Packages description: How to Create a Connection Group with User-Published and Globally Published Packages -ms.assetid: 851b8742-0283-4aa6-b3a3-f7f6289824c3 author: jamiejdt +ms.assetid: 851b8742-0283-4aa6-b3a3-f7f6289824c3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create a Connection Group with User-Published and Globally Published Packages diff --git a/mdop/appv-v5/how-to-create-a-connection-group.md b/mdop/appv-v5/how-to-create-a-connection-group.md index 9f81d2a6a7..e17ae6903d 100644 --- a/mdop/appv-v5/how-to-create-a-connection-group.md +++ b/mdop/appv-v5/how-to-create-a-connection-group.md @@ -1,10 +1,15 @@ --- title: How to Create a Connection Group description: How to Create a Connection Group -ms.assetid: 9d272052-2d28-4e41-989c-89610482a0ca author: jamiejdt +ms.assetid: 9d272052-2d28-4e41-989c-89610482a0ca +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create a Connection Group diff --git a/mdop/appv-v5/how-to-create-a-connection-group51.md b/mdop/appv-v5/how-to-create-a-connection-group51.md index 318f46193e..d50df10015 100644 --- a/mdop/appv-v5/how-to-create-a-connection-group51.md +++ b/mdop/appv-v5/how-to-create-a-connection-group51.md @@ -1,10 +1,15 @@ --- title: How to Create a Connection Group description: How to Create a Connection Group -ms.assetid: 221e2eed-7ebb-42e3-b3d6-11c37c0578e6 author: jamiejdt +ms.assetid: 221e2eed-7ebb-42e3-b3d6-11c37c0578e6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create a Connection Group diff --git a/mdop/appv-v5/how-to-create-a-custom-configuration-file-by-using-the-app-v-50-management-console.md b/mdop/appv-v5/how-to-create-a-custom-configuration-file-by-using-the-app-v-50-management-console.md index 873a2e6281..40e093be75 100644 --- a/mdop/appv-v5/how-to-create-a-custom-configuration-file-by-using-the-app-v-50-management-console.md +++ b/mdop/appv-v5/how-to-create-a-custom-configuration-file-by-using-the-app-v-50-management-console.md @@ -1,10 +1,15 @@ --- title: How to Create a Custom Configuration File by Using the App-V 5.0 Management Console description: How to Create a Custom Configuration File by Using the App-V 5.0 Management Console -ms.assetid: 0d1f6768-be30-4682-8eeb-aa95918b24c3 author: jamiejdt +ms.assetid: 0d1f6768-be30-4682-8eeb-aa95918b24c3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create a Custom Configuration File by Using the App-V 5.0 Management Console diff --git a/mdop/appv-v5/how-to-create-a-custom-configuration-file-by-using-the-app-v-51-management-console.md b/mdop/appv-v5/how-to-create-a-custom-configuration-file-by-using-the-app-v-51-management-console.md index 7a6d1a8bb1..31df473599 100644 --- a/mdop/appv-v5/how-to-create-a-custom-configuration-file-by-using-the-app-v-51-management-console.md +++ b/mdop/appv-v5/how-to-create-a-custom-configuration-file-by-using-the-app-v-51-management-console.md @@ -1,10 +1,15 @@ --- title: How to Create a Custom Configuration File by Using the App-V 5.1 Management Console description: How to Create a Custom Configuration File by Using the App-V 5.1 Management Console -ms.assetid: f5ab426a-f49a-47b3-93f3-b9d60aada8f4 author: jamiejdt +ms.assetid: f5ab426a-f49a-47b3-93f3-b9d60aada8f4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create a Custom Configuration File by Using the App-V 5.1 Management Console diff --git a/mdop/appv-v5/how-to-create-a-package-accelerator-by-using-powershell.md b/mdop/appv-v5/how-to-create-a-package-accelerator-by-using-powershell.md index 367ac5c581..cd12be82af 100644 --- a/mdop/appv-v5/how-to-create-a-package-accelerator-by-using-powershell.md +++ b/mdop/appv-v5/how-to-create-a-package-accelerator-by-using-powershell.md @@ -1,10 +1,15 @@ --- title: How to Create a Package Accelerator by Using PowerShell description: How to Create a Package Accelerator by Using PowerShell -ms.assetid: 8e527363-d961-4153-826a-446a4ad8d980 author: jamiejdt +ms.assetid: 8e527363-d961-4153-826a-446a4ad8d980 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create a Package Accelerator by Using PowerShell diff --git a/mdop/appv-v5/how-to-create-a-package-accelerator-by-using-powershell51.md b/mdop/appv-v5/how-to-create-a-package-accelerator-by-using-powershell51.md index de983a9006..4582c375cb 100644 --- a/mdop/appv-v5/how-to-create-a-package-accelerator-by-using-powershell51.md +++ b/mdop/appv-v5/how-to-create-a-package-accelerator-by-using-powershell51.md @@ -1,10 +1,15 @@ --- title: How to Create a Package Accelerator by Using PowerShell description: How to Create a Package Accelerator by Using PowerShell -ms.assetid: 0cb98394-4477-4193-8c5f-1c1773c7263a author: jamiejdt +ms.assetid: 0cb98394-4477-4193-8c5f-1c1773c7263a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create a Package Accelerator by Using PowerShell diff --git a/mdop/appv-v5/how-to-create-a-package-accelerator.md b/mdop/appv-v5/how-to-create-a-package-accelerator.md index c46802abd5..98bb42a8c6 100644 --- a/mdop/appv-v5/how-to-create-a-package-accelerator.md +++ b/mdop/appv-v5/how-to-create-a-package-accelerator.md @@ -1,10 +1,15 @@ --- title: How to Create a Package Accelerator description: How to Create a Package Accelerator -ms.assetid: dfe305e5-7cf8-498f-9581-4805ffc722bd author: jamiejdt +ms.assetid: dfe305e5-7cf8-498f-9581-4805ffc722bd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create a Package Accelerator diff --git a/mdop/appv-v5/how-to-create-a-package-accelerator51.md b/mdop/appv-v5/how-to-create-a-package-accelerator51.md index 462d02cbb9..c91af276a3 100644 --- a/mdop/appv-v5/how-to-create-a-package-accelerator51.md +++ b/mdop/appv-v5/how-to-create-a-package-accelerator51.md @@ -1,10 +1,15 @@ --- title: How to Create a Package Accelerator description: How to Create a Package Accelerator -ms.assetid: b61f3581-7933-443e-b872-a96bed9ff8d7 author: jamiejdt +ms.assetid: b61f3581-7933-443e-b872-a96bed9ff8d7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create a Package Accelerator diff --git a/mdop/appv-v5/how-to-create-a-virtual-application-package-using-an-app-v-package-accelerator.md b/mdop/appv-v5/how-to-create-a-virtual-application-package-using-an-app-v-package-accelerator.md index 9c30163d6d..77339a6f0d 100644 --- a/mdop/appv-v5/how-to-create-a-virtual-application-package-using-an-app-v-package-accelerator.md +++ b/mdop/appv-v5/how-to-create-a-virtual-application-package-using-an-app-v-package-accelerator.md @@ -1,10 +1,15 @@ --- title: How to Create a Virtual Application Package Using an App-V Package Accelerator description: How to Create a Virtual Application Package Using an App-V Package Accelerator -ms.assetid: 715e7526-e100-419c-8fc1-75cbfe433835 author: jamiejdt +ms.assetid: 715e7526-e100-419c-8fc1-75cbfe433835 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create a Virtual Application Package Using an App-V Package Accelerator diff --git a/mdop/appv-v5/how-to-create-a-virtual-application-package-using-an-app-v-package-accelerator51.md b/mdop/appv-v5/how-to-create-a-virtual-application-package-using-an-app-v-package-accelerator51.md index 444283fe06..a37b57008f 100644 --- a/mdop/appv-v5/how-to-create-a-virtual-application-package-using-an-app-v-package-accelerator51.md +++ b/mdop/appv-v5/how-to-create-a-virtual-application-package-using-an-app-v-package-accelerator51.md @@ -1,10 +1,15 @@ --- title: How to Create a Virtual Application Package Using an App-V Package Accelerator description: How to Create a Virtual Application Package Using an App-V Package Accelerator -ms.assetid: eae1e4f8-f14f-4bc8-9867-052561c37297 author: jamiejdt +ms.assetid: eae1e4f8-f14f-4bc8-9867-052561c37297 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create a Virtual Application Package Using an App-V Package Accelerator diff --git a/mdop/appv-v5/how-to-create-and-use-a-project-template.md b/mdop/appv-v5/how-to-create-and-use-a-project-template.md index c541a525e3..11ba72eeb1 100644 --- a/mdop/appv-v5/how-to-create-and-use-a-project-template.md +++ b/mdop/appv-v5/how-to-create-and-use-a-project-template.md @@ -1,10 +1,15 @@ --- title: How to Create and Use a Project Template description: How to Create and Use a Project Template -ms.assetid: 2063f0b3-47a1-4090-bf99-0f26b107331c author: jamiejdt +ms.assetid: 2063f0b3-47a1-4090-bf99-0f26b107331c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create and Use a Project Template diff --git a/mdop/appv-v5/how-to-create-and-use-a-project-template51.md b/mdop/appv-v5/how-to-create-and-use-a-project-template51.md index 6d1fc06e42..40fc17a262 100644 --- a/mdop/appv-v5/how-to-create-and-use-a-project-template51.md +++ b/mdop/appv-v5/how-to-create-and-use-a-project-template51.md @@ -1,10 +1,15 @@ --- title: How to Create and Use a Project Template description: How to Create and Use a Project Template -ms.assetid: e5ac1dc8-a88f-4b16-8e3c-df07ef5e4c3b author: jamiejdt +ms.assetid: e5ac1dc8-a88f-4b16-8e3c-df07ef5e4c3b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Create and Use a Project Template diff --git a/mdop/appv-v5/how-to-customize-virtual-applications-extensions-for-a-specific-ad-group-by-using-the-management-console.md b/mdop/appv-v5/how-to-customize-virtual-applications-extensions-for-a-specific-ad-group-by-using-the-management-console.md index 454437c7d6..69ef877d5d 100644 --- a/mdop/appv-v5/how-to-customize-virtual-applications-extensions-for-a-specific-ad-group-by-using-the-management-console.md +++ b/mdop/appv-v5/how-to-customize-virtual-applications-extensions-for-a-specific-ad-group-by-using-the-management-console.md @@ -1,10 +1,15 @@ --- title: How to Customize Virtual Applications Extensions for a Specific AD Group by Using the Management Console description: How to Customize Virtual Applications Extensions for a Specific AD Group by Using the Management Console -ms.assetid: 4f249ee3-cc2d-4b1e-afe5-d1cbf9cabd88 author: jamiejdt +ms.assetid: 4f249ee3-cc2d-4b1e-afe5-d1cbf9cabd88 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Customize Virtual Applications Extensions for a Specific AD Group by Using the Management Console diff --git a/mdop/appv-v5/how-to-customize-virtual-applications-extensions-for-a-specific-ad-group-by-using-the-management-console51.md b/mdop/appv-v5/how-to-customize-virtual-applications-extensions-for-a-specific-ad-group-by-using-the-management-console51.md index 31fb741737..5307776301 100644 --- a/mdop/appv-v5/how-to-customize-virtual-applications-extensions-for-a-specific-ad-group-by-using-the-management-console51.md +++ b/mdop/appv-v5/how-to-customize-virtual-applications-extensions-for-a-specific-ad-group-by-using-the-management-console51.md @@ -1,10 +1,15 @@ --- title: How to Customize Virtual Applications Extensions for a Specific AD Group by Using the Management Console description: How to Customize Virtual Applications Extensions for a Specific AD Group by Using the Management Console -ms.assetid: dd71df05-512f-4eb4-a55f-e5b93601323d author: jamiejdt +ms.assetid: dd71df05-512f-4eb4-a55f-e5b93601323d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Customize Virtual Applications Extensions for a Specific AD Group by Using the Management Console diff --git a/mdop/appv-v5/how-to-delete-a-connection-group.md b/mdop/appv-v5/how-to-delete-a-connection-group.md index d8106e2251..51b5090c50 100644 --- a/mdop/appv-v5/how-to-delete-a-connection-group.md +++ b/mdop/appv-v5/how-to-delete-a-connection-group.md @@ -1,10 +1,15 @@ --- title: How to Delete a Connection Group description: How to Delete a Connection Group -ms.assetid: 92654019-a5ad-4ed7-8c39-45f658f60196 author: jamiejdt +ms.assetid: 92654019-a5ad-4ed7-8c39-45f658f60196 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Delete a Connection Group diff --git a/mdop/appv-v5/how-to-delete-a-connection-group51.md b/mdop/appv-v5/how-to-delete-a-connection-group51.md index 9a2ec513f9..29a7d29535 100644 --- a/mdop/appv-v5/how-to-delete-a-connection-group51.md +++ b/mdop/appv-v5/how-to-delete-a-connection-group51.md @@ -1,10 +1,15 @@ --- title: How to Delete a Connection Group description: How to Delete a Connection Group -ms.assetid: dfdfb507-8891-4f17-9125-5759c9b74483 author: jamiejdt +ms.assetid: dfdfb507-8891-4f17-9125-5759c9b74483 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Delete a Connection Group diff --git a/mdop/appv-v5/how-to-delete-a-package-in-the-management-console-51.md b/mdop/appv-v5/how-to-delete-a-package-in-the-management-console-51.md index 498a9265cf..3b136223dc 100644 --- a/mdop/appv-v5/how-to-delete-a-package-in-the-management-console-51.md +++ b/mdop/appv-v5/how-to-delete-a-package-in-the-management-console-51.md @@ -1,10 +1,15 @@ --- title: How to Delete a Package in the Management Console description: How to Delete a Package in the Management Console -ms.assetid: 4a2be40b-bbb8-4fab-992d-7466df432858 author: jamiejdt +ms.assetid: 4a2be40b-bbb8-4fab-992d-7466df432858 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Delete a Package in the Management Console diff --git a/mdop/appv-v5/how-to-delete-a-package-in-the-management-console-beta.md b/mdop/appv-v5/how-to-delete-a-package-in-the-management-console-beta.md index 4602e660ee..6d4d159b35 100644 --- a/mdop/appv-v5/how-to-delete-a-package-in-the-management-console-beta.md +++ b/mdop/appv-v5/how-to-delete-a-package-in-the-management-console-beta.md @@ -1,10 +1,15 @@ --- title: How to Delete a Package in the Management Console description: How to Delete a Package in the Management Console -ms.assetid: d780aafb-4097-4417-8ecc-30efac73c33a author: jamiejdt +ms.assetid: d780aafb-4097-4417-8ecc-30efac73c33a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Delete a Package in the Management Console diff --git a/mdop/appv-v5/how-to-deploy-app-v-50-packages-using-electronic-software-distribution.md b/mdop/appv-v5/how-to-deploy-app-v-50-packages-using-electronic-software-distribution.md index 26f06935d3..0c26992a88 100644 --- a/mdop/appv-v5/how-to-deploy-app-v-50-packages-using-electronic-software-distribution.md +++ b/mdop/appv-v5/how-to-deploy-app-v-50-packages-using-electronic-software-distribution.md @@ -1,10 +1,15 @@ --- title: How to deploy App-V 5.0 Packages Using Electronic Software Distribution description: How to deploy App-V 5.0 Packages Using Electronic Software Distribution -ms.assetid: 08e5e05b-dbb8-4be7-b2d8-721ef627da81 author: jamiejdt +ms.assetid: 08e5e05b-dbb8-4be7-b2d8-721ef627da81 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to deploy App-V 5.0 Packages Using Electronic Software Distribution diff --git a/mdop/appv-v5/how-to-deploy-app-v-51-packages-using-electronic-software-distribution.md b/mdop/appv-v5/how-to-deploy-app-v-51-packages-using-electronic-software-distribution.md index 98e9e8613c..57d35ae0fd 100644 --- a/mdop/appv-v5/how-to-deploy-app-v-51-packages-using-electronic-software-distribution.md +++ b/mdop/appv-v5/how-to-deploy-app-v-51-packages-using-electronic-software-distribution.md @@ -1,10 +1,15 @@ --- title: How to deploy App-V 5.1 Packages Using Electronic Software Distribution description: How to deploy App-V 5.1 Packages Using Electronic Software Distribution -ms.assetid: e1957a5a-1f18-42da-b2c1-a5ae5a4cca7a author: jamiejdt +ms.assetid: e1957a5a-1f18-42da-b2c1-a5ae5a4cca7a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to deploy App-V 5.1 Packages Using Electronic Software Distribution diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md b/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md index 8f1ab57c09..0ad1be4219 100644 --- a/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md +++ b/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md @@ -1,10 +1,15 @@ --- title: How to Deploy the App-V 4.6.x and the App-V 5.0 Client on the Same Computer description: How to Deploy the App-V 4.6.x and the App-V 5.0 Client on the Same Computer -ms.assetid: 5b7e27e4-4360-464c-b832-f1c7939e5485 author: jamiejdt +ms.assetid: 5b7e27e4-4360-464c-b832-f1c7939e5485 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the App-V 4.6.x and the App-V 5.0 Client on the Same Computer diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md b/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md index 49c8452df2..1b4de0b46e 100644 --- a/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md +++ b/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md @@ -1,10 +1,15 @@ --- title: How to Deploy the App-V 4.6.x and the App-V 5.1 Client on the Same Computer description: How to Deploy the App-V 4.6.x and the App-V 5.1 Client on the Same Computer -ms.assetid: 498d50c7-f13d-4fbb-8ea1-b959ade26fdf author: jamiejdt +ms.assetid: 498d50c7-f13d-4fbb-8ea1-b959ade26fdf +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the App-V 4.6.x and the App-V 5.1 Client on the Same Computer diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-50-server-50sp3.md b/mdop/appv-v5/how-to-deploy-the-app-v-50-server-50sp3.md index eb70dcd827..830dac8e94 100644 --- a/mdop/appv-v5/how-to-deploy-the-app-v-50-server-50sp3.md +++ b/mdop/appv-v5/how-to-deploy-the-app-v-50-server-50sp3.md @@ -1,10 +1,15 @@ --- title: How to Deploy the App-V 5.0 Server description: How to Deploy the App-V 5.0 Server -ms.assetid: 4f8f16af-7d74-42b4-84b8-b04ce668225d author: jamiejdt +ms.assetid: 4f8f16af-7d74-42b4-84b8-b04ce668225d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the App-V 5.0 Server diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-50-server-using-a-script.md b/mdop/appv-v5/how-to-deploy-the-app-v-50-server-using-a-script.md index 3270ef0265..65ac95f4b6 100644 --- a/mdop/appv-v5/how-to-deploy-the-app-v-50-server-using-a-script.md +++ b/mdop/appv-v5/how-to-deploy-the-app-v-50-server-using-a-script.md @@ -1,10 +1,15 @@ --- title: How to Deploy the App-V 5.0 Server Using a Script description: How to Deploy the App-V 5.0 Server Using a Script -ms.assetid: b91a35c8-df9e-4065-9187-abafbe565b84 author: jamiejdt +ms.assetid: b91a35c8-df9e-4065-9187-abafbe565b84 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the App-V 5.0 Server Using a Script diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-51-server-using-a-script.md b/mdop/appv-v5/how-to-deploy-the-app-v-51-server-using-a-script.md index c892c522e4..c4c193b188 100644 --- a/mdop/appv-v5/how-to-deploy-the-app-v-51-server-using-a-script.md +++ b/mdop/appv-v5/how-to-deploy-the-app-v-51-server-using-a-script.md @@ -1,10 +1,15 @@ --- title: How to Deploy the App-V 5.1 Server Using a Script description: How to Deploy the App-V 5.1 Server Using a Script -ms.assetid: 15c33d7b-9b61-4dbc-8674-399bb33e5f7e author: jamiejdt +ms.assetid: 15c33d7b-9b61-4dbc-8674-399bb33e5f7e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the App-V 5.1 Server Using a Script diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-51-server.1.md b/mdop/appv-v5/how-to-deploy-the-app-v-51-server.1.md index e524980035..27edd9b8c5 100644 --- a/mdop/appv-v5/how-to-deploy-the-app-v-51-server.1.md +++ b/mdop/appv-v5/how-to-deploy-the-app-v-51-server.1.md @@ -1,10 +1,15 @@ --- title: How to Deploy the App-V 5.1 Server description: How to Deploy the App-V 5.1 Server -ms.assetid: 4729beda-b98f-481b-ae74-ad71c59b1d69 author: jamiejdt +ms.assetid: 4729beda-b98f-481b-ae74-ad71c59b1d69 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the App-V 5.1 Server diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-51-server.md b/mdop/appv-v5/how-to-deploy-the-app-v-51-server.md index e524980035..27edd9b8c5 100644 --- a/mdop/appv-v5/how-to-deploy-the-app-v-51-server.md +++ b/mdop/appv-v5/how-to-deploy-the-app-v-51-server.md @@ -1,10 +1,15 @@ --- title: How to Deploy the App-V 5.1 Server description: How to Deploy the App-V 5.1 Server -ms.assetid: 4729beda-b98f-481b-ae74-ad71c59b1d69 author: jamiejdt +ms.assetid: 4729beda-b98f-481b-ae74-ad71c59b1d69 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the App-V 5.1 Server diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-client-51gb18030.md b/mdop/appv-v5/how-to-deploy-the-app-v-client-51gb18030.md index c3d7479af9..37f02d475b 100644 --- a/mdop/appv-v5/how-to-deploy-the-app-v-client-51gb18030.md +++ b/mdop/appv-v5/how-to-deploy-the-app-v-client-51gb18030.md @@ -1,10 +1,15 @@ --- title: How to Deploy the App-V Client description: How to Deploy the App-V Client -ms.assetid: 981f57c9-56c3-45da-8261-0972bfad3e5b author: jamiejdt +ms.assetid: 981f57c9-56c3-45da-8261-0972bfad3e5b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the App-V Client diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-client-gb18030.md b/mdop/appv-v5/how-to-deploy-the-app-v-client-gb18030.md index 34e0149cf3..5210d0f706 100644 --- a/mdop/appv-v5/how-to-deploy-the-app-v-client-gb18030.md +++ b/mdop/appv-v5/how-to-deploy-the-app-v-client-gb18030.md @@ -1,10 +1,15 @@ --- title: How to Deploy the App-V Client description: How to Deploy the App-V Client -ms.assetid: 9c4e67ae-ddaf-4e23-8c16-72d029a74a27 author: jamiejdt +ms.assetid: 9c4e67ae-ddaf-4e23-8c16-72d029a74a27 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the App-V Client diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-databases-by-using-sql-scripts.md b/mdop/appv-v5/how-to-deploy-the-app-v-databases-by-using-sql-scripts.md index 1faf190960..60e1cc9e71 100644 --- a/mdop/appv-v5/how-to-deploy-the-app-v-databases-by-using-sql-scripts.md +++ b/mdop/appv-v5/how-to-deploy-the-app-v-databases-by-using-sql-scripts.md @@ -1,10 +1,15 @@ --- title: How to Deploy the App-V Databases by Using SQL Scripts description: How to Deploy the App-V Databases by Using SQL Scripts -ms.assetid: 23637936-475f-4ca5-adde-76bb27d2372b author: jamiejdt +ms.assetid: 23637936-475f-4ca5-adde-76bb27d2372b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the App-V Databases by Using SQL Scripts diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-databases-by-using-sql-scripts51.md b/mdop/appv-v5/how-to-deploy-the-app-v-databases-by-using-sql-scripts51.md index 315c03532f..1f2079c132 100644 --- a/mdop/appv-v5/how-to-deploy-the-app-v-databases-by-using-sql-scripts51.md +++ b/mdop/appv-v5/how-to-deploy-the-app-v-databases-by-using-sql-scripts51.md @@ -1,10 +1,15 @@ --- title: How to Deploy the App-V Databases by Using SQL Scripts description: How to Deploy the App-V Databases by Using SQL Scripts -ms.assetid: 1183b1bc-d4d7-4914-a049-06e82bf2d96d author: jamiejdt +ms.assetid: 1183b1bc-d4d7-4914-a049-06e82bf2d96d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the App-V Databases by Using SQL Scripts diff --git a/mdop/appv-v5/how-to-enable-only-administrators-to-publish-packages-by-using-an-esd.md b/mdop/appv-v5/how-to-enable-only-administrators-to-publish-packages-by-using-an-esd.md index 914b135823..e0f3962fab 100644 --- a/mdop/appv-v5/how-to-enable-only-administrators-to-publish-packages-by-using-an-esd.md +++ b/mdop/appv-v5/how-to-enable-only-administrators-to-publish-packages-by-using-an-esd.md @@ -1,10 +1,15 @@ --- title: How to Enable Only Administrators to Publish Packages by Using an ESD description: How to Enable Only Administrators to Publish Packages by Using an ESD -ms.assetid: 03367b26-83d5-4299-ad52-b9177b9cf9a8 author: jamiejdt +ms.assetid: 03367b26-83d5-4299-ad52-b9177b9cf9a8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Enable Only Administrators to Publish Packages by Using an ESD diff --git a/mdop/appv-v5/how-to-enable-only-administrators-to-publish-packages-by-using-an-esd51.md b/mdop/appv-v5/how-to-enable-only-administrators-to-publish-packages-by-using-an-esd51.md index e547ae650e..9c5fb365ca 100644 --- a/mdop/appv-v5/how-to-enable-only-administrators-to-publish-packages-by-using-an-esd51.md +++ b/mdop/appv-v5/how-to-enable-only-administrators-to-publish-packages-by-using-an-esd51.md @@ -1,10 +1,15 @@ --- title: How to Enable Only Administrators to Publish Packages by Using an ESD description: How to Enable Only Administrators to Publish Packages by Using an ESD -ms.assetid: bbc9fda2-fc09-4d72-8d9a-e83d2fcfe234 author: jamiejdt +ms.assetid: bbc9fda2-fc09-4d72-8d9a-e83d2fcfe234 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Enable Only Administrators to Publish Packages by Using an ESD diff --git a/mdop/appv-v5/how-to-enable-reporting-on-the-app-v-50-client-by-using-powershell.md b/mdop/appv-v5/how-to-enable-reporting-on-the-app-v-50-client-by-using-powershell.md index e0d28922a4..e15bdb497d 100644 --- a/mdop/appv-v5/how-to-enable-reporting-on-the-app-v-50-client-by-using-powershell.md +++ b/mdop/appv-v5/how-to-enable-reporting-on-the-app-v-50-client-by-using-powershell.md @@ -1,10 +1,15 @@ --- title: How to Enable Reporting on the App-V 5.0 Client by Using PowerShell description: How to Enable Reporting on the App-V 5.0 Client by Using PowerShell -ms.assetid: a7aaf553-0f83-4cd0-8df8-93a5f1ebe497 author: jamiejdt +ms.assetid: a7aaf553-0f83-4cd0-8df8-93a5f1ebe497 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Enable Reporting on the App-V 5.0 Client by Using PowerShell diff --git a/mdop/appv-v5/how-to-enable-reporting-on-the-app-v-51-client-by-using-powershell.md b/mdop/appv-v5/how-to-enable-reporting-on-the-app-v-51-client-by-using-powershell.md index 0581b56745..c51221628f 100644 --- a/mdop/appv-v5/how-to-enable-reporting-on-the-app-v-51-client-by-using-powershell.md +++ b/mdop/appv-v5/how-to-enable-reporting-on-the-app-v-51-client-by-using-powershell.md @@ -1,10 +1,15 @@ --- title: How to Enable Reporting on the App-V 5.1 Client by Using PowerShell description: How to Enable Reporting on the App-V 5.1 Client by Using PowerShell -ms.assetid: c4c58be6-cc50-44f6-bf4f-8346fc5d0c0e author: jamiejdt +ms.assetid: c4c58be6-cc50-44f6-bf4f-8346fc5d0c0e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Enable Reporting on the App-V 5.1 Client by Using PowerShell diff --git a/mdop/appv-v5/how-to-install-the-app-v-50-client-for-shared-content-store-mode.md b/mdop/appv-v5/how-to-install-the-app-v-50-client-for-shared-content-store-mode.md index 31e225c983..665ed2cb64 100644 --- a/mdop/appv-v5/how-to-install-the-app-v-50-client-for-shared-content-store-mode.md +++ b/mdop/appv-v5/how-to-install-the-app-v-50-client-for-shared-content-store-mode.md @@ -1,10 +1,15 @@ --- title: How to Install the App-V 5.0 Client for Shared Content Store Mode description: How to Install the App-V 5.0 Client for Shared Content Store Mode -ms.assetid: 88f09e6f-19e7-48ea-965a-907052d1a02f author: jamiejdt +ms.assetid: 88f09e6f-19e7-48ea-965a-907052d1a02f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Install the App-V 5.0 Client for Shared Content Store Mode diff --git a/mdop/appv-v5/how-to-install-the-app-v-51-client-for-shared-content-store-mode.md b/mdop/appv-v5/how-to-install-the-app-v-51-client-for-shared-content-store-mode.md index 3d281e59cc..5db3961fc1 100644 --- a/mdop/appv-v5/how-to-install-the-app-v-51-client-for-shared-content-store-mode.md +++ b/mdop/appv-v5/how-to-install-the-app-v-51-client-for-shared-content-store-mode.md @@ -1,10 +1,15 @@ --- title: How to Install the App-V 5.1 Client for Shared Content Store Mode description: How to Install the App-V 5.1 Client for Shared Content Store Mode -ms.assetid: 6f3ecb1b-b5b5-4ae0-8de9-b4ffdfd2c216 author: jamiejdt +ms.assetid: 6f3ecb1b-b5b5-4ae0-8de9-b4ffdfd2c216 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Install the App-V 5.1 Client for Shared Content Store Mode diff --git a/mdop/appv-v5/how-to-install-the-app-v-databases-and-convert-the-associated-security-identifiers--by-using-powershell.md b/mdop/appv-v5/how-to-install-the-app-v-databases-and-convert-the-associated-security-identifiers--by-using-powershell.md index 74bcb704e3..275ab9c32c 100644 --- a/mdop/appv-v5/how-to-install-the-app-v-databases-and-convert-the-associated-security-identifiers--by-using-powershell.md +++ b/mdop/appv-v5/how-to-install-the-app-v-databases-and-convert-the-associated-security-identifiers--by-using-powershell.md @@ -1,10 +1,15 @@ --- title: How to Install the App-V Databases and Convert the Associated Security Identifiers by Using PowerShell description: How to Install the App-V Databases and Convert the Associated Security Identifiers by Using PowerShell -ms.assetid: 9399342b-1ea7-41df-b988-33e302f9debe author: jamiejdt +ms.assetid: 9399342b-1ea7-41df-b988-33e302f9debe +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Install the App-V Databases and Convert the Associated Security Identifiers by Using PowerShell diff --git a/mdop/appv-v5/how-to-install-the-app-v-databases-and-convert-the-associated-security-identifiers--by-using-powershell51.md b/mdop/appv-v5/how-to-install-the-app-v-databases-and-convert-the-associated-security-identifiers--by-using-powershell51.md index 2fa1b92a0c..f518dfe799 100644 --- a/mdop/appv-v5/how-to-install-the-app-v-databases-and-convert-the-associated-security-identifiers--by-using-powershell51.md +++ b/mdop/appv-v5/how-to-install-the-app-v-databases-and-convert-the-associated-security-identifiers--by-using-powershell51.md @@ -1,10 +1,15 @@ --- title: How to Install the App-V Databases and Convert the Associated Security Identifiers by Using PowerShell description: How to Install the App-V Databases and Convert the Associated Security Identifiers by Using PowerShell -ms.assetid: 2be6fb72-f3a6-4550-bba1-6defa78ca08a author: jamiejdt +ms.assetid: 2be6fb72-f3a6-4550-bba1-6defa78ca08a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Install the App-V Databases and Convert the Associated Security Identifiers by Using PowerShell diff --git a/mdop/appv-v5/how-to-install-the-management-and-reporting-databases-on-separate-computers-from-the-management-and-reporting-services.md b/mdop/appv-v5/how-to-install-the-management-and-reporting-databases-on-separate-computers-from-the-management-and-reporting-services.md index c58162d87a..c8469825b8 100644 --- a/mdop/appv-v5/how-to-install-the-management-and-reporting-databases-on-separate-computers-from-the-management-and-reporting-services.md +++ b/mdop/appv-v5/how-to-install-the-management-and-reporting-databases-on-separate-computers-from-the-management-and-reporting-services.md @@ -1,10 +1,15 @@ --- title: How to Install the Management and Reporting Databases on Separate Computers from the Management and Reporting Services description: How to Install the Management and Reporting Databases on Separate Computers from the Management and Reporting Services -ms.assetid: 02afd6d6-4c33-4c0b-bd88-ae167b786fdf author: jamiejdt +ms.assetid: 02afd6d6-4c33-4c0b-bd88-ae167b786fdf +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Install the Management and Reporting Databases on Separate Computers from the Management and Reporting Services diff --git a/mdop/appv-v5/how-to-install-the-management-and-reporting-databases-on-separate-computers-from-the-management-and-reporting-services51.md b/mdop/appv-v5/how-to-install-the-management-and-reporting-databases-on-separate-computers-from-the-management-and-reporting-services51.md index 91ab1a3cb8..06bcf9cab6 100644 --- a/mdop/appv-v5/how-to-install-the-management-and-reporting-databases-on-separate-computers-from-the-management-and-reporting-services51.md +++ b/mdop/appv-v5/how-to-install-the-management-and-reporting-databases-on-separate-computers-from-the-management-and-reporting-services51.md @@ -1,10 +1,15 @@ --- title: How to Install the Management and Reporting Databases on Separate Computers from the Management and Reporting Services description: How to Install the Management and Reporting Databases on Separate Computers from the Management and Reporting Services -ms.assetid: 2a67402e-3119-40ea-a247-24d166af1ced author: jamiejdt +ms.assetid: 2a67402e-3119-40ea-a247-24d166af1ced +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Install the Management and Reporting Databases on Separate Computers from the Management and Reporting Services diff --git a/mdop/appv-v5/how-to-install-the-management-server-on-a-standalone-computer-and-connect-it-to-the-database.md b/mdop/appv-v5/how-to-install-the-management-server-on-a-standalone-computer-and-connect-it-to-the-database.md index d428e02210..ac3e523bba 100644 --- a/mdop/appv-v5/how-to-install-the-management-server-on-a-standalone-computer-and-connect-it-to-the-database.md +++ b/mdop/appv-v5/how-to-install-the-management-server-on-a-standalone-computer-and-connect-it-to-the-database.md @@ -1,10 +1,15 @@ --- title: How to install the Management Server on a Standalone Computer and Connect it to the Database description: How to install the Management Server on a Standalone Computer and Connect it to the Database -ms.assetid: 95281287-cb56-4117-befd-854268ea147c author: jamiejdt +ms.assetid: 95281287-cb56-4117-befd-854268ea147c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to install the Management Server on a Standalone Computer and Connect it to the Database diff --git a/mdop/appv-v5/how-to-install-the-management-server-on-a-standalone-computer-and-connect-it-to-the-database51.md b/mdop/appv-v5/how-to-install-the-management-server-on-a-standalone-computer-and-connect-it-to-the-database51.md index b46c0b0c35..16291c953e 100644 --- a/mdop/appv-v5/how-to-install-the-management-server-on-a-standalone-computer-and-connect-it-to-the-database51.md +++ b/mdop/appv-v5/how-to-install-the-management-server-on-a-standalone-computer-and-connect-it-to-the-database51.md @@ -1,10 +1,15 @@ --- title: How to install the Management Server on a Standalone Computer and Connect it to the Database description: How to install the Management Server on a Standalone Computer and Connect it to the Database -ms.assetid: 3f83c335-d976-4abd-b8f8-d7f5e50b4318 author: jamiejdt +ms.assetid: 3f83c335-d976-4abd-b8f8-d7f5e50b4318 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to install the Management Server on a Standalone Computer and Connect it to the Database diff --git a/mdop/appv-v5/how-to-install-the-publishing-server-on-a-remote-computer.md b/mdop/appv-v5/how-to-install-the-publishing-server-on-a-remote-computer.md index 119f549754..b7148ee015 100644 --- a/mdop/appv-v5/how-to-install-the-publishing-server-on-a-remote-computer.md +++ b/mdop/appv-v5/how-to-install-the-publishing-server-on-a-remote-computer.md @@ -1,10 +1,15 @@ --- title: How to Install the Publishing Server on a Remote Computer description: How to Install the Publishing Server on a Remote Computer -ms.assetid: 37970706-54ff-4799-9485-b9b49fd50f37 author: jamiejdt +ms.assetid: 37970706-54ff-4799-9485-b9b49fd50f37 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Install the Publishing Server on a Remote Computer diff --git a/mdop/appv-v5/how-to-install-the-publishing-server-on-a-remote-computer51.md b/mdop/appv-v5/how-to-install-the-publishing-server-on-a-remote-computer51.md index 6565a52f11..0aaec1ec50 100644 --- a/mdop/appv-v5/how-to-install-the-publishing-server-on-a-remote-computer51.md +++ b/mdop/appv-v5/how-to-install-the-publishing-server-on-a-remote-computer51.md @@ -1,10 +1,15 @@ --- title: How to Install the Publishing Server on a Remote Computer description: How to Install the Publishing Server on a Remote Computer -ms.assetid: 1c903f78-0558-458d-a149-d5f6fb55aefb author: jamiejdt +ms.assetid: 1c903f78-0558-458d-a149-d5f6fb55aefb +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Install the Publishing Server on a Remote Computer diff --git a/mdop/appv-v5/how-to-install-the-reporting-server-on-a-standalone-computer-and-connect-it-to-the-database.md b/mdop/appv-v5/how-to-install-the-reporting-server-on-a-standalone-computer-and-connect-it-to-the-database.md index fd818cb499..26d560b773 100644 --- a/mdop/appv-v5/how-to-install-the-reporting-server-on-a-standalone-computer-and-connect-it-to-the-database.md +++ b/mdop/appv-v5/how-to-install-the-reporting-server-on-a-standalone-computer-and-connect-it-to-the-database.md @@ -1,10 +1,15 @@ --- title: How to install the Reporting Server on a Standalone Computer and Connect it to the Database description: How to install the Reporting Server on a Standalone Computer and Connect it to the Database -ms.assetid: d186bdb7-e522-4124-bc6d-7d5a41ba8266 author: jamiejdt +ms.assetid: d186bdb7-e522-4124-bc6d-7d5a41ba8266 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to install the Reporting Server on a Standalone Computer and Connect it to the Database diff --git a/mdop/appv-v5/how-to-install-the-reporting-server-on-a-standalone-computer-and-connect-it-to-the-database51.md b/mdop/appv-v5/how-to-install-the-reporting-server-on-a-standalone-computer-and-connect-it-to-the-database51.md index 757f71b41e..873fe7d562 100644 --- a/mdop/appv-v5/how-to-install-the-reporting-server-on-a-standalone-computer-and-connect-it-to-the-database51.md +++ b/mdop/appv-v5/how-to-install-the-reporting-server-on-a-standalone-computer-and-connect-it-to-the-database51.md @@ -1,10 +1,15 @@ --- title: How to install the Reporting Server on a Standalone Computer and Connect it to the Database description: How to install the Reporting Server on a Standalone Computer and Connect it to the Database -ms.assetid: 11f07750-4045-4c8d-a583-7d70c9e9aa7b author: jamiejdt +ms.assetid: 11f07750-4045-4c8d-a583-7d70c9e9aa7b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to install the Reporting Server on a Standalone Computer and Connect it to the Database diff --git a/mdop/appv-v5/how-to-install-the-sequencer-51beta-gb18030.md b/mdop/appv-v5/how-to-install-the-sequencer-51beta-gb18030.md index ef009c0bd2..743ba27fc5 100644 --- a/mdop/appv-v5/how-to-install-the-sequencer-51beta-gb18030.md +++ b/mdop/appv-v5/how-to-install-the-sequencer-51beta-gb18030.md @@ -1,10 +1,15 @@ --- title: How to Install the Sequencer description: How to Install the Sequencer -ms.assetid: 5e8f1696-9bc0-4f44-8cb7-b809b2daae10 author: jamiejdt +ms.assetid: 5e8f1696-9bc0-4f44-8cb7-b809b2daae10 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Install the Sequencer diff --git a/mdop/appv-v5/how-to-install-the-sequencer-beta-gb18030.md b/mdop/appv-v5/how-to-install-the-sequencer-beta-gb18030.md index 8f47cb53f9..345c7253d8 100644 --- a/mdop/appv-v5/how-to-install-the-sequencer-beta-gb18030.md +++ b/mdop/appv-v5/how-to-install-the-sequencer-beta-gb18030.md @@ -1,10 +1,15 @@ --- title: How to Install the Sequencer description: How to Install the Sequencer -ms.assetid: a122caf0-f408-458c-b119-dc84123c1d58 author: jamiejdt +ms.assetid: a122caf0-f408-458c-b119-dc84123c1d58 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Install the Sequencer diff --git a/mdop/appv-v5/how-to-load-the-powershell-cmdlets-and-get-cmdlet-help-50-sp3.md b/mdop/appv-v5/how-to-load-the-powershell-cmdlets-and-get-cmdlet-help-50-sp3.md index cddce26cb1..766726e8e7 100644 --- a/mdop/appv-v5/how-to-load-the-powershell-cmdlets-and-get-cmdlet-help-50-sp3.md +++ b/mdop/appv-v5/how-to-load-the-powershell-cmdlets-and-get-cmdlet-help-50-sp3.md @@ -1,10 +1,15 @@ --- title: How to Load the PowerShell Cmdlets and Get Cmdlet Help description: How to Load the PowerShell Cmdlets and Get Cmdlet Help -ms.assetid: 0624495b-943e-485b-9e54-b50e4ee6591c author: jamiejdt +ms.assetid: 0624495b-943e-485b-9e54-b50e4ee6591c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Load the PowerShell Cmdlets and Get Cmdlet Help diff --git a/mdop/appv-v5/how-to-load-the-powershell-cmdlets-and-get-cmdlet-help-51.md b/mdop/appv-v5/how-to-load-the-powershell-cmdlets-and-get-cmdlet-help-51.md index 68d1c4c5ff..f3bec5b881 100644 --- a/mdop/appv-v5/how-to-load-the-powershell-cmdlets-and-get-cmdlet-help-51.md +++ b/mdop/appv-v5/how-to-load-the-powershell-cmdlets-and-get-cmdlet-help-51.md @@ -1,10 +1,15 @@ --- title: How to Load the PowerShell Cmdlets and Get Cmdlet Help description: How to Load the PowerShell Cmdlets and Get Cmdlet Help -ms.assetid: b6ae5460-2c3a-4030-b132-394d9d5a541e author: jamiejdt +ms.assetid: b6ae5460-2c3a-4030-b132-394d9d5a541e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Load the PowerShell Cmdlets and Get Cmdlet Help diff --git a/mdop/appv-v5/how-to-make-a-connection-group-ignore-the-package-version.md b/mdop/appv-v5/how-to-make-a-connection-group-ignore-the-package-version.md index b203ce1f96..6b781ddee5 100644 --- a/mdop/appv-v5/how-to-make-a-connection-group-ignore-the-package-version.md +++ b/mdop/appv-v5/how-to-make-a-connection-group-ignore-the-package-version.md @@ -1,10 +1,15 @@ --- title: How to Make a Connection Group Ignore the Package Version description: How to Make a Connection Group Ignore the Package Version -ms.assetid: 6ebc1bff-d190-4f4c-a6da-e09a4cca7874 author: jamiejdt +ms.assetid: 6ebc1bff-d190-4f4c-a6da-e09a4cca7874 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Make a Connection Group Ignore the Package Version diff --git a/mdop/appv-v5/how-to-make-a-connection-group-ignore-the-package-version51.md b/mdop/appv-v5/how-to-make-a-connection-group-ignore-the-package-version51.md index b8dd5a5f83..1d62aa9cd8 100644 --- a/mdop/appv-v5/how-to-make-a-connection-group-ignore-the-package-version51.md +++ b/mdop/appv-v5/how-to-make-a-connection-group-ignore-the-package-version51.md @@ -1,10 +1,15 @@ --- title: How to Make a Connection Group Ignore the Package Version description: How to Make a Connection Group Ignore the Package Version -ms.assetid: db16b095-dbe2-42c7-863d-b0d5d91b2f4c author: jamiejdt +ms.assetid: db16b095-dbe2-42c7-863d-b0d5d91b2f4c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Make a Connection Group Ignore the Package Version diff --git a/mdop/appv-v5/how-to-manage-app-v-50-packages-running-on-a-stand-alone-computer-by-using-powershell.md b/mdop/appv-v5/how-to-manage-app-v-50-packages-running-on-a-stand-alone-computer-by-using-powershell.md index ee073eb82f..002ace03c3 100644 --- a/mdop/appv-v5/how-to-manage-app-v-50-packages-running-on-a-stand-alone-computer-by-using-powershell.md +++ b/mdop/appv-v5/how-to-manage-app-v-50-packages-running-on-a-stand-alone-computer-by-using-powershell.md @@ -1,10 +1,15 @@ --- title: How to Manage App-V 5.0 Packages Running on a Stand-Alone Computer by Using PowerShell description: How to Manage App-V 5.0 Packages Running on a Stand-Alone Computer by Using PowerShell -ms.assetid: 1d6c2d25-81ec-4ff8-9262-6b4cf484a376 author: jamiejdt +ms.assetid: 1d6c2d25-81ec-4ff8-9262-6b4cf484a376 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Manage App-V 5.0 Packages Running on a Stand-Alone Computer by Using PowerShell diff --git a/mdop/appv-v5/how-to-manage-app-v-51-packages-running-on-a-stand-alone-computer-by-using-powershell.md b/mdop/appv-v5/how-to-manage-app-v-51-packages-running-on-a-stand-alone-computer-by-using-powershell.md index 0b51261454..045445d18b 100644 --- a/mdop/appv-v5/how-to-manage-app-v-51-packages-running-on-a-stand-alone-computer-by-using-powershell.md +++ b/mdop/appv-v5/how-to-manage-app-v-51-packages-running-on-a-stand-alone-computer-by-using-powershell.md @@ -1,10 +1,15 @@ --- title: How to Manage App-V 5.1 Packages Running on a Stand-Alone Computer by Using PowerShell description: How to Manage App-V 5.1 Packages Running on a Stand-Alone Computer by Using PowerShell -ms.assetid: c3fd06f6-102f-43d1-a577-d5ced6ac537d author: jamiejdt +ms.assetid: c3fd06f6-102f-43d1-a577-d5ced6ac537d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Manage App-V 5.1 Packages Running on a Stand-Alone Computer by Using PowerShell diff --git a/mdop/appv-v5/how-to-manage-connection-groups-on-a-stand-alone-computer-by-using-powershell.md b/mdop/appv-v5/how-to-manage-connection-groups-on-a-stand-alone-computer-by-using-powershell.md index 66be4ba31a..cc477758ac 100644 --- a/mdop/appv-v5/how-to-manage-connection-groups-on-a-stand-alone-computer-by-using-powershell.md +++ b/mdop/appv-v5/how-to-manage-connection-groups-on-a-stand-alone-computer-by-using-powershell.md @@ -1,10 +1,15 @@ --- title: How to Manage Connection Groups on a Stand-alone Computer by Using PowerShell description: How to Manage Connection Groups on a Stand-alone Computer by Using PowerShell -ms.assetid: b73ae74d-8a6f-4bb3-b1f2-0067c7bd5212 author: jamiejdt +ms.assetid: b73ae74d-8a6f-4bb3-b1f2-0067c7bd5212 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Manage Connection Groups on a Stand-alone Computer by Using PowerShell diff --git a/mdop/appv-v5/how-to-manage-connection-groups-on-a-stand-alone-computer-by-using-powershell51.md b/mdop/appv-v5/how-to-manage-connection-groups-on-a-stand-alone-computer-by-using-powershell51.md index 4706b538a3..695e3e6d58 100644 --- a/mdop/appv-v5/how-to-manage-connection-groups-on-a-stand-alone-computer-by-using-powershell51.md +++ b/mdop/appv-v5/how-to-manage-connection-groups-on-a-stand-alone-computer-by-using-powershell51.md @@ -1,10 +1,15 @@ --- title: How to Manage Connection Groups on a Stand-alone Computer by Using PowerShell description: How to Manage Connection Groups on a Stand-alone Computer by Using PowerShell -ms.assetid: e1589eff-d306-40fb-a0ae-727190dafe26 author: jamiejdt +ms.assetid: e1589eff-d306-40fb-a0ae-727190dafe26 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Manage Connection Groups on a Stand-alone Computer by Using PowerShell diff --git a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md index 516de0e5d2..aa729609ed 100644 --- a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md +++ b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md @@ -1,10 +1,15 @@ --- title: How to Migrate Extension Points From an App-V 4.6 SP2 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer description: How to Migrate Extension Points From an App-V 4.6 SP2 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer -ms.assetid: 3ae9996f-71d9-4ca1-9aab-25b599158e55 author: jamiejdt +ms.assetid: 3ae9996f-71d9-4ca1-9aab-25b599158e55 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Migrate Extension Points From an App-V 4.6 SP2 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer diff --git a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md index d11e7fad16..13baa8e68a 100644 --- a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md +++ b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md @@ -1,10 +1,15 @@ --- title: How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer description: How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer -ms.assetid: 4ef823a5-3106-44c5-aecc-29edf69c2fbb author: jamiejdt +ms.assetid: 4ef823a5-3106-44c5-aecc-29edf69c2fbb +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer diff --git a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md index 5dfe0a4c1a..1516955547 100644 --- a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md +++ b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md @@ -1,10 +1,15 @@ --- title: How to Migrate Extension Points From an App-V 4.6 SP2 Package to App-V 5.0 for a Specific User description: How to Migrate Extension Points From an App-V 4.6 SP2 Package to App-V 5.0 for a Specific User -ms.assetid: dad25992-3c75-4b7d-b4c6-c2edf43baaea author: jamiejdt +ms.assetid: dad25992-3c75-4b7d-b4c6-c2edf43baaea +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Migrate Extension Points From an App-V 4.6 SP2 Package to App-V 5.0 for a Specific User diff --git a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md index 3e1888a1e1..d525690843 100644 --- a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md +++ b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md @@ -1,10 +1,15 @@ --- title: How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User description: How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User -ms.assetid: 19da3776-5ebe-41e1-9890-12b84ef3c1c7 author: jamiejdt +ms.assetid: 19da3776-5ebe-41e1-9890-12b84ef3c1c7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User diff --git a/mdop/appv-v5/how-to-modify-an-existing-virtual-application-package-51.md b/mdop/appv-v5/how-to-modify-an-existing-virtual-application-package-51.md index 204cb06fc2..deb1811f39 100644 --- a/mdop/appv-v5/how-to-modify-an-existing-virtual-application-package-51.md +++ b/mdop/appv-v5/how-to-modify-an-existing-virtual-application-package-51.md @@ -1,10 +1,15 @@ --- title: How to Modify an Existing Virtual Application Package description: How to Modify an Existing Virtual Application Package -ms.assetid: 6cdeec00-e4fe-4210-b4c7-6ca1ac643ddd author: jamiejdt +ms.assetid: 6cdeec00-e4fe-4210-b4c7-6ca1ac643ddd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Modify an Existing Virtual Application Package diff --git a/mdop/appv-v5/how-to-modify-an-existing-virtual-application-package-beta.md b/mdop/appv-v5/how-to-modify-an-existing-virtual-application-package-beta.md index 88e3d587d6..bb5bf4b894 100644 --- a/mdop/appv-v5/how-to-modify-an-existing-virtual-application-package-beta.md +++ b/mdop/appv-v5/how-to-modify-an-existing-virtual-application-package-beta.md @@ -1,10 +1,15 @@ --- title: How to Modify an Existing Virtual Application Package description: How to Modify an Existing Virtual Application Package -ms.assetid: 86b0fe21-52b0-4a9c-9a66-c78935fe74f1 author: jamiejdt +ms.assetid: 86b0fe21-52b0-4a9c-9a66-c78935fe74f1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Modify an Existing Virtual Application Package diff --git a/mdop/appv-v5/how-to-modify-app-v-50-client-configuration-using-the-admx-template-and-group-policy.md b/mdop/appv-v5/how-to-modify-app-v-50-client-configuration-using-the-admx-template-and-group-policy.md index 254015cc84..74d46be60b 100644 --- a/mdop/appv-v5/how-to-modify-app-v-50-client-configuration-using-the-admx-template-and-group-policy.md +++ b/mdop/appv-v5/how-to-modify-app-v-50-client-configuration-using-the-admx-template-and-group-policy.md @@ -1,10 +1,15 @@ --- title: How to Modify App-V 5.0 Client Configuration Using the ADMX Template and Group Policy description: How to Modify App-V 5.0 Client Configuration Using the ADMX Template and Group Policy -ms.assetid: 79d03a2b-2586-4ca7-bbaa-bdeb0a694279 author: jamiejdt +ms.assetid: 79d03a2b-2586-4ca7-bbaa-bdeb0a694279 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Modify App-V 5.0 Client Configuration Using the ADMX Template and Group Policy diff --git a/mdop/appv-v5/how-to-modify-app-v-51-client-configuration-using-the-admx-template-and-group-policy.md b/mdop/appv-v5/how-to-modify-app-v-51-client-configuration-using-the-admx-template-and-group-policy.md index c419dce881..5b2fbda5e8 100644 --- a/mdop/appv-v5/how-to-modify-app-v-51-client-configuration-using-the-admx-template-and-group-policy.md +++ b/mdop/appv-v5/how-to-modify-app-v-51-client-configuration-using-the-admx-template-and-group-policy.md @@ -1,10 +1,15 @@ --- title: How to Modify App-V 5.1 Client Configuration Using the ADMX Template and Group Policy description: How to Modify App-V 5.1 Client Configuration Using the ADMX Template and Group Policy -ms.assetid: 0d9cf13a-b29c-4c87-a776-15fea34027dd author: jamiejdt +ms.assetid: 0d9cf13a-b29c-4c87-a776-15fea34027dd +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Modify App-V 5.1 Client Configuration Using the ADMX Template and Group Policy diff --git a/mdop/appv-v5/how-to-modify-client-configuration-by-using-powershell.md b/mdop/appv-v5/how-to-modify-client-configuration-by-using-powershell.md index 7cbd0b63a5..748c6a23b7 100644 --- a/mdop/appv-v5/how-to-modify-client-configuration-by-using-powershell.md +++ b/mdop/appv-v5/how-to-modify-client-configuration-by-using-powershell.md @@ -1,10 +1,15 @@ --- title: How to Modify Client Configuration by Using PowerShell description: How to Modify Client Configuration by Using PowerShell -ms.assetid: 53ccb2cf-ef81-4310-a853-efcb395f006e author: jamiejdt +ms.assetid: 53ccb2cf-ef81-4310-a853-efcb395f006e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Modify Client Configuration by Using PowerShell diff --git a/mdop/appv-v5/how-to-modify-client-configuration-by-using-powershell51.md b/mdop/appv-v5/how-to-modify-client-configuration-by-using-powershell51.md index 130bf07c3b..76b6009b92 100644 --- a/mdop/appv-v5/how-to-modify-client-configuration-by-using-powershell51.md +++ b/mdop/appv-v5/how-to-modify-client-configuration-by-using-powershell51.md @@ -1,10 +1,15 @@ --- title: How to Modify Client Configuration by Using PowerShell description: How to Modify Client Configuration by Using PowerShell -ms.assetid: c3a59592-bb0d-43b6-8f4e-44f3a2d5b7ea author: jamiejdt +ms.assetid: c3a59592-bb0d-43b6-8f4e-44f3a2d5b7ea +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Modify Client Configuration by Using PowerShell diff --git a/mdop/appv-v5/how-to-move-the-app-v-server-to-another-computer.md b/mdop/appv-v5/how-to-move-the-app-v-server-to-another-computer.md index 31c0a24b30..c3801acdbe 100644 --- a/mdop/appv-v5/how-to-move-the-app-v-server-to-another-computer.md +++ b/mdop/appv-v5/how-to-move-the-app-v-server-to-another-computer.md @@ -1,10 +1,15 @@ --- title: How to Move the App-V Server to Another Computer description: How to Move the App-V Server to Another Computer -ms.assetid: 4fda21be-4d6b-499c-a38a-5afd57b34a47 author: jamiejdt +ms.assetid: 4fda21be-4d6b-499c-a38a-5afd57b34a47 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Move the App-V Server to Another Computer diff --git a/mdop/appv-v5/how-to-move-the-app-v-server-to-another-computer51.md b/mdop/appv-v5/how-to-move-the-app-v-server-to-another-computer51.md index 7fb4756972..91c3cd7485 100644 --- a/mdop/appv-v5/how-to-move-the-app-v-server-to-another-computer51.md +++ b/mdop/appv-v5/how-to-move-the-app-v-server-to-another-computer51.md @@ -1,10 +1,15 @@ --- title: How to Move the App-V Server to Another Computer description: How to Move the App-V Server to Another Computer -ms.assetid: 853af9eb-db5b-421d-a0fe-79ded8752cef author: jamiejdt +ms.assetid: 853af9eb-db5b-421d-a0fe-79ded8752cef +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Move the App-V Server to Another Computer diff --git a/mdop/appv-v5/how-to-publish-a-connection-group.md b/mdop/appv-v5/how-to-publish-a-connection-group.md index 46aeda847f..2f035b00f2 100644 --- a/mdop/appv-v5/how-to-publish-a-connection-group.md +++ b/mdop/appv-v5/how-to-publish-a-connection-group.md @@ -1,10 +1,15 @@ --- title: How to Publish a Connection Group description: How to Publish a Connection Group -ms.assetid: c61db00a-8393-485c-949e-af2098b9e258 author: jamiejdt +ms.assetid: c61db00a-8393-485c-949e-af2098b9e258 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Publish a Connection Group diff --git a/mdop/appv-v5/how-to-publish-a-connection-group51.md b/mdop/appv-v5/how-to-publish-a-connection-group51.md index cadb30cbff..91be4ccf66 100644 --- a/mdop/appv-v5/how-to-publish-a-connection-group51.md +++ b/mdop/appv-v5/how-to-publish-a-connection-group51.md @@ -1,10 +1,15 @@ --- title: How to Publish a Connection Group description: How to Publish a Connection Group -ms.assetid: fe89601c-23c6-4b7c-a61b-4ca50908f1b4 author: jamiejdt +ms.assetid: fe89601c-23c6-4b7c-a61b-4ca50908f1b4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Publish a Connection Group diff --git a/mdop/appv-v5/how-to-publish-a-package-by-using-the-management-console-50.md b/mdop/appv-v5/how-to-publish-a-package-by-using-the-management-console-50.md index e36101eb8b..35719fb9ac 100644 --- a/mdop/appv-v5/how-to-publish-a-package-by-using-the-management-console-50.md +++ b/mdop/appv-v5/how-to-publish-a-package-by-using-the-management-console-50.md @@ -1,10 +1,15 @@ --- title: How to Publish a Package by Using the Management Console description: How to Publish a Package by Using the Management Console -ms.assetid: 7c6930fc-5c89-4519-a901-512dae155fd2 author: jamiejdt +ms.assetid: 7c6930fc-5c89-4519-a901-512dae155fd2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Publish a Package by Using the Management Console diff --git a/mdop/appv-v5/how-to-publish-a-package-by-using-the-management-console-51.md b/mdop/appv-v5/how-to-publish-a-package-by-using-the-management-console-51.md index 924d622de0..93a01d8f6b 100644 --- a/mdop/appv-v5/how-to-publish-a-package-by-using-the-management-console-51.md +++ b/mdop/appv-v5/how-to-publish-a-package-by-using-the-management-console-51.md @@ -1,10 +1,15 @@ --- title: How to Publish a Package by Using the Management Console description: How to Publish a Package by Using the Management Console -ms.assetid: e34d2bcf-15ac-4a75-9dc8-79380b36a25f author: jamiejdt +ms.assetid: e34d2bcf-15ac-4a75-9dc8-79380b36a25f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Publish a Package by Using the Management Console diff --git a/mdop/appv-v5/how-to-register-and-unregister-a-publishing-server-by-using-the-management-console.md b/mdop/appv-v5/how-to-register-and-unregister-a-publishing-server-by-using-the-management-console.md index c7d4279309..d2c290bbc4 100644 --- a/mdop/appv-v5/how-to-register-and-unregister-a-publishing-server-by-using-the-management-console.md +++ b/mdop/appv-v5/how-to-register-and-unregister-a-publishing-server-by-using-the-management-console.md @@ -1,10 +1,15 @@ --- title: How to Register and Unregister a Publishing Server by Using the Management Console description: How to Register and Unregister a Publishing Server by Using the Management Console -ms.assetid: c24f3b43-4888-41a9-9a39-973657f2b917 author: jamiejdt +ms.assetid: c24f3b43-4888-41a9-9a39-973657f2b917 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Register and Unregister a Publishing Server by Using the Management Console diff --git a/mdop/appv-v5/how-to-register-and-unregister-a-publishing-server-by-using-the-management-console51.md b/mdop/appv-v5/how-to-register-and-unregister-a-publishing-server-by-using-the-management-console51.md index 3635c50c78..3434d3311a 100644 --- a/mdop/appv-v5/how-to-register-and-unregister-a-publishing-server-by-using-the-management-console51.md +++ b/mdop/appv-v5/how-to-register-and-unregister-a-publishing-server-by-using-the-management-console51.md @@ -1,10 +1,15 @@ --- title: How to Register and Unregister a Publishing Server by Using the Management Console description: How to Register and Unregister a Publishing Server by Using the Management Console -ms.assetid: 69cef0a8-8102-4697-b1ba-f16e0f25216b author: jamiejdt +ms.assetid: 69cef0a8-8102-4697-b1ba-f16e0f25216b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Register and Unregister a Publishing Server by Using the Management Console diff --git a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-a-specific-user.md b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-a-specific-user.md index 50ab98d5aa..2c93d34a0e 100644 --- a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-a-specific-user.md +++ b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-a-specific-user.md @@ -1,10 +1,15 @@ --- title: How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 SP2 Package for a Specific User description: How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 SP2 Package for a Specific User -ms.assetid: f1d2ab1f-0831-4976-b49f-169511d3382a author: jamiejdt +ms.assetid: f1d2ab1f-0831-4976-b49f-169511d3382a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 SP2 Package for a Specific User diff --git a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md index 8c549f049a..01c0a0b77c 100644 --- a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md +++ b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md @@ -1,10 +1,15 @@ --- title: How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 SP2 Package For All Users on a Specific Computer description: How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 SP2 Package For All Users on a Specific Computer -ms.assetid: 2a43ca1b-6847-4dd1-ade2-336ac4ac6af0 author: jamiejdt +ms.assetid: 2a43ca1b-6847-4dd1-ade2-336ac4ac6af0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 SP2 Package For All Users on a Specific Computer diff --git a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-a-specific-user.md b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-a-specific-user.md index c69c21b2b6..4cf7c08db7 100644 --- a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-a-specific-user.md +++ b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-a-specific-user.md @@ -1,10 +1,15 @@ --- title: How to Revert Extension Points From an App-V 5.1 Package to an App-V 4.6 Package for a Specific User description: How to Revert Extension Points From an App-V 5.1 Package to an App-V 4.6 Package for a Specific User -ms.assetid: bd53c5d6-7fd2-4816-b03b-d59da0a35819 author: jamiejdt +ms.assetid: bd53c5d6-7fd2-4816-b03b-d59da0a35819 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Revert Extension Points From an App-V 5.1 Package to an App-V 4.6 Package for a Specific User diff --git a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md index 265afe0293..b5825a68a9 100644 --- a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md +++ b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md @@ -1,10 +1,15 @@ --- title: How to Revert Extension Points from an App-V 5.1 Package to an App-V 4.6 Package For All Users on a Specific Computer description: How to Revert Extension Points from an App-V 5.1 Package to an App-V 4.6 Package For All Users on a Specific Computer -ms.assetid: 64640b8e-de6b-4006-a33e-353d285af15e author: jamiejdt +ms.assetid: 64640b8e-de6b-4006-a33e-353d285af15e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Revert Extension Points from an App-V 5.1 Package to an App-V 4.6 Package For All Users on a Specific Computer diff --git a/mdop/appv-v5/how-to-sequence-a-new-application-with-app-v-50-beta-gb18030.md b/mdop/appv-v5/how-to-sequence-a-new-application-with-app-v-50-beta-gb18030.md index 715fce6372..939c5c6da1 100644 --- a/mdop/appv-v5/how-to-sequence-a-new-application-with-app-v-50-beta-gb18030.md +++ b/mdop/appv-v5/how-to-sequence-a-new-application-with-app-v-50-beta-gb18030.md @@ -1,10 +1,15 @@ --- title: How to Sequence a New Application with App-V 5.0 description: How to Sequence a New Application with App-V 5.0 -ms.assetid: a263fa84-cd6d-4219-a5c2-eb6a553b826c author: jamiejdt +ms.assetid: a263fa84-cd6d-4219-a5c2-eb6a553b826c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Sequence a New Application with App-V 5.0 diff --git a/mdop/appv-v5/how-to-sequence-a-new-application-with-app-v-51-beta-gb18030.md b/mdop/appv-v5/how-to-sequence-a-new-application-with-app-v-51-beta-gb18030.md index fa95464abb..35331cebf0 100644 --- a/mdop/appv-v5/how-to-sequence-a-new-application-with-app-v-51-beta-gb18030.md +++ b/mdop/appv-v5/how-to-sequence-a-new-application-with-app-v-51-beta-gb18030.md @@ -1,10 +1,15 @@ --- title: How to Sequence a New Application with App-V 5.1 description: How to Sequence a New Application with App-V 5.1 -ms.assetid: 7d7699b1-0cb8-450d-94e7-5af937e16c21 author: jamiejdt +ms.assetid: 7d7699b1-0cb8-450d-94e7-5af937e16c21 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Sequence a New Application with App-V 5.1 diff --git a/mdop/appv-v5/how-to-sequence-a-package--by-using-powershell-50.md b/mdop/appv-v5/how-to-sequence-a-package--by-using-powershell-50.md index eccfd6c062..455d7d21ab 100644 --- a/mdop/appv-v5/how-to-sequence-a-package--by-using-powershell-50.md +++ b/mdop/appv-v5/how-to-sequence-a-package--by-using-powershell-50.md @@ -1,10 +1,15 @@ --- title: How to Sequence a Package by Using PowerShell description: How to Sequence a Package by Using PowerShell -ms.assetid: b41feed9-d1c5-48a3-940c-9a21d594f4f8 author: jamiejdt +ms.assetid: b41feed9-d1c5-48a3-940c-9a21d594f4f8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Sequence a Package by Using PowerShell diff --git a/mdop/appv-v5/how-to-sequence-a-package--by-using-powershell-51.md b/mdop/appv-v5/how-to-sequence-a-package--by-using-powershell-51.md index 02b4ff81be..3e64fc9980 100644 --- a/mdop/appv-v5/how-to-sequence-a-package--by-using-powershell-51.md +++ b/mdop/appv-v5/how-to-sequence-a-package--by-using-powershell-51.md @@ -1,10 +1,15 @@ --- title: How to Sequence a Package by Using PowerShell description: How to Sequence a Package by Using PowerShell -ms.assetid: 6134c6be-937d-4609-a516-92d49154b290 author: jamiejdt +ms.assetid: 6134c6be-937d-4609-a516-92d49154b290 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Sequence a Package by Using PowerShell diff --git a/mdop/appv-v5/how-to-transfer-access-and-configurations-to-another-version-of-a-package-by-using-the-management-console.md b/mdop/appv-v5/how-to-transfer-access-and-configurations-to-another-version-of-a-package-by-using-the-management-console.md index 1c4b0ebb38..8fab54e2e9 100644 --- a/mdop/appv-v5/how-to-transfer-access-and-configurations-to-another-version-of-a-package-by-using-the-management-console.md +++ b/mdop/appv-v5/how-to-transfer-access-and-configurations-to-another-version-of-a-package-by-using-the-management-console.md @@ -1,10 +1,15 @@ --- title: How to Transfer Access and Configurations to Another Version of a Package by Using the Management Console description: How to Transfer Access and Configurations to Another Version of a Package by Using the Management Console -ms.assetid: d41d64a0-0333-4951-ab27-db595bf0f634 author: jamiejdt +ms.assetid: d41d64a0-0333-4951-ab27-db595bf0f634 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Transfer Access and Configurations to Another Version of a Package by Using the Management Console diff --git a/mdop/appv-v5/how-to-transfer-access-and-configurations-to-another-version-of-a-package-by-using-the-management-console51.md b/mdop/appv-v5/how-to-transfer-access-and-configurations-to-another-version-of-a-package-by-using-the-management-console51.md index c09b214708..48536033ce 100644 --- a/mdop/appv-v5/how-to-transfer-access-and-configurations-to-another-version-of-a-package-by-using-the-management-console51.md +++ b/mdop/appv-v5/how-to-transfer-access-and-configurations-to-another-version-of-a-package-by-using-the-management-console51.md @@ -1,10 +1,15 @@ --- title: How to Transfer Access and Configurations to Another Version of a Package by Using the Management Console description: How to Transfer Access and Configurations to Another Version of a Package by Using the Management Console -ms.assetid: bf53f064-76ae-4eac-9266-d087c480cda7 author: jamiejdt +ms.assetid: bf53f064-76ae-4eac-9266-d087c480cda7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Transfer Access and Configurations to Another Version of a Package by Using the Management Console diff --git a/mdop/appv-v5/how-to-uninstall-the-app-v-50-client.md b/mdop/appv-v5/how-to-uninstall-the-app-v-50-client.md index b188ed456f..f05224290c 100644 --- a/mdop/appv-v5/how-to-uninstall-the-app-v-50-client.md +++ b/mdop/appv-v5/how-to-uninstall-the-app-v-50-client.md @@ -1,10 +1,15 @@ --- title: How to Uninstall the App-V 5.0 Client description: How to Uninstall the App-V 5.0 Client -ms.assetid: 7566fb19-8d52-439a-be42-e004d95fed6f author: jamiejdt +ms.assetid: 7566fb19-8d52-439a-be42-e004d95fed6f +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Uninstall the App-V 5.0 Client diff --git a/mdop/appv-v5/how-to-uninstall-the-app-v-51-client.md b/mdop/appv-v5/how-to-uninstall-the-app-v-51-client.md index fbc628b74b..62f8314a1a 100644 --- a/mdop/appv-v5/how-to-uninstall-the-app-v-51-client.md +++ b/mdop/appv-v5/how-to-uninstall-the-app-v-51-client.md @@ -1,10 +1,15 @@ --- title: How to Uninstall the App-V 5.1 Client description: How to Uninstall the App-V 5.1 Client -ms.assetid: 21f2d946-fc9f-4cd3-899b-ac52b3fbc306 author: jamiejdt +ms.assetid: 21f2d946-fc9f-4cd3-899b-ac52b3fbc306 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Uninstall the App-V 5.1 Client diff --git a/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-50-application.md b/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-50-application.md index 52ad817ee5..c27a133da4 100644 --- a/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-50-application.md +++ b/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-50-application.md @@ -1,10 +1,15 @@ --- title: How to Use an App-V 4.6 SP1 Application From an App-V 5.0 Application description: How to Use an App-V 4.6 SP1 Application From an App-V 5.0 Application -ms.assetid: 4e78cb32-9c8b-478e-ae8b-c474a7e42487 author: jamiejdt +ms.assetid: 4e78cb32-9c8b-478e-ae8b-c474a7e42487 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Use an App-V 4.6 SP1 Application From an App-V 5.0 Application diff --git a/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-51-application.md b/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-51-application.md index a12c13f680..c4200039a0 100644 --- a/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-51-application.md +++ b/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-51-application.md @@ -1,10 +1,15 @@ --- title: How to Use an App-V 4.6 Application From an App-V 5.1 Application description: How to Use an App-V 4.6 Application From an App-V 5.1 Application -ms.assetid: 909b4391-762b-4988-b0cf-32b67f1fcf0e author: jamiejdt +ms.assetid: 909b4391-762b-4988-b0cf-32b67f1fcf0e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Use an App-V 4.6 Application From an App-V 5.1 Application diff --git a/mdop/appv-v5/how-to-use-optional-packages-in-connection-groups.md b/mdop/appv-v5/how-to-use-optional-packages-in-connection-groups.md index 3aba5f7b35..f0f85f0176 100644 --- a/mdop/appv-v5/how-to-use-optional-packages-in-connection-groups.md +++ b/mdop/appv-v5/how-to-use-optional-packages-in-connection-groups.md @@ -1,10 +1,15 @@ --- title: How to Use Optional Packages in Connection Groups description: How to Use Optional Packages in Connection Groups -ms.assetid: 4d08a81b-55e5-471a-91dc-9a684fb3c9a1 author: jamiejdt +ms.assetid: 4d08a81b-55e5-471a-91dc-9a684fb3c9a1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Use Optional Packages in Connection Groups diff --git a/mdop/appv-v5/how-to-use-optional-packages-in-connection-groups51.md b/mdop/appv-v5/how-to-use-optional-packages-in-connection-groups51.md index add5cb2d73..0e8bf825d9 100644 --- a/mdop/appv-v5/how-to-use-optional-packages-in-connection-groups51.md +++ b/mdop/appv-v5/how-to-use-optional-packages-in-connection-groups51.md @@ -1,10 +1,15 @@ --- title: How to Use Optional Packages in Connection Groups description: How to Use Optional Packages in Connection Groups -ms.assetid: 67666f18-b704-4852-a1e4-d13633bd2baf author: jamiejdt +ms.assetid: 67666f18-b704-4852-a1e4-d13633bd2baf +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to Use Optional Packages in Connection Groups diff --git a/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-51.md b/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-51.md index 53a97cba85..1a49736c59 100644 --- a/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-51.md +++ b/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-51.md @@ -1,10 +1,15 @@ --- title: How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console description: How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console -ms.assetid: 1e1941d3-fb22-4077-8ec6-7a0cb80335d8 author: jamiejdt +ms.assetid: 1e1941d3-fb22-4077-8ec6-7a0cb80335d8 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console diff --git a/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-beta.md b/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-beta.md index 5a1a5b7c17..9428fb1d5b 100644 --- a/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-beta.md +++ b/mdop/appv-v5/how-to-view-and-configure-applications-and-default-virtual-application-extensions-by-using-the-management-console-beta.md @@ -1,10 +1,15 @@ --- title: How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console description: How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console -ms.assetid: c77e6662-7a18-4da1-8da8-b58068b65fa1 author: jamiejdt +ms.assetid: c77e6662-7a18-4da1-8da8-b58068b65fa1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # How to View and Configure Applications and Default Virtual Application Extensions by Using the Management Console diff --git a/mdop/appv-v5/index.md b/mdop/appv-v5/index.md index 5e4e0a6239..595ae97ee5 100644 --- a/mdop/appv-v5/index.md +++ b/mdop/appv-v5/index.md @@ -1,10 +1,15 @@ --- title: Application Virtualization 5 description: Application Virtualization 5 -ms.assetid: e82eb44b-9ccd-41aa-923b-71400230ad23 author: jamiejdt +ms.assetid: e82eb44b-9ccd-41aa-923b-71400230ad23 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Application Virtualization 5 diff --git a/mdop/appv-v5/maintaining-app-v-50.md b/mdop/appv-v5/maintaining-app-v-50.md index 970e91ea59..bcc236d43d 100644 --- a/mdop/appv-v5/maintaining-app-v-50.md +++ b/mdop/appv-v5/maintaining-app-v-50.md @@ -1,10 +1,15 @@ --- title: Maintaining App-V 5.0 description: Maintaining App-V 5.0 -ms.assetid: 66851ec3-c674-493b-ad6d-db8fcbf1956c author: jamiejdt +ms.assetid: 66851ec3-c674-493b-ad6d-db8fcbf1956c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Maintaining App-V 5.0 diff --git a/mdop/appv-v5/maintaining-app-v-51.md b/mdop/appv-v5/maintaining-app-v-51.md index 147dd4f135..d5bdaa1039 100644 --- a/mdop/appv-v5/maintaining-app-v-51.md +++ b/mdop/appv-v5/maintaining-app-v-51.md @@ -1,10 +1,15 @@ --- title: Maintaining App-V 5.1 description: Maintaining App-V 5.1 -ms.assetid: 5abd17d3-e8af-4261-b914-741ae116b0e7 author: jamiejdt +ms.assetid: 5abd17d3-e8af-4261-b914-741ae116b0e7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Maintaining App-V 5.1 diff --git a/mdop/appv-v5/managing-connection-groups.md b/mdop/appv-v5/managing-connection-groups.md index 62f9077525..1beb16424a 100644 --- a/mdop/appv-v5/managing-connection-groups.md +++ b/mdop/appv-v5/managing-connection-groups.md @@ -1,10 +1,15 @@ --- title: Managing Connection Groups description: Managing Connection Groups -ms.assetid: 1a9c8f26-f421-4b70-b7e2-da8118e8198c author: jamiejdt +ms.assetid: 1a9c8f26-f421-4b70-b7e2-da8118e8198c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Managing Connection Groups diff --git a/mdop/appv-v5/managing-connection-groups51.md b/mdop/appv-v5/managing-connection-groups51.md index 3d46334ccb..92e5656236 100644 --- a/mdop/appv-v5/managing-connection-groups51.md +++ b/mdop/appv-v5/managing-connection-groups51.md @@ -1,10 +1,15 @@ --- title: Managing Connection Groups description: Managing Connection Groups -ms.assetid: 22c9d3cb-7246-4173-9742-4ba1c24b0a6a author: jamiejdt +ms.assetid: 22c9d3cb-7246-4173-9742-4ba1c24b0a6a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Managing Connection Groups diff --git a/mdop/appv-v5/microsoft-application-virtualization-50-administrators-guide.md b/mdop/appv-v5/microsoft-application-virtualization-50-administrators-guide.md index e425a56061..33ffc133f2 100644 --- a/mdop/appv-v5/microsoft-application-virtualization-50-administrators-guide.md +++ b/mdop/appv-v5/microsoft-application-virtualization-50-administrators-guide.md @@ -1,10 +1,15 @@ --- title: Microsoft Application Virtualization 5.0 Administrator's Guide description: Microsoft Application Virtualization 5.0 Administrator's Guide -ms.assetid: c46e94b5-32cd-4377-8dc3-8163539be897 author: jamiejdt +ms.assetid: c46e94b5-32cd-4377-8dc3-8163539be897 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Microsoft Application Virtualization 5.0 Administrator's Guide diff --git a/mdop/appv-v5/microsoft-application-virtualization-51-administrators-guide.md b/mdop/appv-v5/microsoft-application-virtualization-51-administrators-guide.md index 326a8976b5..b6b81cc1c0 100644 --- a/mdop/appv-v5/microsoft-application-virtualization-51-administrators-guide.md +++ b/mdop/appv-v5/microsoft-application-virtualization-51-administrators-guide.md @@ -1,10 +1,15 @@ --- title: Microsoft Application Virtualization 5.1 Administrator's Guide description: Microsoft Application Virtualization 5.1 Administrator's Guide -ms.assetid: 3049996a-7253-4599-a29a-1b58f9ab14a4 author: jamiejdt +ms.assetid: 3049996a-7253-4599-a29a-1b58f9ab14a4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Microsoft Application Virtualization 5.1 Administrator's Guide diff --git a/mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md b/mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md index dddbbf14b0..156b4c7b15 100644 --- a/mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md +++ b/mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md @@ -1,10 +1,15 @@ --- title: Migrating from a Previous Version description: Migrating from a Previous Version -ms.assetid: a13cd353-b22a-48f7-af1e-5d54ede2a7e5 author: jamiejdt +ms.assetid: a13cd353-b22a-48f7-af1e-5d54ede2a7e5 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Migrating from a Previous Version diff --git a/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md b/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md index dc0aeb1008..b46a9af568 100644 --- a/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md +++ b/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md @@ -1,10 +1,15 @@ --- title: Migrating to App-V 5.1 from a Previous Version description: Migrating to App-V 5.1 from a Previous Version -ms.assetid: e7ee0edc-7544-4c0a-aaca-d922a33bc1bb author: jamiejdt +ms.assetid: e7ee0edc-7544-4c0a-aaca-d922a33bc1bb +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Migrating to App-V 5.1 from a Previous Version diff --git a/mdop/appv-v5/operations-for-app-v-50.md b/mdop/appv-v5/operations-for-app-v-50.md index 93dc87b867..b26e81e565 100644 --- a/mdop/appv-v5/operations-for-app-v-50.md +++ b/mdop/appv-v5/operations-for-app-v-50.md @@ -1,10 +1,15 @@ --- title: Operations for App-V 5.0 description: Operations for App-V 5.0 -ms.assetid: 4d0d41a6-f7da-4a2f-8ac9-2d67cc18ea93 author: jamiejdt +ms.assetid: 4d0d41a6-f7da-4a2f-8ac9-2d67cc18ea93 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Operations for App-V 5.0 diff --git a/mdop/appv-v5/operations-for-app-v-51.md b/mdop/appv-v5/operations-for-app-v-51.md index bd4c399e2b..813447504b 100644 --- a/mdop/appv-v5/operations-for-app-v-51.md +++ b/mdop/appv-v5/operations-for-app-v-51.md @@ -1,10 +1,15 @@ --- title: Operations for App-V 5.1 description: Operations for App-V 5.1 -ms.assetid: dd13b5c9-2d1e-442f-91e4-43dec7f17ea2 author: jamiejdt +ms.assetid: dd13b5c9-2d1e-442f-91e4-43dec7f17ea2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Operations for App-V 5.1 diff --git a/mdop/appv-v5/performance-guidance-for-application-virtualization-50.md b/mdop/appv-v5/performance-guidance-for-application-virtualization-50.md index 2987ff359c..e2f3c105d7 100644 --- a/mdop/appv-v5/performance-guidance-for-application-virtualization-50.md +++ b/mdop/appv-v5/performance-guidance-for-application-virtualization-50.md @@ -1,10 +1,15 @@ --- title: Performance Guidance for Application Virtualization 5.0 description: Performance Guidance for Application Virtualization 5.0 -ms.assetid: 6b3a3255-b957-4b9b-8bfc-a93fe8438a81 author: jamiejdt +ms.assetid: 6b3a3255-b957-4b9b-8bfc-a93fe8438a81 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Performance Guidance for Application Virtualization 5.0 diff --git a/mdop/appv-v5/performance-guidance-for-application-virtualization-51.md b/mdop/appv-v5/performance-guidance-for-application-virtualization-51.md index 09286de052..00d873e79f 100644 --- a/mdop/appv-v5/performance-guidance-for-application-virtualization-51.md +++ b/mdop/appv-v5/performance-guidance-for-application-virtualization-51.md @@ -1,10 +1,15 @@ --- title: Performance Guidance for Application Virtualization 5.1 description: Performance Guidance for Application Virtualization 5.1 -ms.assetid: 5f2643c7-5cf7-4a29-adb7-45bf9f5b0364 author: jamiejdt +ms.assetid: 5f2643c7-5cf7-4a29-adb7-45bf9f5b0364 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Performance Guidance for Application Virtualization 5.1 diff --git a/mdop/appv-v5/planning-for-app-v-50-rc.md b/mdop/appv-v5/planning-for-app-v-50-rc.md index 51536c34e0..592cf781ea 100644 --- a/mdop/appv-v5/planning-for-app-v-50-rc.md +++ b/mdop/appv-v5/planning-for-app-v-50-rc.md @@ -1,10 +1,15 @@ --- title: Planning for App-V 5.0 description: Planning for App-V 5.0 -ms.assetid: 69df85b3-06c7-4123-af05-29d537a687ec author: jamiejdt +ms.assetid: 69df85b3-06c7-4123-af05-29d537a687ec +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning for App-V 5.0 diff --git a/mdop/appv-v5/planning-for-app-v-51.md b/mdop/appv-v5/planning-for-app-v-51.md index 026da3bf1e..cad18cf929 100644 --- a/mdop/appv-v5/planning-for-app-v-51.md +++ b/mdop/appv-v5/planning-for-app-v-51.md @@ -1,10 +1,15 @@ --- title: Planning for App-V 5.1 description: Planning for App-V 5.1 -ms.assetid: 8d84e679-0bd3-4864-976b-a3cbe6eafba6 author: jamiejdt +ms.assetid: 8d84e679-0bd3-4864-976b-a3cbe6eafba6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning for App-V 5.1 diff --git a/mdop/appv-v5/planning-for-high-availability-with-app-v-50.md b/mdop/appv-v5/planning-for-high-availability-with-app-v-50.md index 2eb54e1ed9..b3d640ca76 100644 --- a/mdop/appv-v5/planning-for-high-availability-with-app-v-50.md +++ b/mdop/appv-v5/planning-for-high-availability-with-app-v-50.md @@ -1,10 +1,15 @@ --- title: Planning for High Availability with App-V 5.0 description: Planning for High Availability with App-V 5.0 -ms.assetid: 6d9a6492-23f8-465c-82e5-49c863594156 author: jamiejdt +ms.assetid: 6d9a6492-23f8-465c-82e5-49c863594156 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning for High Availability with App-V 5.0 diff --git a/mdop/appv-v5/planning-for-high-availability-with-app-v-51.md b/mdop/appv-v5/planning-for-high-availability-with-app-v-51.md index 370da6aa56..86d1ce0564 100644 --- a/mdop/appv-v5/planning-for-high-availability-with-app-v-51.md +++ b/mdop/appv-v5/planning-for-high-availability-with-app-v-51.md @@ -1,10 +1,15 @@ --- title: Planning for High Availability with App-V 5.1 description: Planning for High Availability with App-V 5.1 -ms.assetid: 1f190a0e-10ee-4fbe-a602-7e807e943033 author: jamiejdt +ms.assetid: 1f190a0e-10ee-4fbe-a602-7e807e943033 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning for High Availability with App-V 5.1 diff --git a/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v.md b/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v.md index 07e0dc85f4..9c86470978 100644 --- a/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v.md +++ b/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v.md @@ -1,10 +1,15 @@ --- title: Planning for Migrating from a Previous Version of App-V description: Planning for Migrating from a Previous Version of App-V -ms.assetid: d4ca8f09-86fd-456f-8ec2-242ff94ae9a0 author: jamiejdt +ms.assetid: d4ca8f09-86fd-456f-8ec2-242ff94ae9a0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning for Migrating from a Previous Version of App-V diff --git a/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v51.md b/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v51.md index 1ab4e4a6d0..40ab9d720f 100644 --- a/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v51.md +++ b/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v51.md @@ -1,10 +1,15 @@ --- title: Planning for Migrating from a Previous Version of App-V description: Planning for Migrating from a Previous Version of App-V -ms.assetid: 4a058047-9674-41bc-8050-c58c97a80a9b author: jamiejdt +ms.assetid: 4a058047-9674-41bc-8050-c58c97a80a9b +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning for Migrating from a Previous Version of App-V diff --git a/mdop/appv-v5/planning-for-the-app-v-50-sequencer-and-client-deployment.md b/mdop/appv-v5/planning-for-the-app-v-50-sequencer-and-client-deployment.md index bc5d5b1652..201360c799 100644 --- a/mdop/appv-v5/planning-for-the-app-v-50-sequencer-and-client-deployment.md +++ b/mdop/appv-v5/planning-for-the-app-v-50-sequencer-and-client-deployment.md @@ -1,10 +1,15 @@ --- title: Planning for the App-V 5.0 Sequencer and Client Deployment description: Planning for the App-V 5.0 Sequencer and Client Deployment -ms.assetid: 57a604ad-90e1-4d32-86bb-eafff59aa43a author: jamiejdt +ms.assetid: 57a604ad-90e1-4d32-86bb-eafff59aa43a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning for the App-V 5.0 Sequencer and Client Deployment diff --git a/mdop/appv-v5/planning-for-the-app-v-50-server-deployment.md b/mdop/appv-v5/planning-for-the-app-v-50-server-deployment.md index df30ae7007..8c0e29d75d 100644 --- a/mdop/appv-v5/planning-for-the-app-v-50-server-deployment.md +++ b/mdop/appv-v5/planning-for-the-app-v-50-server-deployment.md @@ -1,10 +1,15 @@ --- title: Planning for the App-V 5.0 Server Deployment description: Planning for the App-V 5.0 Server Deployment -ms.assetid: fd89b324-3961-471a-ad90-c8f9ae7a8155 author: jamiejdt +ms.assetid: fd89b324-3961-471a-ad90-c8f9ae7a8155 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning for the App-V 5.0 Server Deployment diff --git a/mdop/appv-v5/planning-for-the-app-v-51-sequencer-and-client-deployment.md b/mdop/appv-v5/planning-for-the-app-v-51-sequencer-and-client-deployment.md index f60c456534..062a62e9d5 100644 --- a/mdop/appv-v5/planning-for-the-app-v-51-sequencer-and-client-deployment.md +++ b/mdop/appv-v5/planning-for-the-app-v-51-sequencer-and-client-deployment.md @@ -1,10 +1,15 @@ --- title: Planning for the App-V 5.1 Sequencer and Client Deployment description: Planning for the App-V 5.1 Sequencer and Client Deployment -ms.assetid: d92f8773-fa7d-4926-978a-433978f91202 author: jamiejdt +ms.assetid: d92f8773-fa7d-4926-978a-433978f91202 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning for the App-V 5.1 Sequencer and Client Deployment diff --git a/mdop/appv-v5/planning-for-the-app-v-51-server-deployment.md b/mdop/appv-v5/planning-for-the-app-v-51-server-deployment.md index f9cf98de81..21c2bb50c9 100644 --- a/mdop/appv-v5/planning-for-the-app-v-51-server-deployment.md +++ b/mdop/appv-v5/planning-for-the-app-v-51-server-deployment.md @@ -1,10 +1,15 @@ --- title: Planning for the App-V 5.1 Server Deployment description: Planning for the App-V 5.1 Server Deployment -ms.assetid: eedd97c9-bee0-4749-9d1e-ab9528fba398 author: jamiejdt +ms.assetid: eedd97c9-bee0-4749-9d1e-ab9528fba398 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning for the App-V 5.1 Server Deployment diff --git a/mdop/appv-v5/planning-for-using-app-v-with-office.md b/mdop/appv-v5/planning-for-using-app-v-with-office.md index 02e491b72f..b1ffa81b34 100644 --- a/mdop/appv-v5/planning-for-using-app-v-with-office.md +++ b/mdop/appv-v5/planning-for-using-app-v-with-office.md @@ -1,10 +1,15 @@ --- title: Planning for Using App-V with Office description: Planning for Using App-V with Office -ms.assetid: c4371869-4bfc-4d13-9198-ef19f99fc192 author: jamiejdt +ms.assetid: c4371869-4bfc-4d13-9198-ef19f99fc192 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning for Using App-V with Office diff --git a/mdop/appv-v5/planning-for-using-app-v-with-office51.md b/mdop/appv-v5/planning-for-using-app-v-with-office51.md index ced6a3ffcd..031528c7a8 100644 --- a/mdop/appv-v5/planning-for-using-app-v-with-office51.md +++ b/mdop/appv-v5/planning-for-using-app-v-with-office51.md @@ -1,10 +1,15 @@ --- title: Planning for Using App-V with Office description: Planning for Using App-V with Office -ms.assetid: e7a19b43-1746-469f-bad6-8e75cf4b3f67 author: jamiejdt +ms.assetid: e7a19b43-1746-469f-bad6-8e75cf4b3f67 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning for Using App-V with Office diff --git a/mdop/appv-v5/planning-to-deploy-app-v-50-with-an-electronic-software-distribution-system.md b/mdop/appv-v5/planning-to-deploy-app-v-50-with-an-electronic-software-distribution-system.md index 6b6b912452..cad59aab8b 100644 --- a/mdop/appv-v5/planning-to-deploy-app-v-50-with-an-electronic-software-distribution-system.md +++ b/mdop/appv-v5/planning-to-deploy-app-v-50-with-an-electronic-software-distribution-system.md @@ -1,10 +1,15 @@ --- title: Planning to Deploy App-V 5.0 with an Electronic Software Distribution System description: Planning to Deploy App-V 5.0 with an Electronic Software Distribution System -ms.assetid: 8cd3f1fb-b84e-4260-9e72-a14d01e7cadf author: jamiejdt +ms.assetid: 8cd3f1fb-b84e-4260-9e72-a14d01e7cadf +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning to Deploy App-V 5.0 with an Electronic Software Distribution System diff --git a/mdop/appv-v5/planning-to-deploy-app-v-51-with-an-electronic-software-distribution-system.md b/mdop/appv-v5/planning-to-deploy-app-v-51-with-an-electronic-software-distribution-system.md index a9cf20b9bf..63025c63a7 100644 --- a/mdop/appv-v5/planning-to-deploy-app-v-51-with-an-electronic-software-distribution-system.md +++ b/mdop/appv-v5/planning-to-deploy-app-v-51-with-an-electronic-software-distribution-system.md @@ -1,10 +1,15 @@ --- title: Planning to Deploy App-V 5.1 with an Electronic Software Distribution System description: Planning to Deploy App-V 5.1 with an Electronic Software Distribution System -ms.assetid: c26602c2-5e8d-44e6-90df-adacc593607e author: jamiejdt +ms.assetid: c26602c2-5e8d-44e6-90df-adacc593607e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning to Deploy App-V 5.1 with an Electronic Software Distribution System diff --git a/mdop/appv-v5/planning-to-deploy-app-v.md b/mdop/appv-v5/planning-to-deploy-app-v.md index c55e5feb1e..dfe9430408 100644 --- a/mdop/appv-v5/planning-to-deploy-app-v.md +++ b/mdop/appv-v5/planning-to-deploy-app-v.md @@ -1,10 +1,15 @@ --- title: Planning to Deploy App-V description: Planning to Deploy App-V -ms.assetid: 28d3035c-3805-4339-90fc-6c3fd3b1123e author: jamiejdt +ms.assetid: 28d3035c-3805-4339-90fc-6c3fd3b1123e +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning to Deploy App-V diff --git a/mdop/appv-v5/planning-to-deploy-app-v51.md b/mdop/appv-v5/planning-to-deploy-app-v51.md index e15c94d88f..92995e03fe 100644 --- a/mdop/appv-v5/planning-to-deploy-app-v51.md +++ b/mdop/appv-v5/planning-to-deploy-app-v51.md @@ -1,10 +1,15 @@ --- title: Planning to Deploy App-V description: Planning to Deploy App-V -ms.assetid: 39cbf981-d9c6-457f-b047-f9046e1a6442 author: jamiejdt +ms.assetid: 39cbf981-d9c6-457f-b047-f9046e1a6442 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning to Deploy App-V diff --git a/mdop/appv-v5/planning-to-use-folder-redirection-with-app-v.md b/mdop/appv-v5/planning-to-use-folder-redirection-with-app-v.md index f1b5a0fcf2..242fd47a02 100644 --- a/mdop/appv-v5/planning-to-use-folder-redirection-with-app-v.md +++ b/mdop/appv-v5/planning-to-use-folder-redirection-with-app-v.md @@ -1,10 +1,15 @@ --- title: Planning to Use Folder Redirection with App-V description: Planning to Use Folder Redirection with App-V -ms.assetid: 2a4deeed-fdc0-465c-b88a-3a2fbbf27436 author: jamiejdt +ms.assetid: 2a4deeed-fdc0-465c-b88a-3a2fbbf27436 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning to Use Folder Redirection with App-V diff --git a/mdop/appv-v5/planning-to-use-folder-redirection-with-app-v51.md b/mdop/appv-v5/planning-to-use-folder-redirection-with-app-v51.md index 6582978ac8..8d55e0b5fb 100644 --- a/mdop/appv-v5/planning-to-use-folder-redirection-with-app-v51.md +++ b/mdop/appv-v5/planning-to-use-folder-redirection-with-app-v51.md @@ -1,10 +1,15 @@ --- title: Planning to Use Folder Redirection with App-V description: Planning to Use Folder Redirection with App-V -ms.assetid: 6bea9a8f-a915-4d7d-be67-ef1cca1398ed author: jamiejdt +ms.assetid: 6bea9a8f-a915-4d7d-be67-ef1cca1398ed +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Planning to Use Folder Redirection with App-V diff --git a/mdop/appv-v5/preparing-your-environment-for-app-v-50.md b/mdop/appv-v5/preparing-your-environment-for-app-v-50.md index c5f2a7bbcc..4e61c498f0 100644 --- a/mdop/appv-v5/preparing-your-environment-for-app-v-50.md +++ b/mdop/appv-v5/preparing-your-environment-for-app-v-50.md @@ -1,10 +1,15 @@ --- title: Preparing Your Environment for App-V 5.0 description: Preparing Your Environment for App-V 5.0 -ms.assetid: 119d990e-a6c6-47b7-a7b0-52f88205e5ec author: jamiejdt +ms.assetid: 119d990e-a6c6-47b7-a7b0-52f88205e5ec +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Preparing Your Environment for App-V 5.0 diff --git a/mdop/appv-v5/preparing-your-environment-for-app-v-51.md b/mdop/appv-v5/preparing-your-environment-for-app-v-51.md index e56d8a37c9..182cdd943a 100644 --- a/mdop/appv-v5/preparing-your-environment-for-app-v-51.md +++ b/mdop/appv-v5/preparing-your-environment-for-app-v-51.md @@ -1,10 +1,15 @@ --- title: Preparing Your Environment for App-V 5.1 description: Preparing Your Environment for App-V 5.1 -ms.assetid: 64b2e1ac-1561-4c99-9815-b4688a0ff48a author: jamiejdt +ms.assetid: 64b2e1ac-1561-4c99-9815-b4688a0ff48a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Preparing Your Environment for App-V 5.1 diff --git a/mdop/appv-v5/release-notes-for-app-v-50-sp1.md b/mdop/appv-v5/release-notes-for-app-v-50-sp1.md index f71a1118b4..5de0457e2e 100644 --- a/mdop/appv-v5/release-notes-for-app-v-50-sp1.md +++ b/mdop/appv-v5/release-notes-for-app-v-50-sp1.md @@ -1,10 +1,15 @@ --- title: Release Notes for App-V 5.0 SP1 description: Release Notes for App-V 5.0 SP1 -ms.assetid: 21a859cd-41b4-4cc4-9c9c-7ba236084bb0 author: jamiejdt +ms.assetid: 21a859cd-41b4-4cc4-9c9c-7ba236084bb0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Release Notes for App-V 5.0 SP1 diff --git a/mdop/appv-v5/release-notes-for-app-v-50-sp2.md b/mdop/appv-v5/release-notes-for-app-v-50-sp2.md index e5471ebb57..f3f88d512f 100644 --- a/mdop/appv-v5/release-notes-for-app-v-50-sp2.md +++ b/mdop/appv-v5/release-notes-for-app-v-50-sp2.md @@ -1,10 +1,15 @@ --- title: Release Notes for App-V 5.0 SP2 description: Release Notes for App-V 5.0 SP2 -ms.assetid: fe73139d-240c-4ed5-8e59-6ae76ee8e80c author: jamiejdt +ms.assetid: fe73139d-240c-4ed5-8e59-6ae76ee8e80c +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Release Notes for App-V 5.0 SP2 diff --git a/mdop/appv-v5/release-notes-for-app-v-50-sp3.md b/mdop/appv-v5/release-notes-for-app-v-50-sp3.md index 2134c5609a..3ffc660815 100644 --- a/mdop/appv-v5/release-notes-for-app-v-50-sp3.md +++ b/mdop/appv-v5/release-notes-for-app-v-50-sp3.md @@ -1,10 +1,15 @@ --- title: Release Notes for App-V 5.0 SP3 description: Release Notes for App-V 5.0 SP3 -ms.assetid: bc4806e0-2aba-4c7b-9ecc-1b2cc54af1d0 author: jamiejdt +ms.assetid: bc4806e0-2aba-4c7b-9ecc-1b2cc54af1d0 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Release Notes for App-V 5.0 SP3 diff --git a/mdop/appv-v5/release-notes-for-app-v-50.md b/mdop/appv-v5/release-notes-for-app-v-50.md index caa448ad57..2df214ccdb 100644 --- a/mdop/appv-v5/release-notes-for-app-v-50.md +++ b/mdop/appv-v5/release-notes-for-app-v-50.md @@ -1,10 +1,15 @@ --- title: Release Notes for App-V 5.0 description: Release Notes for App-V 5.0 -ms.assetid: 68a6a5a1-4b3c-4c09-b00c-9ca4237695d5 author: jamiejdt +ms.assetid: 68a6a5a1-4b3c-4c09-b00c-9ca4237695d5 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Release Notes for App-V 5.0 diff --git a/mdop/appv-v5/release-notes-for-app-v-51.md b/mdop/appv-v5/release-notes-for-app-v-51.md index 42cb4bcc3d..9617650992 100644 --- a/mdop/appv-v5/release-notes-for-app-v-51.md +++ b/mdop/appv-v5/release-notes-for-app-v-51.md @@ -1,10 +1,15 @@ --- title: Release Notes for App-V 5.1 description: Release Notes for App-V 5.1 -ms.assetid: 62c5be3b-0a46-4512-93ed-97c23184f343 author: jamiejdt +ms.assetid: 62c5be3b-0a46-4512-93ed-97c23184f343 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Release Notes for App-V 5.1 diff --git a/mdop/appv-v5/running-a-locally-installed-application-inside-a-virtual-environment-with-virtualized-applications.md b/mdop/appv-v5/running-a-locally-installed-application-inside-a-virtual-environment-with-virtualized-applications.md index e870dd0e85..8d736d9afe 100644 --- a/mdop/appv-v5/running-a-locally-installed-application-inside-a-virtual-environment-with-virtualized-applications.md +++ b/mdop/appv-v5/running-a-locally-installed-application-inside-a-virtual-environment-with-virtualized-applications.md @@ -1,10 +1,15 @@ --- title: Running a Locally Installed Application Inside a Virtual Environment with Virtualized Applications description: Running a Locally Installed Application Inside a Virtual Environment with Virtualized Applications -ms.assetid: a8affa46-f1f7-416c-8125-9595cfbfdbc7 author: jamiejdt +ms.assetid: a8affa46-f1f7-416c-8125-9595cfbfdbc7 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Running a Locally Installed Application Inside a Virtual Environment with Virtualized Applications diff --git a/mdop/appv-v5/running-a-locally-installed-application-inside-a-virtual-environment-with-virtualized-applications51.md b/mdop/appv-v5/running-a-locally-installed-application-inside-a-virtual-environment-with-virtualized-applications51.md index c2b2381dec..794fc16e19 100644 --- a/mdop/appv-v5/running-a-locally-installed-application-inside-a-virtual-environment-with-virtualized-applications51.md +++ b/mdop/appv-v5/running-a-locally-installed-application-inside-a-virtual-environment-with-virtualized-applications51.md @@ -1,10 +1,15 @@ --- title: Running a Locally Installed Application Inside a Virtual Environment with Virtualized Applications description: Running a Locally Installed Application Inside a Virtual Environment with Virtualized Applications -ms.assetid: 71baf193-a9e8-4ffa-aa7f-e0bffed2e4b2 author: jamiejdt +ms.assetid: 71baf193-a9e8-4ffa-aa7f-e0bffed2e4b2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Running a Locally Installed Application Inside a Virtual Environment with Virtualized Applications diff --git a/mdop/appv-v5/technical-reference-for-app-v-50.md b/mdop/appv-v5/technical-reference-for-app-v-50.md index 4bc2dfe099..6a4521eeb8 100644 --- a/mdop/appv-v5/technical-reference-for-app-v-50.md +++ b/mdop/appv-v5/technical-reference-for-app-v-50.md @@ -1,10 +1,15 @@ --- title: Technical Reference for App-V 5.0 description: Technical Reference for App-V 5.0 -ms.assetid: aa899158-41e8-47d3-882c-8c5b96018308 author: jamiejdt +ms.assetid: aa899158-41e8-47d3-882c-8c5b96018308 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Technical Reference for App-V 5.0 diff --git a/mdop/appv-v5/technical-reference-for-app-v-51.md b/mdop/appv-v5/technical-reference-for-app-v-51.md index d96b57d63c..a124c4e32f 100644 --- a/mdop/appv-v5/technical-reference-for-app-v-51.md +++ b/mdop/appv-v5/technical-reference-for-app-v-51.md @@ -1,10 +1,15 @@ --- title: Technical Reference for App-V 5.1 description: Technical Reference for App-V 5.1 -ms.assetid: 2b9e8b2b-4cd1-46f3-ba08-e3bc8d5c6127 author: jamiejdt +ms.assetid: 2b9e8b2b-4cd1-46f3-ba08-e3bc8d5c6127 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Technical Reference for App-V 5.1 diff --git a/mdop/appv-v5/troubleshooting-app-v-50.md b/mdop/appv-v5/troubleshooting-app-v-50.md index 3ba4b9d957..8bffb9304f 100644 --- a/mdop/appv-v5/troubleshooting-app-v-50.md +++ b/mdop/appv-v5/troubleshooting-app-v-50.md @@ -1,10 +1,15 @@ --- title: Troubleshooting App-V 5.0 description: Troubleshooting App-V 5.0 -ms.assetid: a713b345-25b7-4cdf-ba55-66df672a1f3a author: jamiejdt +ms.assetid: a713b345-25b7-4cdf-ba55-66df672a1f3a +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Troubleshooting App-V 5.0 diff --git a/mdop/appv-v5/troubleshooting-app-v-51.md b/mdop/appv-v5/troubleshooting-app-v-51.md index ef82f07b5e..734f0b8ff5 100644 --- a/mdop/appv-v5/troubleshooting-app-v-51.md +++ b/mdop/appv-v5/troubleshooting-app-v-51.md @@ -1,10 +1,15 @@ --- title: Troubleshooting App-V 5.1 description: Troubleshooting App-V 5.1 -ms.assetid: 435d0e56-0aa2-4168-b5a7-2f03a1f273d4 author: jamiejdt +ms.assetid: 435d0e56-0aa2-4168-b5a7-2f03a1f273d4 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Troubleshooting App-V 5.1 diff --git a/mdop/appv-v5/using-the-app-v-50-client-management-console.md b/mdop/appv-v5/using-the-app-v-50-client-management-console.md index b82a1c861a..46ecfbb1c8 100644 --- a/mdop/appv-v5/using-the-app-v-50-client-management-console.md +++ b/mdop/appv-v5/using-the-app-v-50-client-management-console.md @@ -1,10 +1,15 @@ --- title: Using the App-V 5.0 Client Management Console description: Using the App-V 5.0 Client Management Console -ms.assetid: 36398307-57dd-40f3-9d4f-b09f44fd37c3 author: jamiejdt +ms.assetid: 36398307-57dd-40f3-9d4f-b09f44fd37c3 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Using the App-V 5.0 Client Management Console diff --git a/mdop/appv-v5/using-the-app-v-51-client-management-console.md b/mdop/appv-v5/using-the-app-v-51-client-management-console.md index 44cb91a596..f600439f00 100644 --- a/mdop/appv-v5/using-the-app-v-51-client-management-console.md +++ b/mdop/appv-v5/using-the-app-v-51-client-management-console.md @@ -1,10 +1,15 @@ --- title: Using the App-V 5.1 Client Management Console description: Using the App-V 5.1 Client Management Console -ms.assetid: be6d4e35-5701-4f9a-ba8a-bede12662cf1 author: jamiejdt +ms.assetid: be6d4e35-5701-4f9a-ba8a-bede12662cf1 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Using the App-V 5.1 Client Management Console diff --git a/mdop/appv-v5/viewing-app-v-server-publishing-metadata.md b/mdop/appv-v5/viewing-app-v-server-publishing-metadata.md index a469d22ab7..1b08c90c51 100644 --- a/mdop/appv-v5/viewing-app-v-server-publishing-metadata.md +++ b/mdop/appv-v5/viewing-app-v-server-publishing-metadata.md @@ -1,10 +1,15 @@ --- title: Viewing App-V Server Publishing Metadata description: Viewing App-V Server Publishing Metadata -ms.assetid: 048dd42a-24d4-4cc4-81f6-7a919aadd9b2 author: jamiejdt +ms.assetid: 048dd42a-24d4-4cc4-81f6-7a919aadd9b2 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Viewing App-V Server Publishing Metadata diff --git a/mdop/appv-v5/viewing-app-v-server-publishing-metadata51.md b/mdop/appv-v5/viewing-app-v-server-publishing-metadata51.md index f6a1398744..ddb5116d31 100644 --- a/mdop/appv-v5/viewing-app-v-server-publishing-metadata51.md +++ b/mdop/appv-v5/viewing-app-v-server-publishing-metadata51.md @@ -1,10 +1,15 @@ --- title: Viewing App-V Server Publishing Metadata description: Viewing App-V Server Publishing Metadata -ms.assetid: d5fa9eb5-647c-478d-8a4d-0ecda018bce6 author: jamiejdt +ms.assetid: d5fa9eb5-647c-478d-8a4d-0ecda018bce6 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Viewing App-V Server Publishing Metadata diff --git a/mdop/appv-v5/whats-new-in-app-v-50-sp1.md b/mdop/appv-v5/whats-new-in-app-v-50-sp1.md index cb16551fef..092f4f435a 100644 --- a/mdop/appv-v5/whats-new-in-app-v-50-sp1.md +++ b/mdop/appv-v5/whats-new-in-app-v-50-sp1.md @@ -1,10 +1,15 @@ --- title: What's new in App-V 5.0 SP1 description: What's new in App-V 5.0 SP1 -ms.assetid: e97c2dbb-7b40-46a0-8137-9ee4fc2bd071 author: jamiejdt +ms.assetid: e97c2dbb-7b40-46a0-8137-9ee4fc2bd071 +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # What's new in App-V 5.0 SP1 diff --git a/mdop/appv-v5/whats-new-in-app-v-50.md b/mdop/appv-v5/whats-new-in-app-v-50.md index 5c4b51dded..30a0eff2e7 100644 --- a/mdop/appv-v5/whats-new-in-app-v-50.md +++ b/mdop/appv-v5/whats-new-in-app-v-50.md @@ -1,10 +1,15 @@ --- title: What's New in App-V 5.0 description: What's New in App-V 5.0 -ms.assetid: 79ff6e02-e926-4803-87d8-248a6b28099d author: jamiejdt +ms.assetid: 79ff6e02-e926-4803-87d8-248a6b28099d +ms.pagetype: mdop, appcompat, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # What's New in App-V 5.0 diff --git a/mdop/dart-v10/about-dart-10.md b/mdop/dart-v10/about-dart-10.md index 4b8bc32010..109f623a7a 100644 --- a/mdop/dart-v10/about-dart-10.md +++ b/mdop/dart-v10/about-dart-10.md @@ -1,10 +1,15 @@ --- title: About DaRT 10 description: About DaRT 10 -ms.assetid: 02378035-58d1-4095-82fe-d60734a746fb author: jamiejdt +ms.assetid: 02378035-58d1-4095-82fe-d60734a746fb +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # About DaRT 10 diff --git a/mdop/dart-v10/accessibility-for-dart-10.md b/mdop/dart-v10/accessibility-for-dart-10.md index 219e701582..7e3a6e4cc2 100644 --- a/mdop/dart-v10/accessibility-for-dart-10.md +++ b/mdop/dart-v10/accessibility-for-dart-10.md @@ -1,10 +1,15 @@ --- title: Accessibility for DaRT 10 description: Accessibility for DaRT 10 -ms.assetid: 61d7a30c-3551-440d-bdcd-36333052c7b4 author: jamiejdt +ms.assetid: 61d7a30c-3551-440d-bdcd-36333052c7b4 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Accessibility for DaRT 10 diff --git a/mdop/dart-v10/administering-dart-10-using-powershell.md b/mdop/dart-v10/administering-dart-10-using-powershell.md index 1706d2f608..3d7a7f3af1 100644 --- a/mdop/dart-v10/administering-dart-10-using-powershell.md +++ b/mdop/dart-v10/administering-dart-10-using-powershell.md @@ -1,10 +1,15 @@ --- title: Administering DaRT 10 Using PowerShell description: Administering DaRT 10 Using PowerShell -ms.assetid: eefe992f-077b-4e4b-8a5d-45b451614d7b author: jamiejdt +ms.assetid: eefe992f-077b-4e4b-8a5d-45b451614d7b +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Administering DaRT 10 Using PowerShell diff --git a/mdop/dart-v10/creating-the-dart-10-recovery-image.md b/mdop/dart-v10/creating-the-dart-10-recovery-image.md index 2e08c6e58c..6ec9e53ef1 100644 --- a/mdop/dart-v10/creating-the-dart-10-recovery-image.md +++ b/mdop/dart-v10/creating-the-dart-10-recovery-image.md @@ -1,10 +1,15 @@ --- title: Creating the DaRT 10 Recovery Image description: Creating the DaRT 10 Recovery Image -ms.assetid: 173556de-2f20-4ea6-9e29-fc5ccc71ebd7 author: jamiejdt +ms.assetid: 173556de-2f20-4ea6-9e29-fc5ccc71ebd7 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Creating the DaRT 10 Recovery Image diff --git a/mdop/dart-v10/dart-10--c--page.md b/mdop/dart-v10/dart-10--c--page.md index fde40f3b79..2fb6bbe540 100644 --- a/mdop/dart-v10/dart-10--c--page.md +++ b/mdop/dart-v10/dart-10--c--page.md @@ -1,10 +1,15 @@ --- title: DaRT 10 description: DaRT 10 -ms.assetid: 4f62abe6-d971-44b4-b1e7-9dcaf199ca31 author: jamiejdt +ms.assetid: 4f62abe6-d971-44b4-b1e7-9dcaf199ca31 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # DaRT 10 diff --git a/mdop/dart-v10/dart-10-cover-page.md b/mdop/dart-v10/dart-10-cover-page.md index 3048455f45..97dd76d373 100644 --- a/mdop/dart-v10/dart-10-cover-page.md +++ b/mdop/dart-v10/dart-10-cover-page.md @@ -1,10 +1,15 @@ --- title: DaRT 10 description: DaRT 10 -ms.assetid: 875f6dc4-13f4-4625-8c6a-38215c2daf01 author: jamiejdt +ms.assetid: 875f6dc4-13f4-4625-8c6a-38215c2daf01 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # DaRT 10 diff --git a/mdop/dart-v10/dart-10-deployment-checklist.md b/mdop/dart-v10/dart-10-deployment-checklist.md index d12eae9bf6..f52ab31681 100644 --- a/mdop/dart-v10/dart-10-deployment-checklist.md +++ b/mdop/dart-v10/dart-10-deployment-checklist.md @@ -1,10 +1,15 @@ --- title: DaRT 10 Deployment Checklist description: DaRT 10 Deployment Checklist -ms.assetid: a6b7ba27-a969-4da9-bef0-d019739413cc author: jamiejdt +ms.assetid: a6b7ba27-a969-4da9-bef0-d019739413cc +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # DaRT 10 Deployment Checklist diff --git a/mdop/dart-v10/dart-10-planning-checklist.md b/mdop/dart-v10/dart-10-planning-checklist.md index 8932624842..c9d0180a8a 100644 --- a/mdop/dart-v10/dart-10-planning-checklist.md +++ b/mdop/dart-v10/dart-10-planning-checklist.md @@ -1,10 +1,15 @@ --- title: DaRT 10 Planning Checklist description: DaRT 10 Planning Checklist -ms.assetid: d6482534-cdf3-4997-bec0-33d0edf6924a author: jamiejdt +ms.assetid: d6482534-cdf3-4997-bec0-33d0edf6924a +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # DaRT 10 Planning Checklist diff --git a/mdop/dart-v10/dart-10-privacy-statement.md b/mdop/dart-v10/dart-10-privacy-statement.md index 5c81d974c2..4a652b3b2e 100644 --- a/mdop/dart-v10/dart-10-privacy-statement.md +++ b/mdop/dart-v10/dart-10-privacy-statement.md @@ -1,10 +1,15 @@ --- title: DaRT 10 Privacy Statement description: DaRT 10 Privacy Statement -ms.assetid: 27ad36fe-6816-4fe8-8838-500c05b5b184 author: jamiejdt +ms.assetid: 27ad36fe-6816-4fe8-8838-500c05b5b184 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # DaRT 10 Privacy Statement diff --git a/mdop/dart-v10/dart-10-supported-configurations.md b/mdop/dart-v10/dart-10-supported-configurations.md index 4000461e95..de6b9f182a 100644 --- a/mdop/dart-v10/dart-10-supported-configurations.md +++ b/mdop/dart-v10/dart-10-supported-configurations.md @@ -1,10 +1,15 @@ --- title: DaRT 10 Supported Configurations description: DaRT 10 Supported Configurations -ms.assetid: a07d6562-1fa9-499f-829c-9cc487ede0b7 author: jamiejdt +ms.assetid: a07d6562-1fa9-499f-829c-9cc487ede0b7 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # DaRT 10 Supported Configurations diff --git a/mdop/dart-v10/deploying-dart-10-to-administrator-computers.md b/mdop/dart-v10/deploying-dart-10-to-administrator-computers.md index a4af85afb8..9ed61b0530 100644 --- a/mdop/dart-v10/deploying-dart-10-to-administrator-computers.md +++ b/mdop/dart-v10/deploying-dart-10-to-administrator-computers.md @@ -1,10 +1,15 @@ --- title: Deploying DaRT 10 to Administrator Computers description: Deploying DaRT 10 to Administrator Computers -ms.assetid: c1981cbe-10f8-41f6-8989-bcc9d57a2aa8 author: jamiejdt +ms.assetid: c1981cbe-10f8-41f6-8989-bcc9d57a2aa8 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Deploying DaRT 10 to Administrator Computers diff --git a/mdop/dart-v10/deploying-dart-10.md b/mdop/dart-v10/deploying-dart-10.md index a126e4efe4..ef3667c79c 100644 --- a/mdop/dart-v10/deploying-dart-10.md +++ b/mdop/dart-v10/deploying-dart-10.md @@ -1,10 +1,15 @@ --- title: Deploying DaRT 10 description: Deploying DaRT 10 -ms.assetid: 92cf70fd-006f-4fdc-9fb3-78d9d223148d author: jamiejdt +ms.assetid: 92cf70fd-006f-4fdc-9fb3-78d9d223148d +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Deploying DaRT 10 diff --git a/mdop/dart-v10/deploying-the-dart-recovery-image-dart-10.md b/mdop/dart-v10/deploying-the-dart-recovery-image-dart-10.md index 703c2e5f92..851bf2f5ab 100644 --- a/mdop/dart-v10/deploying-the-dart-recovery-image-dart-10.md +++ b/mdop/dart-v10/deploying-the-dart-recovery-image-dart-10.md @@ -1,10 +1,15 @@ --- title: Deploying the DaRT Recovery Image description: Deploying the DaRT Recovery Image -ms.assetid: 2b859da6-e31a-4240-8868-93a754328cf2 author: jamiejdt +ms.assetid: 2b859da6-e31a-4240-8868-93a754328cf2 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Deploying the DaRT Recovery Image diff --git a/mdop/dart-v10/diagnosing-system-failures-with-crash-analyzer-dart-10.md b/mdop/dart-v10/diagnosing-system-failures-with-crash-analyzer-dart-10.md index e9e2dcabfe..b9174e5d78 100644 --- a/mdop/dart-v10/diagnosing-system-failures-with-crash-analyzer-dart-10.md +++ b/mdop/dart-v10/diagnosing-system-failures-with-crash-analyzer-dart-10.md @@ -1,10 +1,15 @@ --- title: Diagnosing System Failures with Crash Analyzer description: Diagnosing System Failures with Crash Analyzer -ms.assetid: 7ebef49e-a294-4173-adb1-7e6994aa01ad author: jamiejdt +ms.assetid: 7ebef49e-a294-4173-adb1-7e6994aa01ad +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Diagnosing System Failures with Crash Analyzer diff --git a/mdop/dart-v10/getting-started-with-dart-10.md b/mdop/dart-v10/getting-started-with-dart-10.md index 0e61e739b9..e42d71fae1 100644 --- a/mdop/dart-v10/getting-started-with-dart-10.md +++ b/mdop/dart-v10/getting-started-with-dart-10.md @@ -1,10 +1,15 @@ --- title: Getting Started with DaRT 10 description: Getting Started with DaRT 10 -ms.assetid: 593dd317-4fba-4d51-8a80-951590acede6 author: jamiejdt +ms.assetid: 593dd317-4fba-4d51-8a80-951590acede6 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Getting Started with DaRT 10 diff --git a/mdop/dart-v10/how-to-change-repair-or-remove-dart-10.md b/mdop/dart-v10/how-to-change-repair-or-remove-dart-10.md index ed11c6ffcb..c355316935 100644 --- a/mdop/dart-v10/how-to-change-repair-or-remove-dart-10.md +++ b/mdop/dart-v10/how-to-change-repair-or-remove-dart-10.md @@ -1,10 +1,15 @@ --- title: How to Change, Repair, or Remove DaRT 10 description: How to Change, Repair, or Remove DaRT 10 -ms.assetid: e7718c6f-06a1-48bb-b04b-1a0f659a0337 author: jamiejdt +ms.assetid: e7718c6f-06a1-48bb-b04b-1a0f659a0337 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # How to Change, Repair, or Remove DaRT 10 diff --git a/mdop/dart-v10/how-to-deploy-dart-10.md b/mdop/dart-v10/how-to-deploy-dart-10.md index bdb4d93be2..7dbd6d1771 100644 --- a/mdop/dart-v10/how-to-deploy-dart-10.md +++ b/mdop/dart-v10/how-to-deploy-dart-10.md @@ -1,10 +1,15 @@ --- title: How to Deploy DaRT 10 description: How to Deploy DaRT 10 -ms.assetid: 13e8ba20-21c3-4870-94ed-6d3106d69f21 author: jamiejdt +ms.assetid: 13e8ba20-21c3-4870-94ed-6d3106d69f21 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy DaRT 10 diff --git a/mdop/dart-v10/how-to-deploy-the-dart-recovery-image-as-a-remote-partition-dart-10.md b/mdop/dart-v10/how-to-deploy-the-dart-recovery-image-as-a-remote-partition-dart-10.md index b6d4e4461c..999f139443 100644 --- a/mdop/dart-v10/how-to-deploy-the-dart-recovery-image-as-a-remote-partition-dart-10.md +++ b/mdop/dart-v10/how-to-deploy-the-dart-recovery-image-as-a-remote-partition-dart-10.md @@ -1,10 +1,15 @@ --- title: How to Deploy the DaRT Recovery Image as a Remote Partition description: How to Deploy the DaRT Recovery Image as a Remote Partition -ms.assetid: 06a5e250-b992-4f6a-ad74-e7715f9e96e7 author: jamiejdt +ms.assetid: 06a5e250-b992-4f6a-ad74-e7715f9e96e7 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the DaRT Recovery Image as a Remote Partition diff --git a/mdop/dart-v10/how-to-deploy-the-dart-recovery-image-as-part-of-a-recovery-partition-dart-10.md b/mdop/dart-v10/how-to-deploy-the-dart-recovery-image-as-part-of-a-recovery-partition-dart-10.md index c34c3ce428..bf7628c1c6 100644 --- a/mdop/dart-v10/how-to-deploy-the-dart-recovery-image-as-part-of-a-recovery-partition-dart-10.md +++ b/mdop/dart-v10/how-to-deploy-the-dart-recovery-image-as-part-of-a-recovery-partition-dart-10.md @@ -1,10 +1,15 @@ --- title: How to Deploy the DaRT Recovery Image as Part of a Recovery Partition description: How to Deploy the DaRT Recovery Image as Part of a Recovery Partition -ms.assetid: 0d2192c1-4058-49fb-b0b6-baf4699ac7f5 author: jamiejdt +ms.assetid: 0d2192c1-4058-49fb-b0b6-baf4699ac7f5 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the DaRT Recovery Image as Part of a Recovery Partition diff --git a/mdop/dart-v10/how-to-ensure-that-crash-analyzer-can-access-symbol-files-dart-10.md b/mdop/dart-v10/how-to-ensure-that-crash-analyzer-can-access-symbol-files-dart-10.md index a57e69cc7b..af95e2a228 100644 --- a/mdop/dart-v10/how-to-ensure-that-crash-analyzer-can-access-symbol-files-dart-10.md +++ b/mdop/dart-v10/how-to-ensure-that-crash-analyzer-can-access-symbol-files-dart-10.md @@ -1,10 +1,15 @@ --- title: How to Ensure that Crash Analyzer Can Access Symbol Files description: How to Ensure that Crash Analyzer Can Access Symbol Files -ms.assetid: 39e307bd-5d21-4e44-bed6-bf532f580775 author: jamiejdt +ms.assetid: 39e307bd-5d21-4e44-bed6-bf532f580775 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # How to Ensure that Crash Analyzer Can Access Symbol Files diff --git a/mdop/dart-v10/how-to-perform-dart-tasks-by-using-powershell-commands-dart-10.md b/mdop/dart-v10/how-to-perform-dart-tasks-by-using-powershell-commands-dart-10.md index df140a7d22..6a7c453632 100644 --- a/mdop/dart-v10/how-to-perform-dart-tasks-by-using-powershell-commands-dart-10.md +++ b/mdop/dart-v10/how-to-perform-dart-tasks-by-using-powershell-commands-dart-10.md @@ -1,10 +1,15 @@ --- title: How to Perform DaRT Tasks by Using PowerShell Commands description: How to Perform DaRT Tasks by Using PowerShell Commands -ms.assetid: f5a5c5f9-d667-4c85-9e82-7baf0b2aec6e author: jamiejdt +ms.assetid: f5a5c5f9-d667-4c85-9e82-7baf0b2aec6e +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # How to Perform DaRT Tasks by Using PowerShell Commands diff --git a/mdop/dart-v10/how-to-recover-local-computers-by-using-the-dart-recovery-image-dart-10.md b/mdop/dart-v10/how-to-recover-local-computers-by-using-the-dart-recovery-image-dart-10.md index 0335d14af1..1749571cfd 100644 --- a/mdop/dart-v10/how-to-recover-local-computers-by-using-the-dart-recovery-image-dart-10.md +++ b/mdop/dart-v10/how-to-recover-local-computers-by-using-the-dart-recovery-image-dart-10.md @@ -1,10 +1,15 @@ --- title: How to Recover Local Computers by Using the DaRT Recovery Image description: How to Recover Local Computers by Using the DaRT Recovery Image -ms.assetid: a6adc717-827c-45e8-b9c3-06d0e919e0bd author: jamiejdt +ms.assetid: a6adc717-827c-45e8-b9c3-06d0e919e0bd +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # How to Recover Local Computers by Using the DaRT Recovery Image diff --git a/mdop/dart-v10/how-to-recover-remote-computers-by-using-the-dart-recovery-image-dart-10.md b/mdop/dart-v10/how-to-recover-remote-computers-by-using-the-dart-recovery-image-dart-10.md index 08f3abe891..03dd4fd404 100644 --- a/mdop/dart-v10/how-to-recover-remote-computers-by-using-the-dart-recovery-image-dart-10.md +++ b/mdop/dart-v10/how-to-recover-remote-computers-by-using-the-dart-recovery-image-dart-10.md @@ -1,10 +1,15 @@ --- title: How to Recover Remote Computers by Using the DaRT Recovery Image description: How to Recover Remote Computers by Using the DaRT Recovery Image -ms.assetid: c0062208-39cd-4e01-adf8-36a11386e2ea author: jamiejdt +ms.assetid: c0062208-39cd-4e01-adf8-36a11386e2ea +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # How to Recover Remote Computers by Using the DaRT Recovery Image diff --git a/mdop/dart-v10/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-10.md b/mdop/dart-v10/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-10.md index 0fec234284..24f2eaed11 100644 --- a/mdop/dart-v10/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-10.md +++ b/mdop/dart-v10/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-10.md @@ -1,10 +1,15 @@ --- title: How to Run the Crash Analyzer in Stand-alone Mode on a Computer Other than an End-user Computer description: How to Run the Crash Analyzer in Stand-alone Mode on a Computer Other than an End-user Computer -ms.assetid: 27c1e1c6-123a-4f8a-b7d2-5bddc9ca3249 author: jamiejdt +ms.assetid: 27c1e1c6-123a-4f8a-b7d2-5bddc9ca3249 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # How to Run the Crash Analyzer in Stand-alone Mode on a Computer Other than an End-user Computer diff --git a/mdop/dart-v10/how-to-run-the-crash-analyzer-on-an-end-user-computer-dart-10.md b/mdop/dart-v10/how-to-run-the-crash-analyzer-on-an-end-user-computer-dart-10.md index 88c42dcf92..1351fd5141 100644 --- a/mdop/dart-v10/how-to-run-the-crash-analyzer-on-an-end-user-computer-dart-10.md +++ b/mdop/dart-v10/how-to-run-the-crash-analyzer-on-an-end-user-computer-dart-10.md @@ -1,10 +1,15 @@ --- title: How to Run the Crash Analyzer on an End-user Computer description: How to Run the Crash Analyzer on an End-user Computer -ms.assetid: 10334800-ff8e-43ac-a9c2-d28807473ec2 author: jamiejdt +ms.assetid: 10334800-ff8e-43ac-a9c2-d28807473ec2 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # How to Run the Crash Analyzer on an End-user Computer diff --git a/mdop/dart-v10/how-to-use-a-powershell-script-to-create-the-recovery-image-dart-10.md b/mdop/dart-v10/how-to-use-a-powershell-script-to-create-the-recovery-image-dart-10.md index 1524e3c84d..1b98b4f3a5 100644 --- a/mdop/dart-v10/how-to-use-a-powershell-script-to-create-the-recovery-image-dart-10.md +++ b/mdop/dart-v10/how-to-use-a-powershell-script-to-create-the-recovery-image-dart-10.md @@ -1,10 +1,15 @@ --- title: How to Use a PowerShell Script to Create the Recovery Image description: How to Use a PowerShell Script to Create the Recovery Image -ms.assetid: cf5b0814-71a8-4f0b-b1f1-1ac6d8b51c4f author: jamiejdt +ms.assetid: cf5b0814-71a8-4f0b-b1f1-1ac6d8b51c4f +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # How to Use a PowerShell Script to Create the Recovery Image diff --git a/mdop/dart-v10/index.md b/mdop/dart-v10/index.md index 0d1222c94a..7d404dfd1c 100644 --- a/mdop/dart-v10/index.md +++ b/mdop/dart-v10/index.md @@ -1,10 +1,15 @@ --- title: Diagnostics and Recovery Toolset 10 description: Diagnostics and Recovery Toolset 10 -ms.assetid: 64403eca-ff05-4327-ac33-bdcc96e706c8 author: jamiejdt +ms.assetid: 64403eca-ff05-4327-ac33-bdcc96e706c8 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Diagnostics and Recovery Toolset 10 diff --git a/mdop/dart-v10/operations-for-dart-10.md b/mdop/dart-v10/operations-for-dart-10.md index ec4837c463..0c666954b5 100644 --- a/mdop/dart-v10/operations-for-dart-10.md +++ b/mdop/dart-v10/operations-for-dart-10.md @@ -1,10 +1,15 @@ --- title: Operations for DaRT 10 description: Operations for DaRT 10 -ms.assetid: 1776d5ed-96c6-4841-a097-721d8cf5c7f7 author: jamiejdt +ms.assetid: 1776d5ed-96c6-4841-a097-721d8cf5c7f7 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Operations for DaRT 10 diff --git a/mdop/dart-v10/overview-of-the-tools-in-dart-10.md b/mdop/dart-v10/overview-of-the-tools-in-dart-10.md index 3442c8f9a4..79672139dd 100644 --- a/mdop/dart-v10/overview-of-the-tools-in-dart-10.md +++ b/mdop/dart-v10/overview-of-the-tools-in-dart-10.md @@ -1,10 +1,15 @@ --- title: Overview of the Tools in DaRT 10 description: Overview of the Tools in DaRT 10 -ms.assetid: 752467dd-b646-4335-82ce-9090d4651f65 author: jamiejdt +ms.assetid: 752467dd-b646-4335-82ce-9090d4651f65 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Overview of the Tools in DaRT 10 diff --git a/mdop/dart-v10/planning-for-dart-10.md b/mdop/dart-v10/planning-for-dart-10.md index 114d49a45d..b61bb62d87 100644 --- a/mdop/dart-v10/planning-for-dart-10.md +++ b/mdop/dart-v10/planning-for-dart-10.md @@ -1,10 +1,15 @@ --- title: Planning for DaRT 10 description: Planning for DaRT 10 -ms.assetid: 2ca0249a-6a9f-4b4e-91f1-f1b34be7b16c author: jamiejdt +ms.assetid: 2ca0249a-6a9f-4b4e-91f1-f1b34be7b16c +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Planning for DaRT 10 diff --git a/mdop/dart-v10/planning-how-to-save-and-deploy-the-dart-10-recovery-image.md b/mdop/dart-v10/planning-how-to-save-and-deploy-the-dart-10-recovery-image.md index 23034e5145..a15d2bec30 100644 --- a/mdop/dart-v10/planning-how-to-save-and-deploy-the-dart-10-recovery-image.md +++ b/mdop/dart-v10/planning-how-to-save-and-deploy-the-dart-10-recovery-image.md @@ -1,10 +1,15 @@ --- title: Planning How to Save and Deploy the DaRT 10 Recovery Image description: Planning How to Save and Deploy the DaRT 10 Recovery Image -ms.assetid: 9a3e5413-2621-49ce-8bd2-992616691703 author: jamiejdt +ms.assetid: 9a3e5413-2621-49ce-8bd2-992616691703 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Planning How to Save and Deploy the DaRT 10 Recovery Image diff --git a/mdop/dart-v10/planning-to-create-the-dart-10-recovery-image.md b/mdop/dart-v10/planning-to-create-the-dart-10-recovery-image.md index 105f774dba..b80f07b582 100644 --- a/mdop/dart-v10/planning-to-create-the-dart-10-recovery-image.md +++ b/mdop/dart-v10/planning-to-create-the-dart-10-recovery-image.md @@ -1,10 +1,15 @@ --- title: Planning to Create the DaRT 10 Recovery Image description: Planning to Create the DaRT 10 Recovery Image -ms.assetid: a0087d93-b88f-454b-81b2-3c7ce3718023 author: jamiejdt +ms.assetid: a0087d93-b88f-454b-81b2-3c7ce3718023 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Planning to Create the DaRT 10 Recovery Image diff --git a/mdop/dart-v10/planning-to-deploy-dart-10.md b/mdop/dart-v10/planning-to-deploy-dart-10.md index 17ac1a5c49..ef60b14fc9 100644 --- a/mdop/dart-v10/planning-to-deploy-dart-10.md +++ b/mdop/dart-v10/planning-to-deploy-dart-10.md @@ -1,10 +1,15 @@ --- title: Planning to Deploy DaRT 10 description: Planning to Deploy DaRT 10 -ms.assetid: 32a39e97-a889-4aae-982c-b85cdc3d9134 author: jamiejdt +ms.assetid: 32a39e97-a889-4aae-982c-b85cdc3d9134 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Planning to Deploy DaRT 10 diff --git a/mdop/dart-v10/recovering-computers-using-dart-10.md b/mdop/dart-v10/recovering-computers-using-dart-10.md index 90169cb011..fe9c5f9ab7 100644 --- a/mdop/dart-v10/recovering-computers-using-dart-10.md +++ b/mdop/dart-v10/recovering-computers-using-dart-10.md @@ -1,10 +1,15 @@ --- title: Recovering Computers Using DaRT 10 description: Recovering Computers Using DaRT 10 -ms.assetid: 2ad7fab0-c22d-4171-8b5a-b2b7d7c0ad2d author: jamiejdt +ms.assetid: 2ad7fab0-c22d-4171-8b5a-b2b7d7c0ad2d +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Recovering Computers Using DaRT 10 diff --git a/mdop/dart-v10/release-notes-for-dart-10.md b/mdop/dart-v10/release-notes-for-dart-10.md index b48819ca35..abd6b4fae2 100644 --- a/mdop/dart-v10/release-notes-for-dart-10.md +++ b/mdop/dart-v10/release-notes-for-dart-10.md @@ -1,10 +1,15 @@ --- title: Release Notes for DaRT 10 description: Release Notes for DaRT 10 -ms.assetid: eb996980-f9c4-42cb-bde9-6b3d4b82b58c author: jamiejdt +ms.assetid: eb996980-f9c4-42cb-bde9-6b3d4b82b58c +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Release Notes for DaRT 10 diff --git a/mdop/dart-v10/security-and-privacy-for-dart-10.md b/mdop/dart-v10/security-and-privacy-for-dart-10.md index e1d292b73a..2c14d5558b 100644 --- a/mdop/dart-v10/security-and-privacy-for-dart-10.md +++ b/mdop/dart-v10/security-and-privacy-for-dart-10.md @@ -1,10 +1,15 @@ --- title: Security and Privacy for DaRT 10 description: Security and Privacy for DaRT 10 -ms.assetid: 9ce5d555-c4e9-4482-a147-27b26579c935 author: jamiejdt +ms.assetid: 9ce5d555-c4e9-4482-a147-27b26579c935 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Security and Privacy for DaRT 10 diff --git a/mdop/dart-v10/security-considerations-for-dart-10.md b/mdop/dart-v10/security-considerations-for-dart-10.md index 9d981d4e87..9735070a44 100644 --- a/mdop/dart-v10/security-considerations-for-dart-10.md +++ b/mdop/dart-v10/security-considerations-for-dart-10.md @@ -1,10 +1,15 @@ --- title: Security Considerations for DaRT 10 description: Security Considerations for DaRT 10 -ms.assetid: c653daf1-f12a-4667-98cc-f0c89fa38e3f author: jamiejdt +ms.assetid: c653daf1-f12a-4667-98cc-f0c89fa38e3f +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Security Considerations for DaRT 10 diff --git a/mdop/dart-v10/troubleshooting-dart-10.md b/mdop/dart-v10/troubleshooting-dart-10.md index 7a42befd59..08accb0d61 100644 --- a/mdop/dart-v10/troubleshooting-dart-10.md +++ b/mdop/dart-v10/troubleshooting-dart-10.md @@ -1,10 +1,15 @@ --- title: Troubleshooting DaRT 10 description: Troubleshooting DaRT 10 -ms.assetid: 76d42a00-3f6b-4730-8857-39fe49535d37 author: jamiejdt +ms.assetid: 76d42a00-3f6b-4730-8857-39fe49535d37 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w10 --- + # Troubleshooting DaRT 10 diff --git a/mdop/dart-v7/about-dart-70-new-ia.md b/mdop/dart-v7/about-dart-70-new-ia.md index c2cb41421d..6d12972c2a 100644 --- a/mdop/dart-v7/about-dart-70-new-ia.md +++ b/mdop/dart-v7/about-dart-70-new-ia.md @@ -1,10 +1,15 @@ --- title: About DaRT 7.0 description: About DaRT 7.0 -ms.assetid: 217ffafc-6d73-4b80-88d9-71870460d4ab author: jamiejdt +ms.assetid: 217ffafc-6d73-4b80-88d9-71870460d4ab +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # About DaRT 7.0 diff --git a/mdop/dart-v7/accessibility-for-dart-70.md b/mdop/dart-v7/accessibility-for-dart-70.md index f385145484..6d7062c6f5 100644 --- a/mdop/dart-v7/accessibility-for-dart-70.md +++ b/mdop/dart-v7/accessibility-for-dart-70.md @@ -1,10 +1,15 @@ --- title: Accessibility for DaRT 7.0 description: Accessibility for DaRT 7.0 -ms.assetid: 41f7bb72-4f1d-44fb-bc3f-8b66557fec2f author: jamiejdt +ms.assetid: 41f7bb72-4f1d-44fb-bc3f-8b66557fec2f +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Accessibility for DaRT 7.0 diff --git a/mdop/dart-v7/creating-the-dart-70-recovery-image-dart-7.md b/mdop/dart-v7/creating-the-dart-70-recovery-image-dart-7.md index 69e49c456d..e3755581dd 100644 --- a/mdop/dart-v7/creating-the-dart-70-recovery-image-dart-7.md +++ b/mdop/dart-v7/creating-the-dart-70-recovery-image-dart-7.md @@ -1,10 +1,15 @@ --- title: Creating the DaRT 7.0 Recovery Image description: Creating the DaRT 7.0 Recovery Image -ms.assetid: ebb2ec58-0349-469d-a23f-3f944fe4c1fa author: jamiejdt +ms.assetid: ebb2ec58-0349-469d-a23f-3f944fe4c1fa +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Creating the DaRT 7.0 Recovery Image diff --git a/mdop/dart-v7/dart-70-deployment-checklist-dart-7.md b/mdop/dart-v7/dart-70-deployment-checklist-dart-7.md index b7f93c4e32..ddb0bdde02 100644 --- a/mdop/dart-v7/dart-70-deployment-checklist-dart-7.md +++ b/mdop/dart-v7/dart-70-deployment-checklist-dart-7.md @@ -1,10 +1,15 @@ --- title: DaRT 7.0 Deployment Checklist description: DaRT 7.0 Deployment Checklist -ms.assetid: 2c68ec15-0624-4a75-8237-05c68b61ad07 author: jamiejdt +ms.assetid: 2c68ec15-0624-4a75-8237-05c68b61ad07 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # DaRT 7.0 Deployment Checklist diff --git a/mdop/dart-v7/dart-70-planning-checklist-dart-7.md b/mdop/dart-v7/dart-70-planning-checklist-dart-7.md index 4da93ff8b4..5c3b632d6a 100644 --- a/mdop/dart-v7/dart-70-planning-checklist-dart-7.md +++ b/mdop/dart-v7/dart-70-planning-checklist-dart-7.md @@ -1,10 +1,15 @@ --- title: DaRT 7.0 Planning Checklist description: DaRT 7.0 Planning Checklist -ms.assetid: f97a2318-6597-4774-a854-bb546279a8fd author: jamiejdt +ms.assetid: f97a2318-6597-4774-a854-bb546279a8fd +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # DaRT 7.0 Planning Checklist diff --git a/mdop/dart-v7/dart-70-supported-configurations-dart-7.md b/mdop/dart-v7/dart-70-supported-configurations-dart-7.md index 8637709410..8339dc32b9 100644 --- a/mdop/dart-v7/dart-70-supported-configurations-dart-7.md +++ b/mdop/dart-v7/dart-70-supported-configurations-dart-7.md @@ -1,10 +1,15 @@ --- title: DaRT 7.0 Supported Configurations description: DaRT 7.0 Supported Configurations -ms.assetid: e9ee87b0-3254-4625-b178-17b2f5b8f8c8 author: jamiejdt +ms.assetid: e9ee87b0-3254-4625-b178-17b2f5b8f8c8 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # DaRT 7.0 Supported Configurations diff --git a/mdop/dart-v7/deploying-dart-70-new-ia.md b/mdop/dart-v7/deploying-dart-70-new-ia.md index 9d415bf1e2..4afe3dd956 100644 --- a/mdop/dart-v7/deploying-dart-70-new-ia.md +++ b/mdop/dart-v7/deploying-dart-70-new-ia.md @@ -1,10 +1,15 @@ --- title: Deploying DaRT 7.0 description: Deploying DaRT 7.0 -ms.assetid: 7bc99bce-b94f-4074-ba88-986ed76f8a6c author: jamiejdt +ms.assetid: 7bc99bce-b94f-4074-ba88-986ed76f8a6c +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Deploying DaRT 7.0 diff --git a/mdop/dart-v7/deploying-dart-70-to-administrator-computers-dart-7.md b/mdop/dart-v7/deploying-dart-70-to-administrator-computers-dart-7.md index 77282ea2e5..139fb72b05 100644 --- a/mdop/dart-v7/deploying-dart-70-to-administrator-computers-dart-7.md +++ b/mdop/dart-v7/deploying-dart-70-to-administrator-computers-dart-7.md @@ -1,10 +1,15 @@ --- title: Deploying DaRT 7.0 to Administrator Computers description: Deploying DaRT 7.0 to Administrator Computers -ms.assetid: 8baf26aa-b168-463c-810f-a165918b9d9f author: jamiejdt +ms.assetid: 8baf26aa-b168-463c-810f-a165918b9d9f +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Deploying DaRT 7.0 to Administrator Computers diff --git a/mdop/dart-v7/deploying-the-dart-70-recovery-image-dart-7.md b/mdop/dart-v7/deploying-the-dart-70-recovery-image-dart-7.md index b1c78990f0..544162e5da 100644 --- a/mdop/dart-v7/deploying-the-dart-70-recovery-image-dart-7.md +++ b/mdop/dart-v7/deploying-the-dart-70-recovery-image-dart-7.md @@ -1,10 +1,15 @@ --- title: Deploying the DaRT 7.0 Recovery Image description: Deploying the DaRT 7.0 Recovery Image -ms.assetid: 6bba7bff-800f-44e4-bcfc-e143115607ca author: jamiejdt +ms.assetid: 6bba7bff-800f-44e4-bcfc-e143115607ca +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Deploying the DaRT 7.0 Recovery Image diff --git a/mdop/dart-v7/diagnosing-system-failures-with-crash-analyzer--dart-7.md b/mdop/dart-v7/diagnosing-system-failures-with-crash-analyzer--dart-7.md index 76495d2c1d..cc5fb90749 100644 --- a/mdop/dart-v7/diagnosing-system-failures-with-crash-analyzer--dart-7.md +++ b/mdop/dart-v7/diagnosing-system-failures-with-crash-analyzer--dart-7.md @@ -1,10 +1,15 @@ --- title: Diagnosing System Failures with Crash Analyzer description: Diagnosing System Failures with Crash Analyzer -ms.assetid: 170d40ef-4edb-4a32-a349-c285c0ea5e56 author: jamiejdt +ms.assetid: 170d40ef-4edb-4a32-a349-c285c0ea5e56 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Diagnosing System Failures with Crash Analyzer diff --git a/mdop/dart-v7/getting-started-with-dart-70-new-ia.md b/mdop/dart-v7/getting-started-with-dart-70-new-ia.md index 8b417393d0..070ce0b204 100644 --- a/mdop/dart-v7/getting-started-with-dart-70-new-ia.md +++ b/mdop/dart-v7/getting-started-with-dart-70-new-ia.md @@ -1,10 +1,15 @@ --- title: Getting Started with DaRT 7.0 description: Getting Started with DaRT 7.0 -ms.assetid: 796f52ce-0935-4d3d-9437-289b4c7b16c3 author: jamiejdt +ms.assetid: 796f52ce-0935-4d3d-9437-289b4c7b16c3 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Getting Started with DaRT 7.0 diff --git a/mdop/dart-v7/how-to-change-repair-or-remove-dart-70.md b/mdop/dart-v7/how-to-change-repair-or-remove-dart-70.md index f61ca7be74..88af5d6908 100644 --- a/mdop/dart-v7/how-to-change-repair-or-remove-dart-70.md +++ b/mdop/dart-v7/how-to-change-repair-or-remove-dart-70.md @@ -1,10 +1,15 @@ --- title: How to Change, Repair, or Remove DaRT 7.0 description: How to Change, Repair, or Remove DaRT 7.0 -ms.assetid: a65ff4f3-2b6d-4105-a7a0-67c87e8e7300 author: jamiejdt +ms.assetid: a65ff4f3-2b6d-4105-a7a0-67c87e8e7300 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # How to Change, Repair, or Remove DaRT 7.0 diff --git a/mdop/dart-v7/how-to-create-a-time-limited-recovery-image-dart-7.md b/mdop/dart-v7/how-to-create-a-time-limited-recovery-image-dart-7.md index 475957cef1..2c9123f63a 100644 --- a/mdop/dart-v7/how-to-create-a-time-limited-recovery-image-dart-7.md +++ b/mdop/dart-v7/how-to-create-a-time-limited-recovery-image-dart-7.md @@ -1,10 +1,15 @@ --- title: How to Create a Time Limited Recovery Image description: How to Create a Time Limited Recovery Image -ms.assetid: d2e29cac-c24c-4239-997f-0320b8a830ae author: jamiejdt +ms.assetid: d2e29cac-c24c-4239-997f-0320b8a830ae +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # How to Create a Time Limited Recovery Image diff --git a/mdop/dart-v7/how-to-deploy-dart-70.md b/mdop/dart-v7/how-to-deploy-dart-70.md index 3eacb06295..48bd316e0e 100644 --- a/mdop/dart-v7/how-to-deploy-dart-70.md +++ b/mdop/dart-v7/how-to-deploy-dart-70.md @@ -1,10 +1,15 @@ --- title: How to Deploy DaRT 7.0 description: How to Deploy DaRT 7.0 -ms.assetid: 30522441-40cb-4eca-99b4-dff758f5c647 author: jamiejdt +ms.assetid: 30522441-40cb-4eca-99b4-dff758f5c647 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # How to Deploy DaRT 7.0 diff --git a/mdop/dart-v7/how-to-deploy-the-dart-recovery-image-as-a-remote-partition-dart-7.md b/mdop/dart-v7/how-to-deploy-the-dart-recovery-image-as-a-remote-partition-dart-7.md index f3e54e8d24..1f376b0945 100644 --- a/mdop/dart-v7/how-to-deploy-the-dart-recovery-image-as-a-remote-partition-dart-7.md +++ b/mdop/dart-v7/how-to-deploy-the-dart-recovery-image-as-a-remote-partition-dart-7.md @@ -1,10 +1,15 @@ --- title: How to Deploy the DaRT Recovery Image as a Remote Partition description: How to Deploy the DaRT Recovery Image as a Remote Partition -ms.assetid: 757c9340-8eac-42e8-85de-4302e436713a author: jamiejdt +ms.assetid: 757c9340-8eac-42e8-85de-4302e436713a +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # How to Deploy the DaRT Recovery Image as a Remote Partition diff --git a/mdop/dart-v7/how-to-deploy-the-dart-recovery-image-as-part-of-a-recovery-partition-dart-7.md b/mdop/dart-v7/how-to-deploy-the-dart-recovery-image-as-part-of-a-recovery-partition-dart-7.md index 3ab8b3da58..e4131ffd30 100644 --- a/mdop/dart-v7/how-to-deploy-the-dart-recovery-image-as-part-of-a-recovery-partition-dart-7.md +++ b/mdop/dart-v7/how-to-deploy-the-dart-recovery-image-as-part-of-a-recovery-partition-dart-7.md @@ -1,10 +1,15 @@ --- title: How to Deploy the DaRT Recovery Image as Part of a Recovery Partition description: How to Deploy the DaRT Recovery Image as Part of a Recovery Partition -ms.assetid: 462f2d08-f03b-4a07-b2d3-c69205dc6f70 author: jamiejdt +ms.assetid: 462f2d08-f03b-4a07-b2d3-c69205dc6f70 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # How to Deploy the DaRT Recovery Image as Part of a Recovery Partition diff --git a/mdop/dart-v7/how-to-deploy-the-dart-recovery-image-using-a-usb-flash-drive-dart-7.md b/mdop/dart-v7/how-to-deploy-the-dart-recovery-image-using-a-usb-flash-drive-dart-7.md index d0d3892d00..122915aa9a 100644 --- a/mdop/dart-v7/how-to-deploy-the-dart-recovery-image-using-a-usb-flash-drive-dart-7.md +++ b/mdop/dart-v7/how-to-deploy-the-dart-recovery-image-using-a-usb-flash-drive-dart-7.md @@ -1,10 +1,15 @@ --- title: How to Deploy the DaRT Recovery Image Using a USB Flash Drive description: How to Deploy the DaRT Recovery Image Using a USB Flash Drive -ms.assetid: 5b7aa843-731e-47e7-b5f9-48d08da732d6 author: jamiejdt +ms.assetid: 5b7aa843-731e-47e7-b5f9-48d08da732d6 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # How to Deploy the DaRT Recovery Image Using a USB Flash Drive diff --git a/mdop/dart-v7/how-to-ensure-that-crash-analyzer-can-access-symbol-files-dart-7.md b/mdop/dart-v7/how-to-ensure-that-crash-analyzer-can-access-symbol-files-dart-7.md index ede4c4c258..ea0f6893fa 100644 --- a/mdop/dart-v7/how-to-ensure-that-crash-analyzer-can-access-symbol-files-dart-7.md +++ b/mdop/dart-v7/how-to-ensure-that-crash-analyzer-can-access-symbol-files-dart-7.md @@ -1,10 +1,15 @@ --- title: How to Ensure that Crash Analyzer Can Access Symbol Files description: How to Ensure that Crash Analyzer Can Access Symbol Files -ms.assetid: 150a2f88-68a5-40eb-8471-e5008488ab6e author: jamiejdt +ms.assetid: 150a2f88-68a5-40eb-8471-e5008488ab6e +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # How to Ensure that Crash Analyzer Can Access Symbol Files diff --git a/mdop/dart-v7/how-to-recover-local-computers-using-the-dart-recovery-image-dart-7.md b/mdop/dart-v7/how-to-recover-local-computers-using-the-dart-recovery-image-dart-7.md index e0197cbb41..98be9f2e6b 100644 --- a/mdop/dart-v7/how-to-recover-local-computers-using-the-dart-recovery-image-dart-7.md +++ b/mdop/dart-v7/how-to-recover-local-computers-using-the-dart-recovery-image-dart-7.md @@ -1,10 +1,15 @@ --- title: How to Recover Local Computers Using the DaRT Recovery Image description: How to Recover Local Computers Using the DaRT Recovery Image -ms.assetid: be29b5a8-be08-4cf2-822e-77a51d3f3b65 author: jamiejdt +ms.assetid: be29b5a8-be08-4cf2-822e-77a51d3f3b65 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # How to Recover Local Computers Using the DaRT Recovery Image diff --git a/mdop/dart-v7/how-to-recover-remote-computers-using-the-dart-recovery-image-dart-7.md b/mdop/dart-v7/how-to-recover-remote-computers-using-the-dart-recovery-image-dart-7.md index f3a61d4bfa..8e663a0e6e 100644 --- a/mdop/dart-v7/how-to-recover-remote-computers-using-the-dart-recovery-image-dart-7.md +++ b/mdop/dart-v7/how-to-recover-remote-computers-using-the-dart-recovery-image-dart-7.md @@ -1,10 +1,15 @@ --- title: How to Recover Remote Computers Using the DaRT Recovery Image description: How to Recover Remote Computers Using the DaRT Recovery Image -ms.assetid: 66bc45fb-dc40-4d47-b583-5bb1ff5c97a7 author: jamiejdt +ms.assetid: 66bc45fb-dc40-4d47-b583-5bb1ff5c97a7 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # How to Recover Remote Computers Using the DaRT Recovery Image diff --git a/mdop/dart-v7/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-7.md b/mdop/dart-v7/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-7.md index 183c6b9901..86e9f2780b 100644 --- a/mdop/dart-v7/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-7.md +++ b/mdop/dart-v7/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-7.md @@ -1,10 +1,15 @@ --- title: How to Run the Crash Analyzer in Stand-alone Mode on a Computer Other than an End-user Computer description: How to Run the Crash Analyzer in Stand-alone Mode on a Computer Other than an End-user Computer -ms.assetid: 881d573f-2f18-4c5f-838e-2f5320179f94 author: jamiejdt +ms.assetid: 881d573f-2f18-4c5f-838e-2f5320179f94 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # How to Run the Crash Analyzer in Stand-alone Mode on a Computer Other than an End-user Computer diff --git a/mdop/dart-v7/how-to-run-the-crash-analyzer-on-an-end-user-computer-dart-7.md b/mdop/dart-v7/how-to-run-the-crash-analyzer-on-an-end-user-computer-dart-7.md index 1834c907ca..2d1349b4ba 100644 --- a/mdop/dart-v7/how-to-run-the-crash-analyzer-on-an-end-user-computer-dart-7.md +++ b/mdop/dart-v7/how-to-run-the-crash-analyzer-on-an-end-user-computer-dart-7.md @@ -1,10 +1,15 @@ --- title: How to Run the Crash Analyzer on an End-user Computer description: How to Run the Crash Analyzer on an End-user Computer -ms.assetid: 40af4ead-6588-4a81-8eaa-3dc00c397e1d author: jamiejdt +ms.assetid: 40af4ead-6588-4a81-8eaa-3dc00c397e1d +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # How to Run the Crash Analyzer on an End-user Computer diff --git a/mdop/dart-v7/how-to-use-the-dart-recovery-image-wizard-to-create-the-recovery-image-dart-7.md b/mdop/dart-v7/how-to-use-the-dart-recovery-image-wizard-to-create-the-recovery-image-dart-7.md index b59b439ce2..9395091dd1 100644 --- a/mdop/dart-v7/how-to-use-the-dart-recovery-image-wizard-to-create-the-recovery-image-dart-7.md +++ b/mdop/dart-v7/how-to-use-the-dart-recovery-image-wizard-to-create-the-recovery-image-dart-7.md @@ -1,10 +1,15 @@ --- title: How to Use the DaRT Recovery Image Wizard to Create the Recovery Image description: How to Use the DaRT Recovery Image Wizard to Create the Recovery Image -ms.assetid: 1b8ef983-fff9-4d75-a2f6-53120c5c00c9 author: jamiejdt +ms.assetid: 1b8ef983-fff9-4d75-a2f6-53120c5c00c9 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # How to Use the DaRT Recovery Image Wizard to Create the Recovery Image diff --git a/mdop/dart-v7/index.md b/mdop/dart-v7/index.md index f18d25e60a..d973a76adc 100644 --- a/mdop/dart-v7/index.md +++ b/mdop/dart-v7/index.md @@ -1,10 +1,15 @@ --- title: Diagnostics and Recovery Toolset 7 Administrator's Guide description: Diagnostics and Recovery Toolset 7 Administrator's Guide -ms.assetid: bf89eccd-fc03-48ff-9019-a8640e11dd99 author: jamiejdt +ms.assetid: bf89eccd-fc03-48ff-9019-a8640e11dd99 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Diagnostics and Recovery Toolset 7 Administrator's Guide diff --git a/mdop/dart-v7/operations-for-dart-70-new-ia.md b/mdop/dart-v7/operations-for-dart-70-new-ia.md index 5354fac813..c1446c0abd 100644 --- a/mdop/dart-v7/operations-for-dart-70-new-ia.md +++ b/mdop/dart-v7/operations-for-dart-70-new-ia.md @@ -1,10 +1,15 @@ --- title: Operations for DaRT 7.0 description: Operations for DaRT 7.0 -ms.assetid: 5566d817-fc14-4408-ba01-1d87fbc132d9 author: jamiejdt +ms.assetid: 5566d817-fc14-4408-ba01-1d87fbc132d9 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Operations for DaRT 7.0 diff --git a/mdop/dart-v7/overview-of-the-tools-in-dart-70-new-ia.md b/mdop/dart-v7/overview-of-the-tools-in-dart-70-new-ia.md index e0b90c900a..2319eb129e 100644 --- a/mdop/dart-v7/overview-of-the-tools-in-dart-70-new-ia.md +++ b/mdop/dart-v7/overview-of-the-tools-in-dart-70-new-ia.md @@ -1,10 +1,15 @@ --- title: Overview of the Tools in DaRT 7.0 description: Overview of the Tools in DaRT 7.0 -ms.assetid: 67c5991e-cbe6-4ce9-9fe5-f1761369d1fe author: jamiejdt +ms.assetid: 67c5991e-cbe6-4ce9-9fe5-f1761369d1fe +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Overview of the Tools in DaRT 7.0 diff --git a/mdop/dart-v7/planning-for-dart-70-new-ia.md b/mdop/dart-v7/planning-for-dart-70-new-ia.md index f7c9696980..4ea02d8ef4 100644 --- a/mdop/dart-v7/planning-for-dart-70-new-ia.md +++ b/mdop/dart-v7/planning-for-dart-70-new-ia.md @@ -1,10 +1,15 @@ --- title: Planning for DaRT 7.0 description: Planning for DaRT 7.0 -ms.assetid: 9a60cb08-5efb-40fe-b1e3-9ece831f3b43 author: jamiejdt +ms.assetid: 9a60cb08-5efb-40fe-b1e3-9ece831f3b43 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Planning for DaRT 7.0 diff --git a/mdop/dart-v7/planning-how-to-save-and-deploy-the-dart-70-recovery-image.md b/mdop/dart-v7/planning-how-to-save-and-deploy-the-dart-70-recovery-image.md index 3d9a094ae4..0caaee7d59 100644 --- a/mdop/dart-v7/planning-how-to-save-and-deploy-the-dart-70-recovery-image.md +++ b/mdop/dart-v7/planning-how-to-save-and-deploy-the-dart-70-recovery-image.md @@ -1,10 +1,15 @@ --- title: Planning How to Save and Deploy the DaRT 7.0 Recovery Image description: Planning How to Save and Deploy the DaRT 7.0 Recovery Image -ms.assetid: d96e9363-6186-4fc3-9b83-ba15ed9694a5 author: jamiejdt +ms.assetid: d96e9363-6186-4fc3-9b83-ba15ed9694a5 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Planning How to Save and Deploy the DaRT 7.0 Recovery Image diff --git a/mdop/dart-v7/planning-to-create-the-dart-70-recovery-image.md b/mdop/dart-v7/planning-to-create-the-dart-70-recovery-image.md index 6665545611..00a6fe704b 100644 --- a/mdop/dart-v7/planning-to-create-the-dart-70-recovery-image.md +++ b/mdop/dart-v7/planning-to-create-the-dart-70-recovery-image.md @@ -1,10 +1,15 @@ --- title: Planning to Create the DaRT 7.0 Recovery Image description: Planning to Create the DaRT 7.0 Recovery Image -ms.assetid: e5d49bee-ae4e-467b-9976-c1203f6355f9 author: jamiejdt +ms.assetid: e5d49bee-ae4e-467b-9976-c1203f6355f9 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Planning to Create the DaRT 7.0 Recovery Image diff --git a/mdop/dart-v7/planning-to-deploy-dart-70.md b/mdop/dart-v7/planning-to-deploy-dart-70.md index a24bbf99ca..84dc9b9fe6 100644 --- a/mdop/dart-v7/planning-to-deploy-dart-70.md +++ b/mdop/dart-v7/planning-to-deploy-dart-70.md @@ -1,10 +1,15 @@ --- title: Planning to Deploy DaRT 7.0 description: Planning to Deploy DaRT 7.0 -ms.assetid: 05e97cdb-a8c2-46e4-9c75-a7d12fe26fe8 author: jamiejdt +ms.assetid: 05e97cdb-a8c2-46e4-9c75-a7d12fe26fe8 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Planning to Deploy DaRT 7.0 diff --git a/mdop/dart-v7/recovering-computers-using-dart-70-dart-7.md b/mdop/dart-v7/recovering-computers-using-dart-70-dart-7.md index 2fd46dcfff..956cdaaa1f 100644 --- a/mdop/dart-v7/recovering-computers-using-dart-70-dart-7.md +++ b/mdop/dart-v7/recovering-computers-using-dart-70-dart-7.md @@ -1,10 +1,15 @@ --- title: Recovering Computers Using DaRT 7.0 description: Recovering Computers Using DaRT 7.0 -ms.assetid: bcded7ca-237b-4971-ac34-4394b05cbc50 author: jamiejdt +ms.assetid: bcded7ca-237b-4971-ac34-4394b05cbc50 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Recovering Computers Using DaRT 7.0 diff --git a/mdop/dart-v7/release-notes-for-dart-70-new-ia.md b/mdop/dart-v7/release-notes-for-dart-70-new-ia.md index fb81c1503e..4500f156a1 100644 --- a/mdop/dart-v7/release-notes-for-dart-70-new-ia.md +++ b/mdop/dart-v7/release-notes-for-dart-70-new-ia.md @@ -1,10 +1,15 @@ --- title: Release Notes for DaRT 7.0 description: Release Notes for DaRT 7.0 -ms.assetid: fad227d0-5c22-4efd-9187-0e5922f7250b author: jamiejdt +ms.assetid: fad227d0-5c22-4efd-9187-0e5922f7250b +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Release Notes for DaRT 7.0 diff --git a/mdop/dart-v7/security-considerations-for-dart-70-dart-7.md b/mdop/dart-v7/security-considerations-for-dart-70-dart-7.md index 79fcd10920..30a2f11123 100644 --- a/mdop/dart-v7/security-considerations-for-dart-70-dart-7.md +++ b/mdop/dart-v7/security-considerations-for-dart-70-dart-7.md @@ -1,10 +1,15 @@ --- title: Security Considerations for DaRT 7.0 description: Security Considerations for DaRT 7.0 -ms.assetid: 52ad7e6c-c169-4ba4-aa76-56335a585eb8 author: jamiejdt +ms.assetid: 52ad7e6c-c169-4ba4-aa76-56335a585eb8 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Security Considerations for DaRT 7.0 diff --git a/mdop/dart-v7/technical-reference-for-dart-70-new-ia.md b/mdop/dart-v7/technical-reference-for-dart-70-new-ia.md index 8c3242a051..888678c65f 100644 --- a/mdop/dart-v7/technical-reference-for-dart-70-new-ia.md +++ b/mdop/dart-v7/technical-reference-for-dart-70-new-ia.md @@ -1,10 +1,15 @@ --- title: Technical Reference for DaRT 7.0 description: Technical Reference for DaRT 7.0 -ms.assetid: f55c7e5e-713a-42d1-84c9-88370155f934 author: jamiejdt +ms.assetid: f55c7e5e-713a-42d1-84c9-88370155f934 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Technical Reference for DaRT 7.0 diff --git a/mdop/dart-v7/troubleshooting-dart-70-new-ia.md b/mdop/dart-v7/troubleshooting-dart-70-new-ia.md index 94e7db3d7b..cc0700ce62 100644 --- a/mdop/dart-v7/troubleshooting-dart-70-new-ia.md +++ b/mdop/dart-v7/troubleshooting-dart-70-new-ia.md @@ -1,10 +1,15 @@ --- title: Troubleshooting DaRT 7.0 description: Troubleshooting DaRT 7.0 -ms.assetid: 24c50efa-e9ac-45c4-aca2-b1dcfe834fdd author: jamiejdt +ms.assetid: 24c50efa-e9ac-45c4-aca2-b1dcfe834fdd +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w7 --- + # Troubleshooting DaRT 7.0 diff --git a/mdop/dart-v8/about-dart-80-dart-8.md b/mdop/dart-v8/about-dart-80-dart-8.md index 781e348836..852ee39b05 100644 --- a/mdop/dart-v8/about-dart-80-dart-8.md +++ b/mdop/dart-v8/about-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: About DaRT 8.0 description: About DaRT 8.0 -ms.assetid: ce91efd6-7d78-44cb-bb8f-1f43f768ebaa author: jamiejdt +ms.assetid: ce91efd6-7d78-44cb-bb8f-1f43f768ebaa +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # About DaRT 8.0 diff --git a/mdop/dart-v8/about-dart-80-sp1.md b/mdop/dart-v8/about-dart-80-sp1.md index bb8ea23ec7..d71b6c5db4 100644 --- a/mdop/dart-v8/about-dart-80-sp1.md +++ b/mdop/dart-v8/about-dart-80-sp1.md @@ -1,10 +1,15 @@ --- title: About DaRT 8.0 SP1 description: About DaRT 8.0 SP1 -ms.assetid: 2e166444-4097-4b23-9f50-d8819f1f4960 author: jamiejdt +ms.assetid: 2e166444-4097-4b23-9f50-d8819f1f4960 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # About DaRT 8.0 SP1 diff --git a/mdop/dart-v8/about-dart-81.md b/mdop/dart-v8/about-dart-81.md index a9971ea9bf..7f311fe098 100644 --- a/mdop/dart-v8/about-dart-81.md +++ b/mdop/dart-v8/about-dart-81.md @@ -1,10 +1,15 @@ --- title: About DaRT 8.1 description: About DaRT 8.1 -ms.assetid: dcaddc57-0111-4a9d-8be9-f5ada0eefa7d author: jamiejdt +ms.assetid: dcaddc57-0111-4a9d-8be9-f5ada0eefa7d +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # About DaRT 8.1 diff --git a/mdop/dart-v8/accessibility-for-dart-80-dart-8.md b/mdop/dart-v8/accessibility-for-dart-80-dart-8.md index ba3590d9dc..ba9a4f51d9 100644 --- a/mdop/dart-v8/accessibility-for-dart-80-dart-8.md +++ b/mdop/dart-v8/accessibility-for-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: Accessibility for DaRT 8.0 description: Accessibility for DaRT 8.0 -ms.assetid: 95f426de-222c-4ec0-9b9b-af817c7fff9b author: jamiejdt +ms.assetid: 95f426de-222c-4ec0-9b9b-af817c7fff9b +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Accessibility for DaRT 8.0 diff --git a/mdop/dart-v8/administering-dart-80-using-powershell-dart-8.md b/mdop/dart-v8/administering-dart-80-using-powershell-dart-8.md index dd266a66d4..3bc4bb8a72 100644 --- a/mdop/dart-v8/administering-dart-80-using-powershell-dart-8.md +++ b/mdop/dart-v8/administering-dart-80-using-powershell-dart-8.md @@ -1,10 +1,15 @@ --- title: Administering DaRT 8.0 Using PowerShell description: Administering DaRT 8.0 Using PowerShell -ms.assetid: 776430e0-d5c9-4919-877a-fab503451b37 author: jamiejdt +ms.assetid: 776430e0-d5c9-4919-877a-fab503451b37 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Administering DaRT 8.0 Using PowerShell diff --git a/mdop/dart-v8/creating-the-dart-80-recovery-image-dart-8.md b/mdop/dart-v8/creating-the-dart-80-recovery-image-dart-8.md index 51af4c6dd5..f28f338047 100644 --- a/mdop/dart-v8/creating-the-dart-80-recovery-image-dart-8.md +++ b/mdop/dart-v8/creating-the-dart-80-recovery-image-dart-8.md @@ -1,10 +1,15 @@ --- title: Creating the DaRT 8.0 Recovery Image description: Creating the DaRT 8.0 Recovery Image -ms.assetid: 39001b8e-86c0-45ef-8f34-2d6199f9922d author: jamiejdt +ms.assetid: 39001b8e-86c0-45ef-8f34-2d6199f9922d +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Creating the DaRT 8.0 Recovery Image diff --git a/mdop/dart-v8/dart-80-deployment-checklist-dart-8.md b/mdop/dart-v8/dart-80-deployment-checklist-dart-8.md index 429a72edc0..f38a189232 100644 --- a/mdop/dart-v8/dart-80-deployment-checklist-dart-8.md +++ b/mdop/dart-v8/dart-80-deployment-checklist-dart-8.md @@ -1,10 +1,15 @@ --- title: DaRT 8.0 Deployment Checklist description: DaRT 8.0 Deployment Checklist -ms.assetid: 74e071fb-697c-463f-adce-d09b8d86495f author: jamiejdt +ms.assetid: 74e071fb-697c-463f-adce-d09b8d86495f +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # DaRT 8.0 Deployment Checklist diff --git a/mdop/dart-v8/dart-80-planning-checklist-dart-8.md b/mdop/dart-v8/dart-80-planning-checklist-dart-8.md index 5035d8aaaa..035dbfd1d6 100644 --- a/mdop/dart-v8/dart-80-planning-checklist-dart-8.md +++ b/mdop/dart-v8/dart-80-planning-checklist-dart-8.md @@ -1,10 +1,15 @@ --- title: DaRT 8.0 Planning Checklist description: DaRT 8.0 Planning Checklist -ms.assetid: 0a0f5a71-b1d6-424c-8174-fc5aad506928 author: jamiejdt +ms.assetid: 0a0f5a71-b1d6-424c-8174-fc5aad506928 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # DaRT 8.0 Planning Checklist diff --git a/mdop/dart-v8/dart-80-privacy-statement-dart-8.md b/mdop/dart-v8/dart-80-privacy-statement-dart-8.md index 667eea0f43..3108fce152 100644 --- a/mdop/dart-v8/dart-80-privacy-statement-dart-8.md +++ b/mdop/dart-v8/dart-80-privacy-statement-dart-8.md @@ -1,10 +1,15 @@ --- title: DaRT 8.0 Privacy Statement description: DaRT 8.0 Privacy Statement -ms.assetid: db474241-e44e-4bca-9be4-3557a3614c2a author: jamiejdt +ms.assetid: db474241-e44e-4bca-9be4-3557a3614c2a +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # DaRT 8.0 Privacy Statement diff --git a/mdop/dart-v8/dart-80-supported-configurations-dart-8.md b/mdop/dart-v8/dart-80-supported-configurations-dart-8.md index 1619b2d643..039d32f356 100644 --- a/mdop/dart-v8/dart-80-supported-configurations-dart-8.md +++ b/mdop/dart-v8/dart-80-supported-configurations-dart-8.md @@ -1,10 +1,15 @@ --- title: DaRT 8.0 Supported Configurations description: DaRT 8.0 Supported Configurations -ms.assetid: 95d68e5c-d202-4f4a-adef-d2098328172e author: jamiejdt +ms.assetid: 95d68e5c-d202-4f4a-adef-d2098328172e +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # DaRT 8.0 Supported Configurations diff --git a/mdop/dart-v8/deploying-dart-80-dart-8.md b/mdop/dart-v8/deploying-dart-80-dart-8.md index 8f5e46c357..8f3c973c4e 100644 --- a/mdop/dart-v8/deploying-dart-80-dart-8.md +++ b/mdop/dart-v8/deploying-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: Deploying DaRT 8.0 description: Deploying DaRT 8.0 -ms.assetid: 5a976d4e-3372-4ef6-9095-1b48e99af21b author: jamiejdt +ms.assetid: 5a976d4e-3372-4ef6-9095-1b48e99af21b +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Deploying DaRT 8.0 diff --git a/mdop/dart-v8/deploying-dart-80-to-administrator-computers-dart-8.md b/mdop/dart-v8/deploying-dart-80-to-administrator-computers-dart-8.md index 04677f5a11..cbaefbe48b 100644 --- a/mdop/dart-v8/deploying-dart-80-to-administrator-computers-dart-8.md +++ b/mdop/dart-v8/deploying-dart-80-to-administrator-computers-dart-8.md @@ -1,10 +1,15 @@ --- title: Deploying DaRT 8.0 to Administrator Computers description: Deploying DaRT 8.0 to Administrator Computers -ms.assetid: f918ead8-742e-464a-8bf6-1fcedde66cae author: jamiejdt +ms.assetid: f918ead8-742e-464a-8bf6-1fcedde66cae +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Deploying DaRT 8.0 to Administrator Computers diff --git a/mdop/dart-v8/deploying-the-dart-recovery-image-dart-8.md b/mdop/dart-v8/deploying-the-dart-recovery-image-dart-8.md index c51461ce97..574c8fc2aa 100644 --- a/mdop/dart-v8/deploying-the-dart-recovery-image-dart-8.md +++ b/mdop/dart-v8/deploying-the-dart-recovery-image-dart-8.md @@ -1,10 +1,15 @@ --- title: Deploying the DaRT Recovery Image description: Deploying the DaRT Recovery Image -ms.assetid: df5cb54a-be8c-4ed2-89ea-d3c67c2ef4d4 author: jamiejdt +ms.assetid: df5cb54a-be8c-4ed2-89ea-d3c67c2ef4d4 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Deploying the DaRT Recovery Image diff --git a/mdop/dart-v8/diagnosing-system-failures-with-crash-analyzer--dart-8.md b/mdop/dart-v8/diagnosing-system-failures-with-crash-analyzer--dart-8.md index 0d4b709749..ac9c4858cd 100644 --- a/mdop/dart-v8/diagnosing-system-failures-with-crash-analyzer--dart-8.md +++ b/mdop/dart-v8/diagnosing-system-failures-with-crash-analyzer--dart-8.md @@ -1,10 +1,15 @@ --- title: Diagnosing System Failures with Crash Analyzer description: Diagnosing System Failures with Crash Analyzer -ms.assetid: ce3d3186-54fb-45b2-b5ce-9bb7841db28f author: jamiejdt +ms.assetid: ce3d3186-54fb-45b2-b5ce-9bb7841db28f +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Diagnosing System Failures with Crash Analyzer diff --git a/mdop/dart-v8/getting-started-with-dart-80-dart-8.md b/mdop/dart-v8/getting-started-with-dart-80-dart-8.md index 62c47407a3..b7cf71b4a0 100644 --- a/mdop/dart-v8/getting-started-with-dart-80-dart-8.md +++ b/mdop/dart-v8/getting-started-with-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: Getting Started with DaRT 8.0 description: Getting Started with DaRT 8.0 -ms.assetid: 579d18c5-7434-4a0e-9725-fb81ca5e3c6d author: jamiejdt +ms.assetid: 579d18c5-7434-4a0e-9725-fb81ca5e3c6d +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Getting Started with DaRT 8.0 diff --git a/mdop/dart-v8/how-to-change-repair-or-remove-dart-80-dart-8.md b/mdop/dart-v8/how-to-change-repair-or-remove-dart-80-dart-8.md index 8f83ef3cc6..221f6ae2ea 100644 --- a/mdop/dart-v8/how-to-change-repair-or-remove-dart-80-dart-8.md +++ b/mdop/dart-v8/how-to-change-repair-or-remove-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: How to Change, Repair, or Remove DaRT 8.0 description: How to Change, Repair, or Remove DaRT 8.0 -ms.assetid: a9737635-aaf5-45bd-861f-f9dff4f02336 author: jamiejdt +ms.assetid: a9737635-aaf5-45bd-861f-f9dff4f02336 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # How to Change, Repair, or Remove DaRT 8.0 diff --git a/mdop/dart-v8/how-to-deploy-dart-80-dart-8.md b/mdop/dart-v8/how-to-deploy-dart-80-dart-8.md index 67482fb278..0e281bcce4 100644 --- a/mdop/dart-v8/how-to-deploy-dart-80-dart-8.md +++ b/mdop/dart-v8/how-to-deploy-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: How to Deploy DaRT 8.0 description: How to Deploy DaRT 8.0 -ms.assetid: ab772e7a-c02f-4847-acdf-8bd362769a77 author: jamiejdt +ms.assetid: ab772e7a-c02f-4847-acdf-8bd362769a77 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # How to Deploy DaRT 8.0 diff --git a/mdop/dart-v8/how-to-deploy-the-dart-recovery-image-as-a-remote-partition-dart-8.md b/mdop/dart-v8/how-to-deploy-the-dart-recovery-image-as-a-remote-partition-dart-8.md index fa2b40731b..533309871f 100644 --- a/mdop/dart-v8/how-to-deploy-the-dart-recovery-image-as-a-remote-partition-dart-8.md +++ b/mdop/dart-v8/how-to-deploy-the-dart-recovery-image-as-a-remote-partition-dart-8.md @@ -1,10 +1,15 @@ --- title: How to Deploy the DaRT Recovery Image as a Remote Partition description: How to Deploy the DaRT Recovery Image as a Remote Partition -ms.assetid: 58f4a6c6-6193-42bd-a095-0de868711af9 author: jamiejdt +ms.assetid: 58f4a6c6-6193-42bd-a095-0de868711af9 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # How to Deploy the DaRT Recovery Image as a Remote Partition diff --git a/mdop/dart-v8/how-to-deploy-the-dart-recovery-image-as-part-of-a-recovery-partition-dart-8.md b/mdop/dart-v8/how-to-deploy-the-dart-recovery-image-as-part-of-a-recovery-partition-dart-8.md index e9cf115f40..d54e1fefae 100644 --- a/mdop/dart-v8/how-to-deploy-the-dart-recovery-image-as-part-of-a-recovery-partition-dart-8.md +++ b/mdop/dart-v8/how-to-deploy-the-dart-recovery-image-as-part-of-a-recovery-partition-dart-8.md @@ -1,10 +1,15 @@ --- title: How to Deploy the DaRT Recovery Image as Part of a Recovery Partition description: How to Deploy the DaRT Recovery Image as Part of a Recovery Partition -ms.assetid: 07c5d539-51d9-4759-adc7-72b40d5d7bb3 author: jamiejdt +ms.assetid: 07c5d539-51d9-4759-adc7-72b40d5d7bb3 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # How to Deploy the DaRT Recovery Image as Part of a Recovery Partition diff --git a/mdop/dart-v8/how-to-ensure-that-crash-analyzer-can-access-symbol-files.md b/mdop/dart-v8/how-to-ensure-that-crash-analyzer-can-access-symbol-files.md index 2ff458dfdf..6456b6f800 100644 --- a/mdop/dart-v8/how-to-ensure-that-crash-analyzer-can-access-symbol-files.md +++ b/mdop/dart-v8/how-to-ensure-that-crash-analyzer-can-access-symbol-files.md @@ -1,10 +1,15 @@ --- title: How to Ensure that Crash Analyzer Can Access Symbol Files description: How to Ensure that Crash Analyzer Can Access Symbol Files -ms.assetid: 99839013-1cd8-44d1-8484-0e15261c5a4b author: jamiejdt +ms.assetid: 99839013-1cd8-44d1-8484-0e15261c5a4b +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # How to Ensure that Crash Analyzer Can Access Symbol Files diff --git a/mdop/dart-v8/how-to-perform-dart-tasks-by-using-powershell-commands-dart-8.md b/mdop/dart-v8/how-to-perform-dart-tasks-by-using-powershell-commands-dart-8.md index b4bb2767ed..0ae60aba4a 100644 --- a/mdop/dart-v8/how-to-perform-dart-tasks-by-using-powershell-commands-dart-8.md +++ b/mdop/dart-v8/how-to-perform-dart-tasks-by-using-powershell-commands-dart-8.md @@ -1,10 +1,15 @@ --- title: How to Perform DaRT Tasks by Using PowerShell Commands description: How to Perform DaRT Tasks by Using PowerShell Commands -ms.assetid: bc788b00-38c7-4f57-a832-916b68264d89 author: jamiejdt +ms.assetid: bc788b00-38c7-4f57-a832-916b68264d89 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # How to Perform DaRT Tasks by Using PowerShell Commands diff --git a/mdop/dart-v8/how-to-recover-local-computers-by-using-the-dart-recovery-image-dart-8.md b/mdop/dart-v8/how-to-recover-local-computers-by-using-the-dart-recovery-image-dart-8.md index 4b9ca42e3b..a437d08ed0 100644 --- a/mdop/dart-v8/how-to-recover-local-computers-by-using-the-dart-recovery-image-dart-8.md +++ b/mdop/dart-v8/how-to-recover-local-computers-by-using-the-dart-recovery-image-dart-8.md @@ -1,10 +1,15 @@ --- title: How to Recover Local Computers by Using the DaRT Recovery Image description: How to Recover Local Computers by Using the DaRT Recovery Image -ms.assetid: f679d522-49ab-429c-93d0-294c3f3e5639 author: jamiejdt +ms.assetid: f679d522-49ab-429c-93d0-294c3f3e5639 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # How to Recover Local Computers by Using the DaRT Recovery Image diff --git a/mdop/dart-v8/how-to-recover-remote-computers-by-using-the-dart-recovery-image-dart-8.md b/mdop/dart-v8/how-to-recover-remote-computers-by-using-the-dart-recovery-image-dart-8.md index 6f242757c1..27123b0c22 100644 --- a/mdop/dart-v8/how-to-recover-remote-computers-by-using-the-dart-recovery-image-dart-8.md +++ b/mdop/dart-v8/how-to-recover-remote-computers-by-using-the-dart-recovery-image-dart-8.md @@ -1,10 +1,15 @@ --- title: How to Recover Remote Computers by Using the DaRT Recovery Image description: How to Recover Remote Computers by Using the DaRT Recovery Image -ms.assetid: 363ccd48-6820-4b5b-a43a-323c0b208a9d author: jamiejdt +ms.assetid: 363ccd48-6820-4b5b-a43a-323c0b208a9d +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # How to Recover Remote Computers by Using the DaRT Recovery Image diff --git a/mdop/dart-v8/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-8.md b/mdop/dart-v8/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-8.md index c90f3c9ce6..584499e93d 100644 --- a/mdop/dart-v8/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-8.md +++ b/mdop/dart-v8/how-to-run-the-crash-analyzer-in-stand-alone-mode-on-a-computer-other-than-an-end-user-computer-dart-8.md @@ -1,10 +1,15 @@ --- title: How to Run the Crash Analyzer in Stand-alone Mode on a Computer Other than an End-user Computer description: How to Run the Crash Analyzer in Stand-alone Mode on a Computer Other than an End-user Computer -ms.assetid: b2f87144-6379-478a-802b-9cfef5242f34 author: jamiejdt +ms.assetid: b2f87144-6379-478a-802b-9cfef5242f34 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # How to Run the Crash Analyzer in Stand-alone Mode on a Computer Other than an End-user Computer diff --git a/mdop/dart-v8/how-to-run-the-crash-analyzer-on-an-end-user-computer-dart-8.md b/mdop/dart-v8/how-to-run-the-crash-analyzer-on-an-end-user-computer-dart-8.md index 6bf95d82c6..286ec2cba8 100644 --- a/mdop/dart-v8/how-to-run-the-crash-analyzer-on-an-end-user-computer-dart-8.md +++ b/mdop/dart-v8/how-to-run-the-crash-analyzer-on-an-end-user-computer-dart-8.md @@ -1,10 +1,15 @@ --- title: How to Run the Crash Analyzer on an End-user Computer description: How to Run the Crash Analyzer on an End-user Computer -ms.assetid: d36213e5-7719-44d7-be65-971c3ef7df2c author: jamiejdt +ms.assetid: d36213e5-7719-44d7-be65-971c3ef7df2c +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # How to Run the Crash Analyzer on an End-user Computer diff --git a/mdop/dart-v8/how-to-use-a-powershell-script-to-create-the-recovery-image-dart-8.md b/mdop/dart-v8/how-to-use-a-powershell-script-to-create-the-recovery-image-dart-8.md index c1f83e5b01..260a25f76c 100644 --- a/mdop/dart-v8/how-to-use-a-powershell-script-to-create-the-recovery-image-dart-8.md +++ b/mdop/dart-v8/how-to-use-a-powershell-script-to-create-the-recovery-image-dart-8.md @@ -1,10 +1,15 @@ --- title: How to Use a PowerShell Script to Create the Recovery Image description: How to Use a PowerShell Script to Create the Recovery Image -ms.assetid: d0c71092-535e-43b1-9b1d-6ac819508348 author: jamiejdt +ms.assetid: d0c71092-535e-43b1-9b1d-6ac819508348 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # How to Use a PowerShell Script to Create the Recovery Image diff --git a/mdop/dart-v8/index.md b/mdop/dart-v8/index.md index 13c61445ce..5e0d6c2d68 100644 --- a/mdop/dart-v8/index.md +++ b/mdop/dart-v8/index.md @@ -1,10 +1,15 @@ --- title: Diagnostics and Recovery Toolset 8 Administrator's Guide description: Diagnostics and Recovery Toolset 8 Administrator's Guide -ms.assetid: 33685dd7-844f-4864-b504-3ef384ef01de author: jamiejdt +ms.assetid: 33685dd7-844f-4864-b504-3ef384ef01de +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Diagnostics and Recovery Toolset 8 Administrator's Guide diff --git a/mdop/dart-v8/microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection.md b/mdop/dart-v8/microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection.md index ec57e4b425..d5759a4c80 100644 --- a/mdop/dart-v8/microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection.md +++ b/mdop/dart-v8/microsoft-diagnostics-and-recovery-toolset--dart--users-should-use-windows-defender-offline--wdo--for-malware-detection.md @@ -1,10 +1,15 @@ --- title: Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection description: Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection -ms.assetid: 59678283-4b44-4d02-ba8f-0e7315efd5d1 author: jamiejdt +ms.assetid: 59678283-4b44-4d02-ba8f-0e7315efd5d1 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Microsoft Diagnostics and Recovery Toolset (DaRT) users should use Windows Defender Offline (WDO) for malware detection diff --git a/mdop/dart-v8/operations-for-dart-80-dart-8.md b/mdop/dart-v8/operations-for-dart-80-dart-8.md index 425ae73ab6..b47894aef9 100644 --- a/mdop/dart-v8/operations-for-dart-80-dart-8.md +++ b/mdop/dart-v8/operations-for-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: Operations for DaRT 8.0 description: Operations for DaRT 8.0 -ms.assetid: a31615de-eb6e-41af-909c-d0b6f3eb3f2f author: jamiejdt +ms.assetid: a31615de-eb6e-41af-909c-d0b6f3eb3f2f +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Operations for DaRT 8.0 diff --git a/mdop/dart-v8/overview-of-the-tools-in-dart-80-dart-8.md b/mdop/dart-v8/overview-of-the-tools-in-dart-80-dart-8.md index c9a5fafbb2..2bb0f75222 100644 --- a/mdop/dart-v8/overview-of-the-tools-in-dart-80-dart-8.md +++ b/mdop/dart-v8/overview-of-the-tools-in-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: Overview of the Tools in DaRT 8.0 description: Overview of the Tools in DaRT 8.0 -ms.assetid: 1766c82e-c099-47d4-b186-4689b026a7e0 author: jamiejdt +ms.assetid: 1766c82e-c099-47d4-b186-4689b026a7e0 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Overview of the Tools in DaRT 8.0 diff --git a/mdop/dart-v8/planning-for-dart-80-dart-8.md b/mdop/dart-v8/planning-for-dart-80-dart-8.md index 4d0b9dab17..bf8c775443 100644 --- a/mdop/dart-v8/planning-for-dart-80-dart-8.md +++ b/mdop/dart-v8/planning-for-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: Planning for DaRT 8.0 description: Planning for DaRT 8.0 -ms.assetid: c8be3ab3-dc54-43b9-b9ff-fbd5e1ef29a7 author: jamiejdt +ms.assetid: c8be3ab3-dc54-43b9-b9ff-fbd5e1ef29a7 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Planning for DaRT 8.0 diff --git a/mdop/dart-v8/planning-how-to-save-and-deploy-the-dart-80-recovery-image-dart-8.md b/mdop/dart-v8/planning-how-to-save-and-deploy-the-dart-80-recovery-image-dart-8.md index 3cbd4f7dd8..9eb9bab36c 100644 --- a/mdop/dart-v8/planning-how-to-save-and-deploy-the-dart-80-recovery-image-dart-8.md +++ b/mdop/dart-v8/planning-how-to-save-and-deploy-the-dart-80-recovery-image-dart-8.md @@ -1,10 +1,15 @@ --- title: Planning How to Save and Deploy the DaRT 8.0 Recovery Image description: Planning How to Save and Deploy the DaRT 8.0 Recovery Image -ms.assetid: 939fbe17-0e30-4c85-8782-5b84d69442a7 author: jamiejdt +ms.assetid: 939fbe17-0e30-4c85-8782-5b84d69442a7 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Planning How to Save and Deploy the DaRT 8.0 Recovery Image diff --git a/mdop/dart-v8/planning-to-create-the-dart-80-recovery-image-dart-8.md b/mdop/dart-v8/planning-to-create-the-dart-80-recovery-image-dart-8.md index 9117411904..d7368301d7 100644 --- a/mdop/dart-v8/planning-to-create-the-dart-80-recovery-image-dart-8.md +++ b/mdop/dart-v8/planning-to-create-the-dart-80-recovery-image-dart-8.md @@ -1,10 +1,15 @@ --- title: Planning to Create the DaRT 8.0 Recovery Image description: Planning to Create the DaRT 8.0 Recovery Image -ms.assetid: cfd0e1e2-c379-4460-b545-3f7be9f33583 author: jamiejdt +ms.assetid: cfd0e1e2-c379-4460-b545-3f7be9f33583 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Planning to Create the DaRT 8.0 Recovery Image diff --git a/mdop/dart-v8/planning-to-deploy-dart-80-dart-8.md b/mdop/dart-v8/planning-to-deploy-dart-80-dart-8.md index 21100d862f..6783d77979 100644 --- a/mdop/dart-v8/planning-to-deploy-dart-80-dart-8.md +++ b/mdop/dart-v8/planning-to-deploy-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: Planning to Deploy DaRT 8.0 description: Planning to Deploy DaRT 8.0 -ms.assetid: 36f2babb-9ac5-4ea2-932c-12c6211f5be2 author: jamiejdt +ms.assetid: 36f2babb-9ac5-4ea2-932c-12c6211f5be2 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Planning to Deploy DaRT 8.0 diff --git a/mdop/dart-v8/recovering-computers-using-dart-80-dart-8.md b/mdop/dart-v8/recovering-computers-using-dart-80-dart-8.md index e71d9ef179..beef7953e1 100644 --- a/mdop/dart-v8/recovering-computers-using-dart-80-dart-8.md +++ b/mdop/dart-v8/recovering-computers-using-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: Recovering Computers Using DaRT 8.0 description: Recovering Computers Using DaRT 8.0 -ms.assetid: 0caeb7d9-c1e6-4f32-bc27-157b91630989 author: jamiejdt +ms.assetid: 0caeb7d9-c1e6-4f32-bc27-157b91630989 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Recovering Computers Using DaRT 8.0 diff --git a/mdop/dart-v8/release-notes-for-dart-80--dart-8.md b/mdop/dart-v8/release-notes-for-dart-80--dart-8.md index cc524a5c32..afe0bcba01 100644 --- a/mdop/dart-v8/release-notes-for-dart-80--dart-8.md +++ b/mdop/dart-v8/release-notes-for-dart-80--dart-8.md @@ -1,10 +1,15 @@ --- title: Release Notes for DaRT 8.0 description: Release Notes for DaRT 8.0 -ms.assetid: e8b373c8-7aa5-4930-a8f9-743d26145dad author: jamiejdt +ms.assetid: e8b373c8-7aa5-4930-a8f9-743d26145dad +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Release Notes for DaRT 8.0 diff --git a/mdop/dart-v8/release-notes-for-dart-80-sp1.md b/mdop/dart-v8/release-notes-for-dart-80-sp1.md index 0619db5bdd..b5a77cc607 100644 --- a/mdop/dart-v8/release-notes-for-dart-80-sp1.md +++ b/mdop/dart-v8/release-notes-for-dart-80-sp1.md @@ -1,10 +1,15 @@ --- title: Release Notes for DaRT 8.0 SP1 description: Release Notes for DaRT 8.0 SP1 -ms.assetid: fa7512d8-fb00-4c27-8f65-c15f3a8ff1cc author: jamiejdt +ms.assetid: fa7512d8-fb00-4c27-8f65-c15f3a8ff1cc +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Release Notes for DaRT 8.0 SP1 diff --git a/mdop/dart-v8/release-notes-for-dart-81.md b/mdop/dart-v8/release-notes-for-dart-81.md index 118ad88987..c5ed4f3194 100644 --- a/mdop/dart-v8/release-notes-for-dart-81.md +++ b/mdop/dart-v8/release-notes-for-dart-81.md @@ -1,10 +1,15 @@ --- title: Release Notes for DaRT 8.1 description: Release Notes for DaRT 8.1 -ms.assetid: 44303107-60f4-485c-848a-7e0529f142d4 author: jamiejdt +ms.assetid: 44303107-60f4-485c-848a-7e0529f142d4 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Release Notes for DaRT 8.1 diff --git a/mdop/dart-v8/security-and-privacy-for-dart-80-dart-8.md b/mdop/dart-v8/security-and-privacy-for-dart-80-dart-8.md index 6e465e37ba..6756e1e67a 100644 --- a/mdop/dart-v8/security-and-privacy-for-dart-80-dart-8.md +++ b/mdop/dart-v8/security-and-privacy-for-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: Security and Privacy for DaRT 8.0 description: Security and Privacy for DaRT 8.0 -ms.assetid: 668188fc-d9e9-4607-b90a-9e50bf53bc88 author: jamiejdt +ms.assetid: 668188fc-d9e9-4607-b90a-9e50bf53bc88 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Security and Privacy for DaRT 8.0 diff --git a/mdop/dart-v8/security-considerations-for-dart-80--dart-8.md b/mdop/dart-v8/security-considerations-for-dart-80--dart-8.md index 327ef863b3..b540c4f38c 100644 --- a/mdop/dart-v8/security-considerations-for-dart-80--dart-8.md +++ b/mdop/dart-v8/security-considerations-for-dart-80--dart-8.md @@ -1,10 +1,15 @@ --- title: Security Considerations for DaRT 8.0 description: Security Considerations for DaRT 8.0 -ms.assetid: 45ef8164-fee7-41a1-9a36-de4e3264e7a8 author: jamiejdt +ms.assetid: 45ef8164-fee7-41a1-9a36-de4e3264e7a8 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Security Considerations for DaRT 8.0 diff --git a/mdop/dart-v8/technical-reference-for-dart-80-new-ia.md b/mdop/dart-v8/technical-reference-for-dart-80-new-ia.md index 43a529bfc2..d7881d9961 100644 --- a/mdop/dart-v8/technical-reference-for-dart-80-new-ia.md +++ b/mdop/dart-v8/technical-reference-for-dart-80-new-ia.md @@ -1,10 +1,15 @@ --- title: Technical Reference for DaRT 8.0 description: Technical Reference for DaRT 8.0 -ms.assetid: 1d0bf98b-b56b-4ce6-ad19-eb85e1ff1287 author: jamiejdt +ms.assetid: 1d0bf98b-b56b-4ce6-ad19-eb85e1ff1287 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Technical Reference for DaRT 8.0 diff --git a/mdop/dart-v8/troubleshooting-dart-80-dart-8.md b/mdop/dart-v8/troubleshooting-dart-80-dart-8.md index b3d80501b9..5087597b76 100644 --- a/mdop/dart-v8/troubleshooting-dart-80-dart-8.md +++ b/mdop/dart-v8/troubleshooting-dart-80-dart-8.md @@ -1,10 +1,15 @@ --- title: Troubleshooting DaRT 8.0 description: Troubleshooting DaRT 8.0 -ms.assetid: 0444a390-3251-47f4-b6c8-828d4a2e8af4 author: jamiejdt +ms.assetid: 0444a390-3251-47f4-b6c8-828d4a2e8af4 +ms.pagetype: mdop +ms.mktglfcycl: support +ms.sitesec: library +ms.prod: w8 --- + # Troubleshooting DaRT 8.0 diff --git a/mdop/mbam-v1/about-mbam-10.md b/mdop/mbam-v1/about-mbam-10.md index ee2b651d9e..f4c118ca23 100644 --- a/mdop/mbam-v1/about-mbam-10.md +++ b/mdop/mbam-v1/about-mbam-10.md @@ -1,10 +1,15 @@ --- title: About MBAM 1.0 description: About MBAM 1.0 -ms.assetid: 99254aaa-2b30-4b2e-8365-0d4b67a89a0c author: jamiejdt +ms.assetid: 99254aaa-2b30-4b2e-8365-0d4b67a89a0c +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # About MBAM 1.0 diff --git a/mdop/mbam-v1/accessibility-for-mbam-10.md b/mdop/mbam-v1/accessibility-for-mbam-10.md index ad8d671cbe..4f7f4dbc5b 100644 --- a/mdop/mbam-v1/accessibility-for-mbam-10.md +++ b/mdop/mbam-v1/accessibility-for-mbam-10.md @@ -1,10 +1,15 @@ --- title: Accessibility for MBAM 1.0 description: Accessibility for MBAM 1.0 -ms.assetid: 5c1bf1a3-76cf-458c-ac4a-cd343aace4de author: jamiejdt +ms.assetid: 5c1bf1a3-76cf-458c-ac4a-cd343aace4de +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Accessibility for MBAM 1.0 diff --git a/mdop/mbam-v1/administering-mbam-10-by-using-powershell.md b/mdop/mbam-v1/administering-mbam-10-by-using-powershell.md index 53642c1c00..6f7f272345 100644 --- a/mdop/mbam-v1/administering-mbam-10-by-using-powershell.md +++ b/mdop/mbam-v1/administering-mbam-10-by-using-powershell.md @@ -1,10 +1,15 @@ --- title: Administering MBAM 1.0 by Using PowerShell description: Administering MBAM 1.0 by Using PowerShell -ms.assetid: 3bf2eca5-4ab7-4e84-9e80-c0c7d709647b author: jamiejdt +ms.assetid: 3bf2eca5-4ab7-4e84-9e80-c0c7d709647b +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Administering MBAM 1.0 by Using PowerShell diff --git a/mdop/mbam-v1/administering-mbam-10-features.md b/mdop/mbam-v1/administering-mbam-10-features.md index b0f2a2c96d..b8aa44f1ab 100644 --- a/mdop/mbam-v1/administering-mbam-10-features.md +++ b/mdop/mbam-v1/administering-mbam-10-features.md @@ -1,10 +1,15 @@ --- title: Administering MBAM 1.0 Features description: Administering MBAM 1.0 Features -ms.assetid: dd9a9eff-f1ad-4af3-85d9-c19131a4ad22 author: jamiejdt +ms.assetid: dd9a9eff-f1ad-4af3-85d9-c19131a4ad22 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Administering MBAM 1.0 Features diff --git a/mdop/mbam-v1/deploying-mbam-10-group-policy-objects.md b/mdop/mbam-v1/deploying-mbam-10-group-policy-objects.md index 31e153533f..8b819122c9 100644 --- a/mdop/mbam-v1/deploying-mbam-10-group-policy-objects.md +++ b/mdop/mbam-v1/deploying-mbam-10-group-policy-objects.md @@ -1,10 +1,15 @@ --- title: Deploying MBAM 1.0 Group Policy Objects description: Deploying MBAM 1.0 Group Policy Objects -ms.assetid: 2129291e-d2b2-41ed-b643-1e311c49fee7 author: jamiejdt +ms.assetid: 2129291e-d2b2-41ed-b643-1e311c49fee7 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Deploying MBAM 1.0 Group Policy Objects diff --git a/mdop/mbam-v1/deploying-mbam-10.md b/mdop/mbam-v1/deploying-mbam-10.md index 3a960d224f..e48953340b 100644 --- a/mdop/mbam-v1/deploying-mbam-10.md +++ b/mdop/mbam-v1/deploying-mbam-10.md @@ -1,10 +1,15 @@ --- title: Deploying MBAM 1.0 description: Deploying MBAM 1.0 -ms.assetid: ff952ed6-08b2-4ed0-97b8-bf89f22cccbc author: jamiejdt +ms.assetid: ff952ed6-08b2-4ed0-97b8-bf89f22cccbc +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Deploying MBAM 1.0 diff --git a/mdop/mbam-v1/deploying-the-mbam-10-client.md b/mdop/mbam-v1/deploying-the-mbam-10-client.md index f5c0203573..fd7a0e26ec 100644 --- a/mdop/mbam-v1/deploying-the-mbam-10-client.md +++ b/mdop/mbam-v1/deploying-the-mbam-10-client.md @@ -1,10 +1,15 @@ --- title: Deploying the MBAM 1.0 Client description: Deploying the MBAM 1.0 Client -ms.assetid: f7ca233f-5035-4ff9-ab3a-f2453b4929d1 author: jamiejdt +ms.assetid: f7ca233f-5035-4ff9-ab3a-f2453b4929d1 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Deploying the MBAM 1.0 Client diff --git a/mdop/mbam-v1/deploying-the-mbam-10-language-release-update.md b/mdop/mbam-v1/deploying-the-mbam-10-language-release-update.md index de0f4b0bcc..a605d900d0 100644 --- a/mdop/mbam-v1/deploying-the-mbam-10-language-release-update.md +++ b/mdop/mbam-v1/deploying-the-mbam-10-language-release-update.md @@ -1,10 +1,15 @@ --- title: Deploying the MBAM 1.0 Language Release Update description: Deploying the MBAM 1.0 Language Release Update -ms.assetid: 9dbd85c3-e470-4752-a90f-25754dd46dab author: jamiejdt +ms.assetid: 9dbd85c3-e470-4752-a90f-25754dd46dab +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Deploying the MBAM 1.0 Language Release Update diff --git a/mdop/mbam-v1/deploying-the-mbam-10-server-infrastructure.md b/mdop/mbam-v1/deploying-the-mbam-10-server-infrastructure.md index b2ba3ff8f9..f125457210 100644 --- a/mdop/mbam-v1/deploying-the-mbam-10-server-infrastructure.md +++ b/mdop/mbam-v1/deploying-the-mbam-10-server-infrastructure.md @@ -1,10 +1,15 @@ --- title: Deploying the MBAM 1.0 Server Infrastructure description: Deploying the MBAM 1.0 Server Infrastructure -ms.assetid: 90529379-b70e-4c92-b188-3d7aaf1844af author: jamiejdt +ms.assetid: 90529379-b70e-4c92-b188-3d7aaf1844af +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Deploying the MBAM 1.0 Server Infrastructure diff --git a/mdop/mbam-v1/evaluating-mbam-10.md b/mdop/mbam-v1/evaluating-mbam-10.md index 70b290110c..b78e64d267 100644 --- a/mdop/mbam-v1/evaluating-mbam-10.md +++ b/mdop/mbam-v1/evaluating-mbam-10.md @@ -1,10 +1,15 @@ --- title: Evaluating MBAM 1.0 description: Evaluating MBAM 1.0 -ms.assetid: a1e2b674-eda9-4e1c-9b4c-e748470c71f2 author: jamiejdt +ms.assetid: a1e2b674-eda9-4e1c-9b4c-e748470c71f2 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Evaluating MBAM 1.0 diff --git a/mdop/mbam-v1/getting-started-with-mbam-10.md b/mdop/mbam-v1/getting-started-with-mbam-10.md index 54e28839eb..628a1b8928 100644 --- a/mdop/mbam-v1/getting-started-with-mbam-10.md +++ b/mdop/mbam-v1/getting-started-with-mbam-10.md @@ -1,10 +1,15 @@ --- title: Getting Started with MBAM 1.0 description: Getting Started with MBAM 1.0 -ms.assetid: 4fab4e4a-d25e-4661-b235-2b45bf5ac3e4 author: jamiejdt +ms.assetid: 4fab4e4a-d25e-4661-b235-2b45bf5ac3e4 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Getting Started with MBAM 1.0 diff --git a/mdop/mbam-v1/high-availability-for-mbam-10.md b/mdop/mbam-v1/high-availability-for-mbam-10.md index 41df3570b4..2fdfbd6599 100644 --- a/mdop/mbam-v1/high-availability-for-mbam-10.md +++ b/mdop/mbam-v1/high-availability-for-mbam-10.md @@ -1,10 +1,15 @@ --- title: High Availability for MBAM 1.0 description: High Availability for MBAM 1.0 -ms.assetid: 5869ecf8-1056-4c32-aecb-838a37e05d39 author: jamiejdt +ms.assetid: 5869ecf8-1056-4c32-aecb-838a37e05d39 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # High Availability for MBAM 1.0 diff --git a/mdop/mbam-v1/high-level-architecture-for-mbam-10.md b/mdop/mbam-v1/high-level-architecture-for-mbam-10.md index e815cd9703..57d66ff003 100644 --- a/mdop/mbam-v1/high-level-architecture-for-mbam-10.md +++ b/mdop/mbam-v1/high-level-architecture-for-mbam-10.md @@ -1,10 +1,15 @@ --- title: High Level Architecture for MBAM 1.0 description: High Level Architecture for MBAM 1.0 -ms.assetid: b1349196-88ed-4d6c-8a1d-998f18127b6b author: jamiejdt +ms.assetid: b1349196-88ed-4d6c-8a1d-998f18127b6b +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # High Level Architecture for MBAM 1.0 diff --git a/mdop/mbam-v1/how-to-configure-network-load-balancing-for-mbam.md b/mdop/mbam-v1/how-to-configure-network-load-balancing-for-mbam.md index 877fbf2707..4eccfd6064 100644 --- a/mdop/mbam-v1/how-to-configure-network-load-balancing-for-mbam.md +++ b/mdop/mbam-v1/how-to-configure-network-load-balancing-for-mbam.md @@ -1,10 +1,15 @@ --- title: How to Configure Network Load Balancing for MBAM description: How to Configure Network Load Balancing for MBAM -ms.assetid: df2208c3-352b-4a48-9722-237b0c8cd6a5 author: jamiejdt +ms.assetid: df2208c3-352b-4a48-9722-237b0c8cd6a5 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Configure Network Load Balancing for MBAM diff --git a/mdop/mbam-v1/how-to-deploy-the-mbam-client-as-part-of-a-windows-deployment-mbam-1.md b/mdop/mbam-v1/how-to-deploy-the-mbam-client-as-part-of-a-windows-deployment-mbam-1.md index 146477b530..8d9b96cb92 100644 --- a/mdop/mbam-v1/how-to-deploy-the-mbam-client-as-part-of-a-windows-deployment-mbam-1.md +++ b/mdop/mbam-v1/how-to-deploy-the-mbam-client-as-part-of-a-windows-deployment-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Deploy the MBAM Client as Part of a Windows Deployment description: How to Deploy the MBAM Client as Part of a Windows Deployment -ms.assetid: 8704bf33-535d-41da-b9b2-45b60754367e author: jamiejdt +ms.assetid: 8704bf33-535d-41da-b9b2-45b60754367e +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Deploy the MBAM Client as Part of a Windows Deployment diff --git a/mdop/mbam-v1/how-to-deploy-the-mbam-client-to-desktop-or-laptop-computers-mbam-1.md b/mdop/mbam-v1/how-to-deploy-the-mbam-client-to-desktop-or-laptop-computers-mbam-1.md index 6c19019ca4..3fe5363f4d 100644 --- a/mdop/mbam-v1/how-to-deploy-the-mbam-client-to-desktop-or-laptop-computers-mbam-1.md +++ b/mdop/mbam-v1/how-to-deploy-the-mbam-client-to-desktop-or-laptop-computers-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Deploy the MBAM Client to Desktop or Laptop Computers description: How to Deploy the MBAM Client to Desktop or Laptop Computers -ms.assetid: f32927a2-4c05-4da8-acca-1108d1dfdb7e author: jamiejdt +ms.assetid: f32927a2-4c05-4da8-acca-1108d1dfdb7e +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Deploy the MBAM Client to Desktop or Laptop Computers diff --git a/mdop/mbam-v1/how-to-determine-the-bitlocker-encryption-state-of-a-lost-computers-mbam-1.md b/mdop/mbam-v1/how-to-determine-the-bitlocker-encryption-state-of-a-lost-computers-mbam-1.md index 6228a863f0..3e77159f81 100644 --- a/mdop/mbam-v1/how-to-determine-the-bitlocker-encryption-state-of-a-lost-computers-mbam-1.md +++ b/mdop/mbam-v1/how-to-determine-the-bitlocker-encryption-state-of-a-lost-computers-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Determine the BitLocker Encryption State of a Lost Computers description: How to Determine the BitLocker Encryption State of a Lost Computers -ms.assetid: 9440890a-9c63-463b-9113-f46071446388 author: jamiejdt +ms.assetid: 9440890a-9c63-463b-9113-f46071446388 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Determine the BitLocker Encryption State of a Lost Computers diff --git a/mdop/mbam-v1/how-to-edit-mbam-10-gpo-settings.md b/mdop/mbam-v1/how-to-edit-mbam-10-gpo-settings.md index c80acc7ce7..acca40c41a 100644 --- a/mdop/mbam-v1/how-to-edit-mbam-10-gpo-settings.md +++ b/mdop/mbam-v1/how-to-edit-mbam-10-gpo-settings.md @@ -1,10 +1,15 @@ --- title: How to Edit MBAM 1.0 GPO Settings description: How to Edit MBAM 1.0 GPO Settings -ms.assetid: 03d12fbc-4302-43fc-9b38-440607d778a1 author: jamiejdt +ms.assetid: 03d12fbc-4302-43fc-9b38-440607d778a1 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Edit MBAM 1.0 GPO Settings diff --git a/mdop/mbam-v1/how-to-generate-mbam-reports-mbam-1.md b/mdop/mbam-v1/how-to-generate-mbam-reports-mbam-1.md index e07961759f..81a5382802 100644 --- a/mdop/mbam-v1/how-to-generate-mbam-reports-mbam-1.md +++ b/mdop/mbam-v1/how-to-generate-mbam-reports-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Generate MBAM Reports description: How to Generate MBAM Reports -ms.assetid: cdf4ae76-040c-447c-8736-c9e57068d221 author: jamiejdt +ms.assetid: cdf4ae76-040c-447c-8736-c9e57068d221 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Generate MBAM Reports diff --git a/mdop/mbam-v1/how-to-hide-default-bitlocker-encryption-in-the-windows-control-panel.md b/mdop/mbam-v1/how-to-hide-default-bitlocker-encryption-in-the-windows-control-panel.md index 9155127b10..364192a13f 100644 --- a/mdop/mbam-v1/how-to-hide-default-bitlocker-encryption-in-the-windows-control-panel.md +++ b/mdop/mbam-v1/how-to-hide-default-bitlocker-encryption-in-the-windows-control-panel.md @@ -1,10 +1,15 @@ --- title: How to Hide Default BitLocker Encryption in The Windows Control Panel description: How to Hide Default BitLocker Encryption in The Windows Control Panel -ms.assetid: c8503743-220c-497c-9785-e2feeca484d6 author: jamiejdt +ms.assetid: c8503743-220c-497c-9785-e2feeca484d6 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Hide Default BitLocker Encryption in The Windows Control Panel diff --git a/mdop/mbam-v1/how-to-install-and-configure-mbam-on-a-single-server-mbam-1.md b/mdop/mbam-v1/how-to-install-and-configure-mbam-on-a-single-server-mbam-1.md index 995aa95fe6..8f8fa16e50 100644 --- a/mdop/mbam-v1/how-to-install-and-configure-mbam-on-a-single-server-mbam-1.md +++ b/mdop/mbam-v1/how-to-install-and-configure-mbam-on-a-single-server-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Install and Configure MBAM on a Single Server description: How to Install and Configure MBAM on a Single Server -ms.assetid: 55841c63-bad9-44e7-b7fd-ea7037febbd7 author: jamiejdt +ms.assetid: 55841c63-bad9-44e7-b7fd-ea7037febbd7 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Install and Configure MBAM on a Single Server diff --git a/mdop/mbam-v1/how-to-install-and-configure-mbam-on-distributed-servers-mbam-1.md b/mdop/mbam-v1/how-to-install-and-configure-mbam-on-distributed-servers-mbam-1.md index 82499147fd..e3b3cdd506 100644 --- a/mdop/mbam-v1/how-to-install-and-configure-mbam-on-distributed-servers-mbam-1.md +++ b/mdop/mbam-v1/how-to-install-and-configure-mbam-on-distributed-servers-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Install and Configure MBAM on Distributed Servers description: How to Install and Configure MBAM on Distributed Servers -ms.assetid: 9ee766aa-6339-422a-8d00-4f58e4646a5e author: jamiejdt +ms.assetid: 9ee766aa-6339-422a-8d00-4f58e4646a5e +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Install and Configure MBAM on Distributed Servers diff --git a/mdop/mbam-v1/how-to-install-the-mbam-10-group-policy-template.md b/mdop/mbam-v1/how-to-install-the-mbam-10-group-policy-template.md index c623dba632..3aa7e30398 100644 --- a/mdop/mbam-v1/how-to-install-the-mbam-10-group-policy-template.md +++ b/mdop/mbam-v1/how-to-install-the-mbam-10-group-policy-template.md @@ -1,10 +1,15 @@ --- title: How to Install the MBAM 1.0 Group Policy Template description: How to Install the MBAM 1.0 Group Policy Template -ms.assetid: 451a50b0-939c-47ad-9248-a138deade550 author: jamiejdt +ms.assetid: 451a50b0-939c-47ad-9248-a138deade550 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Install the MBAM 1.0 Group Policy Template diff --git a/mdop/mbam-v1/how-to-install-the-mbam-language-update-on-a-single-server-mbam-1.md b/mdop/mbam-v1/how-to-install-the-mbam-language-update-on-a-single-server-mbam-1.md index 9d838edb03..aa0bc57db0 100644 --- a/mdop/mbam-v1/how-to-install-the-mbam-language-update-on-a-single-server-mbam-1.md +++ b/mdop/mbam-v1/how-to-install-the-mbam-language-update-on-a-single-server-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Install the MBAM Language Update on a Single Server description: How to Install the MBAM Language Update on a Single Server -ms.assetid: e6fe59a3-a3e1-455c-a059-1f23ee083cf6 author: jamiejdt +ms.assetid: e6fe59a3-a3e1-455c-a059-1f23ee083cf6 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Install the MBAM Language Update on a Single Server diff --git a/mdop/mbam-v1/how-to-install-the-mbam-language-update-on-distributed-servers-mbam-1.md b/mdop/mbam-v1/how-to-install-the-mbam-language-update-on-distributed-servers-mbam-1.md index 73c2961fed..9a815cc62f 100644 --- a/mdop/mbam-v1/how-to-install-the-mbam-language-update-on-distributed-servers-mbam-1.md +++ b/mdop/mbam-v1/how-to-install-the-mbam-language-update-on-distributed-servers-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Install the MBAM Language Update on Distributed Servers description: How to Install the MBAM Language Update on Distributed Servers -ms.assetid: 5ddc64c6-0417-4a04-843e-b5e18d9f1a52 author: jamiejdt +ms.assetid: 5ddc64c6-0417-4a04-843e-b5e18d9f1a52 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Install the MBAM Language Update on Distributed Servers diff --git a/mdop/mbam-v1/how-to-manage-computer-bitlocker-encryption-exemptions.md b/mdop/mbam-v1/how-to-manage-computer-bitlocker-encryption-exemptions.md index d653d6fc6c..f1e3cc103e 100644 --- a/mdop/mbam-v1/how-to-manage-computer-bitlocker-encryption-exemptions.md +++ b/mdop/mbam-v1/how-to-manage-computer-bitlocker-encryption-exemptions.md @@ -1,10 +1,15 @@ --- title: How to Manage Computer BitLocker Encryption Exemptions description: How to Manage Computer BitLocker Encryption Exemptions -ms.assetid: d4400a0d-b36b-4cf5-a294-1f53ec47f9ee author: jamiejdt +ms.assetid: d4400a0d-b36b-4cf5-a294-1f53ec47f9ee +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Manage Computer BitLocker Encryption Exemptions diff --git a/mdop/mbam-v1/how-to-manage-hardware-compatibility-mbam-1.md b/mdop/mbam-v1/how-to-manage-hardware-compatibility-mbam-1.md index 94a3b7a6e1..78526923a8 100644 --- a/mdop/mbam-v1/how-to-manage-hardware-compatibility-mbam-1.md +++ b/mdop/mbam-v1/how-to-manage-hardware-compatibility-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Manage Hardware Compatibility description: How to Manage Hardware Compatibility -ms.assetid: c74b96b9-8161-49bc-b5bb-4838734e7df5 author: jamiejdt +ms.assetid: c74b96b9-8161-49bc-b5bb-4838734e7df5 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Manage Hardware Compatibility diff --git a/mdop/mbam-v1/how-to-manage-mbam-administrator-roles-mbam-1.md b/mdop/mbam-v1/how-to-manage-mbam-administrator-roles-mbam-1.md index 5710b81c9b..e87065c63d 100644 --- a/mdop/mbam-v1/how-to-manage-mbam-administrator-roles-mbam-1.md +++ b/mdop/mbam-v1/how-to-manage-mbam-administrator-roles-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Manage MBAM Administrator Roles description: How to Manage MBAM Administrator Roles -ms.assetid: c0f25a42-dbff-418d-a776-4fe23ee07d16 author: jamiejdt +ms.assetid: c0f25a42-dbff-418d-a776-4fe23ee07d16 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Manage MBAM Administrator Roles diff --git a/mdop/mbam-v1/how-to-manage-mbam-client-bitlocker-encryption-options-by-using-the-control-panel-mbam-1.md b/mdop/mbam-v1/how-to-manage-mbam-client-bitlocker-encryption-options-by-using-the-control-panel-mbam-1.md index 6bed181d68..7cc107de9c 100644 --- a/mdop/mbam-v1/how-to-manage-mbam-client-bitlocker-encryption-options-by-using-the-control-panel-mbam-1.md +++ b/mdop/mbam-v1/how-to-manage-mbam-client-bitlocker-encryption-options-by-using-the-control-panel-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Manage MBAM Client BitLocker Encryption Options by Using the Control Panel description: How to Manage MBAM Client BitLocker Encryption Options by Using the Control Panel -ms.assetid: c08077e1-5529-468f-9370-c3b33fc258f3 author: jamiejdt +ms.assetid: c08077e1-5529-468f-9370-c3b33fc258f3 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Manage MBAM Client BitLocker Encryption Options by Using the Control Panel diff --git a/mdop/mbam-v1/how-to-manage-user-bitlocker-encryption-exemptions-mbam-1.md b/mdop/mbam-v1/how-to-manage-user-bitlocker-encryption-exemptions-mbam-1.md index 28b9c0bc7c..61f7d9ac30 100644 --- a/mdop/mbam-v1/how-to-manage-user-bitlocker-encryption-exemptions-mbam-1.md +++ b/mdop/mbam-v1/how-to-manage-user-bitlocker-encryption-exemptions-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Manage User BitLocker Encryption Exemptions description: How to Manage User BitLocker Encryption Exemptions -ms.assetid: 48d69721-504f-4524-8a04-b9ce213ac9b4 author: jamiejdt +ms.assetid: 48d69721-504f-4524-8a04-b9ce213ac9b4 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Manage User BitLocker Encryption Exemptions diff --git a/mdop/mbam-v1/how-to-move-mbam-10-features-to-another-computer.md b/mdop/mbam-v1/how-to-move-mbam-10-features-to-another-computer.md index 9c47fc8244..fe35030fd3 100644 --- a/mdop/mbam-v1/how-to-move-mbam-10-features-to-another-computer.md +++ b/mdop/mbam-v1/how-to-move-mbam-10-features-to-another-computer.md @@ -1,10 +1,15 @@ --- title: How to Move MBAM 1.0 Features to Another Computer description: How to Move MBAM 1.0 Features to Another Computer -ms.assetid: e1907d92-6b42-4ba3-b0e4-60a9cc8285cc author: jamiejdt +ms.assetid: e1907d92-6b42-4ba3-b0e4-60a9cc8285cc +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Move MBAM 1.0 Features to Another Computer diff --git a/mdop/mbam-v1/how-to-recover-a-corrupted-drive-mbam-1.md b/mdop/mbam-v1/how-to-recover-a-corrupted-drive-mbam-1.md index 7cadaa9ba3..7e20a66d6b 100644 --- a/mdop/mbam-v1/how-to-recover-a-corrupted-drive-mbam-1.md +++ b/mdop/mbam-v1/how-to-recover-a-corrupted-drive-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Recover a Corrupted Drive description: How to Recover a Corrupted Drive -ms.assetid: 715491ae-69c0-4fae-ad3f-3bd19a0db2f2 author: jamiejdt +ms.assetid: 715491ae-69c0-4fae-ad3f-3bd19a0db2f2 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Recover a Corrupted Drive diff --git a/mdop/mbam-v1/how-to-recover-a-drive-in-recovery-mode-mbam-1.md b/mdop/mbam-v1/how-to-recover-a-drive-in-recovery-mode-mbam-1.md index 25e2553b0a..8b4583eab9 100644 --- a/mdop/mbam-v1/how-to-recover-a-drive-in-recovery-mode-mbam-1.md +++ b/mdop/mbam-v1/how-to-recover-a-drive-in-recovery-mode-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Recover a Drive in Recovery Mode description: How to Recover a Drive in Recovery Mode -ms.assetid: 09d27e4b-57fa-47c7-a004-8b876a49f27e author: jamiejdt +ms.assetid: 09d27e4b-57fa-47c7-a004-8b876a49f27e +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Recover a Drive in Recovery Mode diff --git a/mdop/mbam-v1/how-to-recover-a-moved-drive-mbam-1.md b/mdop/mbam-v1/how-to-recover-a-moved-drive-mbam-1.md index bdf89724ac..28f223df0b 100644 --- a/mdop/mbam-v1/how-to-recover-a-moved-drive-mbam-1.md +++ b/mdop/mbam-v1/how-to-recover-a-moved-drive-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Recover a Moved Drive description: How to Recover a Moved Drive -ms.assetid: 0c7199d8-9463-4f44-9af3-b70eceeaff1d author: jamiejdt +ms.assetid: 0c7199d8-9463-4f44-9af3-b70eceeaff1d +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Recover a Moved Drive diff --git a/mdop/mbam-v1/how-to-reset-a-tpm-lockout-mbam-1.md b/mdop/mbam-v1/how-to-reset-a-tpm-lockout-mbam-1.md index 31b61f69c6..44e0f6834d 100644 --- a/mdop/mbam-v1/how-to-reset-a-tpm-lockout-mbam-1.md +++ b/mdop/mbam-v1/how-to-reset-a-tpm-lockout-mbam-1.md @@ -1,10 +1,15 @@ --- title: How to Reset a TPM Lockout description: How to Reset a TPM Lockout -ms.assetid: 91ec6666-1ae2-4e76-9459-ad65c405f639 author: jamiejdt +ms.assetid: 91ec6666-1ae2-4e76-9459-ad65c405f639 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Reset a TPM Lockout diff --git a/mdop/mbam-v1/index.md b/mdop/mbam-v1/index.md index 1c93fac1ad..22a039ab4b 100644 --- a/mdop/mbam-v1/index.md +++ b/mdop/mbam-v1/index.md @@ -1,10 +1,15 @@ --- title: Microsoft BitLocker Administration and Monitoring 1 Administrator's Guide description: Microsoft BitLocker Administration and Monitoring 1 Administrator's Guide -ms.assetid: 4086e721-db24-4439-bdcd-ac5ef901811f author: jamiejdt +ms.assetid: 4086e721-db24-4439-bdcd-ac5ef901811f +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Microsoft BitLocker Administration and Monitoring 1 Administrator's Guide diff --git a/mdop/mbam-v1/known-issues-in-the-mbam-international-release-mbam-1.md b/mdop/mbam-v1/known-issues-in-the-mbam-international-release-mbam-1.md index 2b0a9988ef..4f8f3f7279 100644 --- a/mdop/mbam-v1/known-issues-in-the-mbam-international-release-mbam-1.md +++ b/mdop/mbam-v1/known-issues-in-the-mbam-international-release-mbam-1.md @@ -1,10 +1,15 @@ --- title: Known Issues in the MBAM International Release description: Known Issues in the MBAM International Release -ms.assetid: bbf888dc-93c1-4323-b43c-0ded098e9b93 author: jamiejdt +ms.assetid: bbf888dc-93c1-4323-b43c-0ded098e9b93 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Known Issues in the MBAM International Release diff --git a/mdop/mbam-v1/maintaining-mbam-10.md b/mdop/mbam-v1/maintaining-mbam-10.md index 9fac6ad591..edbecc6098 100644 --- a/mdop/mbam-v1/maintaining-mbam-10.md +++ b/mdop/mbam-v1/maintaining-mbam-10.md @@ -1,10 +1,15 @@ --- title: Maintaining MBAM 1.0 description: Maintaining MBAM 1.0 -ms.assetid: 02ffb093-c364-4837-bbe8-23d4c09fbd3d author: jamiejdt +ms.assetid: 02ffb093-c364-4837-bbe8-23d4c09fbd3d +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Maintaining MBAM 1.0 diff --git a/mdop/mbam-v1/mbam-10-deployment-checklist.md b/mdop/mbam-v1/mbam-10-deployment-checklist.md index 92eac080bc..399d216912 100644 --- a/mdop/mbam-v1/mbam-10-deployment-checklist.md +++ b/mdop/mbam-v1/mbam-10-deployment-checklist.md @@ -1,10 +1,15 @@ --- title: MBAM 1.0 Deployment Checklist description: MBAM 1.0 Deployment Checklist -ms.assetid: 7e00be23-36a0-4b0f-8663-3c4f2c71546d author: jamiejdt +ms.assetid: 7e00be23-36a0-4b0f-8663-3c4f2c71546d +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # MBAM 1.0 Deployment Checklist diff --git a/mdop/mbam-v1/mbam-10-deployment-prerequisites.md b/mdop/mbam-v1/mbam-10-deployment-prerequisites.md index bbc1c6a73c..0f1172dfce 100644 --- a/mdop/mbam-v1/mbam-10-deployment-prerequisites.md +++ b/mdop/mbam-v1/mbam-10-deployment-prerequisites.md @@ -1,10 +1,15 @@ --- title: MBAM 1.0 Deployment Prerequisites description: MBAM 1.0 Deployment Prerequisites -ms.assetid: bd9e1010-7d25-43e7-8dc6-b521226a659d author: jamiejdt +ms.assetid: bd9e1010-7d25-43e7-8dc6-b521226a659d +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # MBAM 1.0 Deployment Prerequisites diff --git a/mdop/mbam-v1/mbam-10-planning-checklist.md b/mdop/mbam-v1/mbam-10-planning-checklist.md index 9892c7879e..129ad00264 100644 --- a/mdop/mbam-v1/mbam-10-planning-checklist.md +++ b/mdop/mbam-v1/mbam-10-planning-checklist.md @@ -1,10 +1,15 @@ --- title: MBAM 1.0 Planning Checklist description: MBAM 1.0 Planning Checklist -ms.assetid: e9439f16-d68b-48ed-99ce-5949356b180b author: jamiejdt +ms.assetid: e9439f16-d68b-48ed-99ce-5949356b180b +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # MBAM 1.0 Planning Checklist diff --git a/mdop/mbam-v1/mbam-10-supported-configurations.md b/mdop/mbam-v1/mbam-10-supported-configurations.md index c74c72fde8..556ee45582 100644 --- a/mdop/mbam-v1/mbam-10-supported-configurations.md +++ b/mdop/mbam-v1/mbam-10-supported-configurations.md @@ -1,10 +1,15 @@ --- title: MBAM 1.0 Supported Configurations description: MBAM 1.0 Supported Configurations -ms.assetid: 1f5ac58e-6a3f-47df-8a9b-4b57631ab9ee author: jamiejdt +ms.assetid: 1f5ac58e-6a3f-47df-8a9b-4b57631ab9ee +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # MBAM 1.0 Supported Configurations diff --git a/mdop/mbam-v1/monitoring-and-reporting-bitlocker-compliance-with-mbam-10.md b/mdop/mbam-v1/monitoring-and-reporting-bitlocker-compliance-with-mbam-10.md index 076906ba56..57340f3122 100644 --- a/mdop/mbam-v1/monitoring-and-reporting-bitlocker-compliance-with-mbam-10.md +++ b/mdop/mbam-v1/monitoring-and-reporting-bitlocker-compliance-with-mbam-10.md @@ -1,10 +1,15 @@ --- title: Monitoring and Reporting BitLocker Compliance with MBAM 1.0 description: Monitoring and Reporting BitLocker Compliance with MBAM 1.0 -ms.assetid: fb497d3f-ff33-4747-8e34-366440ee25c2 author: jamiejdt +ms.assetid: fb497d3f-ff33-4747-8e34-366440ee25c2 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Monitoring and Reporting BitLocker Compliance with MBAM 1.0 diff --git a/mdop/mbam-v1/operations-for-mbam-10.md b/mdop/mbam-v1/operations-for-mbam-10.md index fdeb7ee674..60c4c7254e 100644 --- a/mdop/mbam-v1/operations-for-mbam-10.md +++ b/mdop/mbam-v1/operations-for-mbam-10.md @@ -1,10 +1,15 @@ --- title: Operations for MBAM 1.0 description: Operations for MBAM 1.0 -ms.assetid: 2c358fa1-4795-45ab-9316-02db4aaa6d5f author: jamiejdt +ms.assetid: 2c358fa1-4795-45ab-9316-02db4aaa6d5f +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Operations for MBAM 1.0 diff --git a/mdop/mbam-v1/performing-bitlocker-management-with-mbam.md b/mdop/mbam-v1/performing-bitlocker-management-with-mbam.md index c1ad72ef30..0b91118848 100644 --- a/mdop/mbam-v1/performing-bitlocker-management-with-mbam.md +++ b/mdop/mbam-v1/performing-bitlocker-management-with-mbam.md @@ -1,10 +1,15 @@ --- title: Performing BitLocker Management with MBAM description: Performing BitLocker Management with MBAM -ms.assetid: 2d24390a-87bf-48b3-96a9-3882d6f2a15c author: jamiejdt +ms.assetid: 2d24390a-87bf-48b3-96a9-3882d6f2a15c +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Performing BitLocker Management with MBAM diff --git a/mdop/mbam-v1/planning-for-mbam-10-administrator-roles.md b/mdop/mbam-v1/planning-for-mbam-10-administrator-roles.md index c9e0e53e0d..2a3f758491 100644 --- a/mdop/mbam-v1/planning-for-mbam-10-administrator-roles.md +++ b/mdop/mbam-v1/planning-for-mbam-10-administrator-roles.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 1.0 Administrator Roles description: Planning for MBAM 1.0 Administrator Roles -ms.assetid: 95be0eb4-25e9-43ca-a8e7-27373d35544d author: jamiejdt +ms.assetid: 95be0eb4-25e9-43ca-a8e7-27373d35544d +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning for MBAM 1.0 Administrator Roles diff --git a/mdop/mbam-v1/planning-for-mbam-10-client-deployment.md b/mdop/mbam-v1/planning-for-mbam-10-client-deployment.md index a8eace5bb9..d5926606a4 100644 --- a/mdop/mbam-v1/planning-for-mbam-10-client-deployment.md +++ b/mdop/mbam-v1/planning-for-mbam-10-client-deployment.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 1.0 Client Deployment description: Planning for MBAM 1.0 Client Deployment -ms.assetid: 3af2e7f3-134b-4ab9-9847-b07474ca6ac3 author: jamiejdt +ms.assetid: 3af2e7f3-134b-4ab9-9847-b07474ca6ac3 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning for MBAM 1.0 Client Deployment diff --git a/mdop/mbam-v1/planning-for-mbam-10-group-policy-requirements.md b/mdop/mbam-v1/planning-for-mbam-10-group-policy-requirements.md index 7e3671dab3..d15f40a19c 100644 --- a/mdop/mbam-v1/planning-for-mbam-10-group-policy-requirements.md +++ b/mdop/mbam-v1/planning-for-mbam-10-group-policy-requirements.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 1.0 Group Policy Requirements description: Planning for MBAM 1.0 Group Policy Requirements -ms.assetid: 0fc9c509-7850-4a8e-bb82-b949025bcb02 author: jamiejdt +ms.assetid: 0fc9c509-7850-4a8e-bb82-b949025bcb02 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning for MBAM 1.0 Group Policy Requirements diff --git a/mdop/mbam-v1/planning-for-mbam-10-server-deployment.md b/mdop/mbam-v1/planning-for-mbam-10-server-deployment.md index eda5bb6629..b151537b84 100644 --- a/mdop/mbam-v1/planning-for-mbam-10-server-deployment.md +++ b/mdop/mbam-v1/planning-for-mbam-10-server-deployment.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 1.0 Server Deployment description: Planning for MBAM 1.0 Server Deployment -ms.assetid: 3cbef284-3092-4c42-9234-2826b18ddef1 author: jamiejdt +ms.assetid: 3cbef284-3092-4c42-9234-2826b18ddef1 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning for MBAM 1.0 Server Deployment diff --git a/mdop/mbam-v1/planning-for-mbam-10.md b/mdop/mbam-v1/planning-for-mbam-10.md index ae1cb96ea7..3d9d1a212e 100644 --- a/mdop/mbam-v1/planning-for-mbam-10.md +++ b/mdop/mbam-v1/planning-for-mbam-10.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 1.0 description: Planning for MBAM 1.0 -ms.assetid: d4e8a42f-2836-48c8-83c1-40bd58270e19 author: jamiejdt +ms.assetid: d4e8a42f-2836-48c8-83c1-40bd58270e19 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning for MBAM 1.0 diff --git a/mdop/mbam-v1/planning-to-deploy-mbam-10.md b/mdop/mbam-v1/planning-to-deploy-mbam-10.md index 26fb0c4f80..941ab37827 100644 --- a/mdop/mbam-v1/planning-to-deploy-mbam-10.md +++ b/mdop/mbam-v1/planning-to-deploy-mbam-10.md @@ -1,10 +1,15 @@ --- title: Planning to Deploy MBAM 1.0 description: Planning to Deploy MBAM 1.0 -ms.assetid: 30ad4304-45c6-427d-8e33-ebe8053c7871 author: jamiejdt +ms.assetid: 30ad4304-45c6-427d-8e33-ebe8053c7871 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning to Deploy MBAM 1.0 diff --git a/mdop/mbam-v1/preparing-your-environment-for-mbam-10.md b/mdop/mbam-v1/preparing-your-environment-for-mbam-10.md index 37d9942bed..bc8ae01e3c 100644 --- a/mdop/mbam-v1/preparing-your-environment-for-mbam-10.md +++ b/mdop/mbam-v1/preparing-your-environment-for-mbam-10.md @@ -1,10 +1,15 @@ --- title: Preparing your Environment for MBAM 1.0 description: Preparing your Environment for MBAM 1.0 -ms.assetid: 915f7c3c-70ad-4a90-a434-73e7fba97ecb author: jamiejdt +ms.assetid: 915f7c3c-70ad-4a90-a434-73e7fba97ecb +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Preparing your Environment for MBAM 1.0 diff --git a/mdop/mbam-v1/privacy-statement-for-mbam-10.md b/mdop/mbam-v1/privacy-statement-for-mbam-10.md index ca6e2548c1..8532134e34 100644 --- a/mdop/mbam-v1/privacy-statement-for-mbam-10.md +++ b/mdop/mbam-v1/privacy-statement-for-mbam-10.md @@ -1,10 +1,15 @@ --- title: Privacy Statement for MBAM 1.0 description: Privacy Statement for MBAM 1.0 -ms.assetid: db18cc93-a1c1-44da-a450-a5399a4427b9 author: jamiejdt +ms.assetid: db18cc93-a1c1-44da-a450-a5399a4427b9 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Privacy Statement for MBAM 1.0 diff --git a/mdop/mbam-v1/release-notes-for-mbam-10.md b/mdop/mbam-v1/release-notes-for-mbam-10.md index be53bad382..9cfa0fa3f5 100644 --- a/mdop/mbam-v1/release-notes-for-mbam-10.md +++ b/mdop/mbam-v1/release-notes-for-mbam-10.md @@ -1,10 +1,15 @@ --- title: Release Notes for MBAM 1.0 description: Release Notes for MBAM 1.0 -ms.assetid: d82fddde-c360-48ef-86a0-d9b5fe066861 author: jamiejdt +ms.assetid: d82fddde-c360-48ef-86a0-d9b5fe066861 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Release Notes for MBAM 1.0 diff --git a/mdop/mbam-v1/security-and-privacy-for-mbam-10.md b/mdop/mbam-v1/security-and-privacy-for-mbam-10.md index c95744f689..5287b2d31f 100644 --- a/mdop/mbam-v1/security-and-privacy-for-mbam-10.md +++ b/mdop/mbam-v1/security-and-privacy-for-mbam-10.md @@ -1,10 +1,15 @@ --- title: Security and Privacy for MBAM 1.0 description: Security and Privacy for MBAM 1.0 -ms.assetid: ba4497f1-b9e3-41be-8953-3637d1f83f01 author: jamiejdt +ms.assetid: ba4497f1-b9e3-41be-8953-3637d1f83f01 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Security and Privacy for MBAM 1.0 diff --git a/mdop/mbam-v1/security-considerations-for-mbam-10.md b/mdop/mbam-v1/security-considerations-for-mbam-10.md index 4cc8a57e36..ec5c69ad30 100644 --- a/mdop/mbam-v1/security-considerations-for-mbam-10.md +++ b/mdop/mbam-v1/security-considerations-for-mbam-10.md @@ -1,10 +1,15 @@ --- title: Security Considerations for MBAM 1.0 description: Security Considerations for MBAM 1.0 -ms.assetid: 5e1c8b8c-235b-4a92-8b0b-da50dca17353 author: jamiejdt +ms.assetid: 5e1c8b8c-235b-4a92-8b0b-da50dca17353 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Security Considerations for MBAM 1.0 diff --git a/mdop/mbam-v1/troubleshooting-mbam-10.md b/mdop/mbam-v1/troubleshooting-mbam-10.md index 2eda1afb2b..31b1dd1859 100644 --- a/mdop/mbam-v1/troubleshooting-mbam-10.md +++ b/mdop/mbam-v1/troubleshooting-mbam-10.md @@ -1,10 +1,15 @@ --- title: Troubleshooting MBAM 1.0 description: Troubleshooting MBAM 1.0 -ms.assetid: 7d47fbfe-51c0-4619-bed3-163dfd18cdec author: jamiejdt +ms.assetid: 7d47fbfe-51c0-4619-bed3-163dfd18cdec +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Troubleshooting MBAM 1.0 diff --git a/mdop/mbam-v1/understanding-mbam-reports-mbam-1.md b/mdop/mbam-v1/understanding-mbam-reports-mbam-1.md index 0b33bff337..486563f326 100644 --- a/mdop/mbam-v1/understanding-mbam-reports-mbam-1.md +++ b/mdop/mbam-v1/understanding-mbam-reports-mbam-1.md @@ -1,10 +1,15 @@ --- title: Understanding MBAM Reports description: Understanding MBAM Reports -ms.assetid: 34e4aaeb-7f89-41a1-b816-c6fe8397b060 author: jamiejdt +ms.assetid: 34e4aaeb-7f89-41a1-b816-c6fe8397b060 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Understanding MBAM Reports diff --git a/mdop/mbam-v2/about-mbam-20-mbam-2.md b/mdop/mbam-v2/about-mbam-20-mbam-2.md index a6f3931e03..ff196a4897 100644 --- a/mdop/mbam-v2/about-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/about-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: About MBAM 2.0 description: About MBAM 2.0 -ms.assetid: b43a0ba9-1c83-4854-a2c5-14eea0070e36 author: jamiejdt +ms.assetid: b43a0ba9-1c83-4854-a2c5-14eea0070e36 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # About MBAM 2.0 diff --git a/mdop/mbam-v2/about-mbam-20-sp1.md b/mdop/mbam-v2/about-mbam-20-sp1.md index 6258654d3e..ed45a5ea60 100644 --- a/mdop/mbam-v2/about-mbam-20-sp1.md +++ b/mdop/mbam-v2/about-mbam-20-sp1.md @@ -1,10 +1,15 @@ --- title: About MBAM 2.0 SP1 description: About MBAM 2.0 SP1 -ms.assetid: 5ba89ed8-bb6e-407b-82c2-e2e36dd1078e author: jamiejdt +ms.assetid: 5ba89ed8-bb6e-407b-82c2-e2e36dd1078e +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # About MBAM 2.0 SP1 diff --git a/mdop/mbam-v2/about-the-computer-tpm-chip.md b/mdop/mbam-v2/about-the-computer-tpm-chip.md index c6472f524b..08433918db 100644 --- a/mdop/mbam-v2/about-the-computer-tpm-chip.md +++ b/mdop/mbam-v2/about-the-computer-tpm-chip.md @@ -1,10 +1,15 @@ --- title: About the Computer TPM Chip description: About the Computer TPM Chip -ms.assetid: 6f1cf18c-277a-4932-886d-14202ca8d175 author: jamiejdt +ms.assetid: 6f1cf18c-277a-4932-886d-14202ca8d175 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # About the Computer TPM Chip diff --git a/mdop/mbam-v2/accessibility-for-mbam-20-mbam-2.md b/mdop/mbam-v2/accessibility-for-mbam-20-mbam-2.md index ed37812283..6dea99fe3f 100644 --- a/mdop/mbam-v2/accessibility-for-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/accessibility-for-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Accessibility for MBAM 2.0 description: Accessibility for MBAM 2.0 -ms.assetid: 9cd628f1-f594-43ab-8095-4663272940a9 author: jamiejdt +ms.assetid: 9cd628f1-f594-43ab-8095-4663272940a9 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Accessibility for MBAM 2.0 diff --git a/mdop/mbam-v2/administering-mbam-20-features-mbam-2.md b/mdop/mbam-v2/administering-mbam-20-features-mbam-2.md index d1e9e323da..b83a5804b3 100644 --- a/mdop/mbam-v2/administering-mbam-20-features-mbam-2.md +++ b/mdop/mbam-v2/administering-mbam-20-features-mbam-2.md @@ -1,10 +1,15 @@ --- title: Administering MBAM 2.0 Features description: Administering MBAM 2.0 Features -ms.assetid: 065e0704-069e-4372-9b86-0b57dd7638dd author: jamiejdt +ms.assetid: 065e0704-069e-4372-9b86-0b57dd7638dd +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Administering MBAM 2.0 Features diff --git a/mdop/mbam-v2/administering-mbam-20-using-powershell-mbam-2.md b/mdop/mbam-v2/administering-mbam-20-using-powershell-mbam-2.md index 117137be70..d11f510bd1 100644 --- a/mdop/mbam-v2/administering-mbam-20-using-powershell-mbam-2.md +++ b/mdop/mbam-v2/administering-mbam-20-using-powershell-mbam-2.md @@ -1,10 +1,15 @@ --- title: Administering MBAM 2.0 Using PowerShell description: Administering MBAM 2.0 Using PowerShell -ms.assetid: d785a8df-0a8c-4d70-abd2-93a762b4f3de author: jamiejdt +ms.assetid: d785a8df-0a8c-4d70-abd2-93a762b4f3de +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Administering MBAM 2.0 Using PowerShell diff --git a/mdop/mbam-v2/create-or-edit-the-sms-defmof-file.md b/mdop/mbam-v2/create-or-edit-the-sms-defmof-file.md index 1b334b1f14..bfe000fee3 100644 --- a/mdop/mbam-v2/create-or-edit-the-sms-defmof-file.md +++ b/mdop/mbam-v2/create-or-edit-the-sms-defmof-file.md @@ -1,10 +1,15 @@ --- title: Create or Edit the Sms\_def.mof File description: Create or Edit the Sms\_def.mof File -ms.assetid: d1747e43-484e-4031-a63b-6342fe588aa2 author: jamiejdt +ms.assetid: d1747e43-484e-4031-a63b-6342fe588aa2 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Create or Edit the Sms\_def.mof File diff --git a/mdop/mbam-v2/deploying-mbam-20-group-policy-objects-mbam-2.md b/mdop/mbam-v2/deploying-mbam-20-group-policy-objects-mbam-2.md index 7ac21240be..b6af0ec3a8 100644 --- a/mdop/mbam-v2/deploying-mbam-20-group-policy-objects-mbam-2.md +++ b/mdop/mbam-v2/deploying-mbam-20-group-policy-objects-mbam-2.md @@ -1,10 +1,15 @@ --- title: Deploying MBAM 2.0 Group Policy Objects description: Deploying MBAM 2.0 Group Policy Objects -ms.assetid: f17f3897-73ab-431b-a6ec-5a6cff9f279a author: jamiejdt +ms.assetid: f17f3897-73ab-431b-a6ec-5a6cff9f279a +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Deploying MBAM 2.0 Group Policy Objects diff --git a/mdop/mbam-v2/deploying-mbam-20-mbam-2.md b/mdop/mbam-v2/deploying-mbam-20-mbam-2.md index 040c73dafe..e8d0bc24b4 100644 --- a/mdop/mbam-v2/deploying-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/deploying-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Deploying MBAM 2.0 description: Deploying MBAM 2.0 -ms.assetid: 4b0eaf10-81b4-427e-9d43-eb833de935a3 author: jamiejdt +ms.assetid: 4b0eaf10-81b4-427e-9d43-eb833de935a3 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Deploying MBAM 2.0 diff --git a/mdop/mbam-v2/deploying-mbam-with-configuration-manager-mbam2.md b/mdop/mbam-v2/deploying-mbam-with-configuration-manager-mbam2.md index a3ddb48be8..67727acd97 100644 --- a/mdop/mbam-v2/deploying-mbam-with-configuration-manager-mbam2.md +++ b/mdop/mbam-v2/deploying-mbam-with-configuration-manager-mbam2.md @@ -1,10 +1,15 @@ --- title: Deploying MBAM with Configuration Manager description: Deploying MBAM with Configuration Manager -ms.assetid: 89d03e29-457a-471d-b893-e0b74a83ec50 author: jamiejdt +ms.assetid: 89d03e29-457a-471d-b893-e0b74a83ec50 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Deploying MBAM with Configuration Manager diff --git a/mdop/mbam-v2/deploying-the-mbam-20-client-mbam-2.md b/mdop/mbam-v2/deploying-the-mbam-20-client-mbam-2.md index ab08dca6e2..879654de20 100644 --- a/mdop/mbam-v2/deploying-the-mbam-20-client-mbam-2.md +++ b/mdop/mbam-v2/deploying-the-mbam-20-client-mbam-2.md @@ -1,10 +1,15 @@ --- title: Deploying the MBAM 2.0 Client description: Deploying the MBAM 2.0 Client -ms.assetid: 3dd584fe-2a54-40f0-9bab-13ea74040b01 author: jamiejdt +ms.assetid: 3dd584fe-2a54-40f0-9bab-13ea74040b01 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Deploying the MBAM 2.0 Client diff --git a/mdop/mbam-v2/deploying-the-mbam-20-server-infrastructure-mbam-2.md b/mdop/mbam-v2/deploying-the-mbam-20-server-infrastructure-mbam-2.md index 7609313de5..bbef1c4ae4 100644 --- a/mdop/mbam-v2/deploying-the-mbam-20-server-infrastructure-mbam-2.md +++ b/mdop/mbam-v2/deploying-the-mbam-20-server-infrastructure-mbam-2.md @@ -1,10 +1,15 @@ --- title: Deploying the MBAM 2.0 Server Infrastructure description: Deploying the MBAM 2.0 Server Infrastructure -ms.assetid: 52e68d94-e2b4-4b06-ae55-f900ea6cc59f author: jamiejdt +ms.assetid: 52e68d94-e2b4-4b06-ae55-f900ea6cc59f +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Deploying the MBAM 2.0 Server Infrastructure diff --git a/mdop/mbam-v2/edit-the-configurationmof-file.md b/mdop/mbam-v2/edit-the-configurationmof-file.md index d9f4f1966b..832f226de7 100644 --- a/mdop/mbam-v2/edit-the-configurationmof-file.md +++ b/mdop/mbam-v2/edit-the-configurationmof-file.md @@ -1,10 +1,15 @@ --- title: Edit the Configuration.mof File description: Edit the Configuration.mof File -ms.assetid: 23e50ec9-4083-4b12-ad96-626cf30960bb author: jamiejdt +ms.assetid: 23e50ec9-4083-4b12-ad96-626cf30960bb +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Edit the Configuration.mof File diff --git a/mdop/mbam-v2/evaluating-mbam-20-mbam-2.md b/mdop/mbam-v2/evaluating-mbam-20-mbam-2.md index e73566f49c..ca300f5270 100644 --- a/mdop/mbam-v2/evaluating-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/evaluating-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Evaluating MBAM 2.0 description: Evaluating MBAM 2.0 -ms.assetid: bfc77eec-0fd7-4fec-9c78-6870afa87152 author: jamiejdt +ms.assetid: bfc77eec-0fd7-4fec-9c78-6870afa87152 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Evaluating MBAM 2.0 diff --git a/mdop/mbam-v2/getting-started---using-mbam-with-configuration-manager.md b/mdop/mbam-v2/getting-started---using-mbam-with-configuration-manager.md index 0d5f55179f..dc10fb8249 100644 --- a/mdop/mbam-v2/getting-started---using-mbam-with-configuration-manager.md +++ b/mdop/mbam-v2/getting-started---using-mbam-with-configuration-manager.md @@ -1,10 +1,15 @@ --- title: Getting Started - Using MBAM with Configuration Manager description: Getting Started - Using MBAM with Configuration Manager -ms.assetid: b0a1d3cc-0b01-4b69-a2cd-fd09fb3beda4 author: jamiejdt +ms.assetid: b0a1d3cc-0b01-4b69-a2cd-fd09fb3beda4 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Getting Started - Using MBAM with Configuration Manager diff --git a/mdop/mbam-v2/getting-started-with-mbam-20-mbam-2.md b/mdop/mbam-v2/getting-started-with-mbam-20-mbam-2.md index 9591881ba9..8f6e2c1019 100644 --- a/mdop/mbam-v2/getting-started-with-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/getting-started-with-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Getting Started with MBAM 2.0 description: Getting Started with MBAM 2.0 -ms.assetid: 29f5c9af-5bbf-4d37-aa0f-0716046904af author: jamiejdt +ms.assetid: 29f5c9af-5bbf-4d37-aa0f-0716046904af +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Getting Started with MBAM 2.0 diff --git a/mdop/mbam-v2/helping-end-users-manage-bitlocker.md b/mdop/mbam-v2/helping-end-users-manage-bitlocker.md index da34bd4f61..d92de23fcf 100644 --- a/mdop/mbam-v2/helping-end-users-manage-bitlocker.md +++ b/mdop/mbam-v2/helping-end-users-manage-bitlocker.md @@ -1,10 +1,15 @@ --- title: Helping End Users Manage BitLocker description: Helping End Users Manage BitLocker -ms.assetid: 47776fb3-2d94-4970-b687-c35ec3dd6c64 author: jamiejdt +ms.assetid: 47776fb3-2d94-4970-b687-c35ec3dd6c64 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Helping End Users Manage BitLocker diff --git a/mdop/mbam-v2/high-availability-for-mbam-20-mbam-2.md b/mdop/mbam-v2/high-availability-for-mbam-20-mbam-2.md index 4ba79f0667..80392a8cfb 100644 --- a/mdop/mbam-v2/high-availability-for-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/high-availability-for-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: High Availability for MBAM 2.0 description: High Availability for MBAM 2.0 -ms.assetid: 244ee013-9e2a-48d2-b842-4e10594fd74f author: jamiejdt +ms.assetid: 244ee013-9e2a-48d2-b842-4e10594fd74f +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # High Availability for MBAM 2.0 diff --git a/mdop/mbam-v2/high-level-architecture-for-mbam-20-mbam-2.md b/mdop/mbam-v2/high-level-architecture-for-mbam-20-mbam-2.md index 7074e949a7..1608f3b3f4 100644 --- a/mdop/mbam-v2/high-level-architecture-for-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/high-level-architecture-for-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: High-Level Architecture for MBAM 2.0 description: High-Level Architecture for MBAM 2.0 -ms.assetid: 7f73dd3a-0b1f-4af6-a2f0-d0c5bc5d183a author: jamiejdt +ms.assetid: 7f73dd3a-0b1f-4af6-a2f0-d0c5bc5d183a +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # High-Level Architecture for MBAM 2.0 diff --git a/mdop/mbam-v2/how-to-brand-the-self-service-portal.md b/mdop/mbam-v2/how-to-brand-the-self-service-portal.md index dc98cf1610..ab775bab8d 100644 --- a/mdop/mbam-v2/how-to-brand-the-self-service-portal.md +++ b/mdop/mbam-v2/how-to-brand-the-self-service-portal.md @@ -1,10 +1,15 @@ --- title: How to Brand the Self-Service Portal description: How to Brand the Self-Service Portal -ms.assetid: 3ef9e951-7c42-4f7f-b131-3765d39b3207 author: jamiejdt +ms.assetid: 3ef9e951-7c42-4f7f-b131-3765d39b3207 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Brand the Self-Service Portal diff --git a/mdop/mbam-v2/how-to-create-or-edit-the-mof-files.md b/mdop/mbam-v2/how-to-create-or-edit-the-mof-files.md index b57da7f4a3..0fc653521a 100644 --- a/mdop/mbam-v2/how-to-create-or-edit-the-mof-files.md +++ b/mdop/mbam-v2/how-to-create-or-edit-the-mof-files.md @@ -1,10 +1,15 @@ --- title: How to Create or Edit the mof Files description: How to Create or Edit the mof Files -ms.assetid: 4d19d707-b90f-4057-a6e9-e4221a607190 author: jamiejdt +ms.assetid: 4d19d707-b90f-4057-a6e9-e4221a607190 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Create or Edit the mof Files diff --git a/mdop/mbam-v2/how-to-deploy-the-mbam-client-as-part-of-a-windows-deployment-mbam-2.md b/mdop/mbam-v2/how-to-deploy-the-mbam-client-as-part-of-a-windows-deployment-mbam-2.md index 6ed7251370..667719c114 100644 --- a/mdop/mbam-v2/how-to-deploy-the-mbam-client-as-part-of-a-windows-deployment-mbam-2.md +++ b/mdop/mbam-v2/how-to-deploy-the-mbam-client-as-part-of-a-windows-deployment-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Deploy the MBAM Client as Part of a Windows Deployment description: How to Deploy the MBAM Client as Part of a Windows Deployment -ms.assetid: 67387de7-8b02-4412-9850-3b8d8e5c18af author: jamiejdt +ms.assetid: 67387de7-8b02-4412-9850-3b8d8e5c18af +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Deploy the MBAM Client as Part of a Windows Deployment diff --git a/mdop/mbam-v2/how-to-deploy-the-mbam-client-to-desktop-or-laptop-computers-mbam-2.md b/mdop/mbam-v2/how-to-deploy-the-mbam-client-to-desktop-or-laptop-computers-mbam-2.md index 6668678339..9956cb9ffc 100644 --- a/mdop/mbam-v2/how-to-deploy-the-mbam-client-to-desktop-or-laptop-computers-mbam-2.md +++ b/mdop/mbam-v2/how-to-deploy-the-mbam-client-to-desktop-or-laptop-computers-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Deploy the MBAM Client to Desktop or Laptop Computers description: How to Deploy the MBAM Client to Desktop or Laptop Computers -ms.assetid: 56744922-bfdd-48f6-ae01-645ff53b64a8 author: jamiejdt +ms.assetid: 56744922-bfdd-48f6-ae01-645ff53b64a8 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Deploy the MBAM Client to Desktop or Laptop Computers diff --git a/mdop/mbam-v2/how-to-determine-bitlocker-encryption-state-of-lost-computers-mbam-2.md b/mdop/mbam-v2/how-to-determine-bitlocker-encryption-state-of-lost-computers-mbam-2.md index b724727b03..80ce3a9895 100644 --- a/mdop/mbam-v2/how-to-determine-bitlocker-encryption-state-of-lost-computers-mbam-2.md +++ b/mdop/mbam-v2/how-to-determine-bitlocker-encryption-state-of-lost-computers-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Determine BitLocker Encryption State of Lost Computers description: How to Determine BitLocker Encryption State of Lost Computers -ms.assetid: dbd23b64-dff3-4913-9acd-affe67b9462e author: jamiejdt +ms.assetid: dbd23b64-dff3-4913-9acd-affe67b9462e +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Determine BitLocker Encryption State of Lost Computers diff --git a/mdop/mbam-v2/how-to-edit-mbam-20-gpo-settings-mbam-2.md b/mdop/mbam-v2/how-to-edit-mbam-20-gpo-settings-mbam-2.md index a84a4bba05..5cdf265261 100644 --- a/mdop/mbam-v2/how-to-edit-mbam-20-gpo-settings-mbam-2.md +++ b/mdop/mbam-v2/how-to-edit-mbam-20-gpo-settings-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Edit MBAM 2.0 GPO Settings description: How to Edit MBAM 2.0 GPO Settings -ms.assetid: f5ffa93d-b4d2-4317-8a1c-7d2be0264fe3 author: jamiejdt +ms.assetid: f5ffa93d-b4d2-4317-8a1c-7d2be0264fe3 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Edit MBAM 2.0 GPO Settings diff --git a/mdop/mbam-v2/how-to-generate-mbam-reports-mbam-2.md b/mdop/mbam-v2/how-to-generate-mbam-reports-mbam-2.md index ebd42ca25b..8924b3e6e7 100644 --- a/mdop/mbam-v2/how-to-generate-mbam-reports-mbam-2.md +++ b/mdop/mbam-v2/how-to-generate-mbam-reports-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Generate MBAM Reports description: How to Generate MBAM Reports -ms.assetid: 083550cb-8c3f-49b3-a30e-97d85374d2f4 author: jamiejdt +ms.assetid: 083550cb-8c3f-49b3-a30e-97d85374d2f4 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Generate MBAM Reports diff --git a/mdop/mbam-v2/how-to-hide-default-bitlocker-encryption-in-the-windows-control-panel-mbam-2.md b/mdop/mbam-v2/how-to-hide-default-bitlocker-encryption-in-the-windows-control-panel-mbam-2.md index c9e8c2b288..730c428f7d 100644 --- a/mdop/mbam-v2/how-to-hide-default-bitlocker-encryption-in-the-windows-control-panel-mbam-2.md +++ b/mdop/mbam-v2/how-to-hide-default-bitlocker-encryption-in-the-windows-control-panel-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Hide Default BitLocker Encryption in the Windows Control Panel description: How to Hide Default BitLocker Encryption in the Windows Control Panel -ms.assetid: 6674aa51-2b5d-4e4a-8b43-2cc18d008285 author: jamiejdt +ms.assetid: 6674aa51-2b5d-4e4a-8b43-2cc18d008285 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Hide Default BitLocker Encryption in the Windows Control Panel diff --git a/mdop/mbam-v2/how-to-install-and-configure-mbam-on-a-single-server-mbam-2.md b/mdop/mbam-v2/how-to-install-and-configure-mbam-on-a-single-server-mbam-2.md index 51670630fa..e0b9393b7c 100644 --- a/mdop/mbam-v2/how-to-install-and-configure-mbam-on-a-single-server-mbam-2.md +++ b/mdop/mbam-v2/how-to-install-and-configure-mbam-on-a-single-server-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Install and Configure MBAM on a Single Server description: How to Install and Configure MBAM on a Single Server -ms.assetid: 45e6a012-6c8c-4d90-902c-d09de9a0cbea author: jamiejdt +ms.assetid: 45e6a012-6c8c-4d90-902c-d09de9a0cbea +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Install and Configure MBAM on a Single Server diff --git a/mdop/mbam-v2/how-to-install-and-configure-mbam-on-distributed-servers-mbam-2.md b/mdop/mbam-v2/how-to-install-and-configure-mbam-on-distributed-servers-mbam-2.md index 9937d9c10c..9558074f46 100644 --- a/mdop/mbam-v2/how-to-install-and-configure-mbam-on-distributed-servers-mbam-2.md +++ b/mdop/mbam-v2/how-to-install-and-configure-mbam-on-distributed-servers-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Install and Configure MBAM on Distributed Servers description: How to Install and Configure MBAM on Distributed Servers -ms.assetid: 67b91e6b-ae2e-4e47-9ef2-6819aba95976 author: jamiejdt +ms.assetid: 67b91e6b-ae2e-4e47-9ef2-6819aba95976 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Install and Configure MBAM on Distributed Servers diff --git a/mdop/mbam-v2/how-to-install-mbam-with-configuration-manager.md b/mdop/mbam-v2/how-to-install-mbam-with-configuration-manager.md index 8788dca75f..c527a7c739 100644 --- a/mdop/mbam-v2/how-to-install-mbam-with-configuration-manager.md +++ b/mdop/mbam-v2/how-to-install-mbam-with-configuration-manager.md @@ -1,10 +1,15 @@ --- title: How to Install MBAM with Configuration Manager description: How to Install MBAM with Configuration Manager -ms.assetid: fd0832e4-3b79-4e56-9550-d2f396be6d09 author: jamiejdt +ms.assetid: fd0832e4-3b79-4e56-9550-d2f396be6d09 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Install MBAM with Configuration Manager diff --git a/mdop/mbam-v2/how-to-install-the-mbam-20-group-policy-template-mbam-2.md b/mdop/mbam-v2/how-to-install-the-mbam-20-group-policy-template-mbam-2.md index 2f5913919f..135680e1b9 100644 --- a/mdop/mbam-v2/how-to-install-the-mbam-20-group-policy-template-mbam-2.md +++ b/mdop/mbam-v2/how-to-install-the-mbam-20-group-policy-template-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Install the MBAM 2.0 Group Policy Template description: How to Install the MBAM 2.0 Group Policy Template -ms.assetid: bc193232-d060-4285-842e-d194a74dd3c9 author: jamiejdt +ms.assetid: bc193232-d060-4285-842e-d194a74dd3c9 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Install the MBAM 2.0 Group Policy Template diff --git a/mdop/mbam-v2/how-to-manage-mbam-administrator-roles-mbam-2.md b/mdop/mbam-v2/how-to-manage-mbam-administrator-roles-mbam-2.md index c4651a9c39..5f76afe48c 100644 --- a/mdop/mbam-v2/how-to-manage-mbam-administrator-roles-mbam-2.md +++ b/mdop/mbam-v2/how-to-manage-mbam-administrator-roles-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Manage MBAM Administrator Roles description: How to Manage MBAM Administrator Roles -ms.assetid: 813ac0c4-3cf9-47af-b4cb-9395fd915e5c author: jamiejdt +ms.assetid: 813ac0c4-3cf9-47af-b4cb-9395fd915e5c +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Manage MBAM Administrator Roles diff --git a/mdop/mbam-v2/how-to-manage-mbam-client-bitlocker-encryption-options-by-using-the-control-panel-mbam-2.md b/mdop/mbam-v2/how-to-manage-mbam-client-bitlocker-encryption-options-by-using-the-control-panel-mbam-2.md index f734902d15..7154f7b0c3 100644 --- a/mdop/mbam-v2/how-to-manage-mbam-client-bitlocker-encryption-options-by-using-the-control-panel-mbam-2.md +++ b/mdop/mbam-v2/how-to-manage-mbam-client-bitlocker-encryption-options-by-using-the-control-panel-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Manage MBAM Client BitLocker Encryption Options by Using the Control Panel description: How to Manage MBAM Client BitLocker Encryption Options by Using the Control Panel -ms.assetid: e2ff153e-5770-4a12-b79d-cda998b8a8ab author: jamiejdt +ms.assetid: e2ff153e-5770-4a12-b79d-cda998b8a8ab +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Manage MBAM Client BitLocker Encryption Options by Using the Control Panel diff --git a/mdop/mbam-v2/how-to-manage-user-bitlocker-encryption-exemptions-mbam-2.md b/mdop/mbam-v2/how-to-manage-user-bitlocker-encryption-exemptions-mbam-2.md index ef308ae0ca..edca5f1c1a 100644 --- a/mdop/mbam-v2/how-to-manage-user-bitlocker-encryption-exemptions-mbam-2.md +++ b/mdop/mbam-v2/how-to-manage-user-bitlocker-encryption-exemptions-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Manage User BitLocker Encryption Exemptions description: How to Manage User BitLocker Encryption Exemptions -ms.assetid: 1bfd9d66-6a9a-4d0e-b54a-e5a6627f5ada author: jamiejdt +ms.assetid: 1bfd9d66-6a9a-4d0e-b54a-e5a6627f5ada +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Manage User BitLocker Encryption Exemptions diff --git a/mdop/mbam-v2/how-to-move-mbam-20-features-to-another-computer-mbam-2.md b/mdop/mbam-v2/how-to-move-mbam-20-features-to-another-computer-mbam-2.md index a25400491e..ab1bfbfeff 100644 --- a/mdop/mbam-v2/how-to-move-mbam-20-features-to-another-computer-mbam-2.md +++ b/mdop/mbam-v2/how-to-move-mbam-20-features-to-another-computer-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Move MBAM 2.0 Features to Another Computer description: How to Move MBAM 2.0 Features to Another Computer -ms.assetid: 49bc0792-60a4-473f-89cc-ada30191e04a author: jamiejdt +ms.assetid: 49bc0792-60a4-473f-89cc-ada30191e04a +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Move MBAM 2.0 Features to Another Computer diff --git a/mdop/mbam-v2/how-to-recover-a-corrupted-drive-mbam-2.md b/mdop/mbam-v2/how-to-recover-a-corrupted-drive-mbam-2.md index 93a014ef0e..d40a0354b4 100644 --- a/mdop/mbam-v2/how-to-recover-a-corrupted-drive-mbam-2.md +++ b/mdop/mbam-v2/how-to-recover-a-corrupted-drive-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Recover a Corrupted Drive description: How to Recover a Corrupted Drive -ms.assetid: b0457a00-f72e-4ad8-ab3b-7701851ca87e author: jamiejdt +ms.assetid: b0457a00-f72e-4ad8-ab3b-7701851ca87e +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Recover a Corrupted Drive diff --git a/mdop/mbam-v2/how-to-recover-a-drive-in-recovery-mode-mbam-2.md b/mdop/mbam-v2/how-to-recover-a-drive-in-recovery-mode-mbam-2.md index db37e1ae25..05f5744902 100644 --- a/mdop/mbam-v2/how-to-recover-a-drive-in-recovery-mode-mbam-2.md +++ b/mdop/mbam-v2/how-to-recover-a-drive-in-recovery-mode-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Recover a Drive in Recovery Mode description: How to Recover a Drive in Recovery Mode -ms.assetid: 8b792bc8-b671-4345-9d37-0208db3e5b03 author: jamiejdt +ms.assetid: 8b792bc8-b671-4345-9d37-0208db3e5b03 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Recover a Drive in Recovery Mode diff --git a/mdop/mbam-v2/how-to-recover-a-moved-drive-mbam-2.md b/mdop/mbam-v2/how-to-recover-a-moved-drive-mbam-2.md index d16729c2ee..0ec82e891f 100644 --- a/mdop/mbam-v2/how-to-recover-a-moved-drive-mbam-2.md +++ b/mdop/mbam-v2/how-to-recover-a-moved-drive-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Recover a Moved Drive description: How to Recover a Moved Drive -ms.assetid: 697cd78d-962c-411e-901a-2e9220ba6552 author: jamiejdt +ms.assetid: 697cd78d-962c-411e-901a-2e9220ba6552 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Recover a Moved Drive diff --git a/mdop/mbam-v2/how-to-reset-a-tpm-lockout-mbam-2.md b/mdop/mbam-v2/how-to-reset-a-tpm-lockout-mbam-2.md index 808c5192ea..19a80f5a05 100644 --- a/mdop/mbam-v2/how-to-reset-a-tpm-lockout-mbam-2.md +++ b/mdop/mbam-v2/how-to-reset-a-tpm-lockout-mbam-2.md @@ -1,10 +1,15 @@ --- title: How to Reset a TPM Lockout description: How to Reset a TPM Lockout -ms.assetid: 20719ab2-18ae-4d3b-989a-539341909816 author: jamiejdt +ms.assetid: 20719ab2-18ae-4d3b-989a-539341909816 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Reset a TPM Lockout diff --git a/mdop/mbam-v2/how-to-use-a-command-line-to-install-the-mbam-client.md b/mdop/mbam-v2/how-to-use-a-command-line-to-install-the-mbam-client.md index 7129c1e79a..d700133308 100644 --- a/mdop/mbam-v2/how-to-use-a-command-line-to-install-the-mbam-client.md +++ b/mdop/mbam-v2/how-to-use-a-command-line-to-install-the-mbam-client.md @@ -1,10 +1,15 @@ --- title: How to Use a Command Line to Install the MBAM Client description: How to Use a Command Line to Install the MBAM Client -ms.assetid: 4dc8f944-c2fd-4d89-aed6-e9dc77de3ae4 author: jamiejdt +ms.assetid: 4dc8f944-c2fd-4d89-aed6-e9dc77de3ae4 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Use a Command Line to Install the MBAM Client diff --git a/mdop/mbam-v2/how-to-use-a-command-line-to-install-the-mbam-server.md b/mdop/mbam-v2/how-to-use-a-command-line-to-install-the-mbam-server.md index f3fe703518..e70b68ddc9 100644 --- a/mdop/mbam-v2/how-to-use-a-command-line-to-install-the-mbam-server.md +++ b/mdop/mbam-v2/how-to-use-a-command-line-to-install-the-mbam-server.md @@ -1,10 +1,15 @@ --- title: How to Use a Command Line to Install the MBAM Server description: How to Use a Command Line to Install the MBAM Server -ms.assetid: 6ffc6d41-a793-42c2-b997-95ba47550648 author: jamiejdt +ms.assetid: 6ffc6d41-a793-42c2-b997-95ba47550648 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Use a Command Line to Install the MBAM Server diff --git a/mdop/mbam-v2/how-to-use-the-help-desk-portal.md b/mdop/mbam-v2/how-to-use-the-help-desk-portal.md index 2cc8665be4..412ad51497 100644 --- a/mdop/mbam-v2/how-to-use-the-help-desk-portal.md +++ b/mdop/mbam-v2/how-to-use-the-help-desk-portal.md @@ -1,10 +1,15 @@ --- title: How to Use the Help Desk Portal description: How to Use the Help Desk Portal -ms.assetid: c27f7737-10c8-4164-9de8-57987292c89c author: jamiejdt +ms.assetid: c27f7737-10c8-4164-9de8-57987292c89c +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Use the Help Desk Portal diff --git a/mdop/mbam-v2/how-to-use-the-self-service-portal-to-regain-access-to-a-computer.md b/mdop/mbam-v2/how-to-use-the-self-service-portal-to-regain-access-to-a-computer.md index 5827272f16..dc5afaf985 100644 --- a/mdop/mbam-v2/how-to-use-the-self-service-portal-to-regain-access-to-a-computer.md +++ b/mdop/mbam-v2/how-to-use-the-self-service-portal-to-regain-access-to-a-computer.md @@ -1,10 +1,15 @@ --- title: How to Use the Self-Service Portal to Regain Access to a Computer description: How to Use the Self-Service Portal to Regain Access to a Computer -ms.assetid: bcf095de-0237-4bb0-b450-da8fb6d6f3d0 author: jamiejdt +ms.assetid: bcf095de-0237-4bb0-b450-da8fb6d6f3d0 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Use the Self-Service Portal to Regain Access to a Computer diff --git a/mdop/mbam-v2/how-to-validate-the-mbam-installation-with-configuration-manager.md b/mdop/mbam-v2/how-to-validate-the-mbam-installation-with-configuration-manager.md index c545bc1a02..eace62bec3 100644 --- a/mdop/mbam-v2/how-to-validate-the-mbam-installation-with-configuration-manager.md +++ b/mdop/mbam-v2/how-to-validate-the-mbam-installation-with-configuration-manager.md @@ -1,10 +1,15 @@ --- title: How to Validate the MBAM Installation with Configuration Manager description: How to Validate the MBAM Installation with Configuration Manager -ms.assetid: 8e268539-91c3-4e8a-baae-faf3605da818 author: jamiejdt +ms.assetid: 8e268539-91c3-4e8a-baae-faf3605da818 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # How to Validate the MBAM Installation with Configuration Manager diff --git a/mdop/mbam-v2/index.md b/mdop/mbam-v2/index.md index 457341eb1a..9b13be4d7f 100644 --- a/mdop/mbam-v2/index.md +++ b/mdop/mbam-v2/index.md @@ -1,10 +1,15 @@ --- title: Microsoft BitLocker Administration and Monitoring 2 Administrator's Guide description: Microsoft BitLocker Administration and Monitoring 2 Administrator's Guide -ms.assetid: fdb43f62-960a-4811-8802-50efdf04b4af author: jamiejdt +ms.assetid: fdb43f62-960a-4811-8802-50efdf04b4af +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Microsoft BitLocker Administration and Monitoring 2 Administrator's Guide diff --git a/mdop/mbam-v2/maintaining-mbam-20-mbam-2.md b/mdop/mbam-v2/maintaining-mbam-20-mbam-2.md index 01a274699f..5a65f5803c 100644 --- a/mdop/mbam-v2/maintaining-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/maintaining-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Maintaining MBAM 2.0 description: Maintaining MBAM 2.0 -ms.assetid: 6479e093-840d-45d5-b759-1179aeeeefeb author: jamiejdt +ms.assetid: 6479e093-840d-45d5-b759-1179aeeeefeb +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Maintaining MBAM 2.0 diff --git a/mdop/mbam-v2/mbam-20-deployment-checklist-mbam-2.md b/mdop/mbam-v2/mbam-20-deployment-checklist-mbam-2.md index e71798b964..c209accade 100644 --- a/mdop/mbam-v2/mbam-20-deployment-checklist-mbam-2.md +++ b/mdop/mbam-v2/mbam-20-deployment-checklist-mbam-2.md @@ -1,10 +1,15 @@ --- title: MBAM 2.0 Deployment Checklist description: MBAM 2.0 Deployment Checklist -ms.assetid: 7905d31d-f21c-4683-b9c4-95b815e08fab author: jamiejdt +ms.assetid: 7905d31d-f21c-4683-b9c4-95b815e08fab +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # MBAM 2.0 Deployment Checklist diff --git a/mdop/mbam-v2/mbam-20-deployment-prerequisites-mbam-2.md b/mdop/mbam-v2/mbam-20-deployment-prerequisites-mbam-2.md index 02874b0455..32629af033 100644 --- a/mdop/mbam-v2/mbam-20-deployment-prerequisites-mbam-2.md +++ b/mdop/mbam-v2/mbam-20-deployment-prerequisites-mbam-2.md @@ -1,10 +1,15 @@ --- title: MBAM 2.0 Deployment Prerequisites description: MBAM 2.0 Deployment Prerequisites -ms.assetid: 57d1c2bb-5ea3-457e-badd-dd9206ff0f20 author: jamiejdt +ms.assetid: 57d1c2bb-5ea3-457e-badd-dd9206ff0f20 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # MBAM 2.0 Deployment Prerequisites diff --git a/mdop/mbam-v2/mbam-20-planning-checklist-mbam-2.md b/mdop/mbam-v2/mbam-20-planning-checklist-mbam-2.md index ad8b15b9b8..fd5a9c0285 100644 --- a/mdop/mbam-v2/mbam-20-planning-checklist-mbam-2.md +++ b/mdop/mbam-v2/mbam-20-planning-checklist-mbam-2.md @@ -1,10 +1,15 @@ --- title: MBAM 2.0 Planning Checklist description: MBAM 2.0 Planning Checklist -ms.assetid: 16b27c27-5f5e-41e2-b526-89a036672fb8 author: jamiejdt +ms.assetid: 16b27c27-5f5e-41e2-b526-89a036672fb8 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # MBAM 2.0 Planning Checklist diff --git a/mdop/mbam-v2/mbam-20-privacy-statement-mbam-2.md b/mdop/mbam-v2/mbam-20-privacy-statement-mbam-2.md index 50ef7e19af..3a51b59b37 100644 --- a/mdop/mbam-v2/mbam-20-privacy-statement-mbam-2.md +++ b/mdop/mbam-v2/mbam-20-privacy-statement-mbam-2.md @@ -1,10 +1,15 @@ --- title: MBAM 2.0 Privacy Statement description: MBAM 2.0 Privacy Statement -ms.assetid: fce72ad4-a837-4d17-8d3b-4d93f1a399be author: jamiejdt +ms.assetid: fce72ad4-a837-4d17-8d3b-4d93f1a399be +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # MBAM 2.0 Privacy Statement diff --git a/mdop/mbam-v2/mbam-20-security-considerations-mbam-2.md b/mdop/mbam-v2/mbam-20-security-considerations-mbam-2.md index ffcaaeb7c2..0215cbc294 100644 --- a/mdop/mbam-v2/mbam-20-security-considerations-mbam-2.md +++ b/mdop/mbam-v2/mbam-20-security-considerations-mbam-2.md @@ -1,10 +1,15 @@ --- title: MBAM 2.0 Security Considerations description: MBAM 2.0 Security Considerations -ms.assetid: 0aa5c6e2-d92c-4e30-9f6a-b48abb667ae5 author: jamiejdt +ms.assetid: 0aa5c6e2-d92c-4e30-9f6a-b48abb667ae5 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # MBAM 2.0 Security Considerations diff --git a/mdop/mbam-v2/mbam-20-supported-configurations-mbam-2.md b/mdop/mbam-v2/mbam-20-supported-configurations-mbam-2.md index d37416aba6..2f7ccf2976 100644 --- a/mdop/mbam-v2/mbam-20-supported-configurations-mbam-2.md +++ b/mdop/mbam-v2/mbam-20-supported-configurations-mbam-2.md @@ -1,10 +1,15 @@ --- title: MBAM 2.0 Supported Configurations description: MBAM 2.0 Supported Configurations -ms.assetid: dca63391-39fe-4273-a570-76d0a2f8a0fd author: jamiejdt +ms.assetid: dca63391-39fe-4273-a570-76d0a2f8a0fd +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # MBAM 2.0 Supported Configurations diff --git a/mdop/mbam-v2/monitoring-and-reporting-bitlocker-compliance-with-mbam-20-mbam-2.md b/mdop/mbam-v2/monitoring-and-reporting-bitlocker-compliance-with-mbam-20-mbam-2.md index 5217aa733d..2c793147c4 100644 --- a/mdop/mbam-v2/monitoring-and-reporting-bitlocker-compliance-with-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/monitoring-and-reporting-bitlocker-compliance-with-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Monitoring and Reporting BitLocker Compliance with MBAM 2.0 description: Monitoring and Reporting BitLocker Compliance with MBAM 2.0 -ms.assetid: 0b9ba701-0aad-4e16-9b32-73d358047ccc author: jamiejdt +ms.assetid: 0b9ba701-0aad-4e16-9b32-73d358047ccc +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Monitoring and Reporting BitLocker Compliance with MBAM 2.0 diff --git a/mdop/mbam-v2/operations-for-mbam-20-mbam-2.md b/mdop/mbam-v2/operations-for-mbam-20-mbam-2.md index ff5238eaef..7172657074 100644 --- a/mdop/mbam-v2/operations-for-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/operations-for-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Operations for MBAM 2.0 description: Operations for MBAM 2.0 -ms.assetid: ece72016-4ffa-48df-8c12-1e442ee9e980 author: jamiejdt +ms.assetid: ece72016-4ffa-48df-8c12-1e442ee9e980 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Operations for MBAM 2.0 diff --git a/mdop/mbam-v2/performing-bitlocker-management-with-mbam-mbam-2.md b/mdop/mbam-v2/performing-bitlocker-management-with-mbam-mbam-2.md index a1fe2df4f6..f81efd0199 100644 --- a/mdop/mbam-v2/performing-bitlocker-management-with-mbam-mbam-2.md +++ b/mdop/mbam-v2/performing-bitlocker-management-with-mbam-mbam-2.md @@ -1,10 +1,15 @@ --- title: Performing BitLocker Management with MBAM description: Performing BitLocker Management with MBAM -ms.assetid: 9bfc6c67-f12c-4daa-8f08-5884fb47443c author: jamiejdt +ms.assetid: 9bfc6c67-f12c-4daa-8f08-5884fb47443c +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Performing BitLocker Management with MBAM diff --git a/mdop/mbam-v2/planning-for-mbam-20-administrator-roles-mbam-2.md b/mdop/mbam-v2/planning-for-mbam-20-administrator-roles-mbam-2.md index 6839060f05..004807576d 100644 --- a/mdop/mbam-v2/planning-for-mbam-20-administrator-roles-mbam-2.md +++ b/mdop/mbam-v2/planning-for-mbam-20-administrator-roles-mbam-2.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 2.0 Administrator Roles description: Planning for MBAM 2.0 Administrator Roles -ms.assetid: 6f813297-6479-42d3-a21b-896d54466b5b author: jamiejdt +ms.assetid: 6f813297-6479-42d3-a21b-896d54466b5b +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning for MBAM 2.0 Administrator Roles diff --git a/mdop/mbam-v2/planning-for-mbam-20-client-deployment-mbam-2.md b/mdop/mbam-v2/planning-for-mbam-20-client-deployment-mbam-2.md index 26eed9d92b..5977e6de16 100644 --- a/mdop/mbam-v2/planning-for-mbam-20-client-deployment-mbam-2.md +++ b/mdop/mbam-v2/planning-for-mbam-20-client-deployment-mbam-2.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 2.0 Client Deployment description: Planning for MBAM 2.0 Client Deployment -ms.assetid: 3a92cf29-092f-4cad-bdfa-d5f6aafe554b author: jamiejdt +ms.assetid: 3a92cf29-092f-4cad-bdfa-d5f6aafe554b +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning for MBAM 2.0 Client Deployment diff --git a/mdop/mbam-v2/planning-for-mbam-20-group-policy-requirements-mbam-2.md b/mdop/mbam-v2/planning-for-mbam-20-group-policy-requirements-mbam-2.md index 40ec50dfaa..9d3b9c09a7 100644 --- a/mdop/mbam-v2/planning-for-mbam-20-group-policy-requirements-mbam-2.md +++ b/mdop/mbam-v2/planning-for-mbam-20-group-policy-requirements-mbam-2.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 2.0 Group Policy Requirements description: Planning for MBAM 2.0 Group Policy Requirements -ms.assetid: f5e19dcb-eb15-4722-bb71-0734b3799eb8 author: jamiejdt +ms.assetid: f5e19dcb-eb15-4722-bb71-0734b3799eb8 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning for MBAM 2.0 Group Policy Requirements diff --git a/mdop/mbam-v2/planning-for-mbam-20-mbam-2.md b/mdop/mbam-v2/planning-for-mbam-20-mbam-2.md index 2e3b39aa40..dbb0980058 100644 --- a/mdop/mbam-v2/planning-for-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/planning-for-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 2.0 description: Planning for MBAM 2.0 -ms.assetid: 1206bd18-05ea-4ca8-9362-07e512503c3f author: jamiejdt +ms.assetid: 1206bd18-05ea-4ca8-9362-07e512503c3f +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning for MBAM 2.0 diff --git a/mdop/mbam-v2/planning-for-mbam-20-server-deployment-mbam-2.md b/mdop/mbam-v2/planning-for-mbam-20-server-deployment-mbam-2.md index 3f64dbc469..dbc513aead 100644 --- a/mdop/mbam-v2/planning-for-mbam-20-server-deployment-mbam-2.md +++ b/mdop/mbam-v2/planning-for-mbam-20-server-deployment-mbam-2.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 2.0 Server Deployment description: Planning for MBAM 2.0 Server Deployment -ms.assetid: b57f1a42-134f-4997-8697-7fbed08e2fc4 author: jamiejdt +ms.assetid: b57f1a42-134f-4997-8697-7fbed08e2fc4 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning for MBAM 2.0 Server Deployment diff --git a/mdop/mbam-v2/planning-to-deploy-mbam-20-mbam-2.md b/mdop/mbam-v2/planning-to-deploy-mbam-20-mbam-2.md index 7c1706ca1e..8b0c976c2c 100644 --- a/mdop/mbam-v2/planning-to-deploy-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/planning-to-deploy-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Planning to Deploy MBAM 2.0 description: Planning to Deploy MBAM 2.0 -ms.assetid: 2dc05fcd-aed9-4315-aeaf-92aaa9e0e955 author: jamiejdt +ms.assetid: 2dc05fcd-aed9-4315-aeaf-92aaa9e0e955 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning to Deploy MBAM 2.0 diff --git a/mdop/mbam-v2/planning-to-deploy-mbam-with-configuration-manager-2.md b/mdop/mbam-v2/planning-to-deploy-mbam-with-configuration-manager-2.md index e8d545f482..6a3213a699 100644 --- a/mdop/mbam-v2/planning-to-deploy-mbam-with-configuration-manager-2.md +++ b/mdop/mbam-v2/planning-to-deploy-mbam-with-configuration-manager-2.md @@ -1,10 +1,15 @@ --- title: Planning to Deploy MBAM with Configuration Manager description: Planning to Deploy MBAM with Configuration Manager -ms.assetid: fb768306-48c2-40b4-ac4e-c279db987391 author: jamiejdt +ms.assetid: fb768306-48c2-40b4-ac4e-c279db987391 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Planning to Deploy MBAM with Configuration Manager diff --git a/mdop/mbam-v2/preparing-your-environment-for-mbam-20-mbam-2.md b/mdop/mbam-v2/preparing-your-environment-for-mbam-20-mbam-2.md index 7efe44274c..52aa5a442f 100644 --- a/mdop/mbam-v2/preparing-your-environment-for-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/preparing-your-environment-for-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Preparing your Environment for MBAM 2.0 description: Preparing your Environment for MBAM 2.0 -ms.assetid: 5fb01da9-620e-4992-9e54-2ed3fb69e6af author: jamiejdt +ms.assetid: 5fb01da9-620e-4992-9e54-2ed3fb69e6af +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Preparing your Environment for MBAM 2.0 diff --git a/mdop/mbam-v2/release-notes-for-mbam-20-mbam-2.md b/mdop/mbam-v2/release-notes-for-mbam-20-mbam-2.md index a1c452f131..97763a1f99 100644 --- a/mdop/mbam-v2/release-notes-for-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/release-notes-for-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Release Notes for MBAM 2.0 description: Release Notes for MBAM 2.0 -ms.assetid: c3f16cf3-94f2-47ac-b3a4-3dc505c6a8dd author: jamiejdt +ms.assetid: c3f16cf3-94f2-47ac-b3a4-3dc505c6a8dd +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Release Notes for MBAM 2.0 diff --git a/mdop/mbam-v2/release-notes-for-mbam-20-sp1.md b/mdop/mbam-v2/release-notes-for-mbam-20-sp1.md index 64d8b5f909..efd62a6169 100644 --- a/mdop/mbam-v2/release-notes-for-mbam-20-sp1.md +++ b/mdop/mbam-v2/release-notes-for-mbam-20-sp1.md @@ -1,10 +1,15 @@ --- title: Release Notes for MBAM 2.0 SP1 description: Release Notes for MBAM 2.0 SP1 -ms.assetid: b39002ba-33c6-45ec-9d1b-464327b60f5c author: jamiejdt +ms.assetid: b39002ba-33c6-45ec-9d1b-464327b60f5c +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Release Notes for MBAM 2.0 SP1 diff --git a/mdop/mbam-v2/security-and-privacy-for-mbam-20-mbam-2.md b/mdop/mbam-v2/security-and-privacy-for-mbam-20-mbam-2.md index 8bda148ff8..6755797297 100644 --- a/mdop/mbam-v2/security-and-privacy-for-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/security-and-privacy-for-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Security and Privacy for MBAM 2.0 description: Security and Privacy for MBAM 2.0 -ms.assetid: 1b2859f8-2381-4ad7-8744-2caed88570ad author: jamiejdt +ms.assetid: 1b2859f8-2381-4ad7-8744-2caed88570ad +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Security and Privacy for MBAM 2.0 diff --git a/mdop/mbam-v2/troubleshooting-mbam-20-mbam-2.md b/mdop/mbam-v2/troubleshooting-mbam-20-mbam-2.md index 77a99450e6..33672448b9 100644 --- a/mdop/mbam-v2/troubleshooting-mbam-20-mbam-2.md +++ b/mdop/mbam-v2/troubleshooting-mbam-20-mbam-2.md @@ -1,10 +1,15 @@ --- title: Troubleshooting MBAM 2.0 description: Troubleshooting MBAM 2.0 -ms.assetid: 43933ec7-b5b8-49c5-813f-4c06aa7314ed author: jamiejdt +ms.assetid: 43933ec7-b5b8-49c5-813f-4c06aa7314ed +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Troubleshooting MBAM 2.0 diff --git a/mdop/mbam-v2/understanding-mbam-reports-in-configuration-manager.md b/mdop/mbam-v2/understanding-mbam-reports-in-configuration-manager.md index 8651d244ec..839b71d386 100644 --- a/mdop/mbam-v2/understanding-mbam-reports-in-configuration-manager.md +++ b/mdop/mbam-v2/understanding-mbam-reports-in-configuration-manager.md @@ -1,10 +1,15 @@ --- title: Understanding MBAM Reports in Configuration Manager description: Understanding MBAM Reports in Configuration Manager -ms.assetid: b2582190-c9de-4e64-bd5a-f31ac1916f53 author: jamiejdt +ms.assetid: b2582190-c9de-4e64-bd5a-f31ac1916f53 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Understanding MBAM Reports in Configuration Manager diff --git a/mdop/mbam-v2/understanding-mbam-reports-mbam-2.md b/mdop/mbam-v2/understanding-mbam-reports-mbam-2.md index 342721e3b8..8fa6cc6328 100644 --- a/mdop/mbam-v2/understanding-mbam-reports-mbam-2.md +++ b/mdop/mbam-v2/understanding-mbam-reports-mbam-2.md @@ -1,10 +1,15 @@ --- title: Understanding MBAM Reports description: Understanding MBAM Reports -ms.assetid: 8778f333-760e-4f26-acb4-4e73b6fbb536 author: jamiejdt +ms.assetid: 8778f333-760e-4f26-acb4-4e73b6fbb536 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Understanding MBAM Reports diff --git a/mdop/mbam-v2/upgrading-from-previous-versions-of-mbam.md b/mdop/mbam-v2/upgrading-from-previous-versions-of-mbam.md index 57a48f2394..2c30e0b7eb 100644 --- a/mdop/mbam-v2/upgrading-from-previous-versions-of-mbam.md +++ b/mdop/mbam-v2/upgrading-from-previous-versions-of-mbam.md @@ -1,10 +1,15 @@ --- title: Upgrading from Previous Versions of MBAM description: Upgrading from Previous Versions of MBAM -ms.assetid: 73b425cf-9cd9-4ebc-a35e-1b3bf18596ce author: jamiejdt +ms.assetid: 73b425cf-9cd9-4ebc-a35e-1b3bf18596ce +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Upgrading from Previous Versions of MBAM diff --git a/mdop/mbam-v2/using-mbam-with-configuration-manager.md b/mdop/mbam-v2/using-mbam-with-configuration-manager.md index 0b97e05178..2fcee0ace9 100644 --- a/mdop/mbam-v2/using-mbam-with-configuration-manager.md +++ b/mdop/mbam-v2/using-mbam-with-configuration-manager.md @@ -1,10 +1,15 @@ --- title: Using MBAM with Configuration Manager description: Using MBAM with Configuration Manager -ms.assetid: 03868717-4aa7-4897-8166-9a3df5e9519e author: jamiejdt +ms.assetid: 03868717-4aa7-4897-8166-9a3df5e9519e +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Using MBAM with Configuration Manager diff --git a/mdop/mbam-v2/using-your-pin-or-password.md b/mdop/mbam-v2/using-your-pin-or-password.md index b9fc2c8183..df19470ea7 100644 --- a/mdop/mbam-v2/using-your-pin-or-password.md +++ b/mdop/mbam-v2/using-your-pin-or-password.md @@ -1,10 +1,15 @@ --- title: Using Your PIN or Password description: Using Your PIN or Password -ms.assetid: 7fe2aef4-d3e0-49c8-877d-7fee13dc5b7b author: jamiejdt +ms.assetid: 7fe2aef4-d3e0-49c8-877d-7fee13dc5b7b +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w8 --- + # Using Your PIN or Password diff --git a/mdop/mbam-v25/about-mbam-25-sp1.md b/mdop/mbam-v25/about-mbam-25-sp1.md index f091af0b90..4f19a1527d 100644 --- a/mdop/mbam-v25/about-mbam-25-sp1.md +++ b/mdop/mbam-v25/about-mbam-25-sp1.md @@ -1,10 +1,15 @@ --- title: About MBAM 2.5 SP1 description: About MBAM 2.5 SP1 -ms.assetid: 6f12e605-44e6-4646-9c20-aee89c8ff0b7 author: jamiejdt +ms.assetid: 6f12e605-44e6-4646-9c20-aee89c8ff0b7 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # About MBAM 2.5 SP1 diff --git a/mdop/mbam-v25/about-mbam-25.md b/mdop/mbam-v25/about-mbam-25.md index e496c52a8c..b9d9a8e8d4 100644 --- a/mdop/mbam-v25/about-mbam-25.md +++ b/mdop/mbam-v25/about-mbam-25.md @@ -1,10 +1,15 @@ --- title: About MBAM 2.5 description: About MBAM 2.5 -ms.assetid: 1ce218ec-4d2e-4a75-8d1a-68d737a8f3c9 author: jamiejdt +ms.assetid: 1ce218ec-4d2e-4a75-8d1a-68d737a8f3c9 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # About MBAM 2.5 diff --git a/mdop/mbam-v25/accessibility-for-mbam-25.md b/mdop/mbam-v25/accessibility-for-mbam-25.md index fc1e271ec1..c9526f1eee 100644 --- a/mdop/mbam-v25/accessibility-for-mbam-25.md +++ b/mdop/mbam-v25/accessibility-for-mbam-25.md @@ -1,10 +1,15 @@ --- title: Accessibility for MBAM 2.5 description: Accessibility for MBAM 2.5 -ms.assetid: 03b343a6-9e8e-4868-a52b-cedf0b696d56 author: jamiejdt +ms.assetid: 03b343a6-9e8e-4868-a52b-cedf0b696d56 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Accessibility for MBAM 2.5 diff --git a/mdop/mbam-v25/administering-mbam-25-features.md b/mdop/mbam-v25/administering-mbam-25-features.md index 09aad42f92..a274396089 100644 --- a/mdop/mbam-v25/administering-mbam-25-features.md +++ b/mdop/mbam-v25/administering-mbam-25-features.md @@ -1,10 +1,15 @@ --- title: Administering MBAM 2.5 Features description: Administering MBAM 2.5 Features -ms.assetid: ca15f818-cf07-4437-8ffa-425af603a3c8 author: jamiejdt +ms.assetid: ca15f818-cf07-4437-8ffa-425af603a3c8 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Administering MBAM 2.5 Features diff --git a/mdop/mbam-v25/client-event-logs.md b/mdop/mbam-v25/client-event-logs.md index 2b3d635e33..bf29348809 100644 --- a/mdop/mbam-v25/client-event-logs.md +++ b/mdop/mbam-v25/client-event-logs.md @@ -1,10 +1,15 @@ --- title: Client Event Logs description: Client Event Logs -ms.assetid: d5c2f270-db6a-45f1-8557-8c6fb28fd568 author: jamiejdt +ms.assetid: d5c2f270-db6a-45f1-8557-8c6fb28fd568 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Client Event Logs diff --git a/mdop/mbam-v25/configuring-mbam-25-server-features-by-using-windows-powershell.md b/mdop/mbam-v25/configuring-mbam-25-server-features-by-using-windows-powershell.md index 10fa37d309..d50cde850a 100644 --- a/mdop/mbam-v25/configuring-mbam-25-server-features-by-using-windows-powershell.md +++ b/mdop/mbam-v25/configuring-mbam-25-server-features-by-using-windows-powershell.md @@ -1,10 +1,15 @@ --- title: Configuring MBAM 2.5 Server Features by Using Windows PowerShell description: Configuring MBAM 2.5 Server Features by Using Windows PowerShell -ms.assetid: 826429fd-29bb-44be-b47e-5f5c7d20dd1d author: jamiejdt +ms.assetid: 826429fd-29bb-44be-b47e-5f5c7d20dd1d +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configuring MBAM 2.5 Server Features by Using Windows PowerShell diff --git a/mdop/mbam-v25/configuring-the-mbam-25-server-features.md b/mdop/mbam-v25/configuring-the-mbam-25-server-features.md index 6cd226cd25..6eb9c4ac14 100644 --- a/mdop/mbam-v25/configuring-the-mbam-25-server-features.md +++ b/mdop/mbam-v25/configuring-the-mbam-25-server-features.md @@ -1,10 +1,15 @@ --- title: Configuring the MBAM 2.5 Server Features description: Configuring the MBAM 2.5 Server Features -ms.assetid: 894d1080-5f13-48f7-8fde-82f8d440a4ed author: jamiejdt +ms.assetid: 894d1080-5f13-48f7-8fde-82f8d440a4ed +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Configuring the MBAM 2.5 Server Features diff --git a/mdop/mbam-v25/copying-the-mbam-25-group-policy-templates.md b/mdop/mbam-v25/copying-the-mbam-25-group-policy-templates.md index a1a6fa2033..087b44ec4b 100644 --- a/mdop/mbam-v25/copying-the-mbam-25-group-policy-templates.md +++ b/mdop/mbam-v25/copying-the-mbam-25-group-policy-templates.md @@ -1,10 +1,15 @@ --- title: Copying the MBAM 2.5 Group Policy Templates description: Copying the MBAM 2.5 Group Policy Templates -ms.assetid: e526ecec-07ff-435e-bc90-3084b617b84b author: jamiejdt +ms.assetid: e526ecec-07ff-435e-bc90-3084b617b84b +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Copying the MBAM 2.5 Group Policy Templates diff --git a/mdop/mbam-v25/create-or-edit-the-sms-defmof-file-mbam-25.md b/mdop/mbam-v25/create-or-edit-the-sms-defmof-file-mbam-25.md index 104e174531..2a14ae58c1 100644 --- a/mdop/mbam-v25/create-or-edit-the-sms-defmof-file-mbam-25.md +++ b/mdop/mbam-v25/create-or-edit-the-sms-defmof-file-mbam-25.md @@ -1,10 +1,15 @@ --- title: Create or Edit the Sms\_def.mof File description: Create or Edit the Sms\_def.mof File -ms.assetid: 0bc5e7d8-9747-4da6-a1b3-38d8f27ba121 author: jamiejdt +ms.assetid: 0bc5e7d8-9747-4da6-a1b3-38d8f27ba121 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Create or Edit the Sms\_def.mof File diff --git a/mdop/mbam-v25/customizing-the-self-service-portal-for-your-organization.md b/mdop/mbam-v25/customizing-the-self-service-portal-for-your-organization.md index bcab387852..c1ee8b084d 100644 --- a/mdop/mbam-v25/customizing-the-self-service-portal-for-your-organization.md +++ b/mdop/mbam-v25/customizing-the-self-service-portal-for-your-organization.md @@ -1,10 +1,15 @@ --- title: Customizing the Self-Service Portal for Your Organization description: Customizing the Self-Service Portal for Your Organization -ms.assetid: f007e02b-e2df-47a9-9762-5909e230aa3f author: jamiejdt +ms.assetid: f007e02b-e2df-47a9-9762-5909e230aa3f +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Customizing the Self-Service Portal for Your Organization diff --git a/mdop/mbam-v25/deploying-mbam-25-group-policy-objects.md b/mdop/mbam-v25/deploying-mbam-25-group-policy-objects.md index b0e766d7aa..e720ee3f5e 100644 --- a/mdop/mbam-v25/deploying-mbam-25-group-policy-objects.md +++ b/mdop/mbam-v25/deploying-mbam-25-group-policy-objects.md @@ -1,10 +1,15 @@ --- title: Deploying MBAM 2.5 Group Policy Objects description: Deploying MBAM 2.5 Group Policy Objects -ms.assetid: 4b835054-6846-463d-af58-8ac4639a1188 author: jamiejdt +ms.assetid: 4b835054-6846-463d-af58-8ac4639a1188 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Deploying MBAM 2.5 Group Policy Objects diff --git a/mdop/mbam-v25/deploying-mbam-25.md b/mdop/mbam-v25/deploying-mbam-25.md index 72ab4d5b57..ad119ea0bc 100644 --- a/mdop/mbam-v25/deploying-mbam-25.md +++ b/mdop/mbam-v25/deploying-mbam-25.md @@ -1,10 +1,15 @@ --- title: Deploying MBAM 2.5 description: Deploying MBAM 2.5 -ms.assetid: 45403607-1f4d-42fe-8413-0d4da01808a6 author: jamiejdt +ms.assetid: 45403607-1f4d-42fe-8413-0d4da01808a6 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Deploying MBAM 2.5 diff --git a/mdop/mbam-v25/deploying-the-mbam-25-client.md b/mdop/mbam-v25/deploying-the-mbam-25-client.md index c9a0887426..d4440b55a8 100644 --- a/mdop/mbam-v25/deploying-the-mbam-25-client.md +++ b/mdop/mbam-v25/deploying-the-mbam-25-client.md @@ -1,10 +1,15 @@ --- title: Deploying the MBAM 2.5 Client description: Deploying the MBAM 2.5 Client -ms.assetid: 0a96a0ee-f280-49d9-a244-88f4147fe9fd author: jamiejdt +ms.assetid: 0a96a0ee-f280-49d9-a244-88f4147fe9fd +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Deploying the MBAM 2.5 Client diff --git a/mdop/mbam-v25/deploying-the-mbam-25-server-infrastructure.md b/mdop/mbam-v25/deploying-the-mbam-25-server-infrastructure.md index ed97c42460..43cd7bfba2 100644 --- a/mdop/mbam-v25/deploying-the-mbam-25-server-infrastructure.md +++ b/mdop/mbam-v25/deploying-the-mbam-25-server-infrastructure.md @@ -1,10 +1,15 @@ --- title: Deploying the MBAM 2.5 Server Infrastructure description: Deploying the MBAM 2.5 Server Infrastructure -ms.assetid: e85a60cf-4cc1-4906-8da3-442232c374af author: jamiejdt +ms.assetid: e85a60cf-4cc1-4906-8da3-442232c374af +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Deploying the MBAM 2.5 Server Infrastructure diff --git a/mdop/mbam-v25/determining-why-a-device-receives-a-noncompliance-message.md b/mdop/mbam-v25/determining-why-a-device-receives-a-noncompliance-message.md index a5bbbf2c72..ed35926a8b 100644 --- a/mdop/mbam-v25/determining-why-a-device-receives-a-noncompliance-message.md +++ b/mdop/mbam-v25/determining-why-a-device-receives-a-noncompliance-message.md @@ -1,10 +1,15 @@ --- title: Determining why a Device Receives a Noncompliance Message description: Determining why a Device Receives a Noncompliance Message -ms.assetid: 793df330-a0ee-4759-b53a-95618ac74428 author: jamiejdt +ms.assetid: 793df330-a0ee-4759-b53a-95618ac74428 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Determining why a Device Receives a Noncompliance Message diff --git a/mdop/mbam-v25/edit-the-configurationmof-file-mbam-25.md b/mdop/mbam-v25/edit-the-configurationmof-file-mbam-25.md index b920db9b8e..0a1f736357 100644 --- a/mdop/mbam-v25/edit-the-configurationmof-file-mbam-25.md +++ b/mdop/mbam-v25/edit-the-configurationmof-file-mbam-25.md @@ -1,10 +1,15 @@ --- title: Edit the Configuration.mof File description: Edit the Configuration.mof File -ms.assetid: 5d8cd76b-8ffc-4d46-b761-1b8350310c48 author: jamiejdt +ms.assetid: 5d8cd76b-8ffc-4d46-b761-1b8350310c48 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Edit the Configuration.mof File diff --git a/mdop/mbam-v25/editing-the-mbam-25-group-policy-settings.md b/mdop/mbam-v25/editing-the-mbam-25-group-policy-settings.md index 3401897915..2452c90800 100644 --- a/mdop/mbam-v25/editing-the-mbam-25-group-policy-settings.md +++ b/mdop/mbam-v25/editing-the-mbam-25-group-policy-settings.md @@ -1,10 +1,15 @@ --- title: Editing the MBAM 2.5 Group Policy Settings description: Editing the MBAM 2.5 Group Policy Settings -ms.assetid: a50b6b0c-6818-4419-8447-d0520a533dba author: jamiejdt +ms.assetid: a50b6b0c-6818-4419-8447-d0520a533dba +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Editing the MBAM 2.5 Group Policy Settings diff --git a/mdop/mbam-v25/evaluating-mbam-25-in-a-test-environment.md b/mdop/mbam-v25/evaluating-mbam-25-in-a-test-environment.md index df42ca14dc..98dd88120d 100644 --- a/mdop/mbam-v25/evaluating-mbam-25-in-a-test-environment.md +++ b/mdop/mbam-v25/evaluating-mbam-25-in-a-test-environment.md @@ -1,10 +1,15 @@ --- title: Evaluating MBAM 2.5 in a Test Environment description: Evaluating MBAM 2.5 in a Test Environment -ms.assetid: 72959b7a-e55f-4797-91b3-5be23c8c2844 author: jamiejdt +ms.assetid: 72959b7a-e55f-4797-91b3-5be23c8c2844 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Evaluating MBAM 2.5 in a Test Environment diff --git a/mdop/mbam-v25/generating-mbam-25-stand-alone-reports.md b/mdop/mbam-v25/generating-mbam-25-stand-alone-reports.md index 6cf8116b4b..7d9df908fd 100644 --- a/mdop/mbam-v25/generating-mbam-25-stand-alone-reports.md +++ b/mdop/mbam-v25/generating-mbam-25-stand-alone-reports.md @@ -1,10 +1,15 @@ --- title: Generating MBAM 2.5 Stand-alone Reports description: Generating MBAM 2.5 Stand-alone Reports -ms.assetid: 0ec623ff-5155-4906-aef2-20cdc0f84667 author: jamiejdt +ms.assetid: 0ec623ff-5155-4906-aef2-20cdc0f84667 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Generating MBAM 2.5 Stand-alone Reports diff --git a/mdop/mbam-v25/getting-started-with-mbam-25.md b/mdop/mbam-v25/getting-started-with-mbam-25.md index a4b7123a4d..ce79fb2767 100644 --- a/mdop/mbam-v25/getting-started-with-mbam-25.md +++ b/mdop/mbam-v25/getting-started-with-mbam-25.md @@ -1,10 +1,15 @@ --- title: Getting Started with MBAM 2.5 description: Getting Started with MBAM 2.5 -ms.assetid: 23d0cfbb-e2ef-4c34-bf29-1b7ab4c48f00 author: jamiejdt +ms.assetid: 23d0cfbb-e2ef-4c34-bf29-1b7ab4c48f00 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Getting Started with MBAM 2.5 diff --git a/mdop/mbam-v25/hiding-the-default-bitlocker-drive-encryption-item-in-control-panel-mbam-25.md b/mdop/mbam-v25/hiding-the-default-bitlocker-drive-encryption-item-in-control-panel-mbam-25.md index 1af2a74f9c..bef62d1df2 100644 --- a/mdop/mbam-v25/hiding-the-default-bitlocker-drive-encryption-item-in-control-panel-mbam-25.md +++ b/mdop/mbam-v25/hiding-the-default-bitlocker-drive-encryption-item-in-control-panel-mbam-25.md @@ -1,10 +1,15 @@ --- title: Hiding the Default BitLocker Drive Encryption Item in Control Panel description: Hiding the Default BitLocker Drive Encryption Item in Control Panel -ms.assetid: 6e2a9a02-a809-43a1-80a3-1b03c7192c89 author: jamiejdt +ms.assetid: 6e2a9a02-a809-43a1-80a3-1b03c7192c89 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Hiding the Default BitLocker Drive Encryption Item in Control Panel diff --git a/mdop/mbam-v25/high-level-architecture-for-mbam-25.md b/mdop/mbam-v25/high-level-architecture-for-mbam-25.md index b60afa9ea5..464dcd1781 100644 --- a/mdop/mbam-v25/high-level-architecture-for-mbam-25.md +++ b/mdop/mbam-v25/high-level-architecture-for-mbam-25.md @@ -1,10 +1,15 @@ --- title: High-Level Architecture for MBAM 2.5 description: High-Level Architecture for MBAM 2.5 -ms.assetid: b42af25c-961b-4a6a-92d2-916a373eb68b author: jamiejdt +ms.assetid: b42af25c-961b-4a6a-92d2-916a373eb68b +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # High-Level Architecture for MBAM 2.5 diff --git a/mdop/mbam-v25/high-level-architecture-of-mbam-25-with-configuration-manager-integration-topology.md b/mdop/mbam-v25/high-level-architecture-of-mbam-25-with-configuration-manager-integration-topology.md index 5b5c6236a1..6a47917431 100644 --- a/mdop/mbam-v25/high-level-architecture-of-mbam-25-with-configuration-manager-integration-topology.md +++ b/mdop/mbam-v25/high-level-architecture-of-mbam-25-with-configuration-manager-integration-topology.md @@ -1,10 +1,15 @@ --- title: High-Level Architecture of MBAM 2.5 with Configuration Manager Integration Topology description: High-Level Architecture of MBAM 2.5 with Configuration Manager Integration Topology -ms.assetid: 075bafa1-792b-4c24-9d8e-5d3153e2112c author: jamiejdt +ms.assetid: 075bafa1-792b-4c24-9d8e-5d3153e2112c +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # High-Level Architecture of MBAM 2.5 with Configuration Manager Integration Topology diff --git a/mdop/mbam-v25/high-level-architecture-of-mbam-25-with-stand-alone-topology.md b/mdop/mbam-v25/high-level-architecture-of-mbam-25-with-stand-alone-topology.md index fca087cd72..6cced98084 100644 --- a/mdop/mbam-v25/high-level-architecture-of-mbam-25-with-stand-alone-topology.md +++ b/mdop/mbam-v25/high-level-architecture-of-mbam-25-with-stand-alone-topology.md @@ -1,10 +1,15 @@ --- title: High-Level Architecture of MBAM 2.5 with Stand-alone Topology description: High-Level Architecture of MBAM 2.5 with Stand-alone Topology -ms.assetid: 35f8c5f6-8be3-443d-baf0-56d68b08f3bc author: jamiejdt +ms.assetid: 35f8c5f6-8be3-443d-baf0-56d68b08f3bc +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # High-Level Architecture of MBAM 2.5 with Stand-alone Topology diff --git a/mdop/mbam-v25/how-to-configure-the-mbam-25-databases.md b/mdop/mbam-v25/how-to-configure-the-mbam-25-databases.md index 36cc25611d..00e264fcb4 100644 --- a/mdop/mbam-v25/how-to-configure-the-mbam-25-databases.md +++ b/mdop/mbam-v25/how-to-configure-the-mbam-25-databases.md @@ -1,10 +1,15 @@ --- title: How to Configure the MBAM 2.5 Databases description: How to Configure the MBAM 2.5 Databases -ms.assetid: 66e1c81b-f785-4398-9175-bb5f112c2a35 author: jamiejdt +ms.assetid: 66e1c81b-f785-4398-9175-bb5f112c2a35 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Configure the MBAM 2.5 Databases diff --git a/mdop/mbam-v25/how-to-configure-the-mbam-25-reports.md b/mdop/mbam-v25/how-to-configure-the-mbam-25-reports.md index 875667bff9..8477cd3c0b 100644 --- a/mdop/mbam-v25/how-to-configure-the-mbam-25-reports.md +++ b/mdop/mbam-v25/how-to-configure-the-mbam-25-reports.md @@ -1,10 +1,15 @@ --- title: How to Configure the MBAM 2.5 Reports description: How to Configure the MBAM 2.5 Reports -ms.assetid: ec462879-0253-4d9c-83c7-a9bcad479725 author: jamiejdt +ms.assetid: ec462879-0253-4d9c-83c7-a9bcad479725 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Configure the MBAM 2.5 Reports diff --git a/mdop/mbam-v25/how-to-configure-the-mbam-25-system-center-configuration-manager-integration.md b/mdop/mbam-v25/how-to-configure-the-mbam-25-system-center-configuration-manager-integration.md index 77a4886a6a..275c94e040 100644 --- a/mdop/mbam-v25/how-to-configure-the-mbam-25-system-center-configuration-manager-integration.md +++ b/mdop/mbam-v25/how-to-configure-the-mbam-25-system-center-configuration-manager-integration.md @@ -1,10 +1,15 @@ --- title: How to Configure the MBAM 2.5 System Center Configuration Manager Integration description: How to Configure the MBAM 2.5 System Center Configuration Manager Integration -ms.assetid: 2b8a4c13-1dad-41e8-89ac-6889c5f7e051 author: jamiejdt +ms.assetid: 2b8a4c13-1dad-41e8-89ac-6889c5f7e051 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Configure the MBAM 2.5 System Center Configuration Manager Integration diff --git a/mdop/mbam-v25/how-to-configure-the-mbam-25-web-applications.md b/mdop/mbam-v25/how-to-configure-the-mbam-25-web-applications.md index b6af394a92..c2d6976e4f 100644 --- a/mdop/mbam-v25/how-to-configure-the-mbam-25-web-applications.md +++ b/mdop/mbam-v25/how-to-configure-the-mbam-25-web-applications.md @@ -1,10 +1,15 @@ --- title: How to Configure the MBAM 2.5 Web Applications description: How to Configure the MBAM 2.5 Web Applications -ms.assetid: 909bf2d3-028c-4ac1-9247-171532a1eeae author: jamiejdt +ms.assetid: 909bf2d3-028c-4ac1-9247-171532a1eeae +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Configure the MBAM 2.5 Web Applications diff --git a/mdop/mbam-v25/how-to-configure-the-self-service-portal-when-client-computers-cannot-access-the-microsoft-content-delivery-network.md b/mdop/mbam-v25/how-to-configure-the-self-service-portal-when-client-computers-cannot-access-the-microsoft-content-delivery-network.md index 954004ae85..11443abd41 100644 --- a/mdop/mbam-v25/how-to-configure-the-self-service-portal-when-client-computers-cannot-access-the-microsoft-content-delivery-network.md +++ b/mdop/mbam-v25/how-to-configure-the-self-service-portal-when-client-computers-cannot-access-the-microsoft-content-delivery-network.md @@ -1,10 +1,15 @@ --- title: How to Configure the Self-Service Portal When Client Computers Cannot Access the Microsoft Content Delivery Network description: How to Configure the Self-Service Portal When Client Computers Cannot Access the Microsoft Content Delivery Network -ms.assetid: 90ee76db-9876-41b5-994a-118556d5ed3b author: jamiejdt +ms.assetid: 90ee76db-9876-41b5-994a-118556d5ed3b +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Configure the Self-Service Portal When Client Computers Cannot Access the Microsoft Content Delivery Network diff --git a/mdop/mbam-v25/how-to-deploy-the-mbam-client-by-using-a-command-line.md b/mdop/mbam-v25/how-to-deploy-the-mbam-client-by-using-a-command-line.md index 040a2193c2..1e25884730 100644 --- a/mdop/mbam-v25/how-to-deploy-the-mbam-client-by-using-a-command-line.md +++ b/mdop/mbam-v25/how-to-deploy-the-mbam-client-by-using-a-command-line.md @@ -1,10 +1,15 @@ --- title: How to Deploy the MBAM Client by Using a Command Line description: How to Deploy the MBAM Client by Using a Command Line -ms.assetid: ac1d4ffe-c26d-41c9-9737-a4f2b37fde24 author: jamiejdt +ms.assetid: ac1d4ffe-c26d-41c9-9737-a4f2b37fde24 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the MBAM Client by Using a Command Line diff --git a/mdop/mbam-v25/how-to-deploy-the-mbam-client-to-desktop-or-laptop-computers-mbam-25.md b/mdop/mbam-v25/how-to-deploy-the-mbam-client-to-desktop-or-laptop-computers-mbam-25.md index 5c1246eda5..81efa83f95 100644 --- a/mdop/mbam-v25/how-to-deploy-the-mbam-client-to-desktop-or-laptop-computers-mbam-25.md +++ b/mdop/mbam-v25/how-to-deploy-the-mbam-client-to-desktop-or-laptop-computers-mbam-25.md @@ -1,10 +1,15 @@ --- title: How to Deploy the MBAM Client to Desktop or Laptop Computers description: How to Deploy the MBAM Client to Desktop or Laptop Computers -ms.assetid: 3a7639e0-468e-4496-8be2-ed29b8e07c53 author: jamiejdt +ms.assetid: 3a7639e0-468e-4496-8be2-ed29b8e07c53 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Deploy the MBAM Client to Desktop or Laptop Computers diff --git a/mdop/mbam-v25/how-to-determine-bitlocker-encryption-state-of-lost-computers-mbam-25.md b/mdop/mbam-v25/how-to-determine-bitlocker-encryption-state-of-lost-computers-mbam-25.md index 718d3386e4..f0a65e424e 100644 --- a/mdop/mbam-v25/how-to-determine-bitlocker-encryption-state-of-lost-computers-mbam-25.md +++ b/mdop/mbam-v25/how-to-determine-bitlocker-encryption-state-of-lost-computers-mbam-25.md @@ -1,10 +1,15 @@ --- title: How to Determine BitLocker Encryption State of Lost Computers description: How to Determine BitLocker Encryption State of Lost Computers -ms.assetid: 4f4bec1b-df3e-40ee-b431-291440268d64 author: jamiejdt +ms.assetid: 4f4bec1b-df3e-40ee-b431-291440268d64 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Determine BitLocker Encryption State of Lost Computers diff --git a/mdop/mbam-v25/how-to-enable-bitlocker-by-using-mbam-as-part-of-a-windows-deploymentmbam-25.md b/mdop/mbam-v25/how-to-enable-bitlocker-by-using-mbam-as-part-of-a-windows-deploymentmbam-25.md index b9d94fab8e..d95b1e0364 100644 --- a/mdop/mbam-v25/how-to-enable-bitlocker-by-using-mbam-as-part-of-a-windows-deploymentmbam-25.md +++ b/mdop/mbam-v25/how-to-enable-bitlocker-by-using-mbam-as-part-of-a-windows-deploymentmbam-25.md @@ -1,10 +1,15 @@ --- title: How to Enable BitLocker by Using MBAM as Part of a Windows Deployment description: How to Enable BitLocker by Using MBAM as Part of a Windows Deployment -ms.assetid: 7609ad7a-bb06-47be-b186-0a2db787c8a5 author: jamiejdt +ms.assetid: 7609ad7a-bb06-47be-b186-0a2db787c8a5 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Enable BitLocker by Using MBAM as Part of a Windows Deployment @@ -315,3 +320,4 @@ Here are a list of common error messages: [Deploying the MBAM 2.5 Client](deploying-the-mbam-25-client.md) [Planning for MBAM 2.5 Client Deployment](planning-for-mbam-25-client-deployment.md) + diff --git a/mdop/mbam-v25/how-to-localize-the-helpdesktext-statement-that-points-users-to-more-self-service-portal-information.md b/mdop/mbam-v25/how-to-localize-the-helpdesktext-statement-that-points-users-to-more-self-service-portal-information.md index 2102ba5d71..47933f4215 100644 --- a/mdop/mbam-v25/how-to-localize-the-helpdesktext-statement-that-points-users-to-more-self-service-portal-information.md +++ b/mdop/mbam-v25/how-to-localize-the-helpdesktext-statement-that-points-users-to-more-self-service-portal-information.md @@ -1,10 +1,15 @@ --- title: How to Localize the “HelpdeskText” Statement that Points Users to More Self-Service Portal Information description: How to Localize the “HelpdeskText” Statement that Points Users to More Self-Service Portal Information -ms.assetid: 09ba2a07-3186-45d9-adef-4034c70ae7cf author: jamiejdt +ms.assetid: 09ba2a07-3186-45d9-adef-4034c70ae7cf +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Localize the “HelpdeskText” Statement that Points Users to More Self-Service Portal Information diff --git a/mdop/mbam-v25/how-to-localize-the-self-service-portal-helpdeskurl.md b/mdop/mbam-v25/how-to-localize-the-self-service-portal-helpdeskurl.md index 825bf358b8..2c6f87f506 100644 --- a/mdop/mbam-v25/how-to-localize-the-self-service-portal-helpdeskurl.md +++ b/mdop/mbam-v25/how-to-localize-the-self-service-portal-helpdeskurl.md @@ -1,10 +1,15 @@ --- title: How to Localize the Self-Service Portal “HelpdeskURL” description: How to Localize the Self-Service Portal “HelpdeskURL” -ms.assetid: 86798460-077b-459b-8d54-4b605e07d2f1 author: jamiejdt +ms.assetid: 86798460-077b-459b-8d54-4b605e07d2f1 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Localize the Self-Service Portal “HelpdeskURL” diff --git a/mdop/mbam-v25/how-to-localize-the-self-service-portal-notice-text.md b/mdop/mbam-v25/how-to-localize-the-self-service-portal-notice-text.md index 5ef923a69e..a718bcc0c5 100644 --- a/mdop/mbam-v25/how-to-localize-the-self-service-portal-notice-text.md +++ b/mdop/mbam-v25/how-to-localize-the-self-service-portal-notice-text.md @@ -1,10 +1,15 @@ --- title: How to Localize the Self-Service Portal Notice Text description: How to Localize the Self-Service Portal Notice Text -ms.assetid: a4c878b7-e5c8-45af-a537-761bb2991659 author: jamiejdt +ms.assetid: a4c878b7-e5c8-45af-a537-761bb2991659 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Localize the Self-Service Portal Notice Text diff --git a/mdop/mbam-v25/how-to-manage-user-bitlocker-encryption-exemptions-mbam-25.md b/mdop/mbam-v25/how-to-manage-user-bitlocker-encryption-exemptions-mbam-25.md index dff9bc574c..f31c7f359f 100644 --- a/mdop/mbam-v25/how-to-manage-user-bitlocker-encryption-exemptions-mbam-25.md +++ b/mdop/mbam-v25/how-to-manage-user-bitlocker-encryption-exemptions-mbam-25.md @@ -1,10 +1,15 @@ --- title: How to Manage User BitLocker Encryption Exemptions description: How to Manage User BitLocker Encryption Exemptions -ms.assetid: f582ab82-5bb5-4cd3-ad7c-483240533cf9 author: jamiejdt +ms.assetid: f582ab82-5bb5-4cd3-ad7c-483240533cf9 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Manage User BitLocker Encryption Exemptions diff --git a/mdop/mbam-v25/how-to-move-the-mbam-25-databases.md b/mdop/mbam-v25/how-to-move-the-mbam-25-databases.md index c35573814e..89f278d00d 100644 --- a/mdop/mbam-v25/how-to-move-the-mbam-25-databases.md +++ b/mdop/mbam-v25/how-to-move-the-mbam-25-databases.md @@ -1,10 +1,15 @@ --- title: How to Move the MBAM 2.5 Databases description: How to Move the MBAM 2.5 Databases -ms.assetid: 34b46f2d-0add-4377-8e4e-04b628fdfcf1 author: jamiejdt +ms.assetid: 34b46f2d-0add-4377-8e4e-04b628fdfcf1 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Move the MBAM 2.5 Databases diff --git a/mdop/mbam-v25/how-to-move-the-mbam-25-reports.md b/mdop/mbam-v25/how-to-move-the-mbam-25-reports.md index 7dc3aa3399..48833587ee 100644 --- a/mdop/mbam-v25/how-to-move-the-mbam-25-reports.md +++ b/mdop/mbam-v25/how-to-move-the-mbam-25-reports.md @@ -1,10 +1,15 @@ --- title: How to Move the MBAM 2.5 Reports description: How to Move the MBAM 2.5 Reports -ms.assetid: c8223656-ca9d-41c8-94a3-64d07a6b99e9 author: jamiejdt +ms.assetid: c8223656-ca9d-41c8-94a3-64d07a6b99e9 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Move the MBAM 2.5 Reports diff --git a/mdop/mbam-v25/how-to-move-the-mbam-25-websites.md b/mdop/mbam-v25/how-to-move-the-mbam-25-websites.md index 7aa95f1af6..7f054d87fc 100644 --- a/mdop/mbam-v25/how-to-move-the-mbam-25-websites.md +++ b/mdop/mbam-v25/how-to-move-the-mbam-25-websites.md @@ -1,10 +1,15 @@ --- title: How to Move the MBAM 2.5 Websites description: How to Move the MBAM 2.5 Websites -ms.assetid: 71af9a54-c27b-408f-9d75-37c0d02e730e author: jamiejdt +ms.assetid: 71af9a54-c27b-408f-9d75-37c0d02e730e +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Move the MBAM 2.5 Websites diff --git a/mdop/mbam-v25/how-to-recover-a-corrupted-drive-mbam-25.md b/mdop/mbam-v25/how-to-recover-a-corrupted-drive-mbam-25.md index 0faea71c77..a648d9fe0c 100644 --- a/mdop/mbam-v25/how-to-recover-a-corrupted-drive-mbam-25.md +++ b/mdop/mbam-v25/how-to-recover-a-corrupted-drive-mbam-25.md @@ -1,10 +1,15 @@ --- title: How to Recover a Corrupted Drive description: How to Recover a Corrupted Drive -ms.assetid: fa5b846b-dda6-4ae4-bf6c-39e4f1d8aa00 author: jamiejdt +ms.assetid: fa5b846b-dda6-4ae4-bf6c-39e4f1d8aa00 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Recover a Corrupted Drive diff --git a/mdop/mbam-v25/how-to-recover-a-drive-in-recovery-mode-mbam-25.md b/mdop/mbam-v25/how-to-recover-a-drive-in-recovery-mode-mbam-25.md index d41eb74df6..10b4f54269 100644 --- a/mdop/mbam-v25/how-to-recover-a-drive-in-recovery-mode-mbam-25.md +++ b/mdop/mbam-v25/how-to-recover-a-drive-in-recovery-mode-mbam-25.md @@ -1,10 +1,15 @@ --- title: How to Recover a Drive in Recovery Mode description: How to Recover a Drive in Recovery Mode -ms.assetid: e126eaf8-9ae7-40fe-a28e-dbd78d26859e author: jamiejdt +ms.assetid: e126eaf8-9ae7-40fe-a28e-dbd78d26859e +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Recover a Drive in Recovery Mode diff --git a/mdop/mbam-v25/how-to-recover-a-moved-drive-mbam-25.md b/mdop/mbam-v25/how-to-recover-a-moved-drive-mbam-25.md index ec3b5b5c7f..ceb184dd8f 100644 --- a/mdop/mbam-v25/how-to-recover-a-moved-drive-mbam-25.md +++ b/mdop/mbam-v25/how-to-recover-a-moved-drive-mbam-25.md @@ -1,10 +1,15 @@ --- title: How to Recover a Moved Drive description: How to Recover a Moved Drive -ms.assetid: 0d38ce7e-bc64-473e-ae85-99b7099ca758 author: jamiejdt +ms.assetid: 0d38ce7e-bc64-473e-ae85-99b7099ca758 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Recover a Moved Drive diff --git a/mdop/mbam-v25/how-to-reset-a-tpm-lockout-mbam-25.md b/mdop/mbam-v25/how-to-reset-a-tpm-lockout-mbam-25.md index ce753334a3..dbd40e2438 100644 --- a/mdop/mbam-v25/how-to-reset-a-tpm-lockout-mbam-25.md +++ b/mdop/mbam-v25/how-to-reset-a-tpm-lockout-mbam-25.md @@ -1,10 +1,15 @@ --- title: How to Reset a TPM Lockout description: How to Reset a TPM Lockout -ms.assetid: dd20a728-c52e-48e6-9f6c-1311c71dee74 author: jamiejdt +ms.assetid: dd20a728-c52e-48e6-9f6c-1311c71dee74 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Reset a TPM Lockout diff --git a/mdop/mbam-v25/how-to-set-the-self-service-portal-branding-and-session-time-out.md b/mdop/mbam-v25/how-to-set-the-self-service-portal-branding-and-session-time-out.md index 8c4db1a3bc..e263f0a487 100644 --- a/mdop/mbam-v25/how-to-set-the-self-service-portal-branding-and-session-time-out.md +++ b/mdop/mbam-v25/how-to-set-the-self-service-portal-branding-and-session-time-out.md @@ -1,10 +1,15 @@ --- title: How to Set the Self-Service Portal Branding and Session Time-out description: How to Set the Self-Service Portal Branding and Session Time-out -ms.assetid: 031eedfc-fade-4d2f-8771-b329e1d38c0d author: jamiejdt +ms.assetid: 031eedfc-fade-4d2f-8771-b329e1d38c0d +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Set the Self-Service Portal Branding and Session Time-out diff --git a/mdop/mbam-v25/how-to-turn-the-self-service-portal-notice-text-on-or-off.md b/mdop/mbam-v25/how-to-turn-the-self-service-portal-notice-text-on-or-off.md index da5ee5200c..65b0901c68 100644 --- a/mdop/mbam-v25/how-to-turn-the-self-service-portal-notice-text-on-or-off.md +++ b/mdop/mbam-v25/how-to-turn-the-self-service-portal-notice-text-on-or-off.md @@ -1,10 +1,15 @@ --- title: How to Turn the Self-Service Portal Notice Text On or Off description: How to Turn the Self-Service Portal Notice Text On or Off -ms.assetid: e786685b-ffdb-4557-ae71-e79528097264 author: jamiejdt +ms.assetid: e786685b-ffdb-4557-ae71-e79528097264 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Turn the Self-Service Portal Notice Text On or Off diff --git a/mdop/mbam-v25/how-to-use-the-administration-and-monitoring-website.md b/mdop/mbam-v25/how-to-use-the-administration-and-monitoring-website.md index c5c8982ad0..c6a36d085a 100644 --- a/mdop/mbam-v25/how-to-use-the-administration-and-monitoring-website.md +++ b/mdop/mbam-v25/how-to-use-the-administration-and-monitoring-website.md @@ -1,10 +1,15 @@ --- title: How to Use the Administration and Monitoring Website description: How to Use the Administration and Monitoring Website -ms.assetid: bb96a4e8-d4f4-4e6f-b7db-82d96998bfa6 author: jamiejdt +ms.assetid: bb96a4e8-d4f4-4e6f-b7db-82d96998bfa6 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Use the Administration and Monitoring Website diff --git a/mdop/mbam-v25/how-to-use-the-self-service-portal-to-regain-access-to-a-computer-mbam-25.md b/mdop/mbam-v25/how-to-use-the-self-service-portal-to-regain-access-to-a-computer-mbam-25.md index ccaddb06f2..c4dd7479b1 100644 --- a/mdop/mbam-v25/how-to-use-the-self-service-portal-to-regain-access-to-a-computer-mbam-25.md +++ b/mdop/mbam-v25/how-to-use-the-self-service-portal-to-regain-access-to-a-computer-mbam-25.md @@ -1,10 +1,15 @@ --- title: How to Use the Self-Service Portal to Regain Access to a Computer description: How to Use the Self-Service Portal to Regain Access to a Computer -ms.assetid: 3c24b13a-d1b1-4763-8ac0-0b2db46267e3 author: jamiejdt +ms.assetid: 3c24b13a-d1b1-4763-8ac0-0b2db46267e3 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # How to Use the Self-Service Portal to Regain Access to a Computer diff --git a/mdop/mbam-v25/illustrated-features-of-an-mbam-25-deployment.md b/mdop/mbam-v25/illustrated-features-of-an-mbam-25-deployment.md index 7afdce2f26..2067ae1210 100644 --- a/mdop/mbam-v25/illustrated-features-of-an-mbam-25-deployment.md +++ b/mdop/mbam-v25/illustrated-features-of-an-mbam-25-deployment.md @@ -1,10 +1,15 @@ --- title: Illustrated Features of an MBAM 2.5 Deployment description: Illustrated Features of an MBAM 2.5 Deployment -ms.assetid: 7b5eff42-af8c-4bd0-a20a-18cc2e779f01 author: jamiejdt +ms.assetid: 7b5eff42-af8c-4bd0-a20a-18cc2e779f01 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Illustrated Features of an MBAM 2.5 Deployment diff --git a/mdop/mbam-v25/index.md b/mdop/mbam-v25/index.md index 4f8afadc7a..897bb62a41 100644 --- a/mdop/mbam-v25/index.md +++ b/mdop/mbam-v25/index.md @@ -1,10 +1,15 @@ --- title: Microsoft BitLocker Administration and Monitoring 2.5 description: Microsoft BitLocker Administration and Monitoring 2.5 -ms.assetid: fd81d7de-b166-47e8-b6c7-d984830762b6 author: jamiejdt +ms.assetid: fd81d7de-b166-47e8-b6c7-d984830762b6 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Microsoft BitLocker Administration and Monitoring 2.5 diff --git a/mdop/mbam-v25/installing-the-mbam-25-server-software.md b/mdop/mbam-v25/installing-the-mbam-25-server-software.md index e8323a9d37..3b7efe3a5d 100644 --- a/mdop/mbam-v25/installing-the-mbam-25-server-software.md +++ b/mdop/mbam-v25/installing-the-mbam-25-server-software.md @@ -1,10 +1,15 @@ --- title: Installing the MBAM 2.5 Server Software description: Installing the MBAM 2.5 Server Software -ms.assetid: b9dbe697-5400-4bac-acfb-ee6dc6586c30 author: jamiejdt +ms.assetid: b9dbe697-5400-4bac-acfb-ee6dc6586c30 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Installing the MBAM 2.5 Server Software diff --git a/mdop/mbam-v25/maintaining-mbam-25.md b/mdop/mbam-v25/maintaining-mbam-25.md index e4973733a6..d7b98240b3 100644 --- a/mdop/mbam-v25/maintaining-mbam-25.md +++ b/mdop/mbam-v25/maintaining-mbam-25.md @@ -1,10 +1,15 @@ --- title: Maintaining MBAM 2.5 description: Maintaining MBAM 2.5 -ms.assetid: 44d398a0-2ca0-4d47-943c-322345409b59 author: jamiejdt +ms.assetid: 44d398a0-2ca0-4d47-943c-322345409b59 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Maintaining MBAM 2.5 diff --git a/mdop/mbam-v25/mbam-25-deployment-checklist.md b/mdop/mbam-v25/mbam-25-deployment-checklist.md index 0789af0a97..c38d9d0ddd 100644 --- a/mdop/mbam-v25/mbam-25-deployment-checklist.md +++ b/mdop/mbam-v25/mbam-25-deployment-checklist.md @@ -1,10 +1,15 @@ --- title: MBAM 2.5 Deployment Checklist description: MBAM 2.5 Deployment Checklist -ms.assetid: 2ba7de17-e3a4-4798-99e0-cd1dc28c5b76 author: jamiejdt +ms.assetid: 2ba7de17-e3a4-4798-99e0-cd1dc28c5b76 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # MBAM 2.5 Deployment Checklist diff --git a/mdop/mbam-v25/mbam-25-deployment-prerequisites.md b/mdop/mbam-v25/mbam-25-deployment-prerequisites.md index 8d9ba3726e..4dbe4365db 100644 --- a/mdop/mbam-v25/mbam-25-deployment-prerequisites.md +++ b/mdop/mbam-v25/mbam-25-deployment-prerequisites.md @@ -1,10 +1,15 @@ --- title: MBAM 2.5 Deployment Prerequisites description: MBAM 2.5 Deployment Prerequisites -ms.assetid: a7b02d01-d182-4031-b373-0271177af14e author: jamiejdt +ms.assetid: a7b02d01-d182-4031-b373-0271177af14e +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # MBAM 2.5 Deployment Prerequisites diff --git a/mdop/mbam-v25/mbam-25-planning-checklist.md b/mdop/mbam-v25/mbam-25-planning-checklist.md index a3c8a4774a..cde42e845b 100644 --- a/mdop/mbam-v25/mbam-25-planning-checklist.md +++ b/mdop/mbam-v25/mbam-25-planning-checklist.md @@ -1,10 +1,15 @@ --- title: MBAM 2.5 Planning Checklist description: MBAM 2.5 Planning Checklist -ms.assetid: ffe11eb8-44db-4886-8300-6dffec8bcfa4 author: jamiejdt +ms.assetid: ffe11eb8-44db-4886-8300-6dffec8bcfa4 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # MBAM 2.5 Planning Checklist diff --git a/mdop/mbam-v25/mbam-25-security-considerations.md b/mdop/mbam-v25/mbam-25-security-considerations.md index 4cb2f57d98..5da2d97409 100644 --- a/mdop/mbam-v25/mbam-25-security-considerations.md +++ b/mdop/mbam-v25/mbam-25-security-considerations.md @@ -1,10 +1,15 @@ --- title: MBAM 2.5 Security Considerations description: MBAM 2.5 Security Considerations -ms.assetid: f6613c63-b32b-45fb-a6e8-673d6dae7d16 author: jamiejdt +ms.assetid: f6613c63-b32b-45fb-a6e8-673d6dae7d16 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # MBAM 2.5 Security Considerations diff --git a/mdop/mbam-v25/mbam-25-server-prerequisites-for-stand-alone-and-configuration-manager-integration-topologies.md b/mdop/mbam-v25/mbam-25-server-prerequisites-for-stand-alone-and-configuration-manager-integration-topologies.md index 260ab926f0..dbbd704e9b 100644 --- a/mdop/mbam-v25/mbam-25-server-prerequisites-for-stand-alone-and-configuration-manager-integration-topologies.md +++ b/mdop/mbam-v25/mbam-25-server-prerequisites-for-stand-alone-and-configuration-manager-integration-topologies.md @@ -1,10 +1,15 @@ --- title: MBAM 2.5 Server Prerequisites for Stand-alone and Configuration Manager Integration Topologies description: MBAM 2.5 Server Prerequisites for Stand-alone and Configuration Manager Integration Topologies -ms.assetid: 76a6047a-5c6e-42ff-af09-a6f382a69537 author: jamiejdt +ms.assetid: 76a6047a-5c6e-42ff-af09-a6f382a69537 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # MBAM 2.5 Server Prerequisites for Stand-alone and Configuration Manager Integration Topologies diff --git a/mdop/mbam-v25/mbam-25-server-prerequisites-that-apply-only-to-the-configuration-manager-integration-topology.md b/mdop/mbam-v25/mbam-25-server-prerequisites-that-apply-only-to-the-configuration-manager-integration-topology.md index e7e544e824..9e2e45633b 100644 --- a/mdop/mbam-v25/mbam-25-server-prerequisites-that-apply-only-to-the-configuration-manager-integration-topology.md +++ b/mdop/mbam-v25/mbam-25-server-prerequisites-that-apply-only-to-the-configuration-manager-integration-topology.md @@ -1,10 +1,15 @@ --- title: MBAM 2.5 Server Prerequisites that Apply Only to the Configuration Manager Integration Topology description: MBAM 2.5 Server Prerequisites that Apply Only to the Configuration Manager Integration Topology -ms.assetid: 74180d8d-7b0f-460f-b301-53595cde8381 author: jamiejdt +ms.assetid: 74180d8d-7b0f-460f-b301-53595cde8381 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # MBAM 2.5 Server Prerequisites that Apply Only to the Configuration Manager Integration Topology diff --git a/mdop/mbam-v25/mbam-25-supported-configurations.md b/mdop/mbam-v25/mbam-25-supported-configurations.md index 4fc3211693..cfe24704f3 100644 --- a/mdop/mbam-v25/mbam-25-supported-configurations.md +++ b/mdop/mbam-v25/mbam-25-supported-configurations.md @@ -1,10 +1,15 @@ --- title: MBAM 2.5 Supported Configurations description: MBAM 2.5 Supported Configurations -ms.assetid: ce689aff-9a55-4ae7-a968-23c7bda9b4d6 author: jamiejdt +ms.assetid: ce689aff-9a55-4ae7-a968-23c7bda9b4d6 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # MBAM 2.5 Supported Configurations diff --git a/mdop/mbam-v25/monitoring-and-reporting-bitlocker-compliance-with-mbam-25.md b/mdop/mbam-v25/monitoring-and-reporting-bitlocker-compliance-with-mbam-25.md index 3426f3b220..c31980e387 100644 --- a/mdop/mbam-v25/monitoring-and-reporting-bitlocker-compliance-with-mbam-25.md +++ b/mdop/mbam-v25/monitoring-and-reporting-bitlocker-compliance-with-mbam-25.md @@ -1,10 +1,15 @@ --- title: Monitoring and Reporting BitLocker Compliance with MBAM 2.5 description: Monitoring and Reporting BitLocker Compliance with MBAM 2.5 -ms.assetid: 24a3bccd-8b67-4baa-a181-e4572eaba5bf author: jamiejdt +ms.assetid: 24a3bccd-8b67-4baa-a181-e4572eaba5bf +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Monitoring and Reporting BitLocker Compliance with MBAM 2.5 diff --git a/mdop/mbam-v25/monitoring-web-service-request-performance-counters.md b/mdop/mbam-v25/monitoring-web-service-request-performance-counters.md index 909a35bf60..e424414d23 100644 --- a/mdop/mbam-v25/monitoring-web-service-request-performance-counters.md +++ b/mdop/mbam-v25/monitoring-web-service-request-performance-counters.md @@ -1,10 +1,15 @@ --- title: Monitoring Web Service Request Performance Counters description: Monitoring Web Service Request Performance Counters -ms.assetid: bdb812a1-465a-4098-b4c0-cb99890d1b0d author: jamiejdt +ms.assetid: bdb812a1-465a-4098-b4c0-cb99890d1b0d +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Monitoring Web Service Request Performance Counters diff --git a/mdop/mbam-v25/moving-mbam-25-features-to-another-server.md b/mdop/mbam-v25/moving-mbam-25-features-to-another-server.md index 9e4aa5997d..77f966118e 100644 --- a/mdop/mbam-v25/moving-mbam-25-features-to-another-server.md +++ b/mdop/mbam-v25/moving-mbam-25-features-to-another-server.md @@ -1,10 +1,15 @@ --- title: Moving MBAM 2.5 Features to Another Server description: Moving MBAM 2.5 Features to Another Server -ms.assetid: 9767a0e4-e8ab-49f0-98c5-5cd671975501 author: jamiejdt +ms.assetid: 9767a0e4-e8ab-49f0-98c5-5cd671975501 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Moving MBAM 2.5 Features to Another Server diff --git a/mdop/mbam-v25/operations-for-mbam-25.md b/mdop/mbam-v25/operations-for-mbam-25.md index fb22e5aaab..4381ad20b3 100644 --- a/mdop/mbam-v25/operations-for-mbam-25.md +++ b/mdop/mbam-v25/operations-for-mbam-25.md @@ -1,10 +1,15 @@ --- title: Operations for MBAM 2.5 description: Operations for MBAM 2.5 -ms.assetid: da0e35be-2dc4-4a24-b69a-530436eb48fc author: jamiejdt +ms.assetid: da0e35be-2dc4-4a24-b69a-530436eb48fc +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Operations for MBAM 2.5 diff --git a/mdop/mbam-v25/performing-bitlocker-management-with-mbam-25.md b/mdop/mbam-v25/performing-bitlocker-management-with-mbam-25.md index 39ca28ff81..1422fabf5f 100644 --- a/mdop/mbam-v25/performing-bitlocker-management-with-mbam-25.md +++ b/mdop/mbam-v25/performing-bitlocker-management-with-mbam-25.md @@ -1,10 +1,15 @@ --- title: Performing BitLocker Management with MBAM 2.5 description: Performing BitLocker Management with MBAM 2.5 -ms.assetid: 068f3ee0-300c-4083-ba18-7065eef997ad author: jamiejdt +ms.assetid: 068f3ee0-300c-4083-ba18-7065eef997ad +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Performing BitLocker Management with MBAM 2.5 diff --git a/mdop/mbam-v25/planning-for-mbam-25-client-deployment.md b/mdop/mbam-v25/planning-for-mbam-25-client-deployment.md index c17cee62e8..3a0695d767 100644 --- a/mdop/mbam-v25/planning-for-mbam-25-client-deployment.md +++ b/mdop/mbam-v25/planning-for-mbam-25-client-deployment.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 2.5 Client Deployment description: Planning for MBAM 2.5 Client Deployment -ms.assetid: 23c89976-af24-4753-9412-ce0ea42d1964 author: jamiejdt +ms.assetid: 23c89976-af24-4753-9412-ce0ea42d1964 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Planning for MBAM 2.5 Client Deployment diff --git a/mdop/mbam-v25/planning-for-mbam-25-group-policy-requirements.md b/mdop/mbam-v25/planning-for-mbam-25-group-policy-requirements.md index b6c3e0ce6b..73bbf306fe 100644 --- a/mdop/mbam-v25/planning-for-mbam-25-group-policy-requirements.md +++ b/mdop/mbam-v25/planning-for-mbam-25-group-policy-requirements.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 2.5 Group Policy Requirements description: Planning for MBAM 2.5 Group Policy Requirements -ms.assetid: 82d545dc-3fbf-4b46-b62f-47fe178a7c44 author: jamiejdt +ms.assetid: 82d545dc-3fbf-4b46-b62f-47fe178a7c44 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Planning for MBAM 2.5 Group Policy Requirements diff --git a/mdop/mbam-v25/planning-for-mbam-25-groups-and-accounts.md b/mdop/mbam-v25/planning-for-mbam-25-groups-and-accounts.md index a0a462d846..e651abbd0b 100644 --- a/mdop/mbam-v25/planning-for-mbam-25-groups-and-accounts.md +++ b/mdop/mbam-v25/planning-for-mbam-25-groups-and-accounts.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 2.5 Groups and Accounts description: Planning for MBAM 2.5 Groups and Accounts -ms.assetid: 73bb9fe5-5900-4b6f-b271-ade62991fca1 author: jamiejdt +ms.assetid: 73bb9fe5-5900-4b6f-b271-ade62991fca1 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Planning for MBAM 2.5 Groups and Accounts diff --git a/mdop/mbam-v25/planning-for-mbam-25-high-availability.md b/mdop/mbam-v25/planning-for-mbam-25-high-availability.md index 1a64be119c..9dc7663655 100644 --- a/mdop/mbam-v25/planning-for-mbam-25-high-availability.md +++ b/mdop/mbam-v25/planning-for-mbam-25-high-availability.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 2.5 High Availability description: Planning for MBAM 2.5 High Availability -ms.assetid: 1e29b30c-33f1-4a52-9442-8c1391f0049c author: jamiejdt +ms.assetid: 1e29b30c-33f1-4a52-9442-8c1391f0049c +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Planning for MBAM 2.5 High Availability diff --git a/mdop/mbam-v25/planning-for-mbam-25-server-deployment.md b/mdop/mbam-v25/planning-for-mbam-25-server-deployment.md index 68ed1a8bb5..21a951e255 100644 --- a/mdop/mbam-v25/planning-for-mbam-25-server-deployment.md +++ b/mdop/mbam-v25/planning-for-mbam-25-server-deployment.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 2.5 Server Deployment description: Planning for MBAM 2.5 Server Deployment -ms.assetid: 88774c89-31c8-4eb8-a845-a00bbec8c870 author: jamiejdt +ms.assetid: 88774c89-31c8-4eb8-a845-a00bbec8c870 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Planning for MBAM 2.5 Server Deployment diff --git a/mdop/mbam-v25/planning-for-mbam-25.md b/mdop/mbam-v25/planning-for-mbam-25.md index cd9f5685b1..5b938717f3 100644 --- a/mdop/mbam-v25/planning-for-mbam-25.md +++ b/mdop/mbam-v25/planning-for-mbam-25.md @@ -1,10 +1,15 @@ --- title: Planning for MBAM 2.5 description: Planning for MBAM 2.5 -ms.assetid: aebe82c0-e3b6-4bfb-beb0-b99f9c5c5267 author: jamiejdt +ms.assetid: aebe82c0-e3b6-4bfb-beb0-b99f9c5c5267 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Planning for MBAM 2.5 diff --git a/mdop/mbam-v25/planning-how-to-secure-the-mbam-websites.md b/mdop/mbam-v25/planning-how-to-secure-the-mbam-websites.md index f3abae0518..7c17c264a4 100644 --- a/mdop/mbam-v25/planning-how-to-secure-the-mbam-websites.md +++ b/mdop/mbam-v25/planning-how-to-secure-the-mbam-websites.md @@ -1,10 +1,15 @@ --- title: Planning How to Secure the MBAM Websites description: Planning How to Secure the MBAM Websites -ms.assetid: aea1d137-62cf-4da4-9989-541e0b5ad8d8 author: jamiejdt +ms.assetid: aea1d137-62cf-4da4-9989-541e0b5ad8d8 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Planning How to Secure the MBAM Websites diff --git a/mdop/mbam-v25/planning-to-deploy-mbam-25.md b/mdop/mbam-v25/planning-to-deploy-mbam-25.md index 86fe5af7e0..958dc1d6e4 100644 --- a/mdop/mbam-v25/planning-to-deploy-mbam-25.md +++ b/mdop/mbam-v25/planning-to-deploy-mbam-25.md @@ -1,10 +1,15 @@ --- title: Planning to Deploy MBAM 2.5 description: Planning to Deploy MBAM 2.5 -ms.assetid: 1343b80c-d87a-42e7-b912-e84ba997d7e3 author: jamiejdt +ms.assetid: 1343b80c-d87a-42e7-b912-e84ba997d7e3 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Planning to Deploy MBAM 2.5 diff --git a/mdop/mbam-v25/preparing-your-environment-for-mbam-25.md b/mdop/mbam-v25/preparing-your-environment-for-mbam-25.md index 899a0fbe94..556176f219 100644 --- a/mdop/mbam-v25/preparing-your-environment-for-mbam-25.md +++ b/mdop/mbam-v25/preparing-your-environment-for-mbam-25.md @@ -1,10 +1,15 @@ --- title: Preparing your Environment for MBAM 2.5 description: Preparing your Environment for MBAM 2.5 -ms.assetid: 7552ba08-9dbf-40cd-8920-203d733fd242 author: jamiejdt +ms.assetid: 7552ba08-9dbf-40cd-8920-203d733fd242 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Preparing your Environment for MBAM 2.5 diff --git a/mdop/mbam-v25/prerequisites-for-mbam-25-clients.md b/mdop/mbam-v25/prerequisites-for-mbam-25-clients.md index bc0254c67a..3fcb31c12e 100644 --- a/mdop/mbam-v25/prerequisites-for-mbam-25-clients.md +++ b/mdop/mbam-v25/prerequisites-for-mbam-25-clients.md @@ -1,10 +1,15 @@ --- title: Prerequisites for MBAM 2.5 Clients description: Prerequisites for MBAM 2.5 Clients -ms.assetid: fc230679-9c84-4b99-a77c-bae7e7bf8145 author: jamiejdt +ms.assetid: fc230679-9c84-4b99-a77c-bae7e7bf8145 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Prerequisites for MBAM 2.5 Clients diff --git a/mdop/mbam-v25/prerequisites-for-the-configuration-manager-integration-feature.md b/mdop/mbam-v25/prerequisites-for-the-configuration-manager-integration-feature.md index 65c8cccd37..a8de68cf08 100644 --- a/mdop/mbam-v25/prerequisites-for-the-configuration-manager-integration-feature.md +++ b/mdop/mbam-v25/prerequisites-for-the-configuration-manager-integration-feature.md @@ -1,10 +1,15 @@ --- title: Prerequisites for the Configuration Manager Integration Feature description: Prerequisites for the Configuration Manager Integration Feature -ms.assetid: b318cbd3-b009-44b8-991b-f7364c1cae88 author: jamiejdt +ms.assetid: b318cbd3-b009-44b8-991b-f7364c1cae88 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Prerequisites for the Configuration Manager Integration Feature diff --git a/mdop/mbam-v25/release-notes-for-mbam-25-sp1.md b/mdop/mbam-v25/release-notes-for-mbam-25-sp1.md index 8cc66269d2..d8cf0a12a2 100644 --- a/mdop/mbam-v25/release-notes-for-mbam-25-sp1.md +++ b/mdop/mbam-v25/release-notes-for-mbam-25-sp1.md @@ -1,10 +1,15 @@ --- title: Release Notes for MBAM 2.5 SP1 description: Release Notes for MBAM 2.5 SP1 -ms.assetid: 3ac424c8-c490-4d62-aba4-1b462c02e962 author: jamiejdt +ms.assetid: 3ac424c8-c490-4d62-aba4-1b462c02e962 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Release Notes for MBAM 2.5 SP1 diff --git a/mdop/mbam-v25/release-notes-for-mbam-25.md b/mdop/mbam-v25/release-notes-for-mbam-25.md index b5a391842b..f0e69536dd 100644 --- a/mdop/mbam-v25/release-notes-for-mbam-25.md +++ b/mdop/mbam-v25/release-notes-for-mbam-25.md @@ -1,10 +1,15 @@ --- title: Release Notes for MBAM 2.5 description: Release Notes for MBAM 2.5 -ms.assetid: fcaf03e6-5e39-4771-af3c-a3cd468f3961 author: jamiejdt +ms.assetid: fcaf03e6-5e39-4771-af3c-a3cd468f3961 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Release Notes for MBAM 2.5 diff --git a/mdop/mbam-v25/removing-mbam-server-features-or-software.md b/mdop/mbam-v25/removing-mbam-server-features-or-software.md index 74a35a7e2b..68a503a904 100644 --- a/mdop/mbam-v25/removing-mbam-server-features-or-software.md +++ b/mdop/mbam-v25/removing-mbam-server-features-or-software.md @@ -1,10 +1,15 @@ --- title: Removing MBAM Server Features or Software description: Removing MBAM Server Features or Software -ms.assetid: 5212ba3f-124d-43c5-824a-608e9a192e86 author: jamiejdt +ms.assetid: 5212ba3f-124d-43c5-824a-608e9a192e86 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Removing MBAM Server Features or Software diff --git a/mdop/mbam-v25/server-event-logs.md b/mdop/mbam-v25/server-event-logs.md index e706baf242..ac49100a78 100644 --- a/mdop/mbam-v25/server-event-logs.md +++ b/mdop/mbam-v25/server-event-logs.md @@ -1,10 +1,15 @@ --- title: Server Event Logs description: Server Event Logs -ms.assetid: 04e724d2-28cc-4fa8-86a1-0d4ab0234b11 author: jamiejdt +ms.assetid: 04e724d2-28cc-4fa8-86a1-0d4ab0234b11 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Server Event Logs diff --git a/mdop/mbam-v25/technical-reference-for-mbam-25.md b/mdop/mbam-v25/technical-reference-for-mbam-25.md index 3299581fcd..f5b8add5f9 100644 --- a/mdop/mbam-v25/technical-reference-for-mbam-25.md +++ b/mdop/mbam-v25/technical-reference-for-mbam-25.md @@ -1,10 +1,15 @@ --- title: Technical Reference for MBAM 2.5 description: Technical Reference for MBAM 2.5 -ms.assetid: da77a5b6-d5cf-4bae-9475-13a75088ab23 author: jamiejdt +ms.assetid: da77a5b6-d5cf-4bae-9475-13a75088ab23 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Technical Reference for MBAM 2.5 diff --git a/mdop/mbam-v25/troubleshooting-mbam-25.md b/mdop/mbam-v25/troubleshooting-mbam-25.md index 4c5c322ab8..039cf035e3 100644 --- a/mdop/mbam-v25/troubleshooting-mbam-25.md +++ b/mdop/mbam-v25/troubleshooting-mbam-25.md @@ -1,10 +1,15 @@ --- title: Troubleshooting MBAM 2.5 description: Troubleshooting MBAM 2.5 -ms.assetid: f35e7aef-2c3c-4d43-b170-6830d2756063 author: jamiejdt +ms.assetid: f35e7aef-2c3c-4d43-b170-6830d2756063 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Troubleshooting MBAM 2.5 diff --git a/mdop/mbam-v25/understanding-mbam-25-stand-alone-reports.md b/mdop/mbam-v25/understanding-mbam-25-stand-alone-reports.md index 9b34a4228f..630fd4ebca 100644 --- a/mdop/mbam-v25/understanding-mbam-25-stand-alone-reports.md +++ b/mdop/mbam-v25/understanding-mbam-25-stand-alone-reports.md @@ -1,10 +1,15 @@ --- title: Understanding MBAM 2.5 Stand-alone Reports description: Understanding MBAM 2.5 Stand-alone Reports -ms.assetid: 78b5aaf4-8257-4722-8eb9-e0de48db6a11 author: jamiejdt +ms.assetid: 78b5aaf4-8257-4722-8eb9-e0de48db6a11 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Understanding MBAM 2.5 Stand-alone Reports diff --git a/mdop/mbam-v25/understanding-the-bitlocker-encryption-options-and-bitlocker-drive-encryption-items-in-control-panel.md b/mdop/mbam-v25/understanding-the-bitlocker-encryption-options-and-bitlocker-drive-encryption-items-in-control-panel.md index a10d0f1e6b..76631180a2 100644 --- a/mdop/mbam-v25/understanding-the-bitlocker-encryption-options-and-bitlocker-drive-encryption-items-in-control-panel.md +++ b/mdop/mbam-v25/understanding-the-bitlocker-encryption-options-and-bitlocker-drive-encryption-items-in-control-panel.md @@ -1,10 +1,15 @@ --- title: Understanding the BitLocker Encryption Options and BitLocker Drive Encryption Items in Control Panel description: Understanding the BitLocker Encryption Options and BitLocker Drive Encryption Items in Control Panel -ms.assetid: f8a01cc2-0c77-48b9-8351-8194e80b0cf8 author: jamiejdt +ms.assetid: f8a01cc2-0c77-48b9-8351-8194e80b0cf8 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Understanding the BitLocker Encryption Options and BitLocker Drive Encryption Items in Control Panel diff --git a/mdop/mbam-v25/upgrading-to-mbam-25-or-mbam-25-sp1-from-previous-versions.md b/mdop/mbam-v25/upgrading-to-mbam-25-or-mbam-25-sp1-from-previous-versions.md index f6dfe0e3e9..8689fe73e0 100644 --- a/mdop/mbam-v25/upgrading-to-mbam-25-or-mbam-25-sp1-from-previous-versions.md +++ b/mdop/mbam-v25/upgrading-to-mbam-25-or-mbam-25-sp1-from-previous-versions.md @@ -1,10 +1,15 @@ --- title: Upgrading to MBAM 2.5 or MBAM 2.5 SP1 from Previous Versions description: Upgrading to MBAM 2.5 or MBAM 2.5 SP1 from Previous Versions -ms.assetid: a9edb4b8-5d5e-42ab-8db6-619db2878e50 author: jamiejdt +ms.assetid: a9edb4b8-5d5e-42ab-8db6-619db2878e50 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Upgrading to MBAM 2.5 or MBAM 2.5 SP1 from Previous Versions diff --git a/mdop/mbam-v25/using-windows-powershell-to-administer-mbam-25.md b/mdop/mbam-v25/using-windows-powershell-to-administer-mbam-25.md index 573a9b937b..8354649b6f 100644 --- a/mdop/mbam-v25/using-windows-powershell-to-administer-mbam-25.md +++ b/mdop/mbam-v25/using-windows-powershell-to-administer-mbam-25.md @@ -1,10 +1,15 @@ --- title: Using Windows PowerShell to Administer MBAM 2.5 description: Using Windows PowerShell to Administer MBAM 2.5 -ms.assetid: 64668e76-2cba-433d-8d2d-50df0a4b2997 author: jamiejdt +ms.assetid: 64668e76-2cba-433d-8d2d-50df0a4b2997 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Using Windows PowerShell to Administer MBAM 2.5 diff --git a/mdop/mbam-v25/validating-the-mbam-25-server-feature-configuration.md b/mdop/mbam-v25/validating-the-mbam-25-server-feature-configuration.md index 8949ae5b01..af8d373dc4 100644 --- a/mdop/mbam-v25/validating-the-mbam-25-server-feature-configuration.md +++ b/mdop/mbam-v25/validating-the-mbam-25-server-feature-configuration.md @@ -1,10 +1,15 @@ --- title: Validating the MBAM 2.5 Server Feature Configuration description: Validating the MBAM 2.5 Server Feature Configuration -ms.assetid: f4983a33-ce18-4186-a471-dd6415940504 author: jamiejdt +ms.assetid: f4983a33-ce18-4186-a471-dd6415940504 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Validating the MBAM 2.5 Server Feature Configuration diff --git a/mdop/mbam-v25/viewing-mbam-25-reports-for-the-configuration-manager-integration-topology.md b/mdop/mbam-v25/viewing-mbam-25-reports-for-the-configuration-manager-integration-topology.md index b10aeb89bf..4caeacde4c 100644 --- a/mdop/mbam-v25/viewing-mbam-25-reports-for-the-configuration-manager-integration-topology.md +++ b/mdop/mbam-v25/viewing-mbam-25-reports-for-the-configuration-manager-integration-topology.md @@ -1,10 +1,15 @@ --- title: Viewing MBAM 2.5 Reports for the Configuration Manager Integration Topology description: Viewing MBAM 2.5 Reports for the Configuration Manager Integration Topology -ms.assetid: 60d11b2f-3a76-4023-8da4-f89e9f35b790 author: jamiejdt +ms.assetid: 60d11b2f-3a76-4023-8da4-f89e9f35b790 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Viewing MBAM 2.5 Reports for the Configuration Manager Integration Topology diff --git a/mdop/mbam-v25/viewing-mbam-25-reports-for-the-stand-alone-topology.md b/mdop/mbam-v25/viewing-mbam-25-reports-for-the-stand-alone-topology.md index 8502d14113..4c0d0208a8 100644 --- a/mdop/mbam-v25/viewing-mbam-25-reports-for-the-stand-alone-topology.md +++ b/mdop/mbam-v25/viewing-mbam-25-reports-for-the-stand-alone-topology.md @@ -1,10 +1,15 @@ --- title: Viewing MBAM 2.5 Reports for the Stand-alone Topology description: Viewing MBAM 2.5 Reports for the Stand-alone Topology -ms.assetid: 50e93c3a-baf1-4378-8fc0-74dd65d76306 author: jamiejdt +ms.assetid: 50e93c3a-baf1-4378-8fc0-74dd65d76306 +ms.pagetype: mdop, security +ms.mktglfcycl: manage +ms.sitesec: library +ms.prod: w10 --- + # Viewing MBAM 2.5 Reports for the Stand-alone Topology diff --git a/mdop/medv-v1/about-med-v-10-sp1.md b/mdop/medv-v1/about-med-v-10-sp1.md index e4f91bb1d8..d2cfc55506 100644 --- a/mdop/medv-v1/about-med-v-10-sp1.md +++ b/mdop/medv-v1/about-med-v-10-sp1.md @@ -1,10 +1,15 @@ --- title: About MED-V 1.0 SP1 description: About MED-V 1.0 SP1 -ms.assetid: 4c16e935-46c4-49c3-9e53-c60404d5da0c author: jamiejdt +ms.assetid: 4c16e935-46c4-49c3-9e53-c60404d5da0c +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # About MED-V 1.0 SP1 diff --git a/mdop/medv-v1/about-med-v-10.md b/mdop/medv-v1/about-med-v-10.md index 031130458c..ca2cbde6e0 100644 --- a/mdop/medv-v1/about-med-v-10.md +++ b/mdop/medv-v1/about-med-v-10.md @@ -1,10 +1,15 @@ --- title: About MED-V 1.0 description: About MED-V 1.0 -ms.assetid: 89651022-a2ba-4d8a-a3ff-68539ea7a235 author: jamiejdt +ms.assetid: 89651022-a2ba-4d8a-a3ff-68539ea7a235 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # About MED-V 1.0 diff --git a/mdop/medv-v1/about-this-guidemedv.md b/mdop/medv-v1/about-this-guidemedv.md index a21bdedead..55f857f309 100644 --- a/mdop/medv-v1/about-this-guidemedv.md +++ b/mdop/medv-v1/about-this-guidemedv.md @@ -1,10 +1,15 @@ --- title: About This Guide description: About This Guide -ms.assetid: 17d8f150-226e-45f8-87e3-f425a77243e4 author: jamiejdt +ms.assetid: 17d8f150-226e-45f8-87e3-f425a77243e4 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # About This Guide diff --git a/mdop/medv-v1/client-installation-command-line-reference.md b/mdop/medv-v1/client-installation-command-line-reference.md index 3f288d7817..751233b90f 100644 --- a/mdop/medv-v1/client-installation-command-line-reference.md +++ b/mdop/medv-v1/client-installation-command-line-reference.md @@ -1,10 +1,15 @@ --- title: Client Installation Command Line Reference description: Client Installation Command Line Reference -ms.assetid: 122a593d-3314-4e9b-858a-08a25ed00c32 author: jamiejdt +ms.assetid: 122a593d-3314-4e9b-858a-08a25ed00c32 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Client Installation Command Line Reference diff --git a/mdop/medv-v1/configuring-med-v-for-remote-networks.md b/mdop/medv-v1/configuring-med-v-for-remote-networks.md index 5f09fdc00a..431f34d0c3 100644 --- a/mdop/medv-v1/configuring-med-v-for-remote-networks.md +++ b/mdop/medv-v1/configuring-med-v-for-remote-networks.md @@ -1,10 +1,15 @@ --- title: Configuring MED-V for Remote Networks description: Configuring MED-V for Remote Networks -ms.assetid: 4d2f0081-622f-4a6f-8d73-f8c2108036e0 author: jamiejdt +ms.assetid: 4d2f0081-622f-4a6f-8d73-f8c2108036e0 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Configuring MED-V for Remote Networks diff --git a/mdop/medv-v1/configuring-med-v-server-for-cluster-mode.md b/mdop/medv-v1/configuring-med-v-server-for-cluster-mode.md index 0b3fe144d7..c96a4d4885 100644 --- a/mdop/medv-v1/configuring-med-v-server-for-cluster-mode.md +++ b/mdop/medv-v1/configuring-med-v-server-for-cluster-mode.md @@ -1,10 +1,15 @@ --- title: Configuring MED-V Server for Cluster Mode description: Configuring MED-V Server for Cluster Mode -ms.assetid: 41f0b2a3-4ce9-48e1-a6fb-4c13c4228515 author: jamiejdt +ms.assetid: 41f0b2a3-4ce9-48e1-a6fb-4c13c4228515 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Configuring MED-V Server for Cluster Mode diff --git a/mdop/medv-v1/configuring-med-v-workspace-policies.md b/mdop/medv-v1/configuring-med-v-workspace-policies.md index 498d38af04..e55a67c340 100644 --- a/mdop/medv-v1/configuring-med-v-workspace-policies.md +++ b/mdop/medv-v1/configuring-med-v-workspace-policies.md @@ -1,10 +1,15 @@ --- title: Configuring MED-V Workspace Policies description: Configuring MED-V Workspace Policies -ms.assetid: 0eaed981-cbf3-4b16-a4b7-4705c5705dc7 author: jamiejdt +ms.assetid: 0eaed981-cbf3-4b16-a4b7-4705c5705dc7 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Configuring MED-V Workspace Policies diff --git a/mdop/medv-v1/creating-a-med-v-image.md b/mdop/medv-v1/creating-a-med-v-image.md index c4eca286c3..84e8bd21fc 100644 --- a/mdop/medv-v1/creating-a-med-v-image.md +++ b/mdop/medv-v1/creating-a-med-v-image.md @@ -1,10 +1,15 @@ --- title: Creating a MED-V Image description: Creating a MED-V Image -ms.assetid: 7cbbcd22-83f5-4b60-825f-781b4c6a2d36 author: jamiejdt +ms.assetid: 7cbbcd22-83f5-4b60-825f-781b4c6a2d36 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Creating a MED-V Image diff --git a/mdop/medv-v1/creating-a-med-v-workspacemedv-10-sp1.md b/mdop/medv-v1/creating-a-med-v-workspacemedv-10-sp1.md index f9c97f462f..56f2134830 100644 --- a/mdop/medv-v1/creating-a-med-v-workspacemedv-10-sp1.md +++ b/mdop/medv-v1/creating-a-med-v-workspacemedv-10-sp1.md @@ -1,10 +1,15 @@ --- title: Creating a MED-V Workspace description: Creating a MED-V Workspace -ms.assetid: 9578bb99-8a09-44c1-b88f-538901f16ad3 author: jamiejdt +ms.assetid: 9578bb99-8a09-44c1-b88f-538901f16ad3 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Creating a MED-V Workspace diff --git a/mdop/medv-v1/creating-a-virtual-pc-image-for-med-v.md b/mdop/medv-v1/creating-a-virtual-pc-image-for-med-v.md index f0b2abd9be..d8d020cc25 100644 --- a/mdop/medv-v1/creating-a-virtual-pc-image-for-med-v.md +++ b/mdop/medv-v1/creating-a-virtual-pc-image-for-med-v.md @@ -1,10 +1,15 @@ --- title: Creating a Virtual PC Image for MED-V description: Creating a Virtual PC Image for MED-V -ms.assetid: 5e02ea07-25b9-41a5-a803-d70c55eef586 author: jamiejdt +ms.assetid: 5e02ea07-25b9-41a5-a803-d70c55eef586 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Creating a Virtual PC Image for MED-V diff --git a/mdop/medv-v1/define-the-project-scope.md b/mdop/medv-v1/define-the-project-scope.md index bdca60fbf5..e062f920e0 100644 --- a/mdop/medv-v1/define-the-project-scope.md +++ b/mdop/medv-v1/define-the-project-scope.md @@ -1,10 +1,15 @@ --- title: Define the Project Scope description: Define the Project Scope -ms.assetid: 84637d2a-2e30-417d-b150-dc81f414b3a5 author: jamiejdt +ms.assetid: 84637d2a-2e30-417d-b150-dc81f414b3a5 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Define the Project Scope diff --git a/mdop/medv-v1/deploying-a-med-v-workspace-using-a-deployment-package.md b/mdop/medv-v1/deploying-a-med-v-workspace-using-a-deployment-package.md index f36e975d66..174f01b1e0 100644 --- a/mdop/medv-v1/deploying-a-med-v-workspace-using-a-deployment-package.md +++ b/mdop/medv-v1/deploying-a-med-v-workspace-using-a-deployment-package.md @@ -1,10 +1,15 @@ --- title: Deploying a MED-V Workspace Using a Deployment Package description: Deploying a MED-V Workspace Using a Deployment Package -ms.assetid: e07fa70a-1a9f-486f-9a86-b33593b234da author: jamiejdt +ms.assetid: e07fa70a-1a9f-486f-9a86-b33593b234da +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Deploying a MED-V Workspace Using a Deployment Package diff --git a/mdop/medv-v1/deploying-a-med-v-workspace-using-an-enterprise-software-distribution-system.md b/mdop/medv-v1/deploying-a-med-v-workspace-using-an-enterprise-software-distribution-system.md index c3d7d05293..8f0f601ae1 100644 --- a/mdop/medv-v1/deploying-a-med-v-workspace-using-an-enterprise-software-distribution-system.md +++ b/mdop/medv-v1/deploying-a-med-v-workspace-using-an-enterprise-software-distribution-system.md @@ -1,10 +1,15 @@ --- title: Deploying a MED-V Workspace Using an Enterprise Software Distribution System description: Deploying a MED-V Workspace Using an Enterprise Software Distribution System -ms.assetid: 867faed6-74ce-4573-84be-8bf26e66c08c author: jamiejdt +ms.assetid: 867faed6-74ce-4573-84be-8bf26e66c08c +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Deploying a MED-V Workspace Using an Enterprise Software Distribution System diff --git a/mdop/medv-v1/design-the-med-v-image-repositories.md b/mdop/medv-v1/design-the-med-v-image-repositories.md index ae4b32f92b..98e48d55d6 100644 --- a/mdop/medv-v1/design-the-med-v-image-repositories.md +++ b/mdop/medv-v1/design-the-med-v-image-repositories.md @@ -1,10 +1,15 @@ --- title: Design the MED-V Image Repositories description: Design the MED-V Image Repositories -ms.assetid: e153154d-2751-4990-b94d-a2d76242c15f author: jamiejdt +ms.assetid: e153154d-2751-4990-b94d-a2d76242c15f +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Design the MED-V Image Repositories diff --git a/mdop/medv-v1/design-the-med-v-server-infrastructure.md b/mdop/medv-v1/design-the-med-v-server-infrastructure.md index 1a8f6e9f29..16803828f3 100644 --- a/mdop/medv-v1/design-the-med-v-server-infrastructure.md +++ b/mdop/medv-v1/design-the-med-v-server-infrastructure.md @@ -1,10 +1,15 @@ --- title: Design the MED-V Server Infrastructure description: Design the MED-V Server Infrastructure -ms.assetid: 2781040f-880e-4e16-945d-a38c0adb4151 author: jamiejdt +ms.assetid: 2781040f-880e-4e16-945d-a38c0adb4151 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Design the MED-V Server Infrastructure diff --git a/mdop/medv-v1/examples-of-virtual-machine-configurationsv2.md b/mdop/medv-v1/examples-of-virtual-machine-configurationsv2.md index 1bc836b255..cbd9c7b789 100644 --- a/mdop/medv-v1/examples-of-virtual-machine-configurationsv2.md +++ b/mdop/medv-v1/examples-of-virtual-machine-configurationsv2.md @@ -1,10 +1,15 @@ --- title: Examples of Virtual Machine Configurations description: Examples of Virtual Machine Configurations -ms.assetid: 5937601e-41ab-4ca2-8fa1-3c9154710cd6 author: jamiejdt +ms.assetid: 5937601e-41ab-4ca2-8fa1-3c9154710cd6 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Examples of Virtual Machine Configurations diff --git a/mdop/medv-v1/getting-started-with-med-v.md b/mdop/medv-v1/getting-started-with-med-v.md index b28b80e6f5..9ee81830ce 100644 --- a/mdop/medv-v1/getting-started-with-med-v.md +++ b/mdop/medv-v1/getting-started-with-med-v.md @@ -1,10 +1,15 @@ --- title: Getting Started with MED-V description: Getting Started with MED-V -ms.assetid: 5832cdb3-3892-4048-b29d-7644e75117f0 author: jamiejdt +ms.assetid: 5832cdb3-3892-4048-b29d-7644e75117f0 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Getting Started with MED-V diff --git a/mdop/medv-v1/high-level-architecturemedv.md b/mdop/medv-v1/high-level-architecturemedv.md index a71e687627..f0690d4290 100644 --- a/mdop/medv-v1/high-level-architecturemedv.md +++ b/mdop/medv-v1/high-level-architecturemedv.md @@ -1,10 +1,15 @@ --- title: High-Level Architecture description: High-Level Architecture -ms.assetid: a78e12ad-5aa6-40e0-ae8b-51acaf005712 author: jamiejdt +ms.assetid: a78e12ad-5aa6-40e0-ae8b-51acaf005712 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # High-Level Architecture diff --git a/mdop/medv-v1/how-to-apply-general-settings-to-a-med-v-workspace.md b/mdop/medv-v1/how-to-apply-general-settings-to-a-med-v-workspace.md index 9eb9300578..8faa277ab7 100644 --- a/mdop/medv-v1/how-to-apply-general-settings-to-a-med-v-workspace.md +++ b/mdop/medv-v1/how-to-apply-general-settings-to-a-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: How to Apply General Settings to a MED-V Workspace description: How to Apply General Settings to a MED-V Workspace -ms.assetid: 6152dced-e301-4fa2-bfa0-aecf3c23f23a author: jamiejdt +ms.assetid: 6152dced-e301-4fa2-bfa0-aecf3c23f23a +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Apply General Settings to a MED-V Workspace diff --git a/mdop/medv-v1/how-to-apply-network-settings-to-a-med-v-workspace.md b/mdop/medv-v1/how-to-apply-network-settings-to-a-med-v-workspace.md index 4920a05bed..794d65487a 100644 --- a/mdop/medv-v1/how-to-apply-network-settings-to-a-med-v-workspace.md +++ b/mdop/medv-v1/how-to-apply-network-settings-to-a-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: How to Apply Network Settings to a MED-V Workspace description: How to Apply Network Settings to a MED-V Workspace -ms.assetid: 641f46b3-a56f-478a-823b-1d90aa1716b3 author: jamiejdt +ms.assetid: 641f46b3-a56f-478a-823b-1d90aa1716b3 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Apply Network Settings to a MED-V Workspace diff --git a/mdop/medv-v1/how-to-apply-performance-settings-to-a-med-v-workspace.md b/mdop/medv-v1/how-to-apply-performance-settings-to-a-med-v-workspace.md index b456c803d5..94bed17dbe 100644 --- a/mdop/medv-v1/how-to-apply-performance-settings-to-a-med-v-workspace.md +++ b/mdop/medv-v1/how-to-apply-performance-settings-to-a-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: How to Apply Performance Settings to a MED-V Workspace description: How to Apply Performance Settings to a MED-V Workspace -ms.assetid: e0fed1e1-6e8f-4d65-ab83-b950a17661c0 author: jamiejdt +ms.assetid: e0fed1e1-6e8f-4d65-ab83-b950a17661c0 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Apply Performance Settings to a MED-V Workspace diff --git a/mdop/medv-v1/how-to-apply-virtual-machine-settings-to-a-med-v-workspace.md b/mdop/medv-v1/how-to-apply-virtual-machine-settings-to-a-med-v-workspace.md index 12d35e2f99..1444729689 100644 --- a/mdop/medv-v1/how-to-apply-virtual-machine-settings-to-a-med-v-workspace.md +++ b/mdop/medv-v1/how-to-apply-virtual-machine-settings-to-a-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: How to Apply Virtual Machine Settings to a MED-V Workspace description: How to Apply Virtual Machine Settings to a MED-V Workspace -ms.assetid: b50d0dfb-8d61-4543-9607-a29bbb1ed45f author: jamiejdt +ms.assetid: b50d0dfb-8d61-4543-9607-a29bbb1ed45f +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Apply Virtual Machine Settings to a MED-V Workspace diff --git a/mdop/medv-v1/how-to-back-up-and-restore-a-med-v-server.md b/mdop/medv-v1/how-to-back-up-and-restore-a-med-v-server.md index e5d546bdfb..a96bf010a3 100644 --- a/mdop/medv-v1/how-to-back-up-and-restore-a-med-v-server.md +++ b/mdop/medv-v1/how-to-back-up-and-restore-a-med-v-server.md @@ -1,10 +1,15 @@ --- title: How to Back Up and Restore a MED-V Server description: How to Back Up and Restore a MED-V Server -ms.assetid: 8d05e3a4-279b-4ce6-a319-8a09e7a30c60 author: jamiejdt +ms.assetid: 8d05e3a4-279b-4ce6-a319-8a09e7a30c60 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Back Up and Restore a MED-V Server diff --git a/mdop/medv-v1/how-to-configure-a-deployment-package.md b/mdop/medv-v1/how-to-configure-a-deployment-package.md index c4d11747fa..93dbab3f61 100644 --- a/mdop/medv-v1/how-to-configure-a-deployment-package.md +++ b/mdop/medv-v1/how-to-configure-a-deployment-package.md @@ -1,10 +1,15 @@ --- title: How to Configure a Deployment Package description: How to Configure a Deployment Package -ms.assetid: 748272a1-6af2-476e-a3f1-87435b8e94b1 author: jamiejdt +ms.assetid: 748272a1-6af2-476e-a3f1-87435b8e94b1 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Configure a Deployment Package diff --git a/mdop/medv-v1/how-to-configure-a-domain-user-or-groupmedvv2.md b/mdop/medv-v1/how-to-configure-a-domain-user-or-groupmedvv2.md index 5de0727afe..4d2397119e 100644 --- a/mdop/medv-v1/how-to-configure-a-domain-user-or-groupmedvv2.md +++ b/mdop/medv-v1/how-to-configure-a-domain-user-or-groupmedvv2.md @@ -1,10 +1,15 @@ --- title: How to Configure a Domain User or Group description: How to Configure a Domain User or Group -ms.assetid: 055aba81-a9c9-4b98-969d-775e603becf3 author: jamiejdt +ms.assetid: 055aba81-a9c9-4b98-969d-775e603becf3 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Configure a Domain User or Group diff --git a/mdop/medv-v1/how-to-configure-image-pre-staging.md b/mdop/medv-v1/how-to-configure-image-pre-staging.md index 7d37867cf6..840fae3eb7 100644 --- a/mdop/medv-v1/how-to-configure-image-pre-staging.md +++ b/mdop/medv-v1/how-to-configure-image-pre-staging.md @@ -1,10 +1,15 @@ --- title: How to Configure Image Pre-staging description: How to Configure Image Pre-staging -ms.assetid: 92781b5a-208f-45a4-a078-ee90cf9efd9d author: jamiejdt +ms.assetid: 92781b5a-208f-45a4-a078-ee90cf9efd9d +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Configure Image Pre-staging diff --git a/mdop/medv-v1/how-to-configure-published-applicationsmedvv2.md b/mdop/medv-v1/how-to-configure-published-applicationsmedvv2.md index 4d14565532..bf94cb32d6 100644 --- a/mdop/medv-v1/how-to-configure-published-applicationsmedvv2.md +++ b/mdop/medv-v1/how-to-configure-published-applicationsmedvv2.md @@ -1,10 +1,15 @@ --- title: How to Configure Published Applications description: How to Configure Published Applications -ms.assetid: 43a59ff7-5d4e-49dc-84e5-1082bc4dd8f4 author: jamiejdt +ms.assetid: 43a59ff7-5d4e-49dc-84e5-1082bc4dd8f4 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Configure Published Applications diff --git a/mdop/medv-v1/how-to-configure-the-image-web-distribution-server.md b/mdop/medv-v1/how-to-configure-the-image-web-distribution-server.md index b557ffb4e8..054d2fba0c 100644 --- a/mdop/medv-v1/how-to-configure-the-image-web-distribution-server.md +++ b/mdop/medv-v1/how-to-configure-the-image-web-distribution-server.md @@ -1,10 +1,15 @@ --- title: How to Configure the Image Web Distribution Server description: How to Configure the Image Web Distribution Server -ms.assetid: 2d32ae79-dff5-4c05-a412-dd15452b6007 author: jamiejdt +ms.assetid: 2d32ae79-dff5-4c05-a412-dd15452b6007 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Configure the Image Web Distribution Server diff --git a/mdop/medv-v1/how-to-configure-the-virtual-machine-setup-for-a-med-v-workspace.md b/mdop/medv-v1/how-to-configure-the-virtual-machine-setup-for-a-med-v-workspace.md index 1c18d09c62..fd4ea3e1ed 100644 --- a/mdop/medv-v1/how-to-configure-the-virtual-machine-setup-for-a-med-v-workspace.md +++ b/mdop/medv-v1/how-to-configure-the-virtual-machine-setup-for-a-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: How to Configure the Virtual Machine Setup for a MED-V Workspace description: How to Configure the Virtual Machine Setup for a MED-V Workspace -ms.assetid: a4659b4d-18b2-45b1-9605-8b5adc438f53 author: jamiejdt +ms.assetid: a4659b4d-18b2-45b1-9605-8b5adc438f53 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Configure the Virtual Machine Setup for a MED-V Workspace diff --git a/mdop/medv-v1/how-to-configure-the-virtual-machine-setup-for-a-med-v-workspacemedvv2.md b/mdop/medv-v1/how-to-configure-the-virtual-machine-setup-for-a-med-v-workspacemedvv2.md index 2224e2d0c4..381362522f 100644 --- a/mdop/medv-v1/how-to-configure-the-virtual-machine-setup-for-a-med-v-workspacemedvv2.md +++ b/mdop/medv-v1/how-to-configure-the-virtual-machine-setup-for-a-med-v-workspacemedvv2.md @@ -1,10 +1,15 @@ --- title: How to Configure the Virtual Machine Setup for a MED-V Workspace description: How to Configure the Virtual Machine Setup for a MED-V Workspace -ms.assetid: 50bbf58b-842c-4b63-bb93-3783903f6c7d author: jamiejdt +ms.assetid: 50bbf58b-842c-4b63-bb93-3783903f6c7d +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Configure the Virtual Machine Setup for a MED-V Workspace diff --git a/mdop/medv-v1/how-to-configure-vm-computer-name-pattern-propertiesmedvv2.md b/mdop/medv-v1/how-to-configure-vm-computer-name-pattern-propertiesmedvv2.md index d14d3dfc51..e2fec91522 100644 --- a/mdop/medv-v1/how-to-configure-vm-computer-name-pattern-propertiesmedvv2.md +++ b/mdop/medv-v1/how-to-configure-vm-computer-name-pattern-propertiesmedvv2.md @@ -1,10 +1,15 @@ --- title: How to Configure VM Computer Name Pattern Properties description: How to Configure VM Computer Name Pattern Properties -ms.assetid: ddf79ace-8cc3-4ee6-be5a-5940b4df5c36 author: jamiejdt +ms.assetid: ddf79ace-8cc3-4ee6-be5a-5940b4df5c36 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Configure VM Computer Name Pattern Properties diff --git a/mdop/medv-v1/how-to-configure-web-settings-for-a-med-v-workspace.md b/mdop/medv-v1/how-to-configure-web-settings-for-a-med-v-workspace.md index 2820cc10e5..3762c0ce2a 100644 --- a/mdop/medv-v1/how-to-configure-web-settings-for-a-med-v-workspace.md +++ b/mdop/medv-v1/how-to-configure-web-settings-for-a-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: How to Configure Web Settings for a MED-V Workspace description: How to Configure Web Settings for a MED-V Workspace -ms.assetid: 9a6cd28f-7e4f-468f-830a-7b1d9abd3af3 author: jamiejdt +ms.assetid: 9a6cd28f-7e4f-468f-830a-7b1d9abd3af3 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Configure Web Settings for a MED-V Workspace diff --git a/mdop/medv-v1/how-to-create-and-test-a-med-v-image.md b/mdop/medv-v1/how-to-create-and-test-a-med-v-image.md index d8293c90ee..eb217b5a9b 100644 --- a/mdop/medv-v1/how-to-create-and-test-a-med-v-image.md +++ b/mdop/medv-v1/how-to-create-and-test-a-med-v-image.md @@ -1,10 +1,15 @@ --- title: How to Create and Test a MED-V Image description: How to Create and Test a MED-V Image -ms.assetid: 40e4aba6-12cb-4794-967d-2c09dc20d808 author: jamiejdt +ms.assetid: 40e4aba6-12cb-4794-967d-2c09dc20d808 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Create and Test a MED-V Image diff --git a/mdop/medv-v1/how-to-delete-a-med-v-image.md b/mdop/medv-v1/how-to-delete-a-med-v-image.md index 2c244d561d..757a86887e 100644 --- a/mdop/medv-v1/how-to-delete-a-med-v-image.md +++ b/mdop/medv-v1/how-to-delete-a-med-v-image.md @@ -1,10 +1,15 @@ --- title: How to Delete a MED-V Image description: How to Delete a MED-V Image -ms.assetid: 974a493a-7627-4c64-9294-89441f127916 author: jamiejdt +ms.assetid: 974a493a-7627-4c64-9294-89441f127916 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Delete a MED-V Image diff --git a/mdop/medv-v1/how-to-deploy-a-workspace-imagedeployment-package.md b/mdop/medv-v1/how-to-deploy-a-workspace-imagedeployment-package.md index 312a708e46..75a488fdba 100644 --- a/mdop/medv-v1/how-to-deploy-a-workspace-imagedeployment-package.md +++ b/mdop/medv-v1/how-to-deploy-a-workspace-imagedeployment-package.md @@ -1,10 +1,15 @@ --- title: How to Deploy a Workspace Image description: How to Deploy a Workspace Image -ms.assetid: b2c77e0d-101d-4956-a27c-8beb0e4f262e author: jamiejdt +ms.assetid: b2c77e0d-101d-4956-a27c-8beb0e4f262e +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Deploy a Workspace Image diff --git a/mdop/medv-v1/how-to-deploy-a-workspace-imageesds.md b/mdop/medv-v1/how-to-deploy-a-workspace-imageesds.md index 68c2cb1abf..ad5905fb97 100644 --- a/mdop/medv-v1/how-to-deploy-a-workspace-imageesds.md +++ b/mdop/medv-v1/how-to-deploy-a-workspace-imageesds.md @@ -1,10 +1,15 @@ --- title: How to Deploy a Workspace Image description: How to Deploy a Workspace Image -ms.assetid: ccc8e89b-1625-4b58-837e-4c6d93d46070 author: jamiejdt +ms.assetid: ccc8e89b-1625-4b58-837e-4c6d93d46070 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Deploy a Workspace Image diff --git a/mdop/medv-v1/how-to-edit-a-published-application-with-advanced-settings.md b/mdop/medv-v1/how-to-edit-a-published-application-with-advanced-settings.md index 5c538095c8..0964ebe5a9 100644 --- a/mdop/medv-v1/how-to-edit-a-published-application-with-advanced-settings.md +++ b/mdop/medv-v1/how-to-edit-a-published-application-with-advanced-settings.md @@ -1,10 +1,15 @@ --- title: How to Edit a Published Application with Advanced Settings description: How to Edit a Published Application with Advanced Settings -ms.assetid: 06a79049-9ce9-490f-aad7-fd4fdf185590 author: jamiejdt +ms.assetid: 06a79049-9ce9-490f-aad7-fd4fdf185590 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Edit a Published Application with Advanced Settings diff --git a/mdop/medv-v1/how-to-generate-reports-medvv2.md b/mdop/medv-v1/how-to-generate-reports-medvv2.md index ccea0fe55e..413aa41590 100644 --- a/mdop/medv-v1/how-to-generate-reports-medvv2.md +++ b/mdop/medv-v1/how-to-generate-reports-medvv2.md @@ -1,10 +1,15 @@ --- title: How to Generate Reports description: How to Generate Reports -ms.assetid: 9f8ba28e-1993-4c11-a28a-493718051e5d author: jamiejdt +ms.assetid: 9f8ba28e-1993-4c11-a28a-493718051e5d +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Generate Reports diff --git a/mdop/medv-v1/how-to-import-and-export-a-policy.md b/mdop/medv-v1/how-to-import-and-export-a-policy.md index 2b67d1b5eb..8994ab20b6 100644 --- a/mdop/medv-v1/how-to-import-and-export-a-policy.md +++ b/mdop/medv-v1/how-to-import-and-export-a-policy.md @@ -1,10 +1,15 @@ --- title: How to Import and Export a Policy description: How to Import and Export a Policy -ms.assetid: c86455de-2096-4bb1-b9d3-22efb42f3317 author: jamiejdt +ms.assetid: c86455de-2096-4bb1-b9d3-22efb42f3317 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Import and Export a Policy diff --git a/mdop/medv-v1/how-to-install-and-configure-the-med-v-server-component.md b/mdop/medv-v1/how-to-install-and-configure-the-med-v-server-component.md index 7148a635e2..0b992dd722 100644 --- a/mdop/medv-v1/how-to-install-and-configure-the-med-v-server-component.md +++ b/mdop/medv-v1/how-to-install-and-configure-the-med-v-server-component.md @@ -1,10 +1,15 @@ --- title: How to Install and Configure the MED-V Server Component description: How to Install and Configure the MED-V Server Component -ms.assetid: 2d3c5b15-df2c-4ab6-bf78-f47ef8ae7418 author: jamiejdt +ms.assetid: 2d3c5b15-df2c-4ab6-bf78-f47ef8ae7418 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Install and Configure the MED-V Server Component diff --git a/mdop/medv-v1/how-to-install-med-v-client-and-med-v-management-console.md b/mdop/medv-v1/how-to-install-med-v-client-and-med-v-management-console.md index 3a1d907df8..dda3cf38cc 100644 --- a/mdop/medv-v1/how-to-install-med-v-client-and-med-v-management-console.md +++ b/mdop/medv-v1/how-to-install-med-v-client-and-med-v-management-console.md @@ -1,10 +1,15 @@ --- title: How to Install MED-V Client and MED-V Management Console description: How to Install MED-V Client and MED-V Management Console -ms.assetid: 8a5f3010-3a50-487e-99d8-e352e5cb51c6 author: jamiejdt +ms.assetid: 8a5f3010-3a50-487e-99d8-e352e5cb51c6 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Install MED-V Client and MED-V Management Console diff --git a/mdop/medv-v1/how-to-install-med-v-clientdeployment-package.md b/mdop/medv-v1/how-to-install-med-v-clientdeployment-package.md index 94083269e2..36248f1b14 100644 --- a/mdop/medv-v1/how-to-install-med-v-clientdeployment-package.md +++ b/mdop/medv-v1/how-to-install-med-v-clientdeployment-package.md @@ -1,10 +1,15 @@ --- title: How to Install MED-V Client description: How to Install MED-V Client -ms.assetid: bfac6de7-d96d-4b3e-bd8b-183e051e53c8 author: jamiejdt +ms.assetid: bfac6de7-d96d-4b3e-bd8b-183e051e53c8 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Install MED-V Client diff --git a/mdop/medv-v1/how-to-install-med-v-clientesds.md b/mdop/medv-v1/how-to-install-med-v-clientesds.md index e575f65a33..338528fbd1 100644 --- a/mdop/medv-v1/how-to-install-med-v-clientesds.md +++ b/mdop/medv-v1/how-to-install-med-v-clientesds.md @@ -1,10 +1,15 @@ --- title: How to Install MED-V Client description: How to Install MED-V Client -ms.assetid: fb35f618-684c-474f-9053-b70bb29c3cc0 author: jamiejdt +ms.assetid: fb35f618-684c-474f-9053-b70bb29c3cc0 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Install MED-V Client diff --git a/mdop/medv-v1/how-to-localize-a-med-v-image.md b/mdop/medv-v1/how-to-localize-a-med-v-image.md index eab86d9fb4..dd6f4d42df 100644 --- a/mdop/medv-v1/how-to-localize-a-med-v-image.md +++ b/mdop/medv-v1/how-to-localize-a-med-v-image.md @@ -1,10 +1,15 @@ --- title: How to Localize a MED-V Image description: How to Localize a MED-V Image -ms.assetid: adc148b3-8cfe-42a0-8847-be6b689a673a author: jamiejdt +ms.assetid: adc148b3-8cfe-42a0-8847-be6b689a673a +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Localize a MED-V Image diff --git a/mdop/medv-v1/how-to-lock-and-unlock-a-workspace.md b/mdop/medv-v1/how-to-lock-and-unlock-a-workspace.md index 4a6a6f1364..ddc6f214bc 100644 --- a/mdop/medv-v1/how-to-lock-and-unlock-a-workspace.md +++ b/mdop/medv-v1/how-to-lock-and-unlock-a-workspace.md @@ -1,10 +1,15 @@ --- title: How to Lock and Unlock a Workspace description: How to Lock and Unlock a Workspace -ms.assetid: 027166b9-0e06-4a4e-a8ac-a4d5f429656f author: jamiejdt +ms.assetid: 027166b9-0e06-4a4e-a8ac-a4d5f429656f +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Lock and Unlock a Workspace diff --git a/mdop/medv-v1/how-to-pack-a-med-v-image.md b/mdop/medv-v1/how-to-pack-a-med-v-image.md index e8e4fd0892..7c5169d9cf 100644 --- a/mdop/medv-v1/how-to-pack-a-med-v-image.md +++ b/mdop/medv-v1/how-to-pack-a-med-v-image.md @@ -1,10 +1,15 @@ --- title: How to Pack a MED-V Image description: How to Pack a MED-V Image -ms.assetid: e1ce2307-0f1b-4bf8-b146-e4012dc138d2 author: jamiejdt +ms.assetid: e1ce2307-0f1b-4bf8-b146-e4012dc138d2 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Pack a MED-V Image diff --git a/mdop/medv-v1/how-to-set-advanced-file-transfer-options.md b/mdop/medv-v1/how-to-set-advanced-file-transfer-options.md index 2f0f9a28be..56847daa2d 100644 --- a/mdop/medv-v1/how-to-set-advanced-file-transfer-options.md +++ b/mdop/medv-v1/how-to-set-advanced-file-transfer-options.md @@ -1,10 +1,15 @@ --- title: How to Set Advanced File Transfer Options description: How to Set Advanced File Transfer Options -ms.assetid: 5e9f8749-a5a9-48c6-9bfc-6b8e0cbe6cab author: jamiejdt +ms.assetid: 5e9f8749-a5a9-48c6-9bfc-6b8e0cbe6cab +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Set Advanced File Transfer Options diff --git a/mdop/medv-v1/how-to-set-med-v-workspace-deletion-options.md b/mdop/medv-v1/how-to-set-med-v-workspace-deletion-options.md index bb39252621..49f8397c61 100644 --- a/mdop/medv-v1/how-to-set-med-v-workspace-deletion-options.md +++ b/mdop/medv-v1/how-to-set-med-v-workspace-deletion-options.md @@ -1,10 +1,15 @@ --- title: How to Set MED-V Workspace Deletion Options description: How to Set MED-V Workspace Deletion Options -ms.assetid: 0f85aa81-c188-4115-9141-ceba2473c00e author: jamiejdt +ms.assetid: 0f85aa81-c188-4115-9141-ceba2473c00e +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Set MED-V Workspace Deletion Options diff --git a/mdop/medv-v1/how-to-set-up-script-actions.md b/mdop/medv-v1/how-to-set-up-script-actions.md index 0762f4cf23..cf2b717122 100644 --- a/mdop/medv-v1/how-to-set-up-script-actions.md +++ b/mdop/medv-v1/how-to-set-up-script-actions.md @@ -1,10 +1,15 @@ --- title: How to Set Up Script Actions description: How to Set Up Script Actions -ms.assetid: 367e28f1-d8c2-4845-a01b-2fff9128ccfd author: jamiejdt +ms.assetid: 367e28f1-d8c2-4845-a01b-2fff9128ccfd +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Set Up Script Actions diff --git a/mdop/medv-v1/how-to-share-folders-between-the-host-and-the-med-v-workspace.md b/mdop/medv-v1/how-to-share-folders-between-the-host-and-the-med-v-workspace.md index e1f474381a..53dfeb394b 100644 --- a/mdop/medv-v1/how-to-share-folders-between-the-host-and-the-med-v-workspace.md +++ b/mdop/medv-v1/how-to-share-folders-between-the-host-and-the-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: How to Share Folders Between the Host and the MED-V Workspace description: How to Share Folders Between the Host and the MED-V Workspace -ms.assetid: 3cb295f2-c07e-4ee6-aa3c-ce4c8c45c191 author: jamiejdt +ms.assetid: 3cb295f2-c07e-4ee6-aa3c-ce4c8c45c191 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Share Folders Between the Host and the MED-V Workspace diff --git a/mdop/medv-v1/how-to-start-and-exit-the-med-v-client.md b/mdop/medv-v1/how-to-start-and-exit-the-med-v-client.md index de4d5ec134..21b63d19e9 100644 --- a/mdop/medv-v1/how-to-start-and-exit-the-med-v-client.md +++ b/mdop/medv-v1/how-to-start-and-exit-the-med-v-client.md @@ -1,10 +1,15 @@ --- title: How to Start and Exit the MED-V Client description: How to Start and Exit the MED-V Client -ms.assetid: 3762bad1-6937-40fa-ab5d-61a905865214 author: jamiejdt +ms.assetid: 3762bad1-6937-40fa-ab5d-61a905865214 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Start and Exit the MED-V Client diff --git a/mdop/medv-v1/how-to-start-stop-and-restart-a-med-v-workspace.md b/mdop/medv-v1/how-to-start-stop-and-restart-a-med-v-workspace.md index ccbc14444f..7e70141a67 100644 --- a/mdop/medv-v1/how-to-start-stop-and-restart-a-med-v-workspace.md +++ b/mdop/medv-v1/how-to-start-stop-and-restart-a-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: How to Start, Stop, and Restart a MED-V Workspace description: How to Start, Stop, and Restart a MED-V Workspace -ms.assetid: 54ce139c-8f32-499e-944b-72f123ebfd2d author: jamiejdt +ms.assetid: 54ce139c-8f32-499e-944b-72f123ebfd2d +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Start, Stop, and Restart a MED-V Workspace diff --git a/mdop/medv-v1/how-to-uninstall-med-v-componentsmedvv2.md b/mdop/medv-v1/how-to-uninstall-med-v-componentsmedvv2.md index cda2da0e1c..cbf8247b41 100644 --- a/mdop/medv-v1/how-to-uninstall-med-v-componentsmedvv2.md +++ b/mdop/medv-v1/how-to-uninstall-med-v-componentsmedvv2.md @@ -1,10 +1,15 @@ --- title: How to Uninstall MED-V Components description: How to Uninstall MED-V Components -ms.assetid: 91bdf488-14e7-43ab-972d-9d92421acb86 author: jamiejdt +ms.assetid: 91bdf488-14e7-43ab-972d-9d92421acb86 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Uninstall MED-V Components diff --git a/mdop/medv-v1/how-to-update-a-med-v-image.md b/mdop/medv-v1/how-to-update-a-med-v-image.md index 97a6bcc1e6..75df83602e 100644 --- a/mdop/medv-v1/how-to-update-a-med-v-image.md +++ b/mdop/medv-v1/how-to-update-a-med-v-image.md @@ -1,10 +1,15 @@ --- title: How to Update a MED-V Image description: How to Update a MED-V Image -ms.assetid: 61eacf50-3a00-4bb8-b2f3-7350a6467fa1 author: jamiejdt +ms.assetid: 61eacf50-3a00-4bb8-b2f3-7350a6467fa1 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Update a MED-V Image diff --git a/mdop/medv-v1/how-to-upload-a-med-v-image-to-the-server.md b/mdop/medv-v1/how-to-upload-a-med-v-image-to-the-server.md index 6cab4b0aa5..a78fcd1eca 100644 --- a/mdop/medv-v1/how-to-upload-a-med-v-image-to-the-server.md +++ b/mdop/medv-v1/how-to-upload-a-med-v-image-to-the-server.md @@ -1,10 +1,15 @@ --- title: How to Upload a MED-V Image to the Server description: How to Upload a MED-V Image to the Server -ms.assetid: 0e70dfdf-3e3a-4860-970c-535806caa907 author: jamiejdt +ms.assetid: 0e70dfdf-3e3a-4860-970c-535806caa907 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Upload a MED-V Image to the Server diff --git a/mdop/medv-v1/how-to-view-med-v-settings-and-general-information.md b/mdop/medv-v1/how-to-view-med-v-settings-and-general-information.md index 013ee6087b..99666fb064 100644 --- a/mdop/medv-v1/how-to-view-med-v-settings-and-general-information.md +++ b/mdop/medv-v1/how-to-view-med-v-settings-and-general-information.md @@ -1,10 +1,15 @@ --- title: How to View MED-V Settings and General Information description: How to View MED-V Settings and General Information -ms.assetid: c14e3f30-c4e5-47a3-8ad1-0570fc62d991 author: jamiejdt +ms.assetid: c14e3f30-c4e5-47a3-8ad1-0570fc62d991 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to View MED-V Settings and General Information diff --git a/mdop/medv-v1/how-to-work-with-reports.md b/mdop/medv-v1/how-to-work-with-reports.md index 3068fecb45..92d5d1d55f 100644 --- a/mdop/medv-v1/how-to-work-with-reports.md +++ b/mdop/medv-v1/how-to-work-with-reports.md @@ -1,10 +1,15 @@ --- title: How to Work with Reports description: How to Work with Reports -ms.assetid: b7a660c6-74c3-4ced-a395-9e76a4362a46 author: jamiejdt +ms.assetid: b7a660c6-74c3-4ced-a395-9e76a4362a46 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Work with Reports diff --git a/mdop/medv-v1/identify-the-number-of-med-v-instances.md b/mdop/medv-v1/identify-the-number-of-med-v-instances.md index 898220fd21..8b2dcd1cc4 100644 --- a/mdop/medv-v1/identify-the-number-of-med-v-instances.md +++ b/mdop/medv-v1/identify-the-number-of-med-v-instances.md @@ -1,10 +1,15 @@ --- title: Identify the Number of MED-V Instances description: Identify the Number of MED-V Instances -ms.assetid: edea9bdf-a28c-4d24-9298-7bd6536c3a94 author: jamiejdt +ms.assetid: edea9bdf-a28c-4d24-9298-7bd6536c3a94 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Identify the Number of MED-V Instances diff --git a/mdop/medv-v1/index.md b/mdop/medv-v1/index.md index 3cc3038a29..719002468f 100644 --- a/mdop/medv-v1/index.md +++ b/mdop/medv-v1/index.md @@ -1,10 +1,15 @@ --- title: Microsoft Enterprise Desktop Virtualization Planning, Deployment, and Operations Guide description: Microsoft Enterprise Desktop Virtualization Planning, Deployment, and Operations Guide -ms.assetid: 7bc3e120-df77-4f4c-bc8e-7aaa4c2a6525 author: jamiejdt +ms.assetid: 7bc3e120-df77-4f4c-bc8e-7aaa4c2a6525 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Microsoft Enterprise Desktop Virtualization Planning, Deployment, and Operations Guide diff --git a/mdop/medv-v1/installation-and-upgrade-checklists.md b/mdop/medv-v1/installation-and-upgrade-checklists.md index 27c6aa4967..4e9f219f64 100644 --- a/mdop/medv-v1/installation-and-upgrade-checklists.md +++ b/mdop/medv-v1/installation-and-upgrade-checklists.md @@ -1,10 +1,15 @@ --- title: Installation and Upgrade Checklists description: Installation and Upgrade Checklists -ms.assetid: ccfdde26-4a28-4c14-888d-71b96fe7626e author: jamiejdt +ms.assetid: ccfdde26-4a28-4c14-888d-71b96fe7626e +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Installation and Upgrade Checklists diff --git a/mdop/medv-v1/installing-and-configuring-med-v-components.md b/mdop/medv-v1/installing-and-configuring-med-v-components.md index 6df8fd46aa..d37be9b350 100644 --- a/mdop/medv-v1/installing-and-configuring-med-v-components.md +++ b/mdop/medv-v1/installing-and-configuring-med-v-components.md @@ -1,10 +1,15 @@ --- title: Installing and Configuring MED-V Components description: Installing and Configuring MED-V Components -ms.assetid: 4af90e9f-3c6b-4f7c-8274-56ad24173662 author: jamiejdt +ms.assetid: 4af90e9f-3c6b-4f7c-8274-56ad24173662 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Installing and Configuring MED-V Components diff --git a/mdop/medv-v1/key-scenarios-for-using-med-v.md b/mdop/medv-v1/key-scenarios-for-using-med-v.md index 283a45396f..7fec975c66 100644 --- a/mdop/medv-v1/key-scenarios-for-using-med-v.md +++ b/mdop/medv-v1/key-scenarios-for-using-med-v.md @@ -1,10 +1,15 @@ --- title: Key Scenarios for Using MED-V description: Key Scenarios for Using MED-V -ms.assetid: e35075e2-3401-49ae-810d-1bd51ebc7924 author: jamiejdt +ms.assetid: e35075e2-3401-49ae-810d-1bd51ebc7924 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Key Scenarios for Using MED-V diff --git a/mdop/medv-v1/med-v-10-installation-checklist.md b/mdop/medv-v1/med-v-10-installation-checklist.md index f9f93b628c..7eadd42fb8 100644 --- a/mdop/medv-v1/med-v-10-installation-checklist.md +++ b/mdop/medv-v1/med-v-10-installation-checklist.md @@ -1,10 +1,15 @@ --- title: MED-V 1.0 Installation Checklist description: MED-V 1.0 Installation Checklist -ms.assetid: a81fd5b0-29b3-4ddc-8f60-7d44c2be9794 author: jamiejdt +ms.assetid: a81fd5b0-29b3-4ddc-8f60-7d44c2be9794 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V 1.0 Installation Checklist diff --git a/mdop/medv-v1/med-v-10-release-notesmedv-10.md b/mdop/medv-v1/med-v-10-release-notesmedv-10.md index d0ce225891..7a6f3b5d00 100644 --- a/mdop/medv-v1/med-v-10-release-notesmedv-10.md +++ b/mdop/medv-v1/med-v-10-release-notesmedv-10.md @@ -1,10 +1,15 @@ --- title: MED-V 1.0 Release Notes description: MED-V 1.0 Release Notes -ms.assetid: 006a3537-5c5b-43b5-8df8-4bf6ddd3cd2f author: jamiejdt +ms.assetid: 006a3537-5c5b-43b5-8df8-4bf6ddd3cd2f +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V 1.0 Release Notes diff --git a/mdop/medv-v1/med-v-10-sp1-and-sp2-release-notesmedv-10-sp1.md b/mdop/medv-v1/med-v-10-sp1-and-sp2-release-notesmedv-10-sp1.md index ef3ff6771d..d35cdc8ee7 100644 --- a/mdop/medv-v1/med-v-10-sp1-and-sp2-release-notesmedv-10-sp1.md +++ b/mdop/medv-v1/med-v-10-sp1-and-sp2-release-notesmedv-10-sp1.md @@ -1,10 +1,15 @@ --- title: MED-V 1.0 SP1 and SP2 Release Notes description: MED-V 1.0 SP1 and SP2 Release Notes -ms.assetid: 0fde8732-8ad2-483c-b094-7996ed9f2766 author: jamiejdt +ms.assetid: 0fde8732-8ad2-483c-b094-7996ed9f2766 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V 1.0 SP1 and SP2 Release Notes diff --git a/mdop/medv-v1/med-v-10-sp1-supported-configurationsmedv-10-sp1.md b/mdop/medv-v1/med-v-10-sp1-supported-configurationsmedv-10-sp1.md index cb7e253cf9..467c2a0a98 100644 --- a/mdop/medv-v1/med-v-10-sp1-supported-configurationsmedv-10-sp1.md +++ b/mdop/medv-v1/med-v-10-sp1-supported-configurationsmedv-10-sp1.md @@ -1,10 +1,15 @@ --- title: MED-V 1.0 SP1 Supported Configurations description: MED-V 1.0 SP1 Supported Configurations -ms.assetid: 4dcf37c4-a061-43d2-878c-28efc87c3cdd author: jamiejdt +ms.assetid: 4dcf37c4-a061-43d2-878c-28efc87c3cdd +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V 1.0 SP1 Supported Configurations diff --git a/mdop/medv-v1/med-v-10-sp1-upgrade-checklistmedv-10-sp1.md b/mdop/medv-v1/med-v-10-sp1-upgrade-checklistmedv-10-sp1.md index 716475afae..954bf2174e 100644 --- a/mdop/medv-v1/med-v-10-sp1-upgrade-checklistmedv-10-sp1.md +++ b/mdop/medv-v1/med-v-10-sp1-upgrade-checklistmedv-10-sp1.md @@ -1,10 +1,15 @@ --- title: MED-V 1.0 SP1 Upgrade Checklist description: MED-V 1.0 SP1 Upgrade Checklist -ms.assetid: 1a462b37-8c7a-4826-9175-0b1b701d345b author: jamiejdt +ms.assetid: 1a462b37-8c7a-4826-9175-0b1b701d345b +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V 1.0 SP1 Upgrade Checklist diff --git a/mdop/medv-v1/med-v-10-supported-configurationsmedv-10.md b/mdop/medv-v1/med-v-10-supported-configurationsmedv-10.md index 70722bb1e6..d91132d4c3 100644 --- a/mdop/medv-v1/med-v-10-supported-configurationsmedv-10.md +++ b/mdop/medv-v1/med-v-10-supported-configurationsmedv-10.md @@ -1,10 +1,15 @@ --- title: MED-V 1.0 Supported Configurations description: MED-V 1.0 Supported Configurations -ms.assetid: 74643de6-549e-4177-a559-6407e156ed3a author: jamiejdt +ms.assetid: 74643de6-549e-4177-a559-6407e156ed3a +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V 1.0 Supported Configurations diff --git a/mdop/medv-v1/med-v-client-operations.md b/mdop/medv-v1/med-v-client-operations.md index ebc62086a3..30da8ccb55 100644 --- a/mdop/medv-v1/med-v-client-operations.md +++ b/mdop/medv-v1/med-v-client-operations.md @@ -1,10 +1,15 @@ --- title: MED-V Client Operations description: MED-V Client Operations -ms.assetid: 4a5fffd2-f3f4-4e86-8529-e1386ba46c9a author: jamiejdt +ms.assetid: 4a5fffd2-f3f4-4e86-8529-e1386ba46c9a +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V Client Operations diff --git a/mdop/medv-v1/med-v-client-toolsv2.md b/mdop/medv-v1/med-v-client-toolsv2.md index b301d68cc2..6875642410 100644 --- a/mdop/medv-v1/med-v-client-toolsv2.md +++ b/mdop/medv-v1/med-v-client-toolsv2.md @@ -1,10 +1,15 @@ --- title: MED-V Client Tools description: MED-V Client Tools -ms.assetid: ea18d82e-2433-4754-85ac-6eac84bcbb01 author: jamiejdt +ms.assetid: ea18d82e-2433-4754-85ac-6eac84bcbb01 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V Client Tools diff --git a/mdop/medv-v1/med-v-deployment-and-configuration.md b/mdop/medv-v1/med-v-deployment-and-configuration.md index ee05298d54..923b561aeb 100644 --- a/mdop/medv-v1/med-v-deployment-and-configuration.md +++ b/mdop/medv-v1/med-v-deployment-and-configuration.md @@ -1,10 +1,15 @@ --- title: MED-V Deployment and Configuration description: MED-V Deployment and Configuration -ms.assetid: 3a224c78-58b0-454c-ad6d-5ce87fbb2526 author: jamiejdt +ms.assetid: 3a224c78-58b0-454c-ad6d-5ce87fbb2526 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V Deployment and Configuration diff --git a/mdop/medv-v1/med-v-infrastructure-planning-and-design.md b/mdop/medv-v1/med-v-infrastructure-planning-and-design.md index d5bcba9101..9dc61462fa 100644 --- a/mdop/medv-v1/med-v-infrastructure-planning-and-design.md +++ b/mdop/medv-v1/med-v-infrastructure-planning-and-design.md @@ -1,10 +1,15 @@ --- title: MED-V Infrastructure Planning and Design description: MED-V Infrastructure Planning and Design -ms.assetid: 6129b8f6-4b20-4403-8edd-68b007791139 author: jamiejdt +ms.assetid: 6129b8f6-4b20-4403-8edd-68b007791139 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V Infrastructure Planning and Design diff --git a/mdop/medv-v1/med-v-installation-prerequisites.md b/mdop/medv-v1/med-v-installation-prerequisites.md index bb3c57f58d..3957776b1d 100644 --- a/mdop/medv-v1/med-v-installation-prerequisites.md +++ b/mdop/medv-v1/med-v-installation-prerequisites.md @@ -1,10 +1,15 @@ --- title: MED-V Installation Prerequisites description: MED-V Installation Prerequisites -ms.assetid: cf3c0906-23eb-4c4a-8951-a65741720f95 author: jamiejdt +ms.assetid: cf3c0906-23eb-4c4a-8951-a65741720f95 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V Installation Prerequisites diff --git a/mdop/medv-v1/med-v-operations.md b/mdop/medv-v1/med-v-operations.md index c4e8024536..7b36ca8a8f 100644 --- a/mdop/medv-v1/med-v-operations.md +++ b/mdop/medv-v1/med-v-operations.md @@ -1,10 +1,15 @@ --- title: MED-V Operations description: MED-V Operations -ms.assetid: ce362dc0-47a4-4e66-af64-66734fa50c08 author: jamiejdt +ms.assetid: ce362dc0-47a4-4e66-af64-66734fa50c08 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V Operations diff --git a/mdop/medv-v1/med-v-reporting.md b/mdop/medv-v1/med-v-reporting.md index b03a886af1..35d5ad7290 100644 --- a/mdop/medv-v1/med-v-reporting.md +++ b/mdop/medv-v1/med-v-reporting.md @@ -1,10 +1,15 @@ --- title: MED-V Reporting description: MED-V Reporting -ms.assetid: b379153b-be89-4a76-a284-2bb4591c3490 author: jamiejdt +ms.assetid: b379153b-be89-4a76-a284-2bb4591c3490 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V Reporting diff --git a/mdop/medv-v1/med-v-trim-transfer-technology-medvv2.md b/mdop/medv-v1/med-v-trim-transfer-technology-medvv2.md index 76f4f83844..1033cfcf53 100644 --- a/mdop/medv-v1/med-v-trim-transfer-technology-medvv2.md +++ b/mdop/medv-v1/med-v-trim-transfer-technology-medvv2.md @@ -1,10 +1,15 @@ --- title: MED-V Trim Transfer Technology description: MED-V Trim Transfer Technology -ms.assetid: 2744e855-a486-4028-9606-f0084794ec65 author: jamiejdt +ms.assetid: 2744e855-a486-4028-9606-f0084794ec65 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V Trim Transfer Technology diff --git a/mdop/medv-v1/overview-of-med-v.md b/mdop/medv-v1/overview-of-med-v.md index b52f3b819a..1f3fcc1bcc 100644 --- a/mdop/medv-v1/overview-of-med-v.md +++ b/mdop/medv-v1/overview-of-med-v.md @@ -1,10 +1,15 @@ --- title: Overview of MED-V description: Overview of MED-V -ms.assetid: 32a85b79-91b0-4507-a57a-01ff0fa029f5 author: jamiejdt +ms.assetid: 32a85b79-91b0-4507-a57a-01ff0fa029f5 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Overview of MED-V diff --git a/mdop/medv-v1/supported-configurationsmedv-orientation.md b/mdop/medv-v1/supported-configurationsmedv-orientation.md index a25aed73b8..d168f70f05 100644 --- a/mdop/medv-v1/supported-configurationsmedv-orientation.md +++ b/mdop/medv-v1/supported-configurationsmedv-orientation.md @@ -1,10 +1,15 @@ --- title: Supported Configurations description: Supported Configurations -ms.assetid: c1438455-445a-4bc8-ae20-483b26181f6f author: jamiejdt +ms.assetid: c1438455-445a-4bc8-ae20-483b26181f6f +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Supported Configurations diff --git a/mdop/medv-v1/technical-referencemedv-10-sp1.md b/mdop/medv-v1/technical-referencemedv-10-sp1.md index 381b506def..1efe4620fa 100644 --- a/mdop/medv-v1/technical-referencemedv-10-sp1.md +++ b/mdop/medv-v1/technical-referencemedv-10-sp1.md @@ -1,10 +1,15 @@ --- title: Technical Reference description: Technical Reference -ms.assetid: 387462c7-bb46-40b8-b4cf-ee9453972582 author: jamiejdt +ms.assetid: 387462c7-bb46-40b8-b4cf-ee9453972582 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Technical Reference diff --git a/mdop/medv-v1/troubleshooting-med-v.md b/mdop/medv-v1/troubleshooting-med-v.md index 2c99381dc4..d6768d8269 100644 --- a/mdop/medv-v1/troubleshooting-med-v.md +++ b/mdop/medv-v1/troubleshooting-med-v.md @@ -1,10 +1,15 @@ --- title: Troubleshooting MED-V description: Troubleshooting MED-V -ms.assetid: f43dae36-6485-4e06-9c66-0a646e27079d author: jamiejdt +ms.assetid: f43dae36-6485-4e06-9c66-0a646e27079d +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Troubleshooting MED-V diff --git a/mdop/medv-v1/updating-a-med-v-workspace-image.md b/mdop/medv-v1/updating-a-med-v-workspace-image.md index 7b31ab3d0b..8eafbd50c9 100644 --- a/mdop/medv-v1/updating-a-med-v-workspace-image.md +++ b/mdop/medv-v1/updating-a-med-v-workspace-image.md @@ -1,10 +1,15 @@ --- title: Updating a MED-V Workspace Image description: Updating a MED-V Workspace Image -ms.assetid: 1b9c4a73-3487-43d2-98e3-43dbc79e10e3 author: jamiejdt +ms.assetid: 1b9c4a73-3487-43d2-98e3-43dbc79e10e3 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Updating a MED-V Workspace Image diff --git a/mdop/medv-v1/using-the-med-v-management-console-user-interface.md b/mdop/medv-v1/using-the-med-v-management-console-user-interface.md index 6b0c45d8dc..aa7277089b 100644 --- a/mdop/medv-v1/using-the-med-v-management-console-user-interface.md +++ b/mdop/medv-v1/using-the-med-v-management-console-user-interface.md @@ -1,10 +1,15 @@ --- title: Using the MED-V Management Console User Interface description: Using the MED-V Management Console User Interface -ms.assetid: f42714d7-6f0c-4995-ab31-d4ef0845a22c author: jamiejdt +ms.assetid: f42714d7-6f0c-4995-ab31-d4ef0845a22c +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Using the MED-V Management Console User Interface diff --git a/mdop/medv-v2/about-med-v-20.md b/mdop/medv-v2/about-med-v-20.md index 73c830a37d..83fab94f9c 100644 --- a/mdop/medv-v2/about-med-v-20.md +++ b/mdop/medv-v2/about-med-v-20.md @@ -1,10 +1,15 @@ --- title: About MED-V 2.0 description: About MED-V 2.0 -ms.assetid: 7ec53f2c-db6e-4a6b-a069-99d0c25cd101 author: jamiejdt +ms.assetid: 7ec53f2c-db6e-4a6b-a069-99d0c25cd101 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # About MED-V 2.0 diff --git a/mdop/medv-v2/authentication-of-med-v-end-users.md b/mdop/medv-v2/authentication-of-med-v-end-users.md index fd223b6140..a5fb5dbfb7 100644 --- a/mdop/medv-v2/authentication-of-med-v-end-users.md +++ b/mdop/medv-v2/authentication-of-med-v-end-users.md @@ -1,10 +1,15 @@ --- title: Authentication of MED-V End Users description: Authentication of MED-V End Users -ms.assetid: aaf96eb6-91d1-4f4d-9854-5fc73c7ae7ab author: jamiejdt +ms.assetid: aaf96eb6-91d1-4f4d-9854-5fc73c7ae7ab +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Authentication of MED-V End Users diff --git a/mdop/medv-v2/command-line-options-for-med-v-installation-files.md b/mdop/medv-v2/command-line-options-for-med-v-installation-files.md index 6887072a41..aaccc63b65 100644 --- a/mdop/medv-v2/command-line-options-for-med-v-installation-files.md +++ b/mdop/medv-v2/command-line-options-for-med-v-installation-files.md @@ -1,10 +1,15 @@ --- title: Command-Line Options for MED-V Installation Files description: Command-Line Options for MED-V Installation Files -ms.assetid: 7b8cd3e4-1d09-44a0-b690-f85b0d0a6b02 author: jamiejdt +ms.assetid: 7b8cd3e4-1d09-44a0-b690-f85b0d0a6b02 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Command-Line Options for MED-V Installation Files diff --git a/mdop/medv-v2/compacting-the-med-v-virtual-hard-disk.md b/mdop/medv-v2/compacting-the-med-v-virtual-hard-disk.md index 8be06cbdf6..421279d073 100644 --- a/mdop/medv-v2/compacting-the-med-v-virtual-hard-disk.md +++ b/mdop/medv-v2/compacting-the-med-v-virtual-hard-disk.md @@ -1,10 +1,15 @@ --- title: Compacting the MED-V Virtual Hard Disk description: Compacting the MED-V Virtual Hard Disk -ms.assetid: 5e6122d1-9847-4b33-adab-594919eec3c5 author: jamiejdt +ms.assetid: 5e6122d1-9847-4b33-adab-594919eec3c5 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Compacting the MED-V Virtual Hard Disk diff --git a/mdop/medv-v2/configure-environment-prerequisites.md b/mdop/medv-v2/configure-environment-prerequisites.md index 1ccefb3c24..8e5f590264 100644 --- a/mdop/medv-v2/configure-environment-prerequisites.md +++ b/mdop/medv-v2/configure-environment-prerequisites.md @@ -1,10 +1,15 @@ --- title: Configure Environment Prerequisites description: Configure Environment Prerequisites -ms.assetid: 7379e8e5-1cb2-4b8e-8acc-5c04e26f8c91 author: jamiejdt +ms.assetid: 7379e8e5-1cb2-4b8e-8acc-5c04e26f8c91 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Configure Environment Prerequisites diff --git a/mdop/medv-v2/configure-installation-prerequisites.md b/mdop/medv-v2/configure-installation-prerequisites.md index 9d6ce406a2..7248ec2a87 100644 --- a/mdop/medv-v2/configure-installation-prerequisites.md +++ b/mdop/medv-v2/configure-installation-prerequisites.md @@ -1,10 +1,15 @@ --- title: Configure Installation Prerequisites description: Configure Installation Prerequisites -ms.assetid: ff9cf28a-3eac-4b6c-8ce9-bfc202f57947 author: jamiejdt +ms.assetid: ff9cf28a-3eac-4b6c-8ce9-bfc202f57947 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Configure Installation Prerequisites diff --git a/mdop/medv-v2/configuring-a-windows-virtual-pc-image-for-med-v.md b/mdop/medv-v2/configuring-a-windows-virtual-pc-image-for-med-v.md index bda89db331..887be3896a 100644 --- a/mdop/medv-v2/configuring-a-windows-virtual-pc-image-for-med-v.md +++ b/mdop/medv-v2/configuring-a-windows-virtual-pc-image-for-med-v.md @@ -1,10 +1,15 @@ --- title: Configuring a Windows Virtual PC Image for MED-V description: Configuring a Windows Virtual PC Image for MED-V -ms.assetid: d87a0df8-9e08-4d1e-bfb0-9dc3cebf0d28 author: jamiejdt +ms.assetid: d87a0df8-9e08-4d1e-bfb0-9dc3cebf0d28 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Configuring a Windows Virtual PC Image for MED-V diff --git a/mdop/medv-v2/configuring-advanced-settings-by-using-windows-powershell.md b/mdop/medv-v2/configuring-advanced-settings-by-using-windows-powershell.md index 83328e3289..e7fca0b5e5 100644 --- a/mdop/medv-v2/configuring-advanced-settings-by-using-windows-powershell.md +++ b/mdop/medv-v2/configuring-advanced-settings-by-using-windows-powershell.md @@ -1,10 +1,15 @@ --- title: Configuring Advanced Settings by Using Windows PowerShell description: Configuring Advanced Settings by Using Windows PowerShell -ms.assetid: 437a31cc-2a11-456f-b448-b0b869fb53f7 author: jamiejdt +ms.assetid: 437a31cc-2a11-456f-b448-b0b869fb53f7 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Configuring Advanced Settings by Using Windows PowerShell diff --git a/mdop/medv-v2/create-a-med-v-workspace-package.md b/mdop/medv-v2/create-a-med-v-workspace-package.md index 2bc297f9b5..151b12f601 100644 --- a/mdop/medv-v2/create-a-med-v-workspace-package.md +++ b/mdop/medv-v2/create-a-med-v-workspace-package.md @@ -1,10 +1,15 @@ --- title: Create a MED-V Workspace Package description: Create a MED-V Workspace Package -ms.assetid: 3f75fe73-41ac-4389-ae21-5efb2d437f4d author: jamiejdt +ms.assetid: 3f75fe73-41ac-4389-ae21-5efb2d437f4d +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Create a MED-V Workspace Package diff --git a/mdop/medv-v2/creating-a-windows-virtual-pc-image-for-med-v.md b/mdop/medv-v2/creating-a-windows-virtual-pc-image-for-med-v.md index 9b6bba9d08..14202ab249 100644 --- a/mdop/medv-v2/creating-a-windows-virtual-pc-image-for-med-v.md +++ b/mdop/medv-v2/creating-a-windows-virtual-pc-image-for-med-v.md @@ -1,10 +1,15 @@ --- title: Creating a Windows Virtual PC Image for MED-V description: Creating a Windows Virtual PC Image for MED-V -ms.assetid: fd7c0b1a-0769-4e7b-ad1a-dad19cca081f author: jamiejdt +ms.assetid: fd7c0b1a-0769-4e7b-ad1a-dad19cca081f +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Creating a Windows Virtual PC Image for MED-V diff --git a/mdop/medv-v2/define-and-plan-your-med-v-deployment.md b/mdop/medv-v2/define-and-plan-your-med-v-deployment.md index b0d160357c..a40c37f5e5 100644 --- a/mdop/medv-v2/define-and-plan-your-med-v-deployment.md +++ b/mdop/medv-v2/define-and-plan-your-med-v-deployment.md @@ -1,10 +1,15 @@ --- title: Define and Plan your MED-V Deployment description: Define and Plan your MED-V Deployment -ms.assetid: a90945cc-dc37-4548-963d-e0c6f8ba0467 author: jamiejdt +ms.assetid: a90945cc-dc37-4548-963d-e0c6f8ba0467 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Define and Plan your MED-V Deployment diff --git a/mdop/medv-v2/deploy-the-med-v-components.md b/mdop/medv-v2/deploy-the-med-v-components.md index c97222c77a..d0c824c576 100644 --- a/mdop/medv-v2/deploy-the-med-v-components.md +++ b/mdop/medv-v2/deploy-the-med-v-components.md @@ -1,10 +1,15 @@ --- title: Deploy the MED-V Components description: Deploy the MED-V Components -ms.assetid: fc2c5ef2-9c71-412a-8f6c-93df248f77d6 author: jamiejdt +ms.assetid: fc2c5ef2-9c71-412a-8f6c-93df248f77d6 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Deploy the MED-V Components diff --git a/mdop/medv-v2/deploying-the-med-v-workspace-package.md b/mdop/medv-v2/deploying-the-med-v-workspace-package.md index b271bf9d2b..ece896493e 100644 --- a/mdop/medv-v2/deploying-the-med-v-workspace-package.md +++ b/mdop/medv-v2/deploying-the-med-v-workspace-package.md @@ -1,10 +1,15 @@ --- title: Deploying the MED-V Workspace Package description: Deploying the MED-V Workspace Package -ms.assetid: f314425a-d60f-4b8d-b71f-d13d1da9297f author: jamiejdt +ms.assetid: f314425a-d60f-4b8d-b71f-d13d1da9297f +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Deploying the MED-V Workspace Package diff --git a/mdop/medv-v2/deployment-of-med-v.md b/mdop/medv-v2/deployment-of-med-v.md index 4ce6ce1653..0364237144 100644 --- a/mdop/medv-v2/deployment-of-med-v.md +++ b/mdop/medv-v2/deployment-of-med-v.md @@ -1,10 +1,15 @@ --- title: Deployment of MED-V description: Deployment of MED-V -ms.assetid: 52ea8ae4-ec2e-4cb8-ab38-e6400f47d3ba author: jamiejdt +ms.assetid: 52ea8ae4-ec2e-4cb8-ab38-e6400f47d3ba +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Deployment of MED-V diff --git a/mdop/medv-v2/deployment-troubleshooting.md b/mdop/medv-v2/deployment-troubleshooting.md index 9917db009c..d84090b425 100644 --- a/mdop/medv-v2/deployment-troubleshooting.md +++ b/mdop/medv-v2/deployment-troubleshooting.md @@ -1,10 +1,15 @@ --- title: Deployment Troubleshooting description: Deployment Troubleshooting -ms.assetid: 9ee980f2-4e77-4020-9f0e-8c2ffdc390ad author: jamiejdt +ms.assetid: 9ee980f2-4e77-4020-9f0e-8c2ffdc390ad +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Deployment Troubleshooting diff --git a/mdop/medv-v2/detecting-network-changes-that-affect-med-v.md b/mdop/medv-v2/detecting-network-changes-that-affect-med-v.md index 300551c6fb..6a932cb544 100644 --- a/mdop/medv-v2/detecting-network-changes-that-affect-med-v.md +++ b/mdop/medv-v2/detecting-network-changes-that-affect-med-v.md @@ -1,10 +1,15 @@ --- title: Detecting Network Changes that Affect MED-V description: Detecting Network Changes that Affect MED-V -ms.assetid: fd29b95a-cda2-464d-b86d-50b6bd64b4ca author: jamiejdt +ms.assetid: fd29b95a-cda2-464d-b86d-50b6bd64b4ca +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Detecting Network Changes that Affect MED-V diff --git a/mdop/medv-v2/determining-how-med-v-will-be-deployed.md b/mdop/medv-v2/determining-how-med-v-will-be-deployed.md index f50f0e74ea..cfd3d8eece 100644 --- a/mdop/medv-v2/determining-how-med-v-will-be-deployed.md +++ b/mdop/medv-v2/determining-how-med-v-will-be-deployed.md @@ -1,10 +1,15 @@ --- title: Determining How MED-V Will Be Deployed description: Determining How MED-V Will Be Deployed -ms.assetid: addbfef6-799e-4fe7-87d2-7e096a5ef5a5 author: jamiejdt +ms.assetid: addbfef6-799e-4fe7-87d2-7e096a5ef5a5 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Determining How MED-V Will Be Deployed diff --git a/mdop/medv-v2/end-to-end-deployment-scenario-for-med-v-20.md b/mdop/medv-v2/end-to-end-deployment-scenario-for-med-v-20.md index 021d042cf4..3c132dc79b 100644 --- a/mdop/medv-v2/end-to-end-deployment-scenario-for-med-v-20.md +++ b/mdop/medv-v2/end-to-end-deployment-scenario-for-med-v-20.md @@ -1,10 +1,15 @@ --- title: End-to-End Deployment Scenario for MED-V 2.0 description: End-to-End Deployment Scenario for MED-V 2.0 -ms.assetid: 91bb5a9a-5fb1-4743-8494-9d4dee2ec222 author: jamiejdt +ms.assetid: 91bb5a9a-5fb1-4743-8494-9d4dee2ec222 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # End-to-End Deployment Scenario for MED-V 2.0 diff --git a/mdop/medv-v2/end-to-end-operations-scenario-for-med-v-20.md b/mdop/medv-v2/end-to-end-operations-scenario-for-med-v-20.md index 153063f197..5a971ee220 100644 --- a/mdop/medv-v2/end-to-end-operations-scenario-for-med-v-20.md +++ b/mdop/medv-v2/end-to-end-operations-scenario-for-med-v-20.md @@ -1,10 +1,15 @@ --- title: End-to-End Operations Scenario for MED-V 2.0 description: End-to-End Operations Scenario for MED-V 2.0 -ms.assetid: 1d87f5f3-9fc5-4731-8bd1-c155714f34ee author: jamiejdt +ms.assetid: 1d87f5f3-9fc5-4731-8bd1-c155714f34ee +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # End-to-End Operations Scenario for MED-V 2.0 diff --git a/mdop/medv-v2/end-to-end-planning-scenario-for-med-v-20.md b/mdop/medv-v2/end-to-end-planning-scenario-for-med-v-20.md index 1c33d5395a..c039b88d50 100644 --- a/mdop/medv-v2/end-to-end-planning-scenario-for-med-v-20.md +++ b/mdop/medv-v2/end-to-end-planning-scenario-for-med-v-20.md @@ -1,10 +1,15 @@ --- title: End-to-End Planning Scenario for MED-V 2.0 description: End-to-End Planning Scenario for MED-V 2.0 -ms.assetid: e7833883-be93-4b42-9fa3-5c4d9a919058 author: jamiejdt +ms.assetid: e7833883-be93-4b42-9fa3-5c4d9a919058 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # End-to-End Planning Scenario for MED-V 2.0 diff --git a/mdop/medv-v2/example-med-v-checklists.md b/mdop/medv-v2/example-med-v-checklists.md index 4b8bb75c86..3b9c78f63a 100644 --- a/mdop/medv-v2/example-med-v-checklists.md +++ b/mdop/medv-v2/example-med-v-checklists.md @@ -1,10 +1,15 @@ --- title: Example MED-V Checklists description: Example MED-V Checklists -ms.assetid: cf9c33e8-1b7a-4306-92f6-edbb70ab23b5 author: jamiejdt +ms.assetid: cf9c33e8-1b7a-4306-92f6-edbb70ab23b5 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Example MED-V Checklists diff --git a/mdop/medv-v2/example-med-v-environment-planning-checklist.md b/mdop/medv-v2/example-med-v-environment-planning-checklist.md index 0c68963b9a..c5fca466ad 100644 --- a/mdop/medv-v2/example-med-v-environment-planning-checklist.md +++ b/mdop/medv-v2/example-med-v-environment-planning-checklist.md @@ -1,10 +1,15 @@ --- title: Example MED-V Environment Planning Checklist description: Example MED-V Environment Planning Checklist -ms.assetid: 877d1660-abef-4e81-ab3a-a8a3ec181d26 author: jamiejdt +ms.assetid: 877d1660-abef-4e81-ab3a-a8a3ec181d26 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Example MED-V Environment Planning Checklist diff --git a/mdop/medv-v2/example-med-v-image-preparation-checklist.md b/mdop/medv-v2/example-med-v-image-preparation-checklist.md index 56824783b3..5498642b40 100644 --- a/mdop/medv-v2/example-med-v-image-preparation-checklist.md +++ b/mdop/medv-v2/example-med-v-image-preparation-checklist.md @@ -1,10 +1,15 @@ --- title: Example MED-V Image Preparation Checklist description: Example MED-V Image Preparation Checklist -ms.assetid: d69f252f-624b-439e-814b-b68cdaf7d582 author: jamiejdt +ms.assetid: d69f252f-624b-439e-814b-b68cdaf7d582 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Example MED-V Image Preparation Checklist diff --git a/mdop/medv-v2/example-med-v-project-planning-checklist.md b/mdop/medv-v2/example-med-v-project-planning-checklist.md index 3e4dd0fe05..fed85721e1 100644 --- a/mdop/medv-v2/example-med-v-project-planning-checklist.md +++ b/mdop/medv-v2/example-med-v-project-planning-checklist.md @@ -1,10 +1,15 @@ --- title: Example MED-V Project Planning Checklist description: Example MED-V Project Planning Checklist -ms.assetid: 2b599bcb-1808-43ba-a689-1642bda24511 author: jamiejdt +ms.assetid: 2b599bcb-1808-43ba-a689-1642bda24511 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Example MED-V Project Planning Checklist diff --git a/mdop/medv-v2/example-med-v-system-installation-checklist.md b/mdop/medv-v2/example-med-v-system-installation-checklist.md index 5169088ca0..62ae957d48 100644 --- a/mdop/medv-v2/example-med-v-system-installation-checklist.md +++ b/mdop/medv-v2/example-med-v-system-installation-checklist.md @@ -1,10 +1,15 @@ --- title: Example MED-V System Installation Checklist description: Example MED-V System Installation Checklist -ms.assetid: 9e5673ba-dee4-4680-9c57-a149beab14d3 author: jamiejdt +ms.assetid: 9e5673ba-dee4-4680-9c57-a149beab14d3 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Example MED-V System Installation Checklist diff --git a/mdop/medv-v2/example-med-v-workspace-deployment-checklist.md b/mdop/medv-v2/example-med-v-workspace-deployment-checklist.md index 6909cc7db1..209d7bc364 100644 --- a/mdop/medv-v2/example-med-v-workspace-deployment-checklist.md +++ b/mdop/medv-v2/example-med-v-workspace-deployment-checklist.md @@ -1,10 +1,15 @@ --- title: Example MED-V Workspace Deployment Checklist description: Example MED-V Workspace Deployment Checklist -ms.assetid: d8857883-9b2d-40ac-9136-59e4e20e02fe author: jamiejdt +ms.assetid: d8857883-9b2d-40ac-9136-59e4e20e02fe +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Example MED-V Workspace Deployment Checklist diff --git a/mdop/medv-v2/getting-started-with-med-vmedv2.md b/mdop/medv-v2/getting-started-with-med-vmedv2.md index 69b5e85cf1..025d4b0a62 100644 --- a/mdop/medv-v2/getting-started-with-med-vmedv2.md +++ b/mdop/medv-v2/getting-started-with-med-vmedv2.md @@ -1,10 +1,15 @@ --- title: Getting Started with MED-V description: Getting Started with MED-V -ms.assetid: 283734d7-231c-45b6-92c9-c95a46ec3628 author: jamiejdt +ms.assetid: 283734d7-231c-45b6-92c9-c95a46ec3628 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Getting Started with MED-V diff --git a/mdop/medv-v2/high-level-architecturemedv2.md b/mdop/medv-v2/high-level-architecturemedv2.md index cdda5d5d30..76e5ec9d2d 100644 --- a/mdop/medv-v2/high-level-architecturemedv2.md +++ b/mdop/medv-v2/high-level-architecturemedv2.md @@ -1,10 +1,15 @@ --- title: High-Level Architecture description: High-Level Architecture -ms.assetid: a00edb9f-207b-4f32-9e8f-522ea2739d2f author: jamiejdt +ms.assetid: a00edb9f-207b-4f32-9e8f-522ea2739d2f +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # High-Level Architecture diff --git a/mdop/medv-v2/how-to-add-or-remove-url-redirection-information-in-a-deployed-med-v-workspace.md b/mdop/medv-v2/how-to-add-or-remove-url-redirection-information-in-a-deployed-med-v-workspace.md index ce526af56e..f020b8536e 100644 --- a/mdop/medv-v2/how-to-add-or-remove-url-redirection-information-in-a-deployed-med-v-workspace.md +++ b/mdop/medv-v2/how-to-add-or-remove-url-redirection-information-in-a-deployed-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: How to Add or Remove URL Redirection Information in a Deployed MED-V Workspace description: How to Add or Remove URL Redirection Information in a Deployed MED-V Workspace -ms.assetid: bf55848d-bf77-452e-aaa5-4dd4868ff5bd author: jamiejdt +ms.assetid: bf55848d-bf77-452e-aaa5-4dd4868ff5bd +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Add or Remove URL Redirection Information in a Deployed MED-V Workspace diff --git a/mdop/medv-v2/how-to-create-a-test-environment.md b/mdop/medv-v2/how-to-create-a-test-environment.md index 408e271903..1eac5980ee 100644 --- a/mdop/medv-v2/how-to-create-a-test-environment.md +++ b/mdop/medv-v2/how-to-create-a-test-environment.md @@ -1,10 +1,15 @@ --- title: How to Create a Test Environment description: How to Create a Test Environment -ms.assetid: a0db2299-16f3-4516-8769-7d55ca4a1e98 author: jamiejdt +ms.assetid: a0db2299-16f3-4516-8769-7d55ca4a1e98 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Create a Test Environment diff --git a/mdop/medv-v2/how-to-deploy-a-med-v-workspace-in-a-windows-7-image.md b/mdop/medv-v2/how-to-deploy-a-med-v-workspace-in-a-windows-7-image.md index bbc4523bf7..d642c59eee 100644 --- a/mdop/medv-v2/how-to-deploy-a-med-v-workspace-in-a-windows-7-image.md +++ b/mdop/medv-v2/how-to-deploy-a-med-v-workspace-in-a-windows-7-image.md @@ -1,10 +1,15 @@ --- title: How to Deploy a MED-V Workspace in a Windows 7 Image description: How to Deploy a MED-V Workspace in a Windows 7 Image -ms.assetid: a83aba4e-8681-4906-9872-f431c0bb15f9 author: jamiejdt +ms.assetid: a83aba4e-8681-4906-9872-f431c0bb15f9 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Deploy a MED-V Workspace in a Windows 7 Image diff --git a/mdop/medv-v2/how-to-deploy-a-med-v-workspace-manually.md b/mdop/medv-v2/how-to-deploy-a-med-v-workspace-manually.md index 6a1181bdd3..8b102f692d 100644 --- a/mdop/medv-v2/how-to-deploy-a-med-v-workspace-manually.md +++ b/mdop/medv-v2/how-to-deploy-a-med-v-workspace-manually.md @@ -1,10 +1,15 @@ --- title: How to Deploy a MED-V Workspace Manually description: How to Deploy a MED-V Workspace Manually -ms.assetid: 94bfb209-2230-49b6-bb40-9c6ab088dbf4 author: jamiejdt +ms.assetid: 94bfb209-2230-49b6-bb40-9c6ab088dbf4 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Deploy a MED-V Workspace Manually diff --git a/mdop/medv-v2/how-to-deploy-a-med-v-workspace-through-an-electronic-software-distribution-system.md b/mdop/medv-v2/how-to-deploy-a-med-v-workspace-through-an-electronic-software-distribution-system.md index 6c95717f22..09b62dd423 100644 --- a/mdop/medv-v2/how-to-deploy-a-med-v-workspace-through-an-electronic-software-distribution-system.md +++ b/mdop/medv-v2/how-to-deploy-a-med-v-workspace-through-an-electronic-software-distribution-system.md @@ -1,10 +1,15 @@ --- title: How to Deploy a MED-V Workspace Through an Electronic Software Distribution System description: How to Deploy a MED-V Workspace Through an Electronic Software Distribution System -ms.assetid: b5134c35-e1de-470c-93f8-ead6218d9dce author: jamiejdt +ms.assetid: b5134c35-e1de-470c-93f8-ead6218d9dce +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Deploy a MED-V Workspace Through an Electronic Software Distribution System diff --git a/mdop/medv-v2/how-to-deploy-the-med-v-components-through-an-electronic-software-distribution-system.md b/mdop/medv-v2/how-to-deploy-the-med-v-components-through-an-electronic-software-distribution-system.md index e20a797ea8..e794a345cb 100644 --- a/mdop/medv-v2/how-to-deploy-the-med-v-components-through-an-electronic-software-distribution-system.md +++ b/mdop/medv-v2/how-to-deploy-the-med-v-components-through-an-electronic-software-distribution-system.md @@ -1,10 +1,15 @@ --- title: How to Deploy the MED-V Components Through an Electronic Software Distribution System description: How to Deploy the MED-V Components Through an Electronic Software Distribution System -ms.assetid: 8a800bdf-6fa4-47b4-b417-df053289d4e8 author: jamiejdt +ms.assetid: 8a800bdf-6fa4-47b4-b417-df053289d4e8 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Deploy the MED-V Components Through an Electronic Software Distribution System diff --git a/mdop/medv-v2/how-to-install-the-med-v-workspace-packager.md b/mdop/medv-v2/how-to-install-the-med-v-workspace-packager.md index 86fcdd27a9..018b3ce4bf 100644 --- a/mdop/medv-v2/how-to-install-the-med-v-workspace-packager.md +++ b/mdop/medv-v2/how-to-install-the-med-v-workspace-packager.md @@ -1,10 +1,15 @@ --- title: How to Install the MED-V Workspace Packager description: How to Install the MED-V Workspace Packager -ms.assetid: 627478e9-6798-4b32-9a50-7a1b72bea295 author: jamiejdt +ms.assetid: 627478e9-6798-4b32-9a50-7a1b72bea295 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Install the MED-V Workspace Packager diff --git a/mdop/medv-v2/how-to-manage-url-redirection-by-using-the-med-v-workspace-packager.md b/mdop/medv-v2/how-to-manage-url-redirection-by-using-the-med-v-workspace-packager.md index 1fbe3db1fb..4b45e3baeb 100644 --- a/mdop/medv-v2/how-to-manage-url-redirection-by-using-the-med-v-workspace-packager.md +++ b/mdop/medv-v2/how-to-manage-url-redirection-by-using-the-med-v-workspace-packager.md @@ -1,10 +1,15 @@ --- title: How to Manage URL Redirection by Using the MED-V Workspace Packager description: How to Manage URL Redirection by Using the MED-V Workspace Packager -ms.assetid: 1a8d25af-479f-42d3-bf5f-c7fd974bbf8c author: jamiejdt +ms.assetid: 1a8d25af-479f-42d3-bf5f-c7fd974bbf8c +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Manage URL Redirection by Using the MED-V Workspace Packager diff --git a/mdop/medv-v2/how-to-manually-install-the-med-v-host-agent.md b/mdop/medv-v2/how-to-manually-install-the-med-v-host-agent.md index 76886e20df..ec4a6679bf 100644 --- a/mdop/medv-v2/how-to-manually-install-the-med-v-host-agent.md +++ b/mdop/medv-v2/how-to-manually-install-the-med-v-host-agent.md @@ -1,10 +1,15 @@ --- title: How to Manually Install the MED-V Host Agent description: How to Manually Install the MED-V Host Agent -ms.assetid: 4becc90b-6481-4e1f-a4d3-aec74c8821ec author: jamiejdt +ms.assetid: 4becc90b-6481-4e1f-a4d3-aec74c8821ec +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Manually Install the MED-V Host Agent diff --git a/mdop/medv-v2/how-to-publish-and-unpublish-an-application-on-the-med-v-workspace.md b/mdop/medv-v2/how-to-publish-and-unpublish-an-application-on-the-med-v-workspace.md index ee5d913113..dcc77d4a69 100644 --- a/mdop/medv-v2/how-to-publish-and-unpublish-an-application-on-the-med-v-workspace.md +++ b/mdop/medv-v2/how-to-publish-and-unpublish-an-application-on-the-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: How to Publish and Unpublish an Application on the MED-V Workspace description: How to Publish and Unpublish an Application on the MED-V Workspace -ms.assetid: fd5a62e9-0577-44d2-ae17-61c0aef78ce8 author: jamiejdt +ms.assetid: fd5a62e9-0577-44d2-ae17-61c0aef78ce8 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Publish and Unpublish an Application on the MED-V Workspace diff --git a/mdop/medv-v2/how-to-test-application-publishing.md b/mdop/medv-v2/how-to-test-application-publishing.md index 926d47198c..ad7c458632 100644 --- a/mdop/medv-v2/how-to-test-application-publishing.md +++ b/mdop/medv-v2/how-to-test-application-publishing.md @@ -1,10 +1,15 @@ --- title: How to Test Application Publishing description: How to Test Application Publishing -ms.assetid: 17ba2e12-50a0-4f41-8300-f61f09db9f6c author: jamiejdt +ms.assetid: 17ba2e12-50a0-4f41-8300-f61f09db9f6c +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Test Application Publishing diff --git a/mdop/medv-v2/how-to-test-url-redirection.md b/mdop/medv-v2/how-to-test-url-redirection.md index 12749e15d3..292c86b05c 100644 --- a/mdop/medv-v2/how-to-test-url-redirection.md +++ b/mdop/medv-v2/how-to-test-url-redirection.md @@ -1,10 +1,15 @@ --- title: How to Test URL Redirection description: How to Test URL Redirection -ms.assetid: 38d80088-da1d-4098-b27e-76f9e78f81dc author: jamiejdt +ms.assetid: 38d80088-da1d-4098-b27e-76f9e78f81dc +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Test URL Redirection diff --git a/mdop/medv-v2/how-to-uninstall-the-med-v-components.md b/mdop/medv-v2/how-to-uninstall-the-med-v-components.md index 4a8c9fc221..33fbdc931f 100644 --- a/mdop/medv-v2/how-to-uninstall-the-med-v-components.md +++ b/mdop/medv-v2/how-to-uninstall-the-med-v-components.md @@ -1,10 +1,15 @@ --- title: How to Uninstall the MED-V Components description: How to Uninstall the MED-V Components -ms.assetid: c121dd27-6b2f-4d41-a21a-c6e8608c5c41 author: jamiejdt +ms.assetid: c121dd27-6b2f-4d41-a21a-c6e8608c5c41 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Uninstall the MED-V Components diff --git a/mdop/medv-v2/how-to-verify-first-time-setup-settings.md b/mdop/medv-v2/how-to-verify-first-time-setup-settings.md index bfededb62b..b93810ccba 100644 --- a/mdop/medv-v2/how-to-verify-first-time-setup-settings.md +++ b/mdop/medv-v2/how-to-verify-first-time-setup-settings.md @@ -1,10 +1,15 @@ --- title: How to Verify First Time Setup Settings description: How to Verify First Time Setup Settings -ms.assetid: e8a07d4c-5786-4455-ac43-2deac4042efd author: jamiejdt +ms.assetid: e8a07d4c-5786-4455-ac43-2deac4042efd +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # How to Verify First Time Setup Settings diff --git a/mdop/medv-v2/identifying-the-number-and-types-of-med-v-workspaces.md b/mdop/medv-v2/identifying-the-number-and-types-of-med-v-workspaces.md index 56f9b0ba23..ad0fd293ba 100644 --- a/mdop/medv-v2/identifying-the-number-and-types-of-med-v-workspaces.md +++ b/mdop/medv-v2/identifying-the-number-and-types-of-med-v-workspaces.md @@ -1,10 +1,15 @@ --- title: Identifying the Number and Types of MED-V Workspaces description: Identifying the Number and Types of MED-V Workspaces -ms.assetid: 11642253-6b1f-4c4a-a11e-48d8a360e1ea author: jamiejdt +ms.assetid: 11642253-6b1f-4c4a-a11e-48d8a360e1ea +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Identifying the Number and Types of MED-V Workspaces diff --git a/mdop/medv-v2/index.md b/mdop/medv-v2/index.md index 1eaf827fed..f5de2f22e6 100644 --- a/mdop/medv-v2/index.md +++ b/mdop/medv-v2/index.md @@ -1,10 +1,15 @@ --- title: Microsoft Enterprise Desktop Virtualization 2.0 description: Microsoft Enterprise Desktop Virtualization 2.0 -ms.assetid: 84109be0-4613-42e9-85fc-fcda8de6e4c4 author: jamiejdt +ms.assetid: 84109be0-4613-42e9-85fc-fcda8de6e4c4 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Microsoft Enterprise Desktop Virtualization 2.0 diff --git a/mdop/medv-v2/installing-and-removing-an-application-on-the-med-v-workspace.md b/mdop/medv-v2/installing-and-removing-an-application-on-the-med-v-workspace.md index fae92cf9b0..ab01f5aeb9 100644 --- a/mdop/medv-v2/installing-and-removing-an-application-on-the-med-v-workspace.md +++ b/mdop/medv-v2/installing-and-removing-an-application-on-the-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: Installing and Removing an Application on the MED-V Workspace description: Installing and Removing an Application on the MED-V Workspace -ms.assetid: 24f32720-51ab-4385-adfe-4f5a65e45fdf author: jamiejdt +ms.assetid: 24f32720-51ab-4385-adfe-4f5a65e45fdf +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Installing and Removing an Application on the MED-V Workspace diff --git a/mdop/medv-v2/installing-applications-on-a-windows-virtual-pc-image.md b/mdop/medv-v2/installing-applications-on-a-windows-virtual-pc-image.md index 3b11d4c83b..397318a04a 100644 --- a/mdop/medv-v2/installing-applications-on-a-windows-virtual-pc-image.md +++ b/mdop/medv-v2/installing-applications-on-a-windows-virtual-pc-image.md @@ -1,10 +1,15 @@ --- title: Installing Applications on a Windows Virtual PC Image description: Installing Applications on a Windows Virtual PC Image -ms.assetid: 32651eff-e3c6-4ef4-947d-2beddc695eac author: jamiejdt +ms.assetid: 32651eff-e3c6-4ef4-947d-2beddc695eac +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Installing Applications on a Windows Virtual PC Image diff --git a/mdop/medv-v2/manage-med-v-url-redirection.md b/mdop/medv-v2/manage-med-v-url-redirection.md index b753ddcfe2..0d68a9e45e 100644 --- a/mdop/medv-v2/manage-med-v-url-redirection.md +++ b/mdop/medv-v2/manage-med-v-url-redirection.md @@ -1,10 +1,15 @@ --- title: Manage MED-V URL Redirection description: Manage MED-V URL Redirection -ms.assetid: 274161c0-b54a-4364-bb63-89996afccd04 author: jamiejdt +ms.assetid: 274161c0-b54a-4364-bb63-89996afccd04 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Manage MED-V URL Redirection diff --git a/mdop/medv-v2/manage-med-v-workspace-applications.md b/mdop/medv-v2/manage-med-v-workspace-applications.md index bae855427d..0b2a945853 100644 --- a/mdop/medv-v2/manage-med-v-workspace-applications.md +++ b/mdop/medv-v2/manage-med-v-workspace-applications.md @@ -1,10 +1,15 @@ --- title: Manage MED-V Workspace Applications description: Manage MED-V Workspace Applications -ms.assetid: f58c7504-a77a-41a8-ac38-7e618da131fb author: jamiejdt +ms.assetid: f58c7504-a77a-41a8-ac38-7e618da131fb +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Manage MED-V Workspace Applications diff --git a/mdop/medv-v2/manage-med-v-workspace-settings.md b/mdop/medv-v2/manage-med-v-workspace-settings.md index 14e8e011b9..8c1379976d 100644 --- a/mdop/medv-v2/manage-med-v-workspace-settings.md +++ b/mdop/medv-v2/manage-med-v-workspace-settings.md @@ -1,10 +1,15 @@ --- title: Manage MED-V Workspace Settings description: Manage MED-V Workspace Settings -ms.assetid: 35ebd16e-31c7-4996-81be-af1d56346803 author: jamiejdt +ms.assetid: 35ebd16e-31c7-4996-81be-af1d56346803 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Manage MED-V Workspace Settings diff --git a/mdop/medv-v2/managing-applications-deployed-to-med-v-workspaces.md b/mdop/medv-v2/managing-applications-deployed-to-med-v-workspaces.md index 97a7e849fc..7c26dd1bd5 100644 --- a/mdop/medv-v2/managing-applications-deployed-to-med-v-workspaces.md +++ b/mdop/medv-v2/managing-applications-deployed-to-med-v-workspaces.md @@ -1,10 +1,15 @@ --- title: Managing Applications Deployed to MED-V Workspaces description: Managing Applications Deployed to MED-V Workspaces -ms.assetid: 9a9bcdf5-0aa7-42a3-b6f0-6065adb01bcb author: jamiejdt +ms.assetid: 9a9bcdf5-0aa7-42a3-b6f0-6065adb01bcb +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Managing Applications Deployed to MED-V Workspaces diff --git a/mdop/medv-v2/managing-automatic-updates-for-med-v-workspaces.md b/mdop/medv-v2/managing-automatic-updates-for-med-v-workspaces.md index 2bcdf2040c..c7ad9749c6 100644 --- a/mdop/medv-v2/managing-automatic-updates-for-med-v-workspaces.md +++ b/mdop/medv-v2/managing-automatic-updates-for-med-v-workspaces.md @@ -1,10 +1,15 @@ --- title: Managing Automatic Updates for MED-V Workspaces description: Managing Automatic Updates for MED-V Workspaces -ms.assetid: 306f28a2-d653-480d-b737-4b8b3132de5d author: jamiejdt +ms.assetid: 306f28a2-d653-480d-b737-4b8b3132de5d +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Managing Automatic Updates for MED-V Workspaces diff --git a/mdop/medv-v2/managing-med-v-workspace-configuration-settings.md b/mdop/medv-v2/managing-med-v-workspace-configuration-settings.md index 596d4f6575..abe651d77d 100644 --- a/mdop/medv-v2/managing-med-v-workspace-configuration-settings.md +++ b/mdop/medv-v2/managing-med-v-workspace-configuration-settings.md @@ -1,10 +1,15 @@ --- title: Managing MED-V Workspace Configuration Settings description: Managing MED-V Workspace Configuration Settings -ms.assetid: 517d04de-c31f-4b50-b2b3-5f8c312ed37b author: jamiejdt +ms.assetid: 517d04de-c31f-4b50-b2b3-5f8c312ed37b +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Managing MED-V Workspace Configuration Settings diff --git a/mdop/medv-v2/managing-med-v-workspace-settings-by-using-a-wmi.md b/mdop/medv-v2/managing-med-v-workspace-settings-by-using-a-wmi.md index 71d4887644..eb66023845 100644 --- a/mdop/medv-v2/managing-med-v-workspace-settings-by-using-a-wmi.md +++ b/mdop/medv-v2/managing-med-v-workspace-settings-by-using-a-wmi.md @@ -1,10 +1,15 @@ --- title: Managing MED-V Workspace Settings by Using a WMI description: Managing MED-V Workspace Settings by Using a WMI -ms.assetid: 05a665a3-2309-46c1-babb-a3e3bbb0b1f9 author: jamiejdt +ms.assetid: 05a665a3-2309-46c1-babb-a3e3bbb0b1f9 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Managing MED-V Workspace Settings by Using a WMI diff --git a/mdop/medv-v2/managing-med-v-workspace-settings-by-using-the-med-v-workspace-packager.md b/mdop/medv-v2/managing-med-v-workspace-settings-by-using-the-med-v-workspace-packager.md index 84fa2352a3..b6d6f97c32 100644 --- a/mdop/medv-v2/managing-med-v-workspace-settings-by-using-the-med-v-workspace-packager.md +++ b/mdop/medv-v2/managing-med-v-workspace-settings-by-using-the-med-v-workspace-packager.md @@ -1,10 +1,15 @@ --- title: Managing MED-V Workspace Settings by Using the MED-V Workspace Packager description: Managing MED-V Workspace Settings by Using the MED-V Workspace Packager -ms.assetid: e4b2c516-b9f8-44f9-9eae-caac6c2af3e7 author: jamiejdt +ms.assetid: e4b2c516-b9f8-44f9-9eae-caac6c2af3e7 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Managing MED-V Workspace Settings by Using the MED-V Workspace Packager diff --git a/mdop/medv-v2/managing-printers-on-a-med-v-workspace.md b/mdop/medv-v2/managing-printers-on-a-med-v-workspace.md index 64c2e47e3e..fd9a5b8581 100644 --- a/mdop/medv-v2/managing-printers-on-a-med-v-workspace.md +++ b/mdop/medv-v2/managing-printers-on-a-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: Managing Printers on a MED-V Workspace description: Managing Printers on a MED-V Workspace -ms.assetid: ba0a65ad-444f-4d18-95eb-8b9fa1a3ffba author: jamiejdt +ms.assetid: ba0a65ad-444f-4d18-95eb-8b9fa1a3ffba +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Managing Printers on a MED-V Workspace diff --git a/mdop/medv-v2/managing-software-updates-for-med-v-workspaces.md b/mdop/medv-v2/managing-software-updates-for-med-v-workspaces.md index fd6b44f63f..0b1693f526 100644 --- a/mdop/medv-v2/managing-software-updates-for-med-v-workspaces.md +++ b/mdop/medv-v2/managing-software-updates-for-med-v-workspaces.md @@ -1,10 +1,15 @@ --- title: Managing Software Updates for MED-V Workspaces description: Managing Software Updates for MED-V Workspaces -ms.assetid: a28d6dcd-cb9f-46ba-8dac-1d990837a3a3 author: jamiejdt +ms.assetid: a28d6dcd-cb9f-46ba-8dac-1d990837a3a3 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Managing Software Updates for MED-V Workspaces diff --git a/mdop/medv-v2/med-v-20-best-practices.md b/mdop/medv-v2/med-v-20-best-practices.md index 3f8e0834f6..fe5933aee8 100644 --- a/mdop/medv-v2/med-v-20-best-practices.md +++ b/mdop/medv-v2/med-v-20-best-practices.md @@ -1,10 +1,15 @@ --- title: MED-V 2.0 Best Practices description: MED-V 2.0 Best Practices -ms.assetid: 47ba2dd1-6c6e-4d6e-8e18-b42291f8e02a author: jamiejdt +ms.assetid: 47ba2dd1-6c6e-4d6e-8e18-b42291f8e02a +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V 2.0 Best Practices diff --git a/mdop/medv-v2/med-v-20-deployment-overview.md b/mdop/medv-v2/med-v-20-deployment-overview.md index facbd573b1..6e43197850 100644 --- a/mdop/medv-v2/med-v-20-deployment-overview.md +++ b/mdop/medv-v2/med-v-20-deployment-overview.md @@ -1,10 +1,15 @@ --- title: MED-V 2.0 Deployment Overview description: MED-V 2.0 Deployment Overview -ms.assetid: 0b8998ea-c46f-4c81-a304-f380b2ed7cf8 author: jamiejdt +ms.assetid: 0b8998ea-c46f-4c81-a304-f380b2ed7cf8 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V 2.0 Deployment Overview diff --git a/mdop/medv-v2/med-v-20-release-notes.md b/mdop/medv-v2/med-v-20-release-notes.md index 0367c9f42a..483af712b5 100644 --- a/mdop/medv-v2/med-v-20-release-notes.md +++ b/mdop/medv-v2/med-v-20-release-notes.md @@ -1,10 +1,15 @@ --- title: MED-V 2.0 Release Notes description: MED-V 2.0 Release Notes -ms.assetid: b8f7d938-566e-434c-b4b8-28b67cdfd0b1 author: jamiejdt +ms.assetid: b8f7d938-566e-434c-b4b8-28b67cdfd0b1 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V 2.0 Release Notes diff --git a/mdop/medv-v2/med-v-20-supported-configurations.md b/mdop/medv-v2/med-v-20-supported-configurations.md index 877704010b..b3c14b3ebe 100644 --- a/mdop/medv-v2/med-v-20-supported-configurations.md +++ b/mdop/medv-v2/med-v-20-supported-configurations.md @@ -1,10 +1,15 @@ --- title: MED-V 2.0 Supported Configurations description: MED-V 2.0 Supported Configurations -ms.assetid: 88f1d232-aa01-45ab-8da7-d086269250b5 author: jamiejdt +ms.assetid: 88f1d232-aa01-45ab-8da7-d086269250b5 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V 2.0 Supported Configurations diff --git a/mdop/medv-v2/med-v-event-log-messages.md b/mdop/medv-v2/med-v-event-log-messages.md index 8e6c4f2dde..7bd854ff75 100644 --- a/mdop/medv-v2/med-v-event-log-messages.md +++ b/mdop/medv-v2/med-v-event-log-messages.md @@ -1,10 +1,15 @@ --- title: MED-V Event Log Messages description: MED-V Event Log Messages -ms.assetid: 7ba7344d-153b-4cc4-a00a-5d42aee9986b author: jamiejdt +ms.assetid: 7ba7344d-153b-4cc4-a00a-5d42aee9986b +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # MED-V Event Log Messages diff --git a/mdop/medv-v2/monitor-med-v-workspaces.md b/mdop/medv-v2/monitor-med-v-workspaces.md index e272a55d8a..5baa4fa33d 100644 --- a/mdop/medv-v2/monitor-med-v-workspaces.md +++ b/mdop/medv-v2/monitor-med-v-workspaces.md @@ -1,10 +1,15 @@ --- title: Monitor MED-V Workspaces description: Monitor MED-V Workspaces -ms.assetid: f514afe2-8add-4105-9520-1a491733fa79 author: jamiejdt +ms.assetid: f514afe2-8add-4105-9520-1a491733fa79 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Monitor MED-V Workspaces diff --git a/mdop/medv-v2/monitoring-med-v-workspace-deployments.md b/mdop/medv-v2/monitoring-med-v-workspace-deployments.md index 9df2138ae6..7e7de6aeae 100644 --- a/mdop/medv-v2/monitoring-med-v-workspace-deployments.md +++ b/mdop/medv-v2/monitoring-med-v-workspace-deployments.md @@ -1,10 +1,15 @@ --- title: Monitoring MED-V Workspace Deployments description: Monitoring MED-V Workspace Deployments -ms.assetid: 5de0cb06-b8a9-48a5-b8b3-836954295765 author: jamiejdt +ms.assetid: 5de0cb06-b8a9-48a5-b8b3-836954295765 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Monitoring MED-V Workspace Deployments diff --git a/mdop/medv-v2/operations-for-med-v.md b/mdop/medv-v2/operations-for-med-v.md index d71bfb9a49..0728e7edfe 100644 --- a/mdop/medv-v2/operations-for-med-v.md +++ b/mdop/medv-v2/operations-for-med-v.md @@ -1,10 +1,15 @@ --- title: Operations for MED-V description: Operations for MED-V -ms.assetid: 8f3f367d-fa9d-4468-814a-f0495adfaea4 author: jamiejdt +ms.assetid: 8f3f367d-fa9d-4468-814a-f0495adfaea4 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Operations for MED-V diff --git a/mdop/medv-v2/operations-troubleshooting-medv2.md b/mdop/medv-v2/operations-troubleshooting-medv2.md index 65f2d87a32..ac2101a641 100644 --- a/mdop/medv-v2/operations-troubleshooting-medv2.md +++ b/mdop/medv-v2/operations-troubleshooting-medv2.md @@ -1,10 +1,15 @@ --- title: Operations Troubleshooting description: Operations Troubleshooting -ms.assetid: 948d7869-accd-44da-974f-93409234dee7 author: jamiejdt +ms.assetid: 948d7869-accd-44da-974f-93409234dee7 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Operations Troubleshooting diff --git a/mdop/medv-v2/overview-of-med-vmedv2.md b/mdop/medv-v2/overview-of-med-vmedv2.md index 50bc29cd41..812a23588b 100644 --- a/mdop/medv-v2/overview-of-med-vmedv2.md +++ b/mdop/medv-v2/overview-of-med-vmedv2.md @@ -1,10 +1,15 @@ --- title: Overview of MED-V description: Overview of MED-V -ms.assetid: 393daa9b-2d76-43e1-861a-9d8c00f68cf6 author: jamiejdt +ms.assetid: 393daa9b-2d76-43e1-861a-9d8c00f68cf6 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Overview of MED-V diff --git a/mdop/medv-v2/planning-for-application-operating-system-compatibility.md b/mdop/medv-v2/planning-for-application-operating-system-compatibility.md index 6ba72e275d..d1b30d44ce 100644 --- a/mdop/medv-v2/planning-for-application-operating-system-compatibility.md +++ b/mdop/medv-v2/planning-for-application-operating-system-compatibility.md @@ -1,10 +1,15 @@ --- title: Planning for Application Operating System Compatibility description: Planning for Application Operating System Compatibility -ms.assetid: cdb0a7f0-9da4-4562-8277-12972eb0fea8 author: jamiejdt +ms.assetid: cdb0a7f0-9da4-4562-8277-12972eb0fea8 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Planning for Application Operating System Compatibility diff --git a/mdop/medv-v2/planning-for-med-v.md b/mdop/medv-v2/planning-for-med-v.md index 2f14f43f43..37836cf740 100644 --- a/mdop/medv-v2/planning-for-med-v.md +++ b/mdop/medv-v2/planning-for-med-v.md @@ -1,10 +1,15 @@ --- title: Planning for MED-V description: Planning for MED-V -ms.assetid: 8124b765-6930-4607-8bd9-93068403c7a2 author: jamiejdt +ms.assetid: 8124b765-6930-4607-8bd9-93068403c7a2 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Planning for MED-V diff --git a/mdop/medv-v2/prepare-a-med-v-image.md b/mdop/medv-v2/prepare-a-med-v-image.md index 2d2d2c2895..a14df18dea 100644 --- a/mdop/medv-v2/prepare-a-med-v-image.md +++ b/mdop/medv-v2/prepare-a-med-v-image.md @@ -1,10 +1,15 @@ --- title: Prepare a MED-V Image description: Prepare a MED-V Image -ms.assetid: 1bc757e5-8aef-4163-8542-1bdccc028961 author: jamiejdt +ms.assetid: 1bc757e5-8aef-4163-8542-1bdccc028961 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Prepare a MED-V Image diff --git a/mdop/medv-v2/prepare-the-deployment-environment-for-med-v.md b/mdop/medv-v2/prepare-the-deployment-environment-for-med-v.md index 59ff2d03e5..914108eae4 100644 --- a/mdop/medv-v2/prepare-the-deployment-environment-for-med-v.md +++ b/mdop/medv-v2/prepare-the-deployment-environment-for-med-v.md @@ -1,10 +1,15 @@ --- title: Prepare the Deployment Environment for MED-V description: Prepare the Deployment Environment for MED-V -ms.assetid: d15ea370-7fdb-4852-a1ba-730ec7568e3e author: jamiejdt +ms.assetid: d15ea370-7fdb-4852-a1ba-730ec7568e3e +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Prepare the Deployment Environment for MED-V diff --git a/mdop/medv-v2/restarting-and-resetting-a-med-v-workspace.md b/mdop/medv-v2/restarting-and-resetting-a-med-v-workspace.md index 1cc759e9d8..c89e8e2f49 100644 --- a/mdop/medv-v2/restarting-and-resetting-a-med-v-workspace.md +++ b/mdop/medv-v2/restarting-and-resetting-a-med-v-workspace.md @@ -1,10 +1,15 @@ --- title: Restarting and Resetting a MED-V Workspace description: Restarting and Resetting a MED-V Workspace -ms.assetid: a959cdb3-a727-47c7-967e-e58f224e74de author: jamiejdt +ms.assetid: a959cdb3-a727-47c7-967e-e58f224e74de +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Restarting and Resetting a MED-V Workspace diff --git a/mdop/medv-v2/security-and-protection-for-med-v.md b/mdop/medv-v2/security-and-protection-for-med-v.md index 133530e461..ebefc6f57b 100644 --- a/mdop/medv-v2/security-and-protection-for-med-v.md +++ b/mdop/medv-v2/security-and-protection-for-med-v.md @@ -1,10 +1,15 @@ --- title: Security and Protection for MED-V description: Security and Protection for MED-V -ms.assetid: 5db66d56-eb65-4bff-a9e4-3d52de4256bd author: jamiejdt +ms.assetid: 5db66d56-eb65-4bff-a9e4-3d52de4256bd +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Security and Protection for MED-V diff --git a/mdop/medv-v2/security-best-practices-for-med-v-operations.md b/mdop/medv-v2/security-best-practices-for-med-v-operations.md index 47e8d91af0..187049a3c6 100644 --- a/mdop/medv-v2/security-best-practices-for-med-v-operations.md +++ b/mdop/medv-v2/security-best-practices-for-med-v-operations.md @@ -1,10 +1,15 @@ --- title: Security Best Practices for MED-V Operations description: Security Best Practices for MED-V Operations -ms.assetid: 231e2b9a-8b49-42fe-93b5-2ef12fe17bac author: jamiejdt +ms.assetid: 231e2b9a-8b49-42fe-93b5-2ef12fe17bac +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Security Best Practices for MED-V Operations diff --git a/mdop/medv-v2/technical-reference-for-med-v.md b/mdop/medv-v2/technical-reference-for-med-v.md index 7d17477a37..5f2c1e4e47 100644 --- a/mdop/medv-v2/technical-reference-for-med-v.md +++ b/mdop/medv-v2/technical-reference-for-med-v.md @@ -1,10 +1,15 @@ --- title: Technical Reference for MED-V description: Technical Reference for MED-V -ms.assetid: 52aa15ae-6ca8-4494-8660-313c7b723406 author: jamiejdt +ms.assetid: 52aa15ae-6ca8-4494-8660-313c7b723406 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Technical Reference for MED-V diff --git a/mdop/medv-v2/test-and-deploy-the-med-v-workspace-package.md b/mdop/medv-v2/test-and-deploy-the-med-v-workspace-package.md index ef147d782b..cb7b34cbbc 100644 --- a/mdop/medv-v2/test-and-deploy-the-med-v-workspace-package.md +++ b/mdop/medv-v2/test-and-deploy-the-med-v-workspace-package.md @@ -1,10 +1,15 @@ --- title: Test And Deploy the MED-V Workspace Package description: Test And Deploy the MED-V Workspace Package -ms.assetid: 0238dea7-a08c-4859-b8b1-2b52bc63fda6 author: jamiejdt +ms.assetid: 0238dea7-a08c-4859-b8b1-2b52bc63fda6 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Test And Deploy the MED-V Workspace Package diff --git a/mdop/medv-v2/testing-the-med-v-workspace-package.md b/mdop/medv-v2/testing-the-med-v-workspace-package.md index ca7a0a7481..64bc22d17f 100644 --- a/mdop/medv-v2/testing-the-med-v-workspace-package.md +++ b/mdop/medv-v2/testing-the-med-v-workspace-package.md @@ -1,10 +1,15 @@ --- title: Testing the MED-V Workspace Package description: Testing the MED-V Workspace Package -ms.assetid: 83edcb6e-9615-4d18-96b8-f085a647294e author: jamiejdt +ms.assetid: 83edcb6e-9615-4d18-96b8-f085a647294e +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Testing the MED-V Workspace Package diff --git a/mdop/medv-v2/troubleshooting-med-v-by-using-the-administration-toolkit.md b/mdop/medv-v2/troubleshooting-med-v-by-using-the-administration-toolkit.md index d52223213e..287956fb13 100644 --- a/mdop/medv-v2/troubleshooting-med-v-by-using-the-administration-toolkit.md +++ b/mdop/medv-v2/troubleshooting-med-v-by-using-the-administration-toolkit.md @@ -1,10 +1,15 @@ --- title: Troubleshooting MED-V by Using the Administration Toolkit description: Troubleshooting MED-V by Using the Administration Toolkit -ms.assetid: 6c096a1c-b9ce-4ec7-8dfd-5286e3b9a617 author: jamiejdt +ms.assetid: 6c096a1c-b9ce-4ec7-8dfd-5286e3b9a617 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Troubleshooting MED-V by Using the Administration Toolkit diff --git a/mdop/medv-v2/troubleshooting-med-vmedv2.md b/mdop/medv-v2/troubleshooting-med-vmedv2.md index cbb44f74ad..610cd93ea1 100644 --- a/mdop/medv-v2/troubleshooting-med-vmedv2.md +++ b/mdop/medv-v2/troubleshooting-med-vmedv2.md @@ -1,10 +1,15 @@ --- title: Troubleshooting MED-V description: Troubleshooting MED-V -ms.assetid: 4502d62b-a7db-4f83-81e2-23fd8b0820e1 author: jamiejdt +ms.assetid: 4502d62b-a7db-4f83-81e2-23fd8b0820e1 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Troubleshooting MED-V diff --git a/mdop/medv-v2/updating-med-v-20.md b/mdop/medv-v2/updating-med-v-20.md index 32ab55102a..7770721d7c 100644 --- a/mdop/medv-v2/updating-med-v-20.md +++ b/mdop/medv-v2/updating-med-v-20.md @@ -1,10 +1,15 @@ --- title: Updating MED-V 2.0 description: Updating MED-V 2.0 -ms.assetid: beea2f54-42d7-4a17-98e0-d243a8562265 author: jamiejdt +ms.assetid: beea2f54-42d7-4a17-98e0-d243a8562265 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Updating MED-V 2.0 diff --git a/mdop/medv-v2/viewing-and-configuring-med-v-logs.md b/mdop/medv-v2/viewing-and-configuring-med-v-logs.md index 9a7aaf858b..5cef3809a8 100644 --- a/mdop/medv-v2/viewing-and-configuring-med-v-logs.md +++ b/mdop/medv-v2/viewing-and-configuring-med-v-logs.md @@ -1,10 +1,15 @@ --- title: Viewing and Configuring MED-V Logs description: Viewing and Configuring MED-V Logs -ms.assetid: a15537ce-981d-4f55-9c3c-e7fbf94b8fe5 author: jamiejdt +ms.assetid: a15537ce-981d-4f55-9c3c-e7fbf94b8fe5 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Viewing and Configuring MED-V Logs diff --git a/mdop/medv-v2/viewing-med-v-workspace-configurations.md b/mdop/medv-v2/viewing-med-v-workspace-configurations.md index a800cbd195..90f5fa1078 100644 --- a/mdop/medv-v2/viewing-med-v-workspace-configurations.md +++ b/mdop/medv-v2/viewing-med-v-workspace-configurations.md @@ -1,10 +1,15 @@ --- title: Viewing MED-V Workspace Configurations description: Viewing MED-V Workspace Configurations -ms.assetid: 5de6cf04-6beb-4ac9-ad52-26ac8c0c8ce6 author: jamiejdt +ms.assetid: 5de6cf04-6beb-4ac9-ad52-26ac8c0c8ce6 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Viewing MED-V Workspace Configurations diff --git a/mdop/medv-v2/whats-new-in-med-v-20.md b/mdop/medv-v2/whats-new-in-med-v-20.md index 586dec6e30..ab2c0eec05 100644 --- a/mdop/medv-v2/whats-new-in-med-v-20.md +++ b/mdop/medv-v2/whats-new-in-med-v-20.md @@ -1,10 +1,15 @@ --- title: What's New in MED-V 2.0 description: What's New in MED-V 2.0 -ms.assetid: 53b10bff-2b6f-463b-bdc2-5edc56526792 author: jamiejdt +ms.assetid: 53b10bff-2b6f-463b-bdc2-5edc56526792 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # What's New in MED-V 2.0 diff --git a/mdop/medv-v2/windows-virtual-pc-application-exclude-list.md b/mdop/medv-v2/windows-virtual-pc-application-exclude-list.md index a13ecfaa1a..f0f22b199f 100644 --- a/mdop/medv-v2/windows-virtual-pc-application-exclude-list.md +++ b/mdop/medv-v2/windows-virtual-pc-application-exclude-list.md @@ -1,10 +1,15 @@ --- title: Windows Virtual PC Application Exclude List description: Windows Virtual PC Application Exclude List -ms.assetid: 7715f198-f5ed-421e-8740-0cec2ca4ece3 author: jamiejdt +ms.assetid: 7715f198-f5ed-421e-8740-0cec2ca4ece3 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w7 --- + # Windows Virtual PC Application Exclude List diff --git a/mdop/solutions/application-publishing-and-client-interaction-for-app-v-5-solutions.md b/mdop/solutions/application-publishing-and-client-interaction-for-app-v-5-solutions.md index a300e892cf..19a58cfbe0 100644 --- a/mdop/solutions/application-publishing-and-client-interaction-for-app-v-5-solutions.md +++ b/mdop/solutions/application-publishing-and-client-interaction-for-app-v-5-solutions.md @@ -1,10 +1,15 @@ --- title: Application Publishing and Client Interaction for App-V 5 description: Application Publishing and Client Interaction for App-V 5 -ms.assetid: 9854afdc-00f9-40ec-8275-d168e5151286 author: jamiejdt +ms.assetid: 9854afdc-00f9-40ec-8275-d168e5151286 +ms.pagetype: mdop +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Application Publishing and Client Interaction for App-V 5 diff --git a/mdop/solutions/creating-app-v-45-databases-using-sql-scripting.md b/mdop/solutions/creating-app-v-45-databases-using-sql-scripting.md index 9f61e163bb..32e43fc193 100644 --- a/mdop/solutions/creating-app-v-45-databases-using-sql-scripting.md +++ b/mdop/solutions/creating-app-v-45-databases-using-sql-scripting.md @@ -1,10 +1,15 @@ --- title: Creating App-V 4.5 Databases Using SQL Scripting description: Creating App-V 4.5 Databases Using SQL Scripting -ms.assetid: 6cd0b180-163e-463f-a658-939ab9a7cfa1 author: jamiejdt +ms.assetid: 6cd0b180-163e-463f-a658-939ab9a7cfa1 +ms.pagetype: mdop +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Creating App-V 4.5 Databases Using SQL Scripting diff --git a/mdop/solutions/how-to-download-and-deploy-mdop-group-policy--admx--templates.md b/mdop/solutions/how-to-download-and-deploy-mdop-group-policy--admx--templates.md index 58a36c7fa1..6d97c03bb7 100644 --- a/mdop/solutions/how-to-download-and-deploy-mdop-group-policy--admx--templates.md +++ b/mdop/solutions/how-to-download-and-deploy-mdop-group-policy--admx--templates.md @@ -1,10 +1,15 @@ --- title: How to Download and Deploy MDOP Group Policy (.admx) Templates description: How to Download and Deploy MDOP Group Policy (.admx) Templates -ms.assetid: fdb64505-6c66-4fdf-ad74-a6a161191e3f author: jamiejdt +ms.assetid: fdb64505-6c66-4fdf-ad74-a6a161191e3f +ms.pagetype: mdop +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # How to Download and Deploy MDOP Group Policy (.admx) Templates diff --git a/mdop/solutions/index.md b/mdop/solutions/index.md index 9ff9a1731d..e2749bf61a 100644 --- a/mdop/solutions/index.md +++ b/mdop/solutions/index.md @@ -1,10 +1,15 @@ --- title: MDOP Solutions and Scenarios description: MDOP Solutions and Scenarios -ms.assetid: 1cb18bef-fbae-4e96-a4f1-90cf111c3b5f author: jamiejdt +ms.assetid: 1cb18bef-fbae-4e96-a4f1-90cf111c3b5f +ms.pagetype: mdop +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # MDOP Solutions and Scenarios diff --git a/mdop/solutions/virtualizing-microsoft-office-2010-for-application-virtualization--app-v--50-solutions.md b/mdop/solutions/virtualizing-microsoft-office-2010-for-application-virtualization--app-v--50-solutions.md index 1b5b0f820c..418be69150 100644 --- a/mdop/solutions/virtualizing-microsoft-office-2010-for-application-virtualization--app-v--50-solutions.md +++ b/mdop/solutions/virtualizing-microsoft-office-2010-for-application-virtualization--app-v--50-solutions.md @@ -1,10 +1,15 @@ --- title: Virtualizing Microsoft Office 2010 for Application Virtualization (App-V) 5.0 description: Virtualizing Microsoft Office 2010 for Application Virtualization (App-V) 5.0 -ms.assetid: bd16c20f-cc47-4172-ae16-47b23c9b7f5c author: jamiejdt +ms.assetid: bd16c20f-cc47-4172-ae16-47b23c9b7f5c +ms.pagetype: mdop +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Virtualizing Microsoft Office 2010 for Application Virtualization (App-V) 5.0 diff --git a/mdop/solutions/virtualizing-microsoft-office-2013-for-application-virtualization--app-v--50-solutions.md b/mdop/solutions/virtualizing-microsoft-office-2013-for-application-virtualization--app-v--50-solutions.md index da3a8ca78d..bd9b380585 100644 --- a/mdop/solutions/virtualizing-microsoft-office-2013-for-application-virtualization--app-v--50-solutions.md +++ b/mdop/solutions/virtualizing-microsoft-office-2013-for-application-virtualization--app-v--50-solutions.md @@ -1,10 +1,15 @@ --- title: Virtualizing Microsoft Office 2013 for Application Virtualization (App-V) 5.0 description: Virtualizing Microsoft Office 2013 for Application Virtualization (App-V) 5.0 -ms.assetid: 742e64de-6ace-4eb4-901a-7a282ca7ae85 author: jamiejdt +ms.assetid: 742e64de-6ace-4eb4-901a-7a282ca7ae85 +ms.pagetype: mdop +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Virtualizing Microsoft Office 2013 for Application Virtualization (App-V) 5.0 diff --git a/mdop/uev-v1/about-user-experience-virtualization-10-sp1.md b/mdop/uev-v1/about-user-experience-virtualization-10-sp1.md index 6634de99fa..2b2f3ab0ed 100644 --- a/mdop/uev-v1/about-user-experience-virtualization-10-sp1.md +++ b/mdop/uev-v1/about-user-experience-virtualization-10-sp1.md @@ -1,10 +1,15 @@ --- title: About User Experience Virtualization 1.0 SP1 description: About User Experience Virtualization 1.0 SP1 -ms.assetid: 0212d3fb-e882-476c-9496-9eb52301703d author: jamiejdt +ms.assetid: 0212d3fb-e882-476c-9496-9eb52301703d +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About User Experience Virtualization 1.0 SP1 diff --git a/mdop/uev-v1/about-user-experience-virtualization-10.md b/mdop/uev-v1/about-user-experience-virtualization-10.md index 9e43aece32..c458ac0789 100644 --- a/mdop/uev-v1/about-user-experience-virtualization-10.md +++ b/mdop/uev-v1/about-user-experience-virtualization-10.md @@ -1,10 +1,15 @@ --- title: About User Experience Virtualization 1.0 description: About User Experience Virtualization 1.0 -ms.assetid: 3758b100-35a8-4e10-ac08-f583fb8ddbd9 author: jamiejdt +ms.assetid: 3758b100-35a8-4e10-ac08-f583fb8ddbd9 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # About User Experience Virtualization 1.0 diff --git a/mdop/uev-v1/accessibility-for-ue-v.md b/mdop/uev-v1/accessibility-for-ue-v.md index 6356e955f9..945e5bd331 100644 --- a/mdop/uev-v1/accessibility-for-ue-v.md +++ b/mdop/uev-v1/accessibility-for-ue-v.md @@ -1,10 +1,15 @@ --- title: Accessibility for UE-V description: Accessibility for UE-V -ms.assetid: 059a76e5-bcf0-4459-b5d2-8b71ff2ef433 author: jamiejdt +ms.assetid: 059a76e5-bcf0-4459-b5d2-8b71ff2ef433 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Accessibility for UE-V diff --git a/mdop/uev-v1/administering-ue-v-10.md b/mdop/uev-v1/administering-ue-v-10.md index f40c0489f1..afa0e65161 100644 --- a/mdop/uev-v1/administering-ue-v-10.md +++ b/mdop/uev-v1/administering-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Administering UE-V 1.0 description: Administering UE-V 1.0 -ms.assetid: c399ae8d-c839-4f84-9bfc-adacd8f89f34 author: jamiejdt +ms.assetid: c399ae8d-c839-4f84-9bfc-adacd8f89f34 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Administering UE-V 1.0 diff --git a/mdop/uev-v1/administering-ue-v-with-powershell-and-wmi.md b/mdop/uev-v1/administering-ue-v-with-powershell-and-wmi.md index 401b74d0db..c7877e2a4a 100644 --- a/mdop/uev-v1/administering-ue-v-with-powershell-and-wmi.md +++ b/mdop/uev-v1/administering-ue-v-with-powershell-and-wmi.md @@ -1,10 +1,15 @@ --- title: Administering UE-V with PowerShell and WMI description: Administering UE-V with PowerShell and WMI -ms.assetid: 26cc864f-c628-4c04-a18c-dd60fce8187c author: jamiejdt +ms.assetid: 26cc864f-c628-4c04-a18c-dd60fce8187c +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Administering UE-V with PowerShell and WMI diff --git a/mdop/uev-v1/changing-the-frequency-of-ue-v-scheduled-tasks.md b/mdop/uev-v1/changing-the-frequency-of-ue-v-scheduled-tasks.md index 353295cdbc..3f08b69f5b 100644 --- a/mdop/uev-v1/changing-the-frequency-of-ue-v-scheduled-tasks.md +++ b/mdop/uev-v1/changing-the-frequency-of-ue-v-scheduled-tasks.md @@ -1,10 +1,15 @@ --- title: Changing the Frequency of UE-V Scheduled Tasks description: Changing the Frequency of UE-V Scheduled Tasks -ms.assetid: 33c2674e-0df4-4717-9c3d-820a90b16e19 author: jamiejdt +ms.assetid: 33c2674e-0df4-4717-9c3d-820a90b16e19 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Changing the Frequency of UE-V Scheduled Tasks diff --git a/mdop/uev-v1/checklist-for-evaluating-line-of-business-applications-for-ue-v-10.md b/mdop/uev-v1/checklist-for-evaluating-line-of-business-applications-for-ue-v-10.md index 8fbe76813f..484c8a5594 100644 --- a/mdop/uev-v1/checklist-for-evaluating-line-of-business-applications-for-ue-v-10.md +++ b/mdop/uev-v1/checklist-for-evaluating-line-of-business-applications-for-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Checklist for Evaluating Line-of-Business Applications for UE-V 1.0 description: Checklist for Evaluating Line-of-Business Applications for UE-V 1.0 -ms.assetid: 3bfaab30-59f7-4099-abb1-d248ce0086b8 author: jamiejdt +ms.assetid: 3bfaab30-59f7-4099-abb1-d248ce0086b8 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Checklist for Evaluating Line-of-Business Applications for UE-V 1.0 diff --git a/mdop/uev-v1/configuring-ue-v-with-group-policy-objects.md b/mdop/uev-v1/configuring-ue-v-with-group-policy-objects.md index e9b4272828..b539bba642 100644 --- a/mdop/uev-v1/configuring-ue-v-with-group-policy-objects.md +++ b/mdop/uev-v1/configuring-ue-v-with-group-policy-objects.md @@ -1,10 +1,15 @@ --- title: Configuring UE-V with Group Policy Objects description: Configuring UE-V with Group Policy Objects -ms.assetid: 5c9be706-a05f-4397-9a38-e6b73ebff1e5 author: jamiejdt +ms.assetid: 5c9be706-a05f-4397-9a38-e6b73ebff1e5 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Configuring UE-V with Group Policy Objects diff --git a/mdop/uev-v1/create-ue-v-settings-location-templates-with-the-ue-v-generator.md b/mdop/uev-v1/create-ue-v-settings-location-templates-with-the-ue-v-generator.md index d20d290b6c..e09afc11f5 100644 --- a/mdop/uev-v1/create-ue-v-settings-location-templates-with-the-ue-v-generator.md +++ b/mdop/uev-v1/create-ue-v-settings-location-templates-with-the-ue-v-generator.md @@ -1,10 +1,15 @@ --- title: Create UE-V Settings Location Templates with the UE-V Generator description: Create UE-V Settings Location Templates with the UE-V Generator -ms.assetid: b8e50e2f-0cc6-4f74-bb48-c471fefdc7d8 author: jamiejdt +ms.assetid: b8e50e2f-0cc6-4f74-bb48-c471fefdc7d8 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Create UE-V Settings Location Templates with the UE-V Generator diff --git a/mdop/uev-v1/deploying-the-settings-storage-location-for-ue-v-10.md b/mdop/uev-v1/deploying-the-settings-storage-location-for-ue-v-10.md index ffa39e0124..719394b5d6 100644 --- a/mdop/uev-v1/deploying-the-settings-storage-location-for-ue-v-10.md +++ b/mdop/uev-v1/deploying-the-settings-storage-location-for-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Deploying the Settings Storage Location for UE-V 1.0 description: Deploying the Settings Storage Location for UE-V 1.0 -ms.assetid: b187d44d-649b-487e-98d3-a61ee2be8c2f author: jamiejdt +ms.assetid: b187d44d-649b-487e-98d3-a61ee2be8c2f +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Deploying the Settings Storage Location for UE-V 1.0 diff --git a/mdop/uev-v1/deploying-the-settings-template-catalog-for-ue-v-10.md b/mdop/uev-v1/deploying-the-settings-template-catalog-for-ue-v-10.md index 4203697c34..b3428a5919 100644 --- a/mdop/uev-v1/deploying-the-settings-template-catalog-for-ue-v-10.md +++ b/mdop/uev-v1/deploying-the-settings-template-catalog-for-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Deploying the Settings Template Catalog for UE-V 1.0 description: Deploying the Settings Template Catalog for UE-V 1.0 -ms.assetid: 0e6ab5ef-8eeb-40b4-be7b-a841bd83be96 author: jamiejdt +ms.assetid: 0e6ab5ef-8eeb-40b4-be7b-a841bd83be96 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Deploying the Settings Template Catalog for UE-V 1.0 diff --git a/mdop/uev-v1/deploying-the-ue-v-agent.md b/mdop/uev-v1/deploying-the-ue-v-agent.md index 877107eab2..30c652afd2 100644 --- a/mdop/uev-v1/deploying-the-ue-v-agent.md +++ b/mdop/uev-v1/deploying-the-ue-v-agent.md @@ -1,10 +1,15 @@ --- title: Deploying the UE-V Agent description: Deploying the UE-V Agent -ms.assetid: ec1c16c4-4be0-41ff-93bc-3e2b1afb5832 author: jamiejdt +ms.assetid: ec1c16c4-4be0-41ff-93bc-3e2b1afb5832 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Deploying the UE-V Agent diff --git a/mdop/uev-v1/deploying-ue-v-10.md b/mdop/uev-v1/deploying-ue-v-10.md index 97846199ea..e2ffb20e37 100644 --- a/mdop/uev-v1/deploying-ue-v-10.md +++ b/mdop/uev-v1/deploying-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Deploying UE-V 1.0 description: Deploying UE-V 1.0 -ms.assetid: 519598bb-8c81-4af7-bee7-357696bff880 author: jamiejdt +ms.assetid: 519598bb-8c81-4af7-bee7-357696bff880 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Deploying UE-V 1.0 diff --git a/mdop/uev-v1/deploying-ue-v-settings-location-templates-for-ue-v-10.md b/mdop/uev-v1/deploying-ue-v-settings-location-templates-for-ue-v-10.md index 7d2de8ead5..c3b10de410 100644 --- a/mdop/uev-v1/deploying-ue-v-settings-location-templates-for-ue-v-10.md +++ b/mdop/uev-v1/deploying-ue-v-settings-location-templates-for-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Deploying UE-V Settings Location Templates for UE-V 1.0 description: Deploying UE-V Settings Location Templates for UE-V 1.0 -ms.assetid: 7e0cc553-14f7-40fa-828a-281c8d2d1934 author: jamiejdt +ms.assetid: 7e0cc553-14f7-40fa-828a-281c8d2d1934 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Deploying UE-V Settings Location Templates for UE-V 1.0 diff --git a/mdop/uev-v1/edit-ue-v-settings-location-templates-with-the-ue-v-generator.md b/mdop/uev-v1/edit-ue-v-settings-location-templates-with-the-ue-v-generator.md index 3bfb7986cb..82254f5590 100644 --- a/mdop/uev-v1/edit-ue-v-settings-location-templates-with-the-ue-v-generator.md +++ b/mdop/uev-v1/edit-ue-v-settings-location-templates-with-the-ue-v-generator.md @@ -1,10 +1,15 @@ --- title: Edit UE-V Settings Location Templates with the UE-V Generator description: Edit UE-V Settings Location Templates with the UE-V Generator -ms.assetid: da78f9c8-1624-4111-8c96-79db7224bd0b author: jamiejdt +ms.assetid: da78f9c8-1624-4111-8c96-79db7224bd0b +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Edit UE-V Settings Location Templates with the UE-V Generator diff --git a/mdop/uev-v1/getting-started-with-user-experience-virtualization-10.md b/mdop/uev-v1/getting-started-with-user-experience-virtualization-10.md index 3f0e3194c8..6651234e46 100644 --- a/mdop/uev-v1/getting-started-with-user-experience-virtualization-10.md +++ b/mdop/uev-v1/getting-started-with-user-experience-virtualization-10.md @@ -1,10 +1,15 @@ --- title: Getting Started With User Experience Virtualization 1.0 description: Getting Started With User Experience Virtualization 1.0 -ms.assetid: 74a068dc-4f87-4cb4-b114-8ca2a37149f7 author: jamiejdt +ms.assetid: 74a068dc-4f87-4cb4-b114-8ca2a37149f7 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Getting Started With User Experience Virtualization 1.0 diff --git a/mdop/uev-v1/high-level-architecture-for-ue-v-10.md b/mdop/uev-v1/high-level-architecture-for-ue-v-10.md index 074727a740..be2dc9b69e 100644 --- a/mdop/uev-v1/high-level-architecture-for-ue-v-10.md +++ b/mdop/uev-v1/high-level-architecture-for-ue-v-10.md @@ -1,10 +1,15 @@ --- title: High-Level Architecture for UE-V 1.0 description: High-Level Architecture for UE-V 1.0 -ms.assetid: d54f9f10-1a4d-4e56-802d-22d51646e1cc author: jamiejdt +ms.assetid: d54f9f10-1a4d-4e56-802d-22d51646e1cc +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # High-Level Architecture for UE-V 1.0 diff --git a/mdop/uev-v1/index.md b/mdop/uev-v1/index.md index 4a8ffcb418..149477d081 100644 --- a/mdop/uev-v1/index.md +++ b/mdop/uev-v1/index.md @@ -1,10 +1,15 @@ --- title: Microsoft User Experience Virtualization (UE-V) 1.0 description: Microsoft User Experience Virtualization (UE-V) 1.0 -ms.assetid: 7c2b59f6-bbe9-4373-8b08-c1738665a37b author: jamiejdt +ms.assetid: 7c2b59f6-bbe9-4373-8b08-c1738665a37b +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Microsoft User Experience Virtualization (UE-V) 1.0 diff --git a/mdop/uev-v1/installing-the-ue-v-generator.md b/mdop/uev-v1/installing-the-ue-v-generator.md index 1a0718176d..fc4acd4146 100644 --- a/mdop/uev-v1/installing-the-ue-v-generator.md +++ b/mdop/uev-v1/installing-the-ue-v-generator.md @@ -1,10 +1,15 @@ --- title: Installing the UE-V Generator description: Installing the UE-V Generator -ms.assetid: 198b9a5f-3dfc-46be-9005-d33451914f87 author: jamiejdt +ms.assetid: 198b9a5f-3dfc-46be-9005-d33451914f87 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Installing the UE-V Generator diff --git a/mdop/uev-v1/installing-the-ue-v-group-policy-admx-templates.md b/mdop/uev-v1/installing-the-ue-v-group-policy-admx-templates.md index ae20bbe18d..c575f77c8b 100644 --- a/mdop/uev-v1/installing-the-ue-v-group-policy-admx-templates.md +++ b/mdop/uev-v1/installing-the-ue-v-group-policy-admx-templates.md @@ -1,10 +1,15 @@ --- title: Installing the UE-V Group Policy ADMX Templates description: Installing the UE-V Group Policy ADMX Templates -ms.assetid: 7bd1f12e-7ba6-49f9-af9c-22c496b13b39 author: jamiejdt +ms.assetid: 7bd1f12e-7ba6-49f9-af9c-22c496b13b39 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Installing the UE-V Group Policy ADMX Templates diff --git a/mdop/uev-v1/managing-the-ue-v-10-agent-and-packages-with-powershell-and-wmi.md b/mdop/uev-v1/managing-the-ue-v-10-agent-and-packages-with-powershell-and-wmi.md index 43858722c5..25151ce2fb 100644 --- a/mdop/uev-v1/managing-the-ue-v-10-agent-and-packages-with-powershell-and-wmi.md +++ b/mdop/uev-v1/managing-the-ue-v-10-agent-and-packages-with-powershell-and-wmi.md @@ -1,10 +1,15 @@ --- title: Managing the UE-V 1.0 Agent and Packages with PowerShell and WMI description: Managing the UE-V 1.0 Agent and Packages with PowerShell and WMI -ms.assetid: c8989b01-1769-4e69-82b1-4aadb261d2d5 author: jamiejdt +ms.assetid: c8989b01-1769-4e69-82b1-4aadb261d2d5 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Managing the UE-V 1.0 Agent and Packages with PowerShell and WMI diff --git a/mdop/uev-v1/managing-ue-v-10-settings-location-templates-using-powershell-and-wmi.md b/mdop/uev-v1/managing-ue-v-10-settings-location-templates-using-powershell-and-wmi.md index ff61362e4b..65d537d0ad 100644 --- a/mdop/uev-v1/managing-ue-v-10-settings-location-templates-using-powershell-and-wmi.md +++ b/mdop/uev-v1/managing-ue-v-10-settings-location-templates-using-powershell-and-wmi.md @@ -1,10 +1,15 @@ --- title: Managing UE-V 1.0 Settings Location Templates Using PowerShell and WMI description: Managing UE-V 1.0 Settings Location Templates Using PowerShell and WMI -ms.assetid: 4b911c78-a5e9-4199-bfeb-72ab764d47c1 author: jamiejdt +ms.assetid: 4b911c78-a5e9-4199-bfeb-72ab764d47c1 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Managing UE-V 1.0 Settings Location Templates Using PowerShell and WMI diff --git a/mdop/uev-v1/microsoft-user-experience-virtualization--ue-v--10-release-notes.md b/mdop/uev-v1/microsoft-user-experience-virtualization--ue-v--10-release-notes.md index 71d654e659..aaf57aed0f 100644 --- a/mdop/uev-v1/microsoft-user-experience-virtualization--ue-v--10-release-notes.md +++ b/mdop/uev-v1/microsoft-user-experience-virtualization--ue-v--10-release-notes.md @@ -1,10 +1,15 @@ --- title: Microsoft User Experience Virtualization (UE-V) 1.0 Release Notes description: Microsoft User Experience Virtualization (UE-V) 1.0 Release Notes -ms.assetid: 920f3fae-e9b5-4b94-beda-32c19d31e94b author: jamiejdt +ms.assetid: 920f3fae-e9b5-4b94-beda-32c19d31e94b +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Microsoft User Experience Virtualization (UE-V) 1.0 Release Notes diff --git a/mdop/uev-v1/microsoft-user-experience-virtualization--ue-v--10-sp1-release-notes.md b/mdop/uev-v1/microsoft-user-experience-virtualization--ue-v--10-sp1-release-notes.md index 33c3e01ffd..89c2bfc59e 100644 --- a/mdop/uev-v1/microsoft-user-experience-virtualization--ue-v--10-sp1-release-notes.md +++ b/mdop/uev-v1/microsoft-user-experience-virtualization--ue-v--10-sp1-release-notes.md @@ -1,10 +1,15 @@ --- title: Microsoft User Experience Virtualization (UE-V) 1.0 SP1 Release Notes description: Microsoft User Experience Virtualization (UE-V) 1.0 SP1 Release Notes -ms.assetid: 447fae0c-fe87-4d1c-b616-6f92fbdaf6d5 author: jamiejdt +ms.assetid: 447fae0c-fe87-4d1c-b616-6f92fbdaf6d5 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Microsoft User Experience Virtualization (UE-V) 1.0 SP1 Release Notes diff --git a/mdop/uev-v1/migrating-ue-v-settings-packages.md b/mdop/uev-v1/migrating-ue-v-settings-packages.md index 5b6e78da4c..18b4c76e70 100644 --- a/mdop/uev-v1/migrating-ue-v-settings-packages.md +++ b/mdop/uev-v1/migrating-ue-v-settings-packages.md @@ -1,10 +1,15 @@ --- title: Migrating UE-V Settings Packages description: Migrating UE-V Settings Packages -ms.assetid: 93d99254-3e17-4e96-92ad-87059d8554a7 author: jamiejdt +ms.assetid: 93d99254-3e17-4e96-92ad-87059d8554a7 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Migrating UE-V Settings Packages diff --git a/mdop/uev-v1/operations-for-ue-v-10.md b/mdop/uev-v1/operations-for-ue-v-10.md index 8fab168feb..81626ff592 100644 --- a/mdop/uev-v1/operations-for-ue-v-10.md +++ b/mdop/uev-v1/operations-for-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Operations for UE-V 1.0 description: Operations for UE-V 1.0 -ms.assetid: 5b4a82fd-3145-49e8-ac06-f9cc583abe5f author: jamiejdt +ms.assetid: 5b4a82fd-3145-49e8-ac06-f9cc583abe5f +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Operations for UE-V 1.0 diff --git a/mdop/uev-v1/planning-for-custom-template-deployment-for-ue-v-10.md b/mdop/uev-v1/planning-for-custom-template-deployment-for-ue-v-10.md index 286ba61bf2..f130183733 100644 --- a/mdop/uev-v1/planning-for-custom-template-deployment-for-ue-v-10.md +++ b/mdop/uev-v1/planning-for-custom-template-deployment-for-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Planning for Custom Template Deployment for UE-V 1.0 description: Planning for Custom Template Deployment for UE-V 1.0 -ms.assetid: be76fc9a-31ca-4290-af11-7640dcb87d50 author: jamiejdt +ms.assetid: be76fc9a-31ca-4290-af11-7640dcb87d50 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning for Custom Template Deployment for UE-V 1.0 diff --git a/mdop/uev-v1/planning-for-ue-v-10.md b/mdop/uev-v1/planning-for-ue-v-10.md index 5649acfaad..ab8c979d74 100644 --- a/mdop/uev-v1/planning-for-ue-v-10.md +++ b/mdop/uev-v1/planning-for-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Planning for UE-V 1.0 description: Planning for UE-V 1.0 -ms.assetid: fc44aa5f-1d4f-4c03-b326-37ecd6bd913f author: jamiejdt +ms.assetid: fc44aa5f-1d4f-4c03-b326-37ecd6bd913f +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning for UE-V 1.0 diff --git a/mdop/uev-v1/planning-for-ue-v-configuration-methods.md b/mdop/uev-v1/planning-for-ue-v-configuration-methods.md index 4c3e4d302e..7952a3e241 100644 --- a/mdop/uev-v1/planning-for-ue-v-configuration-methods.md +++ b/mdop/uev-v1/planning-for-ue-v-configuration-methods.md @@ -1,10 +1,15 @@ --- title: Planning for UE-V Configuration Methods description: Planning for UE-V Configuration Methods -ms.assetid: 57bce7ab-1be5-434b-9ee5-c96026bbe010 author: jamiejdt +ms.assetid: 57bce7ab-1be5-434b-9ee5-c96026bbe010 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning for UE-V Configuration Methods diff --git a/mdop/uev-v1/planning-for-ue-v-configuration.md b/mdop/uev-v1/planning-for-ue-v-configuration.md index 6f55fd822c..af68eb9090 100644 --- a/mdop/uev-v1/planning-for-ue-v-configuration.md +++ b/mdop/uev-v1/planning-for-ue-v-configuration.md @@ -1,10 +1,15 @@ --- title: Planning for UE-V Configuration description: Planning for UE-V Configuration -ms.assetid: db78dad4-78e0-45d6-a235-8b7345cb79f8 author: jamiejdt +ms.assetid: db78dad4-78e0-45d6-a235-8b7345cb79f8 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning for UE-V Configuration diff --git a/mdop/uev-v1/planning-which-applications-to-synchronize-with-ue-v-10.md b/mdop/uev-v1/planning-which-applications-to-synchronize-with-ue-v-10.md index da668e6576..15aca5019d 100644 --- a/mdop/uev-v1/planning-which-applications-to-synchronize-with-ue-v-10.md +++ b/mdop/uev-v1/planning-which-applications-to-synchronize-with-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Planning Which Applications to Synchronize with UE-V 1.0 description: Planning Which Applications to Synchronize with UE-V 1.0 -ms.assetid: c718274f-87b4-47f3-8ef7-5e1bd5557a9d author: jamiejdt +ms.assetid: c718274f-87b4-47f3-8ef7-5e1bd5557a9d +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Planning Which Applications to Synchronize with UE-V 1.0 diff --git a/mdop/uev-v1/preparing-your-environment-for-ue-v.md b/mdop/uev-v1/preparing-your-environment-for-ue-v.md index c2e5cc6e0b..6dc381f0d7 100644 --- a/mdop/uev-v1/preparing-your-environment-for-ue-v.md +++ b/mdop/uev-v1/preparing-your-environment-for-ue-v.md @@ -1,10 +1,15 @@ --- title: Preparing Your Environment for UE-V description: Preparing Your Environment for UE-V -ms.assetid: c93d3b33-e032-451a-9e1b-8534e1625396 author: jamiejdt +ms.assetid: c93d3b33-e032-451a-9e1b-8534e1625396 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Preparing Your Environment for UE-V diff --git a/mdop/uev-v1/restoring-application-and-windows-settings-synchronized-with-ue-v-10.md b/mdop/uev-v1/restoring-application-and-windows-settings-synchronized-with-ue-v-10.md index f373fb25a9..22e5e347d4 100644 --- a/mdop/uev-v1/restoring-application-and-windows-settings-synchronized-with-ue-v-10.md +++ b/mdop/uev-v1/restoring-application-and-windows-settings-synchronized-with-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Restoring Application and Windows Settings Synchronized with UE-V 1.0 description: Restoring Application and Windows Settings Synchronized with UE-V 1.0 -ms.assetid: 254a16b1-f186-44a4-8e22-49a4ee87c734 author: jamiejdt +ms.assetid: 254a16b1-f186-44a4-8e22-49a4ee87c734 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Restoring Application and Windows Settings Synchronized with UE-V 1.0 diff --git a/mdop/uev-v1/security-and-privacy-for-ue-v-10.md b/mdop/uev-v1/security-and-privacy-for-ue-v-10.md index a36079e1f2..a85bd52972 100644 --- a/mdop/uev-v1/security-and-privacy-for-ue-v-10.md +++ b/mdop/uev-v1/security-and-privacy-for-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Security and Privacy for UE-V 1.0 description: Security and Privacy for UE-V 1.0 -ms.assetid: c23d867d-7991-4c78-a123-a8a92758e5ba author: jamiejdt +ms.assetid: c23d867d-7991-4c78-a123-a8a92758e5ba +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Security and Privacy for UE-V 1.0 diff --git a/mdop/uev-v1/sharing-settings-location-templates-with-the-ue-v-template-gallery.md b/mdop/uev-v1/sharing-settings-location-templates-with-the-ue-v-template-gallery.md index 7ee4903a72..545ab193ce 100644 --- a/mdop/uev-v1/sharing-settings-location-templates-with-the-ue-v-template-gallery.md +++ b/mdop/uev-v1/sharing-settings-location-templates-with-the-ue-v-template-gallery.md @@ -1,10 +1,15 @@ --- title: Sharing Settings Location Templates with the UE-V Template Gallery description: Sharing Settings Location Templates with the UE-V Template Gallery -ms.assetid: 3830ae0c-96dd-4a8d-96a2-df87aea81b27 author: jamiejdt +ms.assetid: 3830ae0c-96dd-4a8d-96a2-df87aea81b27 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Sharing Settings Location Templates with the UE-V Template Gallery diff --git a/mdop/uev-v1/supported-configurations-for-ue-v-10.md b/mdop/uev-v1/supported-configurations-for-ue-v-10.md index ef7abfd5a5..aabe98a43b 100644 --- a/mdop/uev-v1/supported-configurations-for-ue-v-10.md +++ b/mdop/uev-v1/supported-configurations-for-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Supported Configurations for UE-V 1.0 description: Supported Configurations for UE-V 1.0 -ms.assetid: d90ab83e-741f-48eb-b1d8-a64cb9259f7a author: jamiejdt +ms.assetid: d90ab83e-741f-48eb-b1d8-a64cb9259f7a +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Supported Configurations for UE-V 1.0 diff --git a/mdop/uev-v1/troubleshooting-ue-v-10.md b/mdop/uev-v1/troubleshooting-ue-v-10.md index 4b86b7cd8f..03225ed777 100644 --- a/mdop/uev-v1/troubleshooting-ue-v-10.md +++ b/mdop/uev-v1/troubleshooting-ue-v-10.md @@ -1,10 +1,15 @@ --- title: Troubleshooting UE-V 1.0 description: Troubleshooting UE-V 1.0 -ms.assetid: e40f46a9-34f6-40ee-801b-9bf91f65c0e1 author: jamiejdt +ms.assetid: e40f46a9-34f6-40ee-801b-9bf91f65c0e1 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Troubleshooting UE-V 1.0 diff --git a/mdop/uev-v1/ue-v-10-security-considerations.md b/mdop/uev-v1/ue-v-10-security-considerations.md index 03cae3164b..bbda341dfe 100644 --- a/mdop/uev-v1/ue-v-10-security-considerations.md +++ b/mdop/uev-v1/ue-v-10-security-considerations.md @@ -1,10 +1,15 @@ --- title: UE-V 1.0 Security Considerations description: UE-V 1.0 Security Considerations -ms.assetid: c5cdf9ff-dc96-4491-98e9-0eada898ffe0 author: jamiejdt +ms.assetid: c5cdf9ff-dc96-4491-98e9-0eada898ffe0 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # UE-V 1.0 Security Considerations diff --git a/mdop/uev-v1/ue-v-checklist.md b/mdop/uev-v1/ue-v-checklist.md index 5de1e28d36..2d256e8072 100644 --- a/mdop/uev-v1/ue-v-checklist.md +++ b/mdop/uev-v1/ue-v-checklist.md @@ -1,10 +1,15 @@ --- title: UE-V Checklist description: UE-V Checklist -ms.assetid: 0e4b9bd5-4e60-4673-b698-90612008fc2b author: jamiejdt +ms.assetid: 0e4b9bd5-4e60-4673-b698-90612008fc2b +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # UE-V Checklist diff --git a/mdop/uev-v1/user-experience-virtualization-privacy-statement.md b/mdop/uev-v1/user-experience-virtualization-privacy-statement.md index 389257d531..45aa73a732 100644 --- a/mdop/uev-v1/user-experience-virtualization-privacy-statement.md +++ b/mdop/uev-v1/user-experience-virtualization-privacy-statement.md @@ -1,10 +1,15 @@ --- title: User Experience Virtualization Privacy Statement description: User Experience Virtualization Privacy Statement -ms.assetid: c2919034-f2cf-48d6-b18e-4dd318252426 author: jamiejdt +ms.assetid: c2919034-f2cf-48d6-b18e-4dd318252426 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # User Experience Virtualization Privacy Statement diff --git a/mdop/uev-v1/validate-ue-v-settings-location-templates-with-ue-v-generator.md b/mdop/uev-v1/validate-ue-v-settings-location-templates-with-ue-v-generator.md index cf0ce693d4..de6f8b4304 100644 --- a/mdop/uev-v1/validate-ue-v-settings-location-templates-with-ue-v-generator.md +++ b/mdop/uev-v1/validate-ue-v-settings-location-templates-with-ue-v-generator.md @@ -1,10 +1,15 @@ --- title: Validate UE-V Settings Location Templates with UE-V Generator description: Validate UE-V Settings Location Templates with UE-V Generator -ms.assetid: 131c636c-173a-4b41-af5d-9a75b453b9d8 author: jamiejdt +ms.assetid: 131c636c-173a-4b41-af5d-9a75b453b9d8 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Validate UE-V Settings Location Templates with UE-V Generator diff --git a/mdop/uev-v1/working-with-custom-ue-v-templates-and-the-ue-v-generator.md b/mdop/uev-v1/working-with-custom-ue-v-templates-and-the-ue-v-generator.md index 9c7d37dcea..71dcc8d355 100644 --- a/mdop/uev-v1/working-with-custom-ue-v-templates-and-the-ue-v-generator.md +++ b/mdop/uev-v1/working-with-custom-ue-v-templates-and-the-ue-v-generator.md @@ -1,10 +1,15 @@ --- title: Working with Custom UE-V Templates and the UE-V Generator description: Working with Custom UE-V Templates and the UE-V Generator -ms.assetid: 7bb2583a-b032-4800-9bf9-eb33528e1d0d author: jamiejdt +ms.assetid: 7bb2583a-b032-4800-9bf9-eb33528e1d0d +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w8 --- + # Working with Custom UE-V Templates and the UE-V Generator diff --git a/mdop/uev-v2/accessibility-for-ue-v-2x-both-uevv2.md b/mdop/uev-v2/accessibility-for-ue-v-2x-both-uevv2.md index 201a71edbb..64b640b2e6 100644 --- a/mdop/uev-v2/accessibility-for-ue-v-2x-both-uevv2.md +++ b/mdop/uev-v2/accessibility-for-ue-v-2x-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Accessibility for UE-V 2.x description: Accessibility for UE-V 2.x -ms.assetid: ec05da5f-4558-4d4d-9b58-3b8ed68cf2fe author: jamiejdt +ms.assetid: ec05da5f-4558-4d4d-9b58-3b8ed68cf2fe +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Accessibility for UE-V 2.x diff --git a/mdop/uev-v2/administering-ue-v-2x-new-uevv2.md b/mdop/uev-v2/administering-ue-v-2x-new-uevv2.md index bda5bcc1be..350a215bd8 100644 --- a/mdop/uev-v2/administering-ue-v-2x-new-uevv2.md +++ b/mdop/uev-v2/administering-ue-v-2x-new-uevv2.md @@ -1,10 +1,15 @@ --- title: Administering UE-V 2.x description: Administering UE-V 2.x -ms.assetid: 996e4797-8383-4627-b714-24a84c907798 author: jamiejdt +ms.assetid: 996e4797-8383-4627-b714-24a84c907798 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Administering UE-V 2.x diff --git a/mdop/uev-v2/administering-ue-v-2x-with-windows-powershell-and-wmi-both-uevv2.md b/mdop/uev-v2/administering-ue-v-2x-with-windows-powershell-and-wmi-both-uevv2.md index b0b3d20991..5493bfd1dd 100644 --- a/mdop/uev-v2/administering-ue-v-2x-with-windows-powershell-and-wmi-both-uevv2.md +++ b/mdop/uev-v2/administering-ue-v-2x-with-windows-powershell-and-wmi-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Administering UE-V 2.x with Windows PowerShell and WMI description: Administering UE-V 2.x with Windows PowerShell and WMI -ms.assetid: e749ac03-0adf-475a-a4f2-5cc023549b12 author: jamiejdt +ms.assetid: e749ac03-0adf-475a-a4f2-5cc023549b12 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Administering UE-V 2.x with Windows PowerShell and WMI diff --git a/mdop/uev-v2/application-template-schema-reference-for-ue-v-2x-both-uevv2.md b/mdop/uev-v2/application-template-schema-reference-for-ue-v-2x-both-uevv2.md index 98f06839cb..29ada1d57d 100644 --- a/mdop/uev-v2/application-template-schema-reference-for-ue-v-2x-both-uevv2.md +++ b/mdop/uev-v2/application-template-schema-reference-for-ue-v-2x-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Application Template Schema Reference for UE-V 2.x description: Application Template Schema Reference for UE-V 2.x -ms.assetid: be8735a5-6a3e-4b1f-ba14-2a3bc3e5a8b6 author: jamiejdt +ms.assetid: be8735a5-6a3e-4b1f-ba14-2a3bc3e5a8b6 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Application Template Schema Reference for UE-V 2.x diff --git a/mdop/uev-v2/changing-the-frequency-of-ue-v-2x-scheduled-tasks-both-uevv2.md b/mdop/uev-v2/changing-the-frequency-of-ue-v-2x-scheduled-tasks-both-uevv2.md index 541db54372..2971a05834 100644 --- a/mdop/uev-v2/changing-the-frequency-of-ue-v-2x-scheduled-tasks-both-uevv2.md +++ b/mdop/uev-v2/changing-the-frequency-of-ue-v-2x-scheduled-tasks-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Changing the Frequency of UE-V 2.x Scheduled Tasks description: Changing the Frequency of UE-V 2.x Scheduled Tasks -ms.assetid: ee486570-c6cf-4fd9-ba48-0059ba877c10 author: jamiejdt +ms.assetid: ee486570-c6cf-4fd9-ba48-0059ba877c10 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Changing the Frequency of UE-V 2.x Scheduled Tasks diff --git a/mdop/uev-v2/configuring-the-company-settings-center-for-ue-v-2x-both-uevv2.md b/mdop/uev-v2/configuring-the-company-settings-center-for-ue-v-2x-both-uevv2.md index 9d21cf23c7..778b479ca2 100644 --- a/mdop/uev-v2/configuring-the-company-settings-center-for-ue-v-2x-both-uevv2.md +++ b/mdop/uev-v2/configuring-the-company-settings-center-for-ue-v-2x-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Configuring the Company Settings Center for UE-V 2.x description: Configuring the Company Settings Center for UE-V 2.x -ms.assetid: 48fadb0a-c0dc-4287-9474-f94ce1417003 author: jamiejdt +ms.assetid: 48fadb0a-c0dc-4287-9474-f94ce1417003 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Configuring the Company Settings Center for UE-V 2.x diff --git a/mdop/uev-v2/configuring-ue-v-2x-with-group-policy-objects-both-uevv2.md b/mdop/uev-v2/configuring-ue-v-2x-with-group-policy-objects-both-uevv2.md index 2710a38a51..f3337ab1a6 100644 --- a/mdop/uev-v2/configuring-ue-v-2x-with-group-policy-objects-both-uevv2.md +++ b/mdop/uev-v2/configuring-ue-v-2x-with-group-policy-objects-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Configuring UE-V 2.x with Group Policy Objects description: Configuring UE-V 2.x with Group Policy Objects -ms.assetid: 2bb55834-26ee-4f19-9860-dfdf3c797143 author: jamiejdt +ms.assetid: 2bb55834-26ee-4f19-9860-dfdf3c797143 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Configuring UE-V 2.x with Group Policy Objects diff --git a/mdop/uev-v2/configuring-ue-v-2x-with-system-center-configuration-manager-2012-both-uevv2.md b/mdop/uev-v2/configuring-ue-v-2x-with-system-center-configuration-manager-2012-both-uevv2.md index 336dcc80be..0476446f14 100644 --- a/mdop/uev-v2/configuring-ue-v-2x-with-system-center-configuration-manager-2012-both-uevv2.md +++ b/mdop/uev-v2/configuring-ue-v-2x-with-system-center-configuration-manager-2012-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Configuring UE-V 2.x with System Center Configuration Manager 2012 description: Configuring UE-V 2.x with System Center Configuration Manager 2012 -ms.assetid: 9a4e2a74-7646-4a77-b58f-2b4456487295 author: jamiejdt +ms.assetid: 9a4e2a74-7646-4a77-b58f-2b4456487295 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Configuring UE-V 2.x with System Center Configuration Manager 2012 diff --git a/mdop/uev-v2/deploy-required-features-for-ue-v-2x-new-uevv2.md b/mdop/uev-v2/deploy-required-features-for-ue-v-2x-new-uevv2.md index 09138f85b3..ce2ae52ac3 100644 --- a/mdop/uev-v2/deploy-required-features-for-ue-v-2x-new-uevv2.md +++ b/mdop/uev-v2/deploy-required-features-for-ue-v-2x-new-uevv2.md @@ -1,10 +1,15 @@ --- title: Deploy Required Features for UE-V 2.x description: Deploy Required Features for UE-V 2.x -ms.assetid: 10399bb3-cc7b-4578-bc0c-2f6b597abe4d author: jamiejdt +ms.assetid: 10399bb3-cc7b-4578-bc0c-2f6b597abe4d +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploy Required Features for UE-V 2.x diff --git a/mdop/uev-v2/deploy-ue-v-2x-for-custom-applications-new-uevv2.md b/mdop/uev-v2/deploy-ue-v-2x-for-custom-applications-new-uevv2.md index 5d3eabbe3f..bea4eef51e 100644 --- a/mdop/uev-v2/deploy-ue-v-2x-for-custom-applications-new-uevv2.md +++ b/mdop/uev-v2/deploy-ue-v-2x-for-custom-applications-new-uevv2.md @@ -1,10 +1,15 @@ --- title: Deploy UE-V 2.x for Custom Applications description: Deploy UE-V 2.x for Custom Applications -ms.assetid: f7cb089f-d764-4a93-82b6-926fe0385a23 author: jamiejdt +ms.assetid: f7cb089f-d764-4a93-82b6-926fe0385a23 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Deploy UE-V 2.x for Custom Applications diff --git a/mdop/uev-v2/get-started-with-ue-v-2x-new-uevv2.md b/mdop/uev-v2/get-started-with-ue-v-2x-new-uevv2.md index 673c5f1c48..ccc160080f 100644 --- a/mdop/uev-v2/get-started-with-ue-v-2x-new-uevv2.md +++ b/mdop/uev-v2/get-started-with-ue-v-2x-new-uevv2.md @@ -1,10 +1,15 @@ --- title: Get Started with UE-V 2.x description: Get Started with UE-V 2.x -ms.assetid: 526ecbf0-0dee-4f0b-b017-8f8d25357b14 author: jamiejdt +ms.assetid: 526ecbf0-0dee-4f0b-b017-8f8d25357b14 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Get Started with UE-V 2.x diff --git a/mdop/uev-v2/index.md b/mdop/uev-v2/index.md index 7fccabbc83..4875f0d7c9 100644 --- a/mdop/uev-v2/index.md +++ b/mdop/uev-v2/index.md @@ -1,10 +1,15 @@ --- title: Microsoft User Experience Virtualization (UE-V) 2.x description: Microsoft User Experience Virtualization (UE-V) 2.x -ms.assetid: b860fed0-b846-415d-bdd6-ba60231a64be author: jamiejdt +ms.assetid: b860fed0-b846-415d-bdd6-ba60231a64be +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Microsoft User Experience Virtualization (UE-V) 2.x diff --git a/mdop/uev-v2/manage-administrative-backup-and-restore-in-ue-v-2x-new-topic-for-21.md b/mdop/uev-v2/manage-administrative-backup-and-restore-in-ue-v-2x-new-topic-for-21.md index 830a60cb74..c7b5dfb791 100644 --- a/mdop/uev-v2/manage-administrative-backup-and-restore-in-ue-v-2x-new-topic-for-21.md +++ b/mdop/uev-v2/manage-administrative-backup-and-restore-in-ue-v-2x-new-topic-for-21.md @@ -1,10 +1,15 @@ --- title: Manage Administrative Backup and Restore in UE-V 2.x description: Manage Administrative Backup and Restore in UE-V 2.x -ms.assetid: 2eb5ae75-65e5-4afc-adb6-4e83cf4364ae author: jamiejdt +ms.assetid: 2eb5ae75-65e5-4afc-adb6-4e83cf4364ae +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Manage Administrative Backup and Restore in UE-V 2.x diff --git a/mdop/uev-v2/manage-configurations-for-ue-v-2x-new-uevv2.md b/mdop/uev-v2/manage-configurations-for-ue-v-2x-new-uevv2.md index b6589fed9c..c8813ce58d 100644 --- a/mdop/uev-v2/manage-configurations-for-ue-v-2x-new-uevv2.md +++ b/mdop/uev-v2/manage-configurations-for-ue-v-2x-new-uevv2.md @@ -1,10 +1,15 @@ --- title: Manage Configurations for UE-V 2.x description: Manage Configurations for UE-V 2.x -ms.assetid: e2332eca-a9cd-4446-8f7c-d17058b03466 author: jamiejdt +ms.assetid: e2332eca-a9cd-4446-8f7c-d17058b03466 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Manage Configurations for UE-V 2.x diff --git a/mdop/uev-v2/managing-the-ue-v-2x-agent-and-packages-with-windows-powershell-and-wmi-both-uevv2.md b/mdop/uev-v2/managing-the-ue-v-2x-agent-and-packages-with-windows-powershell-and-wmi-both-uevv2.md index ec3510d34b..fe8bb33a9e 100644 --- a/mdop/uev-v2/managing-the-ue-v-2x-agent-and-packages-with-windows-powershell-and-wmi-both-uevv2.md +++ b/mdop/uev-v2/managing-the-ue-v-2x-agent-and-packages-with-windows-powershell-and-wmi-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Managing the UE-V 2.x Agent and Packages with Windows PowerShell and WMI description: Managing the UE-V 2.x Agent and Packages with Windows PowerShell and WMI -ms.assetid: 56e6780b-8b2c-4717-91c8-2af63062ab75 author: jamiejdt +ms.assetid: 56e6780b-8b2c-4717-91c8-2af63062ab75 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Managing the UE-V 2.x Agent and Packages with Windows PowerShell and WMI diff --git a/mdop/uev-v2/managing-ue-v-2x-settings-location-templates-using-windows-powershell-and-wmi-both-uevv2.md b/mdop/uev-v2/managing-ue-v-2x-settings-location-templates-using-windows-powershell-and-wmi-both-uevv2.md index 70134d5979..daf1ff7f20 100644 --- a/mdop/uev-v2/managing-ue-v-2x-settings-location-templates-using-windows-powershell-and-wmi-both-uevv2.md +++ b/mdop/uev-v2/managing-ue-v-2x-settings-location-templates-using-windows-powershell-and-wmi-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Managing UE-V 2.x Settings Location Templates Using Windows PowerShell and WMI description: Managing UE-V 2.x Settings Location Templates Using Windows PowerShell and WMI -ms.assetid: b5253050-acc3-4274-90d0-1fa4c480331d author: jamiejdt +ms.assetid: b5253050-acc3-4274-90d0-1fa4c480331d +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Managing UE-V 2.x Settings Location Templates Using Windows PowerShell and WMI diff --git a/mdop/uev-v2/microsoft-user-experience-virtualization--ue-v--20-release-notesuevv2.md b/mdop/uev-v2/microsoft-user-experience-virtualization--ue-v--20-release-notesuevv2.md index d07a0c844e..ce504d629b 100644 --- a/mdop/uev-v2/microsoft-user-experience-virtualization--ue-v--20-release-notesuevv2.md +++ b/mdop/uev-v2/microsoft-user-experience-virtualization--ue-v--20-release-notesuevv2.md @@ -1,10 +1,15 @@ --- title: Microsoft User Experience Virtualization (UE-V) 2.0 Release Notes description: Microsoft User Experience Virtualization (UE-V) 2.0 Release Notes -ms.assetid: 5ef66cd1-ba2b-4383-9f45-e7cde41f1ba1 author: jamiejdt +ms.assetid: 5ef66cd1-ba2b-4383-9f45-e7cde41f1ba1 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Microsoft User Experience Virtualization (UE-V) 2.0 Release Notes diff --git a/mdop/uev-v2/microsoft-user-experience-virtualization--ue-v--21-release-notesuevv21.md b/mdop/uev-v2/microsoft-user-experience-virtualization--ue-v--21-release-notesuevv21.md index 132e6461c0..dc3d01fbc5 100644 --- a/mdop/uev-v2/microsoft-user-experience-virtualization--ue-v--21-release-notesuevv21.md +++ b/mdop/uev-v2/microsoft-user-experience-virtualization--ue-v--21-release-notesuevv21.md @@ -1,10 +1,15 @@ --- title: Microsoft User Experience Virtualization (UE-V) 2.1 Release Notes description: Microsoft User Experience Virtualization (UE-V) 2.1 Release Notes -ms.assetid: 79a36c77-fa0c-4651-8028-4a79763a2fd2 author: jamiejdt +ms.assetid: 79a36c77-fa0c-4651-8028-4a79763a2fd2 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Microsoft User Experience Virtualization (UE-V) 2.1 Release Notes diff --git a/mdop/uev-v2/microsoft-user-experience-virtualization--ue-v--21-sp1-release-notes.md b/mdop/uev-v2/microsoft-user-experience-virtualization--ue-v--21-sp1-release-notes.md index e134528d3d..b2d83bf32b 100644 --- a/mdop/uev-v2/microsoft-user-experience-virtualization--ue-v--21-sp1-release-notes.md +++ b/mdop/uev-v2/microsoft-user-experience-virtualization--ue-v--21-sp1-release-notes.md @@ -1,10 +1,15 @@ --- title: Microsoft User Experience Virtualization (UE-V) 2.1 SP1 Release Notes description: Microsoft User Experience Virtualization (UE-V) 2.1 SP1 Release Notes -ms.assetid: 561988c4-cc5c-4e15-970b-16e942c8f2ef author: jamiejdt +ms.assetid: 561988c4-cc5c-4e15-970b-16e942c8f2ef +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Microsoft User Experience Virtualization (UE-V) 2.1 SP1 Release Notes diff --git a/mdop/uev-v2/migrating-ue-v-2x-settings-packages-both-uevv2.md b/mdop/uev-v2/migrating-ue-v-2x-settings-packages-both-uevv2.md index a7ab49f944..e10bbb77fd 100644 --- a/mdop/uev-v2/migrating-ue-v-2x-settings-packages-both-uevv2.md +++ b/mdop/uev-v2/migrating-ue-v-2x-settings-packages-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Migrating UE-V 2.x Settings Packages description: Migrating UE-V 2.x Settings Packages -ms.assetid: f79381f4-e142-405c-b728-5c048502aa70 author: jamiejdt +ms.assetid: f79381f4-e142-405c-b728-5c048502aa70 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Migrating UE-V 2.x Settings Packages diff --git a/mdop/uev-v2/prepare-a-ue-v-2x-deployment-new-uevv2.md b/mdop/uev-v2/prepare-a-ue-v-2x-deployment-new-uevv2.md index 81b493e1d2..0916c46201 100644 --- a/mdop/uev-v2/prepare-a-ue-v-2x-deployment-new-uevv2.md +++ b/mdop/uev-v2/prepare-a-ue-v-2x-deployment-new-uevv2.md @@ -1,10 +1,15 @@ --- title: Prepare a UE-V 2.x Deployment description: Prepare a UE-V 2.x Deployment -ms.assetid: c429fd06-13ff-48c5-b9c9-fa1ec01ab800 author: jamiejdt +ms.assetid: c429fd06-13ff-48c5-b9c9-fa1ec01ab800 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Prepare a UE-V 2.x Deployment diff --git a/mdop/uev-v2/security-considerations-for-ue-v-2x-both-uevv2.md b/mdop/uev-v2/security-considerations-for-ue-v-2x-both-uevv2.md index a6bb3366f8..ef418d7c0c 100644 --- a/mdop/uev-v2/security-considerations-for-ue-v-2x-both-uevv2.md +++ b/mdop/uev-v2/security-considerations-for-ue-v-2x-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Security Considerations for UE-V 2.x description: Security Considerations for UE-V 2.x -ms.assetid: 9d5c3cae-9fcb-4dea-bd67-741b3dea63be author: jamiejdt +ms.assetid: 9d5c3cae-9fcb-4dea-bd67-741b3dea63be +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Security Considerations for UE-V 2.x diff --git a/mdop/uev-v2/sync-methods-for-ue-v-2x-both-uevv2.md b/mdop/uev-v2/sync-methods-for-ue-v-2x-both-uevv2.md index 2afa1959b4..3ce8e951f8 100644 --- a/mdop/uev-v2/sync-methods-for-ue-v-2x-both-uevv2.md +++ b/mdop/uev-v2/sync-methods-for-ue-v-2x-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Sync Methods for UE-V 2.x description: Sync Methods for UE-V 2.x -ms.assetid: af0ae894-dfdc-41d2-927b-c2ab1b355ffe author: jamiejdt +ms.assetid: af0ae894-dfdc-41d2-927b-c2ab1b355ffe +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Sync Methods for UE-V 2.x diff --git a/mdop/uev-v2/sync-trigger-events-for-ue-v-2x-both-uevv2.md b/mdop/uev-v2/sync-trigger-events-for-ue-v-2x-both-uevv2.md index bdacb193d0..fbb99536ea 100644 --- a/mdop/uev-v2/sync-trigger-events-for-ue-v-2x-both-uevv2.md +++ b/mdop/uev-v2/sync-trigger-events-for-ue-v-2x-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Sync Trigger Events for UE-V 2.x description: Sync Trigger Events for UE-V 2.x -ms.assetid: 4ed71a13-6a4f-4376-996f-74b126536bbc author: jamiejdt +ms.assetid: 4ed71a13-6a4f-4376-996f-74b126536bbc +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Sync Trigger Events for UE-V 2.x diff --git a/mdop/uev-v2/synchronizing-office-2013-with-ue-v-20-both-uevv2.md b/mdop/uev-v2/synchronizing-office-2013-with-ue-v-20-both-uevv2.md index 0450a379a1..fbba2bc34c 100644 --- a/mdop/uev-v2/synchronizing-office-2013-with-ue-v-20-both-uevv2.md +++ b/mdop/uev-v2/synchronizing-office-2013-with-ue-v-20-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Synchronizing Office 2013 with UE-V 2.0 description: Synchronizing Office 2013 with UE-V 2.0 -ms.assetid: c46feb6d-28a8-4799-888d-053531dc5842 author: jamiejdt +ms.assetid: c46feb6d-28a8-4799-888d-053531dc5842 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Synchronizing Office 2013 with UE-V 2.0 diff --git a/mdop/uev-v2/technical-reference-for-ue-v-2x-both-uevv2.md b/mdop/uev-v2/technical-reference-for-ue-v-2x-both-uevv2.md index cc72ac53ef..5be7a2c690 100644 --- a/mdop/uev-v2/technical-reference-for-ue-v-2x-both-uevv2.md +++ b/mdop/uev-v2/technical-reference-for-ue-v-2x-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Technical Reference for UE-V 2.x description: Technical Reference for UE-V 2.x -ms.assetid: 303cff9a-a96d-4e83-9e94-19b0d3744e1e author: jamiejdt +ms.assetid: 303cff9a-a96d-4e83-9e94-19b0d3744e1e +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Technical Reference for UE-V 2.x diff --git a/mdop/uev-v2/troubleshooting-ue-v-2x-both-uevv2.md b/mdop/uev-v2/troubleshooting-ue-v-2x-both-uevv2.md index 4958a64412..b46669f1a7 100644 --- a/mdop/uev-v2/troubleshooting-ue-v-2x-both-uevv2.md +++ b/mdop/uev-v2/troubleshooting-ue-v-2x-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Troubleshooting UE-V 2.x description: Troubleshooting UE-V 2.x -ms.assetid: a02847f8-6986-4612-8307-ba1b72d7919b author: jamiejdt +ms.assetid: a02847f8-6986-4612-8307-ba1b72d7919b +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Troubleshooting UE-V 2.x diff --git a/mdop/uev-v2/using-ue-v-2x-with-application-virtualization-applications-both-uevv2.md b/mdop/uev-v2/using-ue-v-2x-with-application-virtualization-applications-both-uevv2.md index 2eea4fe25f..6b79aca24f 100644 --- a/mdop/uev-v2/using-ue-v-2x-with-application-virtualization-applications-both-uevv2.md +++ b/mdop/uev-v2/using-ue-v-2x-with-application-virtualization-applications-both-uevv2.md @@ -1,10 +1,15 @@ --- title: Using UE-V 2.x with Application Virtualization Applications description: Using UE-V 2.x with Application Virtualization Applications -ms.assetid: 4644b810-fc48-4fd0-96e4-2fc6cd64d8ad author: jamiejdt +ms.assetid: 4644b810-fc48-4fd0-96e4-2fc6cd64d8ad +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Using UE-V 2.x with Application Virtualization Applications diff --git a/mdop/uev-v2/whats-new-in-ue-v-20-new-uevv2.md b/mdop/uev-v2/whats-new-in-ue-v-20-new-uevv2.md index bc4bd8bb51..adb6bbeb6b 100644 --- a/mdop/uev-v2/whats-new-in-ue-v-20-new-uevv2.md +++ b/mdop/uev-v2/whats-new-in-ue-v-20-new-uevv2.md @@ -1,10 +1,15 @@ --- title: What's New in UE-V 2.0 description: What's New in UE-V 2.0 -ms.assetid: 5d852beb-f293-4e3a-a33b-c40df59a7515 author: jamiejdt +ms.assetid: 5d852beb-f293-4e3a-a33b-c40df59a7515 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # What's New in UE-V 2.0 diff --git a/mdop/uev-v2/whats-new-in-ue-v-21-new-uevv2.md b/mdop/uev-v2/whats-new-in-ue-v-21-new-uevv2.md index 0f17f5e89a..a601d3e4a6 100644 --- a/mdop/uev-v2/whats-new-in-ue-v-21-new-uevv2.md +++ b/mdop/uev-v2/whats-new-in-ue-v-21-new-uevv2.md @@ -1,10 +1,15 @@ --- title: What's New in UE-V 2.1 description: What's New in UE-V 2.1 -ms.assetid: 7f385183-7d97-4602-b19a-baa710334ade author: jamiejdt +ms.assetid: 7f385183-7d97-4602-b19a-baa710334ade +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # What's New in UE-V 2.1 diff --git a/mdop/uev-v2/whats-new-in-ue-v-21-sp1uevv21-sp1.md b/mdop/uev-v2/whats-new-in-ue-v-21-sp1uevv21-sp1.md index 8c60780669..d8950b0ead 100644 --- a/mdop/uev-v2/whats-new-in-ue-v-21-sp1uevv21-sp1.md +++ b/mdop/uev-v2/whats-new-in-ue-v-21-sp1uevv21-sp1.md @@ -1,10 +1,15 @@ --- title: What's New in UE-V 2.1 SP1 description: What's New in UE-V 2.1 SP1 -ms.assetid: 9a40c737-ad9a-4ec1-b42b-31bfabe0f170 author: jamiejdt +ms.assetid: 9a40c737-ad9a-4ec1-b42b-31bfabe0f170 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # What's New in UE-V 2.1 SP1 diff --git a/mdop/uev-v2/working-with-custom-ue-v-2x-templates-and-the-ue-v-2x-generator-new-uevv2.md b/mdop/uev-v2/working-with-custom-ue-v-2x-templates-and-the-ue-v-2x-generator-new-uevv2.md index 1460cf9540..04136b1e89 100644 --- a/mdop/uev-v2/working-with-custom-ue-v-2x-templates-and-the-ue-v-2x-generator-new-uevv2.md +++ b/mdop/uev-v2/working-with-custom-ue-v-2x-templates-and-the-ue-v-2x-generator-new-uevv2.md @@ -1,10 +1,15 @@ --- title: Working with Custom UE-V 2.x Templates and the UE-V 2.x Generator description: Working with Custom UE-V 2.x Templates and the UE-V 2.x Generator -ms.assetid: f0bb4920-0132-472c-a564-abf06a884275 author: jamiejdt +ms.assetid: f0bb4920-0132-472c-a564-abf06a884275 +ms.pagetype: mdop, virtualization +ms.mktglfcycl: deploy +ms.sitesec: library +ms.prod: w10 --- + # Working with Custom UE-V 2.x Templates and the UE-V 2.x Generator From aabc0ee3c9d8a4425789af0ae9f89db123c81cb2 Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Thu, 16 Jun 2016 11:17:17 -0700 Subject: [PATCH 054/114] fixes from migration errors --- ...ix-a-powershell-scripts-for-surface-hub.md | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md b/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md index a388fc0cca..7fd65a2aa4 100644 --- a/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md +++ b/devices/surface-hub/appendix-a-powershell-scripts-for-surface-hub.md @@ -308,7 +308,7 @@ PrintAction "Creating a new account..." try { $mailbox = $null - $mailbox = (New-Mailbox -UserPrincipalName $credNewAccount.UserName -Alias $credNewAccount.UserName.substring(0,$credNewAccount.UserName.indexOf('@')) -room -Name $strDisplayName -RoomMailboxPassword $credNewAccount.Password -EnableRoomMailboxAccount $true) + $mailbox = (New-Mailbox -UserPrincipalName $credNewAccount.UserName -Alias $credNewAccount.UserName.substring(0,$credNewAccount.UserName.indexOf('@')) -room -Name $strDisplayName -RoomMailboxPassword $credNewAccount.Password -EnableRoomMailboxAccount $true) } catch { } ExitIfError "Failed to create a new mailbox on exchange."; $status["Mailbox Setup"] = "Successfully created a mailbox for the new account" @@ -320,9 +320,9 @@ PrintSuccess "The following mailbox has been created for this room: $strEmail" ## Create or retrieve a policy that will be applied to surface hub devices ## # The policy disables requiring a device password so that the SurfaceHub does not need to be lockable to use Active Sync -$strPolicy = Read-Host 'Please enter the name for a new Surface Hub ActiveSync policy that will be created and applied to this account. +$strPolicy = Read-Host 'Please enter the name for a new Surface Hub ActiveSync policy that will be created and applied to this account. We will configure that policy to be compatible with Surface Hub devices. -If this script has been used before, please enter the name of the existing policy.' +If this script has been used before, please enter the name of the existing policy.' $easpolicy = $null try { @@ -448,11 +448,11 @@ try { } catch { } if ($Error) { - $status["Calendar Response Configuration"] = "Failed to configure the account's response properties" + $status["Calendar Response Configuration"] = "Failed to configure the account's response properties" } else { - $status["Calendar Response Configuration"] = "Successfully configured the account's response properties" + $status["Calendar Response Configuration"] = "Successfully configured the account's response properties" } $Error.Clear() @@ -692,9 +692,9 @@ PrintSuccess "The following mailbox has been created for this room: $strEmail" ## Create or retrieve a policy that will be applied to surface hub devices ## # The policy disables requiring a device password so that the SurfaceHub does not need to be lockable to use Active Sync -$strPolicy = Read-Host 'Please enter the name for a new Surface Hub ActiveSync policy that will be created and applied to this account. +$strPolicy = Read-Host 'Please enter the name for a new Surface Hub ActiveSync policy that will be created and applied to this account. We will configure that policy to be compatible with Surface Hub devices. -If this script has been used before, please enter the name of the existing policy.' +If this script has been used before, please enter the name of the existing policy.' $easpolicy = $null try { @@ -824,11 +824,11 @@ try { } catch { } if ($Error) { - $status["Calendar Response Configuration"] = "Failed to configure the account's response properties" + $status["Calendar Response Configuration"] = "Failed to configure the account's response properties" } else { - $status["Calendar Response Configuration"] = "Successfully configured the account's response properties" + $status["Calendar Response Configuration"] = "Successfully configured the account's response properties" } $Error.Clear() @@ -866,7 +866,7 @@ catch {} $Error.Clear() if (![System.String]::IsNullOrEmpty($strRegPool)) { - $strRegPool = $strRegPool.Substring($strRegPool[0].IndexOf(':') + 1) + $strRegPool = $strRegPool.Substring($strRegPool[0].IndexOf(':') + 1) } <# $strRegPoolEntry = Read-Host "Enter a Skype for Business Registrar Pool, or leave blank to use [$strRegPool]" @@ -927,7 +927,7 @@ else $iLicenseIndex = 0; do { - $iLicenseIndex = Read-Host 'Choose the number for the SKU you want to pick' + $iLicenseIndex = Read-Host 'Choose the number for the SKU you want to pick' } while ($iLicenseIndex -lt 1 -or $iLicenseIndex -gt $skus.Length) $strLicenses = $skus[$iLicenseIndex - 1].AccountSkuId @@ -1061,7 +1061,7 @@ function ExitIfError($strMsg) } $strUpn = Read-Host "What is the email address of the account you wish to validate?" -if (!$strUpn.Contains('@')) +if (!$strUpn.Contains('@')) { CleanupAndFail "$strUpn is not a valid email address" } @@ -1192,7 +1192,7 @@ if ($fHasOnline) } catch { - # This really shouldn't happen unless there is a network error + # This really shouldn't happen unless there is a network error CleanupAndFail "Failed to connect to MSOnline" } } @@ -1247,8 +1247,8 @@ $credLinkedDomain = $Null if (!$fExIsOnline -and ![System.String]::IsNullOrEmpty($mailbox.LinkedMasterAccount) -and !$mailbox.LinkedMasterAccount.EndsWith("\SELF")) { $strLinkedAccount = $mailbox.LinkedMasterAccount - $strLinkedDomain = $strLinkedAccount.substring(0,$strLinkedAccount.IndexOf('\')) - $strLinkedUser = $strLinkedAccount.substring($strLinkedAccount.IndexOf('\') + 1) + $strLinkedDomain = $strLinkedAccount.substring(0,$strLinkedAccount.IndexOf('\')) + $strLinkedUser = $strLinkedAccount.substring($strLinkedAccount.IndexOf('\') + 1) $strLinkedServer = Read-Host "What is the domain controller for the $strLinkedDomain" $credLinkedDomain = (Get-Credential -Message "Please provide credentials for $strLinkedDomain") } @@ -1276,7 +1276,7 @@ function Validate() [switch]$WarningOnly ) - Write-Host -NoNewline -ForegroundColor White $Test.PadRight(100,'.') + Write-Host -NoNewline -ForegroundColor White $Test.PadRight(100,'.') if ($Condition) { Write-Host -ForegroundColor Green "Passed" @@ -1301,7 +1301,7 @@ function Validate() Validate -WarningOnly -Test "The mailbox $strUpn is enabled as a room account" -Condition ($mailbox.RoomMailboxAccountEnabled -eq $True) -FailureMsg "RoomMailboxEnabled - without a device account, the Surface Hub will not be able to use various key features." $calendarProcessing = Get-CalendarProcessing -Identity $strUpn -WarningAction SilentlyContinue -ErrorAction SilentlyContinue -Validate -Test "The mailbox $strUpn is configured to accept meeting requests" -Condition ($calendarProcessing -ne $null -and $calendarProcessing.AutomateProcessing -eq 'AutoAccept') -FailureMsg "AutomateProcessing - the Surface Hub will not be able to send mail or sync its calendar." +Validate -Test "The mailbox $strUpn is configured to accept meeting requests" -Condition ($calendarProcessing -ne $null -and $calendarProcessing.AutomateProcessing -eq 'AutoAccept') -FailureMsg "AutomateProcessing - the Surface Hub will not be able to send mail or sync its calendar." Validate -WarningOnly -Test "The mailbox $strUpn will not delete meeting comments" -Condition ($calendarProcessing -ne $null -and !$calendarProcessing.DeleteComments) -FailureMsg "DeleteComments - the Surface Hub may be missing some meeting information on the welcome screen and Skype." Validate -WarningOnly -Test "The mailbox $strUpn keeps private meetings private" -Condition ($calendarProcessing -ne $null -and !$calendarProcessing.RemovePrivateProperty) -FailureMsg "RemovePrivateProperty - the Surface Hub will make show private meetings." Validate -Test "The mailbox $strUpn keeps meeting subjects" -Condition ($calendarProcessing -ne $null -and !$calendarProcessing.DeleteSubject) -FailureMsg "DeleteSubject - the Surface Hub will not keep meeting subject information." @@ -1346,10 +1346,10 @@ if ($casMailbox) # Check the default access level $orgSettings = Get-ActiveSyncOrganizationSettings $strDefaultAccessLevel = $orgSettings.DefaultAccessLevel -Validate -Test "ActiveSync devices are allowed" -Condition ($strDefaultAccessLevel -eq 'Allow') -FailureMsg "DeviceType Windows Mail is accessible - devices are not allowed by default - the surface hub will not be able to send mail or sync its calendar." +Validate -Test "ActiveSync devices are allowed" -Condition ($strDefaultAccessLevel -eq 'Allow') -FailureMsg "DeviceType Windows Mail is accessible - devices are not allowed by default - the surface hub will not be able to send mail or sync its calendar." # Check if there exists a device access rule that bans the device type Windows Mail -$blockingRules = Get-ActiveSyncDeviceAccessRule | where {($_.AccessLevel -eq 'Block' -or $_.AccessLevel -eq 'Quarantine') -and $_.Characteristic -eq 'DeviceType'-and $_.QueryString -eq 'WindowsMail'} +$blockingRules = Get-ActiveSyncDeviceAccessRule | where {($_.AccessLevel -eq 'Block' -or $_.AccessLevel -eq 'Quarantine') -and $_.Characteristic -eq 'DeviceType'-and $_.QueryString -eq 'WindowsMail'} Validate -Test "Windows mail devices are not blocked or quarantined" -Condition ($blockingRules -eq $null -or $blockingRules.Length -eq 0) -FailureMsg "DeviceType Windows Mail is accessible - devices are blocked or quaratined - the surface hub will not be able to send mail or sync its calendar." ## End Exchange ## @@ -1390,7 +1390,7 @@ if ($fHasOnline) Validate -Test "There is an online user account for $strUpn" -Condition ($accountOnline -ne $null) -FailureMsg "Could not find a Microsoft Online account for this user even though some services are online" if ($accountOnline) { - Validate -Test "The password for $strUpn will not expire" -Condition ($accountOnline.PasswordNeverExpires -eq $True) -FailureMsg "PasswordNeverExpires - the admin will need to update the device account's password on the Surface Hub when it expires." + Validate -Test "The password for $strUpn will not expire" -Condition ($accountOnline.PasswordNeverExpires -eq $True) -FailureMsg "PasswordNeverExpires - the admin will need to update the device account's password on the Surface Hub when it expires." if ($fIsSfbOnline -and !$fIsExOnline) { $strLicenseFailureMsg = "Has O365 license - The devices will not be able to use Skype for Business services." @@ -1426,7 +1426,7 @@ if ($fHasOnPrem) Validate -Test "There is a user account for $strOnPremUpn" -Condition ($accountOnprem -ne $null) -FailureMsg "Could not find an Active Directory account for this user" if ($accountOnPrem) { - Validate -WarningOnly -Test "The password for $strOnPremUpn will not expire" -Condition ($accountOnprem.PasswordNeverExpires -eq $True) -FailureMsg "PasswordNeverExpires - the admin will need to update the device account's password on the Surface Hub when it expires." + Validate -WarningOnly -Test "The password for $strOnPremUpn will not expire" -Condition ($accountOnprem.PasswordNeverExpires -eq $True) -FailureMsg "PasswordNeverExpires - the admin will need to update the device account's password on the Surface Hub when it expires." Validate -Test "$strOnPremUpn is enabled" -Condition $accountOnPrem.Enabled -FailureMsg "AccountEnabled - this device account will not sign in" } } @@ -1529,7 +1529,7 @@ else ## Collect account data ## Write-Host "----------- Enter info for the account to enable -----------." -foregroundcolor "magenta" -$strRoomUri=Read-Host 'Please enter the UPN of the account you are enabling (e.g. confroom@surfacehub.microsoft.com)' +$strRoomUri=Read-Host 'Please enter the UPN of the account you are enabling (e.g. confroom@surfacehub.microsoft.com)' if ([System.String]::IsNullOrEmpty($strRoomUri)) { @@ -1586,7 +1586,7 @@ if ($online) } else { - $strRegPool = $strRegPool[0].Substring($strRegPool[0].IndexOf(':') + 1) + $strRegPool = $strRegPool[0].Substring($strRegPool[0].IndexOf(':') + 1) } } From 3630814ecc3a47e312c0a942f959d4c3f2a33106 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Thu, 16 Jun 2016 11:57:55 -0700 Subject: [PATCH 055/114] added link to ADK and updated a link --- windows/deploy/configure-a-pxe-server-to-load-windows-pe.md | 2 +- windows/deploy/windows-adk-scenarios-for-it-pros.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deploy/configure-a-pxe-server-to-load-windows-pe.md b/windows/deploy/configure-a-pxe-server-to-load-windows-pe.md index 463da5964f..e5c6db8bda 100644 --- a/windows/deploy/configure-a-pxe-server-to-load-windows-pe.md +++ b/windows/deploy/configure-a-pxe-server-to-load-windows-pe.md @@ -21,7 +21,7 @@ This walkthrough describes how to configure a PXE server to load Windows PE by ## Prerequisites -- A deployment computer: A computer with the [Windows Assessment and Deployment Kit](http://go.microsoft.com/fwlink/p/?LinkId=526740) (Windows ADK) installed. +- A deployment computer: A computer with the [Windows Assessment and Deployment Kit](http://go.microsoft.com/fwlink/p/?LinkId=526803) (Windows ADK) installed. - A DHCP server: A DHCP server or DHCP proxy configured to respond to PXE client requests is required. - A PXE server: A server running the TFTP service that can host Windows PE boot files that the client will download. - A file server: A server hosting a network file share. diff --git a/windows/deploy/windows-adk-scenarios-for-it-pros.md b/windows/deploy/windows-adk-scenarios-for-it-pros.md index 8821ada189..456d2786a0 100644 --- a/windows/deploy/windows-adk-scenarios-for-it-pros.md +++ b/windows/deploy/windows-adk-scenarios-for-it-pros.md @@ -11,7 +11,7 @@ author: greg-lindsay # Windows ADK for Windows 10 scenarios for IT Pros -The Windows Assessment and Deployment Kit (Windows ADK) contains tools that can be used by IT Pros to deploy Windows. For an overview of what's new in the Windows ADK for Windows 10, see [What's new in kits and tools](http://msdn.microsoft.com/library/windows/hardware/dn927348.aspx). +The [Windows Assessment and Deployment Kit](http://go.microsoft.com/fwlink/p/?LinkId=526803) (Windows ADK) contains tools that can be used by IT Pros to deploy Windows. For an overview of what's new in the Windows ADK for Windows 10, see [What's new in kits and tools](http://msdn.microsoft.com/library/windows/hardware/dn927348.aspx). In previous releases of Windows, the Windows ADK docs were published on both TechNet and the MSDN Hardware Dev Center. Starting with the Windows 10 release, Windows ADK documentation is available on the MSDN Hardware Dev Center. For the Windows 10 ADK reference content, see [Desktop manufacturing](http://msdn.microsoft.com/library/windows/hardware/dn938361.aspx). From 13b2d4e9683323ba791d8026b9717c51c2789ac8 Mon Sep 17 00:00:00 2001 From: Greg Lindsay Date: Thu, 16 Jun 2016 12:29:28 -0700 Subject: [PATCH 056/114] fixed typo --- windows/deploy/configure-a-pxe-server-to-load-windows-pe.md | 2 +- windows/deploy/windows-adk-scenarios-for-it-pros.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deploy/configure-a-pxe-server-to-load-windows-pe.md b/windows/deploy/configure-a-pxe-server-to-load-windows-pe.md index 463da5964f..e5c6db8bda 100644 --- a/windows/deploy/configure-a-pxe-server-to-load-windows-pe.md +++ b/windows/deploy/configure-a-pxe-server-to-load-windows-pe.md @@ -21,7 +21,7 @@ This walkthrough describes how to configure a PXE server to load Windows PE by ## Prerequisites -- A deployment computer: A computer with the [Windows Assessment and Deployment Kit](http://go.microsoft.com/fwlink/p/?LinkId=526740) (Windows ADK) installed. +- A deployment computer: A computer with the [Windows Assessment and Deployment Kit](http://go.microsoft.com/fwlink/p/?LinkId=526803) (Windows ADK) installed. - A DHCP server: A DHCP server or DHCP proxy configured to respond to PXE client requests is required. - A PXE server: A server running the TFTP service that can host Windows PE boot files that the client will download. - A file server: A server hosting a network file share. diff --git a/windows/deploy/windows-adk-scenarios-for-it-pros.md b/windows/deploy/windows-adk-scenarios-for-it-pros.md index 8821ada189..456d2786a0 100644 --- a/windows/deploy/windows-adk-scenarios-for-it-pros.md +++ b/windows/deploy/windows-adk-scenarios-for-it-pros.md @@ -11,7 +11,7 @@ author: greg-lindsay # Windows ADK for Windows 10 scenarios for IT Pros -The Windows Assessment and Deployment Kit (Windows ADK) contains tools that can be used by IT Pros to deploy Windows. For an overview of what's new in the Windows ADK for Windows 10, see [What's new in kits and tools](http://msdn.microsoft.com/library/windows/hardware/dn927348.aspx). +The [Windows Assessment and Deployment Kit](http://go.microsoft.com/fwlink/p/?LinkId=526803) (Windows ADK) contains tools that can be used by IT Pros to deploy Windows. For an overview of what's new in the Windows ADK for Windows 10, see [What's new in kits and tools](http://msdn.microsoft.com/library/windows/hardware/dn927348.aspx). In previous releases of Windows, the Windows ADK docs were published on both TechNet and the MSDN Hardware Dev Center. Starting with the Windows 10 release, Windows ADK documentation is available on the MSDN Hardware Dev Center. For the Windows 10 ADK reference content, see [Desktop manufacturing](http://msdn.microsoft.com/library/windows/hardware/dn938361.aspx). From 1277616f78c2d275d58a82795e438b987813c8f7 Mon Sep 17 00:00:00 2001 From: Seth Moore Date: Thu, 16 Jun 2016 11:43:19 -0700 Subject: [PATCH 057/114] Add more unsupported scenarios Add discussions around unsupported SSPs (third party, Digest, and CredSSP). Also add note on supplied credentials to NTLM. --- windows/keep-secure/credential-guard.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/keep-secure/credential-guard.md b/windows/keep-secure/credential-guard.md index 1202cb6ae3..fe2fafc25a 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/keep-secure/credential-guard.md @@ -254,6 +254,10 @@ Some ways to store credentials are not protected by Credential Guard, including: - Key loggers - Physical attacks - Does not prevent an attacker with malware on the PC from using the privileges associated with any credential. We recommend using dedicated PCs for high value accounts, such as IT Pros and users with access high value assets in your organization. +- Third-party security packages +- Digest and CredSSP credentials + - When Credential Guard is enabled, neither Digest nor CredSSP have access to users' logon credentials. This implies no Single Sign-On use for these protocols. +- Supplied credentials for NTLM authentication are not protected. If a user is prompted for and enters credentials for NTLM authentication, these credentials are vulnerable to be read from LSASS memory. Note that these same credentials are vulnerable to key loggers as well. ## Additional mitigations From ce48cdd7e89e48f68465ce9b8bdcdde426cf72d9 Mon Sep 17 00:00:00 2001 From: Seth Moore Date: Thu, 16 Jun 2016 13:53:50 -0700 Subject: [PATCH 058/114] Add specific error around RDP caveat --- windows/keep-secure/credential-guard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/keep-secure/credential-guard.md b/windows/keep-secure/credential-guard.md index 1202cb6ae3..1da442da85 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/keep-secure/credential-guard.md @@ -233,10 +233,10 @@ You can use System Information to ensure that Credential Guard is running on a P - **Event ID 51** VSM Master Encryption Key Provisioning. Using cached copy status: 0x0. Unsealing cached copy status: 0x1. New key generation status: 0x1. Sealing status: 0x1. TPM PCR mask: 0x0. - Passwords are still weak so we recommend that your organization deploy Credential Guard and move away from passwords and to other authentication methods, such as physical smart cards, virtual smart cards, Microsoft Passport, or Microsoft Passport for Work. - Some 3rd party Security Support Providers (SSPs and APs) might not be compatible with Credential Guard. Credential Guard does not allow 3rd party SSPs to ask for password hashes from LSA. However, SSPs and APs still get notified of the password when a user logs on and/or changes their password. Any use of undocumented APIs within custom SSPs and APs are not supported. We recommend that custom implementations of SSPs/APs are tested against Credential Guard to ensure that the SSPs and APs do not depend on any undocumented or unsupported behaviors. For example, using the KerbQuerySupplementalCredentialsMessage API is not supported. You should not replace the NTLM or Kerberos SSPs with custom SSPs and APs. For more info, see [Restrictions around Registering and Installing a Security Package](http://msdn.microsoft.com/library/windows/desktop/dn865014.aspx) on MSDN. -- As the depth and breadth of protections provided by Credential Guard are increased, subsequent releases of Windows 10 with Credential Guard running may impact scenarios that were working in the past. For example, Credential Guard may block the use of a particular type of credential or a particular component to prevent malware from taking advantage of vulnerabilities. Therefore, we recommend that scenarios required for operations in an organization are tested before upgrading a device that has Credential Guard running. +- As the depth and breadth of protections provided by Credential Guard are increased, subsequent releases of Windows 10 with Credential Guard running may impact scenarios that were working in the past. For example, Credential Guard may block the use of a particular type of credential or a particular component to prevent malwar efrom taking advantage of vulnerabilities. Therefore, we recommend that scenarios required for operations in an organization are tested before upgrading a device that has Credential Guard running. - If you are using Wi-Fi and VPN end points that are based on MS-CHAPv2, they are subject to similar attacks as NTLMv1. We recommend that organizations use certificated-based authentication for Wi-Fi and VPN connections. - Starting with Windows 10, version 1511, domain credentials that are stored with Credential Manager are protected with Credential Guard. Credential Manager allows you to store credentials, such as user names and passwords that you use to log on to websites or other computers on a network. The following considerations apply to the Credential Guard protections for Credential Manager: - - Credentials saved by Remote Desktop Services cannot be used to remotely connect to another machine without supplying the password. + - Credentials saved by Remote Desktop Services cannot be used to remotely connect to another machine without supplying the password. Attempts to use saved credentials will fail, displaying the error message "Logon attempt failed". - Applications that extract derived domain credentials from Credential Manager will no longer be able to use those credentials. - You cannot restore credentials using the Credential Manager control panel if the credentials were backed up from a PC that has Credential Guard turned on. If you need to back up your credentials, you must do this before you enable Credential Guard. Otherwise, you won't be able to restore those credentials. From 9a0e42b9d9c41dc80d365514664a6eef9247301e Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Thu, 16 Jun 2016 15:45:13 -0700 Subject: [PATCH 059/114] VSO bug# 6975656 --- windows/keep-secure/bitlocker-overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/keep-secure/bitlocker-overview.md b/windows/keep-secure/bitlocker-overview.md index 58f3047141..18c4baf5b6 100644 --- a/windows/keep-secure/bitlocker-overview.md +++ b/windows/keep-secure/bitlocker-overview.md @@ -77,3 +77,5 @@ When installing the BitLocker optional component on a server you will also need | [BitLocker Recovery Guide](bitlocker-recovery-guide-plan.md)| This topic for IT professionals describes how to recover BitLocker keys from AD DS. | | [Protect BitLocker from pre-boot attacks](protect-bitlocker-from-pre-boot-attacks.md)| This detailed guide will help you understand the circumstances under which the use of pre-boot authentication is recommended for devices running Windows 10, Windows 8.1, Windows 8, or Windows 7; and when it can be safely omitted from a device’s configuration. | | [Protecting cluster shared volumes and storage area networks with BitLocker](protecting-cluster-shared-volumes-and-storage-area-networks-with-bitlocker.md)| This topic for IT pros describes how to protect CSVs and SANs with BitLocker.| + +If you're looking for info on how to use it with Windows 10 IoT Core, see [Enabling Secure Boot and BitLocker Device Encryption on Windows 10 IoT Core](https://developer.microsoft.com/windows/iot/win10/SB_BL.htm). \ No newline at end of file From 2365e11f250993e78794f90ecd94b2018aa58268 Mon Sep 17 00:00:00 2001 From: JanKeller1 Date: Thu, 16 Jun 2016 16:29:09 -0700 Subject: [PATCH 060/114] updates, evt 4703, per item 7632971 --- windows/keep-secure/audit-authorization-policy-change.md | 8 ++++---- windows/keep-secure/event-4703.md | 7 +++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/windows/keep-secure/audit-authorization-policy-change.md b/windows/keep-secure/audit-authorization-policy-change.md index bb16d06124..665bdbe166 100644 --- a/windows/keep-secure/audit-authorization-policy-change.md +++ b/windows/keep-secure/audit-authorization-policy-change.md @@ -20,9 +20,9 @@ Audit Authorization Policy Change allows you to audit assignment and removal of | Computer Type | General Success | General Failure | Stronger Success | Stronger Failure | Comments | |-------------------|-----------------|-----------------|------------------|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| Domain Controller | Yes | No | Yes | No | It is important to enable Success audit for this subcategory to be able to get information related to changes in user rights policies.
Enable Success audit for this subcategory also if you need to monitor changes of resource attributes or Central Access Policy applied to file system objects.
This subcategory doesn’t have Failure events, so there is no recommendation to enable Failure auditing for this subcategory. | -| Member Server | Yes | No | Yes | No | It is important to enable Success audit for this subcategory to be able to get information related to changes in user rights policies.
Enable Success audit for this subcategory also if you need to monitor changes of resource attributes or Central Access Policy applied to file system objects.
This subcategory doesn’t have Failure events, so there is no recommendation to enable Failure auditing for this subcategory. | -| Workstation | Yes | No | Yes | No | It is important to enable Success audit for this subcategory to be able to get information related to changes in user rights policies.
Enable Success audit for this subcategory also if you need to monitor changes of resource attributes or Central Access Policy applied to file system objects.
This subcategory doesn’t have Failure events, so there is no recommendation to enable Failure auditing for this subcategory. | +| Domain Controller | IF | No | IF | No | IF – With Success auditing for this subcategory, you can get information related to changes in user rights policies, or changes of resource attributes or Central Access Policy applied to file system objects.
However, if you are using an application or system service that makes changes to system privileges through the AdjustPrivilegesToken API, we do not recommend Success auditing because of the high volume of event “[4703](event-4703.md)(S): A user right was adjusted” that may be generated. As of Windows 10, event 4703 is generated by applications or services that dynamically adjust token privileges. An example of such an application is System Center Configuration Manager, which makes WMI queries at recurring intervals and quickly generates a large number of 4703 events (with the WMI activity listed as coming from **svchost.exe**).
If one of your applications or services is generating a large number of 4703 events, you might find that your event-management software has filtering logic that can automatically discard the recurring events, which would make it easier to work with Success auditing for this category.
This subcategory doesn’t have Failure events, so there is no recommendation to enable Failure auditing for this subcategory. | +| Member Server | IF | No | IF | No | IF – With Success auditing for this subcategory, you can get information related to changes in user rights policies, or changes of resource attributes or Central Access Policy applied to file system objects.
However, if you are using an application or system service that makes changes to system privileges through the AdjustPrivilegesToken API, we do not recommend Success auditing because of the high volume of event “[4703](event-4703.md)(S): A user right was adjusted” that may be generated. As of Windows 10, event 4703 is generated by applications or services that dynamically adjust token privileges. An example of such an application is System Center Configuration Manager, which makes WMI queries at recurring intervals and quickly generates a large number of 4703 events (with the WMI activity listed as coming from **svchost.exe**).
If one of your applications or services is generating a large number of 4703 events, you might find that your event-management software has filtering logic that can automatically discard the recurring events, which would make it easier to work with Success auditing for this category.
This subcategory doesn’t have Failure events, so there is no recommendation to enable Failure auditing for this subcategory. | +| Workstation | IF | No | IF | No | IF – With Success auditing for this subcategory, you can get information related to changes in user rights policies, or changes of resource attributes or Central Access Policy applied to file system objects.
However, if you are using an application or system service that makes changes to system privileges through the AdjustPrivilegesToken API, we do not recommend Success auditing because of the high volume of event “[4703](event-4703.md)(S): A user right was adjusted” that may be generated. As of Windows 10, event 4703 is generated by applications or services that dynamically adjust token privileges. An example of such an application is System Center Configuration Manager, which makes WMI queries at recurring intervals and quickly generates a large number of 4703 events (with the WMI activity listed as coming from **svchost.exe**).
If one of your applications or services is generating a large number of 4703 events, you might find that your event-management software has filtering logic that can automatically discard the recurring events, which would make it easier to work with Success auditing for this category.
This subcategory doesn’t have Failure events, so there is no recommendation to enable Failure auditing for this subcategory. | **Events List:** @@ -38,5 +38,5 @@ Audit Authorization Policy Change allows you to audit assignment and removal of - [4913](event-4913.md)(S): Central Access Policy on the object was changed. -**Event volume**: Medium. +**Event volume**: Medium to High. diff --git a/windows/keep-secure/event-4703.md b/windows/keep-secure/event-4703.md index 4b6ac99faa..bdce298519 100644 --- a/windows/keep-secure/event-4703.md +++ b/windows/keep-secure/event-4703.md @@ -21,7 +21,7 @@ author: Mir0sh ***Event Description:*** -This event generates when [token privileges](https://msdn.microsoft.com/en-us/library/windows/desktop/aa446619(v=vs.85).aspx) were enabled or disabled for a specific account’s token. +This event generates when [token privileges](https://msdn.microsoft.com/en-us/library/windows/desktop/aa446619(v=vs.85).aspx) were enabled or disabled for a specific account’s token. As of Windows 10, event 4703 is also logged by applications or services that dynamically adjust token privileges. An example of such an application is System Center Configuration Manager, which makes WMI queries at recurring intervals and quickly generates a large number of 4703 events (with the WMI activity listed as coming from svchost.exe). If you are using an application or system service that makes changes to system privileges through the AdjustPrivilegesToken API, you might need to disable Success auditing for this subcategory (Audit Authorization Policy Change), or work with a very high volume of event 4703. > **Note**  For recommendations, see [Security Monitoring Recommendations](#security-monitoring-recommendations) for this event. @@ -180,6 +180,10 @@ Token privileges provide the ability to take certain system-level actions that y For 4703(S): A user right was adjusted. +As of Windows 10, event 4703 is generated by applications or services that dynamically adjust token privileges. An example of such an application is System Center Configuration Manager, which makes WMI queries at recurring intervals and quickly generates a large number of 4703 events (with the WMI activity listed as coming from svchost.exe). If you are using an application or system service that makes changes to system privileges through the AdjustPrivilegesToken API, you might need to disable Success auditing for this subcategory, [Audit Authorization Policy Change](audit-authorization-policy-change.md), or work with a very high volume of event 4703. + +Otherwise, see the recommendations in the following table. + | **Type of monitoring required** | **Recommendation** | |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | **High-value accounts**: You might have high-value domain or local accounts for which you need to monitor each action.
Examples of high-value accounts are database administrators, built-in local administrator account, domain administrators, service accounts, domain controller accounts and so on. | Monitor this event with the **“Subject\\Security ID”** that corresponds to the high-value account or accounts. | @@ -191,4 +195,3 @@ For 4703(S): A user right was adjusted. | **Restricted-use computers or devices**: You might have certain computers, machines, or devices on which certain people (accounts) should perform only limited actions, or no actions at all. | Monitor the target **Computer:** (or other target device) for actions performed by the **“Subject\\Security ID”** that you are concerned about.
Also check **“Target Account\\Security ID”** to see whether the change in privileges should be made on that computer for that account. | | **User rights that should be restricted or monitored**: You might have a list of user rights that you want to restrict or monitor. | Monitor this event and compare the **“Enabled Privileges”** to your list of user rights. Trigger an alert for user rights that should not be enabled, especially on high-value servers or other computers.
For example, you might have **SeDebugPrivilege** on a list of user rights to be restricted. | | **Account naming conventions**: Your organization might have specific naming conventions for account names. | Monitor “**Subject\\Account Name”** for names that don’t comply with naming conventions. | - From afe463dbfc85f2c5bfd1d2924179542ec39563ab Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 17 Jun 2016 11:49:39 -0700 Subject: [PATCH 061/114] how to remove assigned access powershell --- .../set-up-a-kiosk-for-windows-10-for-desktop-editions.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md index c9e33cfcf9..e60c8c0a02 100644 --- a/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md +++ b/windows/manage/set-up-a-kiosk-for-windows-10-for-desktop-editions.md @@ -200,6 +200,13 @@ Set-AssignedAccess -AppName -UserSID [Learn how to get the SID](http://go.microsoft.com/fwlink/p/?LinkId=615517). +To remove assigned access, using PowerShell, run the following cmdlet. + +``` +Clear-AssignedAccess +``` + + ### Set up automatic logon When your kiosk device restarts, whether from an update or power outage, you can log on the assigned access account manually or you can configure the device to log on to the assigned access account automatically. From 5fa98450c82219418998d05a3cac058a1a5c4626 Mon Sep 17 00:00:00 2001 From: "J. Decker" Date: Fri, 17 Jun 2016 13:00:08 -0700 Subject: [PATCH 062/114] remove skus --- education/windows/set-up-school-pcs-technical.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/education/windows/set-up-school-pcs-technical.md b/education/windows/set-up-school-pcs-technical.md index 8d23068d40..16ad861b5d 100644 --- a/education/windows/set-up-school-pcs-technical.md +++ b/education/windows/set-up-school-pcs-technical.md @@ -26,14 +26,14 @@ The following table tells you what you get using the **Set up School PCs** app i | Feature | No Internet | Azure AD | Office 365 | Azure AD Premium | | --- | :---: | :---: | :---: | :---: | | **Fast sign-in**
Each student can sign in and start using the computer in less than a minute, even on their first sign-in. | X | X | X | X | -| **Custom Start experience**\*
The apps students need are pinned to Start, and unnecessary apps are removed. | X | X | X | X | +| **Custom Start experience**
The apps students need are pinned to Start, and unnecessary apps are removed. | X | X | X | X | | **Temporary access, no sign-in required**
This option sets up computers for common use. Anyone can use the computer without an account. | X | X | X | X | -| **School policies**\*
Settings specific to education create a useful learning environment and the best computer performance. | X | X | X | X | +| **School policies**
Settings specific to education create a useful learning environment and the best computer performance. | X | X | X | X | | **Azure AD Join**
The computers are joined to your Azure AD or Office 365 subscription for centralized management. | | X | X | X | | **Single sign-on to Office 365**
By signing on with student IDs, students have fast access to Office 365 web apps. | | | X | X | | **[Settings roaming](https://azure.microsoft.com/en-us/documentation/articles/active-directory-windows-enterprise-state-roaming-overview/) via Azure AD**
Student user and application settings data can be synchronized across devices for a personalized experience. | | | | X | | | | | | | -\* Feature applies to Windows 10 Pro, Windows 10 Pro for Education, Windows 10 Enterprise, and Windows 10 Enterprise for EDU + > **Note**: If your school uses Active Directory, use Windows Imaging and Configuration Designer to configure your PCs to join the domain. You can only use the **Set up School PCs** app to set up PCs that are not connected to your traditional domain. From 3314d864bdce1a2afde6a013d9463737027e058c Mon Sep 17 00:00:00 2001 From: "J. Decker" Date: Fri, 17 Jun 2016 13:00:47 -0700 Subject: [PATCH 063/114] remove skus --- education/windows/take-tests-in-windows-10.md | 1 - 1 file changed, 1 deletion(-) diff --git a/education/windows/take-tests-in-windows-10.md b/education/windows/take-tests-in-windows-10.md index bfac8bcc33..9e881238b6 100644 --- a/education/windows/take-tests-in-windows-10.md +++ b/education/windows/take-tests-in-windows-10.md @@ -28,7 +28,6 @@ Many schools use online testing for formative and summative assessments. It's cr - Cortana is turned off. -**Take a Test** is included in version 1607 of Windows 10 Pro, Pro Education, Education and Enterprise. ## How you use Take a Test From e7e30456b2aaef589ec3cacc999f96bc0400dbdc Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Fri, 17 Jun 2016 13:18:39 -0700 Subject: [PATCH 064/114] remove sku --- education/windows/take-a-test-multiple-pcs.md | 2 +- education/windows/take-a-test-single-pc.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/education/windows/take-a-test-multiple-pcs.md b/education/windows/take-a-test-multiple-pcs.md index e4ba7eb6ed..7ab6d68a18 100644 --- a/education/windows/take-a-test-multiple-pcs.md +++ b/education/windows/take-a-test-multiple-pcs.md @@ -28,7 +28,7 @@ Many schools use online testing for formative and summative assessments. It's cr - Cortana is turned off. -**Take a Test** is included in version 1607 of Windows 10 Pro, Pro Education, Education and Enterprise. + ## How you use Take a Test diff --git a/education/windows/take-a-test-single-pc.md b/education/windows/take-a-test-single-pc.md index f0d2f288c7..a1fa849959 100644 --- a/education/windows/take-a-test-single-pc.md +++ b/education/windows/take-a-test-single-pc.md @@ -30,7 +30,7 @@ The **Take a Test** app in Windows 10, Version 1607, creates the right environme > **Tip!** > To exit **Take a Test**, press Ctrl+Alt+Delete. -**Take a Test** is included in version 1607 of Windows 10 Pro, Pro Education, Education and Enterprise. + ## How you use Take a Test From 1aaa34e6d07b440ce053824b5d440f49e6f2c970 Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Mon, 20 Jun 2016 11:37:49 -0700 Subject: [PATCH 065/114] Update credential-guard.md --- windows/keep-secure/credential-guard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/keep-secure/credential-guard.md b/windows/keep-secure/credential-guard.md index f82c2815c0..0b86b95323 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/keep-secure/credential-guard.md @@ -80,7 +80,7 @@ The PC must meet the following hardware and software requirements to use Credent

Trusted Platform Module (TPM) version 1.2 or 2.0

-

TPM 1.2 and 2.0 provides protection for encryption keys that are stored in the firmware and are used by Credential Guard. See the following table to determine which TPM versions are supported on your OS.

+

TPM 1.2 and 2.0 provides protection for encryption keys used by virtualization-based security to protect Credential Guard storage where all other keys are stored. See the following table to determine which TPM versions are supported on your OS.

@@ -94,7 +94,7 @@ The PC must meet the following hardware and software requirements to use Credent
OS version Required TPM
-Note  If you don't have a TPM installed, Credential Guard will still be enabled, but the keys used to encrypt Credential Guard will not be protected by the TPM. +Note  If you don't have a TPM installed, Credential Guard will still be enabled, but the virtualization-based security keys used to protect Credential Guard storage will not bound to the TPM. Instead, the keys will be protected in a UEFI Boot Service variable.
From bfd92397ca03b671e61943509f2cd29dc3515f0f Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Mon, 20 Jun 2016 11:48:48 -0700 Subject: [PATCH 066/114] Update credential-guard.md --- windows/keep-secure/credential-guard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/keep-secure/credential-guard.md b/windows/keep-secure/credential-guard.md index 0b86b95323..acf87038bb 100644 --- a/windows/keep-secure/credential-guard.md +++ b/windows/keep-secure/credential-guard.md @@ -80,7 +80,7 @@ The PC must meet the following hardware and software requirements to use Credent

Trusted Platform Module (TPM) version 1.2 or 2.0

-

TPM 1.2 and 2.0 provides protection for encryption keys used by virtualization-based security to protect Credential Guard storage where all other keys are stored. See the following table to determine which TPM versions are supported on your OS.

+

TPM 1.2 and 2.0 provides protection for encryption keys used by virtualization-based security to protect Credential Guard secrets where all other keys are stored. See the following table to determine which TPM versions are supported on your OS.

@@ -94,7 +94,7 @@ The PC must meet the following hardware and software requirements to use Credent
OS version Required TPM
-Note  If you don't have a TPM installed, Credential Guard will still be enabled, but the virtualization-based security keys used to protect Credential Guard storage will not bound to the TPM. Instead, the keys will be protected in a UEFI Boot Service variable. +Note  If you don't have a TPM installed, Credential Guard will still be enabled, but the virtualization-based security keys used to protect Credential Guard secrets will not bound to the TPM. Instead, the keys will be protected in a UEFI Boot Service variable.
From 025ecf348053484863fb4905a15cbbfba3bb8eb8 Mon Sep 17 00:00:00 2001 From: jdeckerMS Date: Mon, 20 Jun 2016 12:46:44 -0700 Subject: [PATCH 067/114] 7915161 --- ...indows-10-start-screens-by-using-mobile-device-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/manage/customize-windows-10-start-screens-by-using-mobile-device-management.md b/windows/manage/customize-windows-10-start-screens-by-using-mobile-device-management.md index a0ad00415a..77d2d5abf5 100644 --- a/windows/manage/customize-windows-10-start-screens-by-using-mobile-device-management.md +++ b/windows/manage/customize-windows-10-start-screens-by-using-mobile-device-management.md @@ -115,7 +115,7 @@ This example uses Microsoft Intune to configure an MDM policy that applies a cus | **Setting description** | Provide a description that gives an overview of the setting and other relevant information to help you locate it. | | **Data type** | **String** | | **OMA-URI (case sensitive)** | **./User/Vendor/MSFT/Policy/Config/Start/StartLayout** | - | **Value** | Path to the Start layout .xml file that you created. | + | **Value** | Paste the contents of the Start layout .xml file that you created. |   From 8f9775f87f538619e8ba281bb7beca16441939a5 Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Mon, 20 Jun 2016 15:28:42 -0700 Subject: [PATCH 068/114] bringing over access control content --- windows/keep-secure/access-control.md | 136 + .../keep-secure/active-directory-accounts.md | 878 ++++ .../active-directory-security-groups.md | 3599 +++++++++++++++++ windows/keep-secure/dynamic-access-control.md | 146 + .../images/adlocalaccounts-proc1-sample1.gif | Bin 0 -> 16622 bytes .../images/adlocalaccounts-proc1-sample2.png | Bin 0 -> 37770 bytes .../images/adlocalaccounts-proc1-sample3.png | Bin 0 -> 31558 bytes .../images/adlocalaccounts-proc1-sample4.png | Bin 0 -> 23001 bytes .../images/adlocalaccounts-proc1-sample5.png | Bin 0 -> 39832 bytes .../images/adlocalaccounts-proc1-sample6.png | Bin 0 -> 19622 bytes .../images/adlocalaccounts-proc1-sample7.png | Bin 0 -> 10618 bytes .../images/adlocalaccounts-proc2-sample1.png | Bin 0 -> 45209 bytes .../images/adlocalaccounts-proc2-sample2.png | Bin 0 -> 8274 bytes .../images/adlocalaccounts-proc2-sample3.png | Bin 0 -> 2653 bytes .../images/adlocalaccounts-proc2-sample4.png | Bin 0 -> 2365 bytes .../images/adlocalaccounts-proc2-sample5.png | Bin 0 -> 2653 bytes .../images/adlocalaccounts-proc2-sample6.png | Bin 0 -> 8680 bytes .../images/adlocalaccounts-proc2-sample7.png | Bin 0 -> 10875 bytes .../images/adlocalaccounts-proc3-sample1.png | Bin 0 -> 25513 bytes .../authorizationandaccesscontrolprocess.gif | Bin 0 -> 6612 bytes .../images/localaccounts-proc1-sample1.png | Bin 0 -> 36337 bytes .../images/localaccounts-proc1-sample2.png | Bin 0 -> 10768 bytes .../images/localaccounts-proc1-sample3.png | Bin 0 -> 3603 bytes .../images/localaccounts-proc1-sample4.png | Bin 0 -> 13027 bytes .../images/localaccounts-proc1-sample5.png | Bin 0 -> 28662 bytes .../images/localaccounts-proc1-sample6.png | Bin 0 -> 8125 bytes .../images/localaccounts-proc2-sample1.png | Bin 0 -> 11210 bytes .../images/localaccounts-proc2-sample2.png | Bin 0 -> 3077 bytes .../images/localaccounts-proc2-sample3.png | Bin 0 -> 9998 bytes .../security-identifider-architecture.jpg.gif | Bin 0 -> 1861 bytes windows/keep-secure/local-accounts.md | 537 +++ windows/keep-secure/microsoft-accounts.md | 166 + windows/keep-secure/security-identifiers.md | 275 ++ windows/keep-secure/security-principals.md | 144 + windows/keep-secure/security-technologies.md | 1 + windows/keep-secure/service-accounts.md | 153 + windows/keep-secure/special-identities.md | 1020 +++++ 37 files changed, 7055 insertions(+) create mode 100644 windows/keep-secure/access-control.md create mode 100644 windows/keep-secure/active-directory-accounts.md create mode 100644 windows/keep-secure/active-directory-security-groups.md create mode 100644 windows/keep-secure/dynamic-access-control.md create mode 100644 windows/keep-secure/images/adlocalaccounts-proc1-sample1.gif create mode 100644 windows/keep-secure/images/adlocalaccounts-proc1-sample2.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc1-sample3.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc1-sample4.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc1-sample5.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc1-sample6.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc1-sample7.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc2-sample1.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc2-sample2.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc2-sample3.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc2-sample4.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc2-sample5.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc2-sample6.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc2-sample7.png create mode 100644 windows/keep-secure/images/adlocalaccounts-proc3-sample1.png create mode 100644 windows/keep-secure/images/authorizationandaccesscontrolprocess.gif create mode 100644 windows/keep-secure/images/localaccounts-proc1-sample1.png create mode 100644 windows/keep-secure/images/localaccounts-proc1-sample2.png create mode 100644 windows/keep-secure/images/localaccounts-proc1-sample3.png create mode 100644 windows/keep-secure/images/localaccounts-proc1-sample4.png create mode 100644 windows/keep-secure/images/localaccounts-proc1-sample5.png create mode 100644 windows/keep-secure/images/localaccounts-proc1-sample6.png create mode 100644 windows/keep-secure/images/localaccounts-proc2-sample1.png create mode 100644 windows/keep-secure/images/localaccounts-proc2-sample2.png create mode 100644 windows/keep-secure/images/localaccounts-proc2-sample3.png create mode 100644 windows/keep-secure/images/security-identifider-architecture.jpg.gif create mode 100644 windows/keep-secure/local-accounts.md create mode 100644 windows/keep-secure/microsoft-accounts.md create mode 100644 windows/keep-secure/security-identifiers.md create mode 100644 windows/keep-secure/security-principals.md create mode 100644 windows/keep-secure/service-accounts.md create mode 100644 windows/keep-secure/special-identities.md diff --git a/windows/keep-secure/access-control.md b/windows/keep-secure/access-control.md new file mode 100644 index 0000000000..fd87c67e02 --- /dev/null +++ b/windows/keep-secure/access-control.md @@ -0,0 +1,136 @@ +--- +title: Access Control Overview (Windows 10) +description: Access Control Overview +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +--- + +# Access Control Overview + + +This topic for the IT professional describes access control in Windows, which is the process of authorizing users, groups, and computers to access objects on the network or computer. Key concepts that make up access control are permissions, ownership of objects, inheritance of permissions, user rights, and object auditing. + +## Feature description + + +Computers that are running a supported version of Windows can control the use of system and network resources through the interrelated mechanisms of authentication and authorization. After a user is authenticated, the Windows operating system uses built-in authorization and access control technologies to implement the second phase of protecting resources: determining if an authenticated user has the correct permissions to access a resource. + +Shared resources are available to users and groups other than the resource’s owner, and they need to be protected from unauthorized use. In the access control model, users and groups (also referred to as security principals) are represented by unique security identifiers (SIDs). They are assigned rights and permissions that inform the operating system what each user and group can do. Each resource has an owner who grants permissions to security principals. During the access control check, these permissions are examined to determine which security principals can access the resource and how they can access it. + +Security principals perform actions (which include Read, Write, Modify, or Full control) on objects. Objects include files, folders, printers, registry keys, and Active Directory Domain Services (AD DS) objects. Shared resources use access control lists (ACLs) to assign permissions. This enables resource managers to enforce access control in the following ways: + +- Deny access to unauthorized users and groups + +- Set well-defined limits on the access that is provided to authorized users and groups + +Object owners generally grant permissions to security groups rather than to individual users. Users and computers that are added to existing groups assume the permissions of that group. If an object (such as a folder) can hold other objects (such as subfolders and files), it is called a container. In a hierarchy of objects, the relationship between a container and its content is expressed by referring to the container as the parent. An object in the container is referred to as the child, and the child inherits the access control settings of the parent. Object owners often define permissions for container objects, rather than individual child objects, to ease access control management. + +This content set contains: + +- [Dynamic Access Control Overview](dynamic-access-control.md) + +- [Security Identifiers Technical Overview](security-identifiers.md) + +- [Security Principals Technical Overview](security-principals.md) + + - [Local Accounts](local-accounts.md) + + - [Active Directory Accounts](active-directory-accounts.md) + + - [Microsoft Accounts](microsoft-accounts.md) + + - [Service Accounts](service-accounts.md) + + - [Active Directory Security Groups](active-directory-security-groups.md) + +## Practical applications + + +Administrators who use the supported version of Windows can refine the application and management of access control to objects and subjects to provide the following security: + +- Protect a greater number and variety of network resources from misuse. + +- Provision users to access resources in a manner that is consistent with organizational policies and the requirements of their jobs. + +- Enable users to access resources from a variety of devices in numerous locations. + +- Update users’ ability to access resources on a regular basis as an organization’s policies change or as users’ jobs change. + +- Account for a growing number of use scenarios (such as access from remote locations or from a rapidly expanding variety of devices, such as tablet computers and mobile phones). + +- Identify and resolve access issues when legitimate users are unable to access resources that they need to perform their jobs. + +## Permissions + + +Permissions define the type of access that is granted to a user or group for an object or object property. For example, the Finance group can be granted Read and Write permissions for a file named Payroll.dat. + +By using the access control user interface, you can set NTFS permissions for objects such as files, Active Directory objects, registry objects, or system objects such as processes. Permissions can be granted to any user, group, or computer. It is a good practice to assign permissions to groups because it improves system performance when verifying access to an object. + +For any object, you can grant permissions to: + +- Groups, users, and other objects with security identifiers in the domain. + +- Groups and users in that domain and any trusted domains. + +- Local groups and users on the computer where the object resides. + +The permissions attached to an object depend on the type of object. For example, the permissions that can be attached to a file are different from those that can be attached to a registry key. Some permissions, however, are common to most types of objects. These common permissions are: + +- Read + +- Modify + +- Change owner + +- Delete + +When you set permissions, you specify the level of access for groups and users. For example, you can let one user read the contents of a file, let another user make changes to the file, and prevent all other users from accessing the file. You can set similar permissions on printers so that certain users can configure the printer and other users can only print. + +When you need to change the permissions on a file, you can run Windows Explorer, right-click the file name, and click **Properties**. On the **Security** tab, you can change permissions on the file. For more information, see [Managing Permissions](http://technet.microsoft.com/library/cc770962.aspx). + +**Note**   +Another kind of permissions, called share permissions, is set on the Sharing tab of a folder's **Properties** page or by using the Shared Folder Wizard. For more information see [Share and NTFS Permissions on a File Server](http://technet.microsoft.com/library/cc754178.aspx). + +  + +### Ownership of objects + +An owner is assigned to an object when that object is created. By default, the owner is the creator of the object. No matter what permissions are set on an object, the owner of the object can always change the permissions. For more information, see [Manage Object Ownership](http://technet.microsoft.com/library/cc732983.aspx). + +### Inheritance of permissions + +Inheritance allows administrators to easily assign and manage permissions. This feature automatically causes objects within a container to inherit all the inheritable permissions of that container. For example, the files within a folder inherit the permissions of the folder. Only permissions marked to be inherited will be inherited. + +## User rights + + +User rights grant specific privileges and sign-in rights to users and groups in your computing environment. Administrators can assign specific rights to group accounts or to individual user accounts. These rights authorize users to perform specific actions, such as signing in to a system interactively or backing up files and directories. + +User rights are different from permissions because user rights apply to user accounts, and permissions are associated with objects. Although user rights can apply to individual user accounts, user rights are best administered on a group account basis. There is no support in the access control user interface to grant user rights. However, user rights assignment can be administered through **Local Security Settings**. + +For more information about user rights, see [User Rights Assignment](http://technet.microsoft.com/library/dn221963.aspx). + +## Object auditing + + +With administrator's rights, you can audit users' successful or failed access to objects. You can select which object access to audit by using the access control user interface, but first you must enable the audit policy by selecting **Audit object access** under **Local Policies** in **Local Security Settings**. You can then view these security-related events in the Security log in Event Viewer. + +For more information about auditing, see [Security Auditing Overview](security_auditing_overview_glbl). + +## See also + + +- For more information about authorization and access control, see [Windows Security Collection](http://go.microsoft.com/fwlink/?LinkId=4565). + +- For information about authorization strategy, see [Designing a Resource Authorization Strategy](http://go.microsoft.com/fwlink/?LinkId=4734). + +  + +  + + + + diff --git a/windows/keep-secure/active-directory-accounts.md b/windows/keep-secure/active-directory-accounts.md new file mode 100644 index 0000000000..8ac05bf562 --- /dev/null +++ b/windows/keep-secure/active-directory-accounts.md @@ -0,0 +1,878 @@ +--- +title: Active Directory Accounts (Windows 10) +description: Active Directory Accounts +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +--- + +# Active Directory Accounts + + +Windows Server operating systems are installed with default local accounts. In addition, you can create user accounts to meet the requirements of your organization. This reference topic for the IT professional describes the Windows Server default local accounts that are stored locally on the domain controller and are used in Active Directory. + +This reference topic does not describe default local user accounts for a member or standalone server or for a Windows client. For more information, see [Local Accounts](local-accounts.md). + +## About this topic + + +This topic describes the following: + +- [Default local accounts in Active Directory](#sec-ad-default-accounts) + + - [Administrator account](#sec-administrator) + + - [Guest account](#sec-guest) + + - [HelpAssistant account (installed with a Remote Assistance session)](#sec-helpassistant) + + - [KRBTGT account](#sec-krbtgt) + +- [Settings for default local accounts in Active Directory](#sec-account-settings) + +- [Manage default local accounts in Active Directory](#sec-manage-local-accounts) + +- [Restrict and protect sensitive domain accounts](#sec-restrict-protect-accounts) + + - [Separate administrator accounts from user accounts](#task1-separate-admin-accounts) + + - [Create dedicated workstation hosts without Internet and email access](#task2-admin-workstations) + + - [Restrict administrator logon access to servers and workstations](#task3-restrict-admin-logon) + + - [Disable the account delegation right for administrator accounts](#task4-disable-account-delegation) + +- [Secure and manage domain controllers](#sec-secure-manage-dcs) + +## Default local accounts in Active Directory + + +Default local accounts are built-in accounts that are created automatically when a Windows Server domain controller is installed and the domain is created. These default local accounts have counterparts in Active Directory. These accounts also have domain-wide access and are completely separate from the default local user accounts for a member or standalone server. + +You can assign rights and permissions to default local accounts on a particular domain controller, and only on that domain controller. These accounts are local to the domain. After the default local accounts are installed, they are stored in the Users container in Active Directory Users and Computers. It is a best practice to keep the default local accounts in the User container and not attempt to move these accounts, for example, to a different organizational unit (OU). + +The default local accounts in the Users container include: Administrator, Guest, and KRBTGT. The HelpAssistant account is installed when a Remote Assistance session is established. The following sections describe the default local accounts and their use in Active Directory. + +Primarily, default local accounts do the following: + +- Let the domain represent, identify, and authenticate the identity of the user that is assigned to the account by using unique credentials (user name and password). It is a best practice to assign each user to a single account to ensure maximum security. Multiple users are not allowed to share one account. A user account lets a user sign in to computers, networks, and domains with a unique identifier that can be authenticated by the computer, network, or domain. + +- Authorize (grant or deny) access to resources. After a user’s credentials have been authenticated, the user is authorized to access the network and domain resources based on the user’s explicitly assigned rights on the resource. + +- Audit the actions that are carried out on a user account. + +In Active Directory, default local accounts are used by administrators to manage domain and member servers directly and from dedicated administrative workstations. Active Directory accounts provide access to network resources. Active Directory User accounts and Computer accounts can represent a physical entity, such as a computer or person, or act as dedicated service accounts for some applications. + +Each default local account is automatically assigned to a security group that is preconfigured with the appropriate rights and permissions to perform specific tasks. Active Directory security groups collect user accounts, computer accounts, and other groups into manageable units. For more information, see [Active Directory Security Groups](active-directory-security-groups.md). + +On an Active Directory domain controller, each default local account is referred to as a security principal. A security principal is a directory object that is used to secure and manage Active Directory services that provide access to domain controller resources. A security principal includes objects such as user accounts, computer accounts, security groups, or the threads or processes that run in the security context of a user or computer account. For more information, see [Security Principals Technical Overview](security-principals.md). + +A security principal is represented by a unique security identifier (SID).The SIDs that are related to each of the default local accounts in Active Directory are described in the sections below. + +Some of the default local accounts are protected by a background process that periodically checks and applies a specific security descriptor. A security descriptor is a data structure that contains security information that is associated with a protected object. This process ensures that any successful unauthorized attempt to modify the security descriptor on one of the default local accounts or groups is overwritten with the protected settings. + +This security descriptor is present on the AdminSDHolder object. If you want to modify the permissions on one of the service administrator groups or on any of its member accounts, you must modify the security descriptor on the AdminSDHolder object to ensure that it is applied consistently. Be careful when making these modifications, because you are also changing the default settings that are applied to all of your protected accounts. + +## Administrator account + + +The Administrator account is a default account that is used in all versions of the Windows operating system on every computer and device. The Administrator account is used by the system administrator for tasks that require administrative credentials. This account cannot be deleted or locked out, but the account can be renamed or disabled. + +The Administrator account gives the user complete access (Full Control permissions) of the files, directories, services, and other resources that are on that local server. The Administrator account can be used to create local users, and assign user rights and access control permissions. Administrator can also be used to take control of local resources at any time simply by changing the user rights and permissions. Although files and directories can be protected from the Administrator account temporarily, the Administrator account can take control of these resources at any time by changing the access permissions. + +**Account group membership** + +The Administrator account has membership in the default security groups as described in the Administrator account attributes table later in this topic. + +The security groups ensure that you can control administrator rights without having to change each Administrator account. In most instances, you do not have to change the basic settings for this account. However, you might have to change its advanced settings, such as membership in particular groups. + +**Security considerations** + +After installation of the server operating system, your first task is to set up the Administrator account properties securely. This includes setting up an especially long, strong password, and securing the Remote control and Remote Desktop Services profile settings. + +The Administrator account can also be disabled when it is not required. Renaming or disabling the Administrator account makes it more difficult for malicious users to try to gain access to the account. However, even when the Administrator account is disabled, it can still be used to gain access to a domain controller by using safe mode. + +On a domain controller, the Administrator account becomes the Domain Admin account. The Domain Admin account is used to sign in to the domain controller and this account requires a strong password. The Domain Admin account gives you access to domain resources. + +**Note**   +When the domain controller is initially installed, you can sign in and use Server Manager to set up a local Administrator account, with the rights and permissions you want to assign. For example, you can use a local Administrator account to manage the operating system when you first install it. By using this approach, you can set up the operating system without getting locked out. Generally, you do not need to use the account after installation. You can only create local user accounts on the domain controller, before Active Directory Domain Services is installed, and not afterwards. + +  + +When Active Directory is installed on the first domain controller in the domain, the Administrator account is created for Active Directory. The Administrator account is the most powerful account in the domain. It is given domain-wide access and administrative rights to administer the computer and the domain, and it has the most extensive rights and permissions over the domain. The person who installs Active Directory Domain Services on the computer creates the password for this account during the installation. + +**Administrator account attributes** + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-<domain>-500

Type

User

Default container

CN=Users, DC=<domain>, DC=

Default members

N/A

Default member of

Administrators, Domain Admins, Enterprise Administrators, Domain Users. Note that the Primary Group ID of all user accounts is Domain Users.

+

Group Policy Creator Owners, and Schema Admins in Active Directory

+

Domain Users group

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Yes

Safe to delegate management of this group to non-service administrators?

No

+ +  + +## Guest account + + +The Guest account is a default local account has limited access to the computer and is disabled by default. The Guest account cannot be deleted or disabled, and the account name cannot be changed. By default, the Guest account password is left blank. A blank password allows the Guest account to be accessed without requiring the user to enter a password. + +The Guest account enables occasional or one-time users, who do not have an individual account on the computer, to sign in to the local server or domain with restricted rights and permissions. The Guest account can be enabled, and the password can be set up if needed, but only by a member of the Administrator group on the domain. + +**Account group membership** + +The Guest account has membership in the default security groups that are described in the following Guest account attributes table. By default, the Guest account is the only member of the default Guests group, which lets a user sign in to a server, and the Domain Guests global group, which lets a user sign in to a domain. + +A member of the Administrators group or Domain Admins group can set up a user with a Guest account on one or more computers. + +**Security considerations** + +Because the Guest account can provide anonymous access, it is a security risk. It also has a well-known SID. For this reason, it is a best practice to leave the Guest account disabled, unless its use is required and then only with restricted rights and permissions for a very limited period of time. + +When the Guest account is required, an Administrator on the domain controller is required to enable the Guest account. The Guest account can be enabled without requiring a password, or it can be enabled with a strong password. The Administrator also grants restricted rights and permissions for the Guest account. To help prevent unauthorized access: + +- Do not grant the Guest account the [Shut down the system](shut_down_the_system__technical_reference_security_considerations) user right. When a computer is shutting down or starting up, it is possible that a Guest user or anyone with local access, such as a malicious user, could gain unauthorized access to the computer. + +- Do not provide the Guest account with the ability to view the event logs. After the Guest account is enabled, it is a best practice to monitor this account frequently to ensure that other users cannot use services and other resources, such as resources that were unintentionally left available by a previous user. + +- Do not use the Guest account when the server has external network access or access to other computers. + +If you decide to enable the Guest account, be sure to restrict its use and to change the password regularly. As with the Administrator account, you might want to rename the account as an added security precaution. + +In addition, an administrator is responsible for managing the Guest account. The administrator monitors the Guest account, disables the Guest account when it is no longer in use, and changes or removes the password as needed. + +For details about the Guest account attributes, see the following table. + +**Guest account attributes** + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-<domain>-501

Type

User

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

Guests, Domain Guests

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Can be moved out, but we do not recommend it.

Safe to delegate management of this group to non-Service admins?

No

+ +  + +## HelpAssistant account (installed with a Remote Assistance session) + + +The HelpAssistant account is a default local account that is enabled when a Remote Assistance session is run. This account is automatically disabled when no Remote Assistance requests are pending. + +HelpAssistant is the primary account that is used to establish a Remote Assistance session. The Remote Assistance session is used to connect to another computer running the Windows operating system, and it is initiated by invitation. For solicited remote assistance, a user sends an invitation from their computer, through e-mail or as a file, to a person who can provide assistance. After the user’s invitation for a Remote Assistance session is accepted, the default HelpAssistant account is automatically created to give the person who provides assistance limited access to the computer. The HelpAssistant account is managed by the Remote Desktop Help Session Manager service. + +**Security considerations** + +The SIDs that pertain to the default HelpAssistant account include: + +- SID: S-1-5-<domain>-13, display name Terminal Server User. This group includes all users who sign in to a server with Remote Desktop Services enabled. Note that, in Windows Server 2008, Remote Desktop Services are called Terminal Services. + +- SID: S-1-5-<domain>-14, display name Remote Interactive Logon. This group includes all users who connect to the computer by using a remote desktop connection. This group is a subset of the Interactive group. Access tokens that contain the Remote Interactive Logon SID also contain the Interactive SID. + +For the Windows Server operating system, Remote Assistance is an optional component that is not installed by default. You must install Remote Assistance before it can be used. + +For details about the HelpAssistant account attributes, see the following table. + +**HelpAssistant account attributes** + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-<domain>-13 (Terminal Server User), S-1-5-<domain>-14 (Remote Interactive Logon)

Type

User

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

Domain Guests

+

Guests

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Can be moved out, but we do not recommend it.

Safe to delegate management of this group to non-Service admins?

No

+ +  + +## KRBTGT account + + +The KRBTGT account is a local default account that acts as a service account for the Key Distribution Center (KDC) service. This account cannot be deleted, and the account name cannot be changed. The KRBTGT account cannot be enabled in Active Directory. + +KRBTGT is also the security principal name used by the KDC for a Windows Server domain, as specified by RFC 4120. The KRBTGT account is the entity for the KRBTGT security principal, and it is created automatically when a new domain is created. + +Windows Server Kerberos authentication is achieved by the use of a special Kerberos ticket-granting ticket (TGT) enciphered with a symmetric key. This key is derived from the password of the server or service to which access is requested. The TGT password of the KRBTGT account is known only by the Kerberos service. In order to request a session ticket, the TGT must be presented to the KDC. The TGT is issued to the Kerberos client from the KDC. + +### KRBTGT account maintenance considerations + +A strong password is assigned to the KRBTGT account automatically. Be sure that you change the password on a regular schedule. The password for the KDC account is used to derive a secret key for encrypting and decrypting the TGT requests that are issued. The password for a domain trust account is used to derive an inter-realm key for encrypting referral tickets. + +On occasion, the KRBTGT account password requires a reset, for example, when an attempt to change the password on the KRBTGT account fails. In order to resolve this issue, you reset the KRBTGT user account password twice by using Active Directory Users and Computers. You must reset the password twice because the KRBTGT account stores only two of the most recent passwords in the password history. By resetting the password twice, you effectively clear all passwords from the password history. + +Resetting the password requires you either to be a member of the Domain Admins group, or to have been delegated with the appropriate authority. In addition, you must be a member of the local Administrators group, or you must have been delegated the appropriate authority. + +After you reset the KRBTGT password, ensure that event ID 6 in the (Kerberos) Key-Distribution-Center event source is written to the System event log. + +### Security considerations + +It is also a best practice to reset the KRBTGT account password to ensure that a newly restored domain controller does not replicate with a compromised domain controller. In this case, in a large forest recovery that is spread across multiple locations, you cannot guarantee that all domain controllers are shut down, and if they are shut down, they cannot be rebooted again before all of the appropriate recovery steps have been undertaken. After you reset the KRBTGT account, another domain controller cannot replicate this account password by using an old password. + +An organization suspecting domain compromise of the KRBTGT account should consider the use of professional incident response services. The impact to restore the ownership of the account is domain-wide and labor intensive an should be undertaken as part of a larger recovery effort. + +The KRBTGT password is the key from which all trust in Kerberos chains up to. Resetting the KRBTGT password is similar to renewing the root CA certificate with a new key and immediately not trusting the old key, resulting in almost all subsequent Kerberos operations will be affected. + +For all account types (users, computers, and services) + +- All the TGTs that are already issued and distributed will be invalid because the DCs will reject them. These tickets are encrypted with the KRBTGT so any DC can validate them. When the password changes, the tickets become invalid. + +- All currently authenticated sessions that logged on users have established (based on their service tickets) to a resource (such as a file share, SharePoint site, or Exchange server) are good until the service ticket is required to re-authenticate. + +- NTLM authenticated connections are not affected + +**Author's Note:  **Need technical input for Note + +**Note**   +Group Managed Service Accounts and Managed Service Accounts… + +  + +Because it is impossible to predict the specific errors that will occur for any given user in a production operating environment, you must assume all computers and users will be affected. + +**Important**   +Rebooting a computer is the only reliable way to recover functionality as this will cause both the computer account and user accounts to log back in again. Logging in again will request new TGTs that are valid with the new KRBTGT, correcting any KRBTGT related operational issues on that computer. + +  + +For information how to resolve issues and potential issues from a compromised KRBTGT account, see [Reset the KRBTGT account password](5f4bb6b7-7b20-4d16-b74d-9a59c1ba022b). + +### Read-only domain controllers and the KRBTGT account + +Windows Server 2008 introduced the read-only domain controller (RODC). The RODC is advertised as the Key Distribution Center (KDC) for the branch office. The RODC uses a different KRBTGT account and password than the KDC on a writable domain controller when it signs or encrypts ticket-granting ticket (TGT) requests. After an account is successfully authenticated, the RODC determines if a user's credentials or a computer's credentials can be replicated from the writable domain controller to the RODC by using the Password Replication Policy. + +After the credentials are cached on the RODC, the RODC can accept that user's sign-in requests until the credentials change. When a TGT is signed with the KRBTGT account of the RODC, the RODC recognizes that it has a cached copy of the credentials. If another domain controller signs the TGT, the RODC forwards requests to a writable domain controller. + +### KRBTGT account attributes + +For details about the KRBTGT account attributes, see the following table. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-<domain>-502

Type

User

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

Domain Users group. Note that the Primary Group ID of all user accounts is Domain Users.

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Can be moved out, but we do not recommend it.

Safe to delegate management of this group to non-Service admins?

No

+ +  + +## Settings for default local accounts in Active Directory + + +Each default local account in Active Directory has a number of account settings that you can use to configure password settings and security-specific information, as described in the following table. + +**Settings for default local accounts in Active Directory** + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Account settingsDescription

User must change password at next logon

Forces a password change the next time that the user logs signs in to the network. Use this option when you want to ensure that the user is the only person to know his or her password.

User cannot change password

Prevents the user from changing the password. Use this option when you want to maintain control over a user account, such as for a Guest or temporary account.

Password never expires

Prevents a user password from expiring. It is a best practice to enable this option with service accounts and to use strong passwords.

Store passwords using reversible encryption

Provides support for applications that use protocols requiring knowledge of the plaintext form of the user’s password for authentication purposes.

+

This option is required when using Challenge Handshake Authentication Protocol (CHAP) in Internet Authentication Services (IAS), and when using digest authentication in Internet Information Services (IIS).

Account is disabled

Prevents the user from signing in with the selected account. As an administrator, you can use disabled accounts as templates for common user accounts.

Smart card is required for interactive logon

Requires that a user has a smart card to sign on to the network interactively. The user must also have a smart card reader attached to their computer and a valid personal identification number (PIN) for the smart card.

+

When this attribute is applied on the account, the effect is as follows:

+
    +
  • The attribute only restricts initial authentication for interactive logon and Remote Desktop logon. When interactive or Remote Desktop logon requires a subsequent network logon, such as with a domain credential, an NT Hash provided by the domain controller is used to complete the smartcard authentication process

  • +
  • Each time the attribute is enabled on an account, the account’s current password hash value is replaced with a 128-bit random number. This invalidates the use of any previously configured passwords for the account. The value does not change after that unless a new password is set or the attribute is disabled and re-enabled.

  • +
  • Accounts with this attribute cannot be used to start services or run scheduled tasks.

  • +

Account is trusted for delegation

Lets a service running under this account perform operations on behalf of other user accounts on the network. A service running under a user account (also known as a service account) that is trusted for delegation can impersonate a client to gain access to resources, either on the computer where the service is running or on other computers. For example, in a forest that is set to the Windows Server 2003 functional level, this setting is found on the Delegation tab. It is available only for accounts that have been assigned service principal names (SPNs), which are set by using the setspn command from Windows Support Tools. This setting is security-sensitive and should be assigned cautiously.

Account is sensitive and cannot be delegated

Gives control over a user account, such as for a Guest account or a temporary account. This option can be used if this account cannot be assigned for delegation by another account.

Use DES encryption types for this account

Provides support for the Data Encryption Standard (DES). DES supports multiple levels of encryption, including Microsoft Point-to-Point Encryption (MPPE) Standard (40-bit and 56-bit), MPPE standard (56-bit), MPPE Strong (128-bit), Internet Protocol security (IPSec) DES (40-bit), IPSec 56-bit DES, and IPSec Triple DES (3DES).

+
+Note   +

DES is not enabled by default in Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2, Windows 7, Windows 8, and Windows 8.1. For these operating systems, you must configure your computers to use the DES-CBC-MD5 or DES-CBC-CRC cipher suites. If your environment requires DES, then this setting might affect compatibility with client computers or services and applications in your environment. For more information, see [Hunting down DES in order to securely deploy Kerberos](http://blogs.technet.com/b/askds/archive/2010/10/19/hunting-down-des-in-order-to-securely-deploy-kerberos.aspx).

+
+
+  +

Do not require Kerberos preauthentication

Provides support for alternate implementations of the Kerberos protocol. Because preauthentication provides additional security, use caution when enabling this option. Note that domain controllers running Windows 2000 or Windows Server 2003 can use other mechanisms to synchronize time.

+ +  + +## Manage default local accounts in Active Directory + + +After the default local accounts are installed, these accounts reside in the Users container in Active Directory Users and Computers. Default local accounts can be created, disabled, reset, and deleted by using the Active Directory Users and Computers Microsoft Management Console (MMC) and by using command-line tools. + +You can use Active Directory Users and Computers to assign rights and permissions on a given local domain controller, and that domain controller only, to limit the ability of local users and groups to perform certain actions. A right authorizes a user to perform certain actions on a computer, such as backing up files and folders or shutting down a computer. In contrast, an access permission is a rule that is associated with an object, usually a file, folder, or printer, that regulates which users can have access to the object and in what manner. + +For more information about creating and managing local user accounts in Active Directory, see [Manage Local Users](http://technet.microsoft.com/library/cc731899.aspx). + +You can also use Active Directory Users and Computers on a domain controller to target remote computers that are not domain controllers on the network. + +You can obtain recommendations from Microsoft for domain controller configurations that you can distribute by using the Security Compliance Manager (SCM) tool. For more information, see [Microsoft Security Compliance Manager](http://technet.microsoft.com/library/cc677002.aspx). + +Some of the default local user accounts are protected by a background process that periodically checks and applies a specific security descriptor, which is a data structure that contains security information that is associated with a protected object. This security descriptor is present on the AdminSDHolder object. + +This means, when you want to modify the permissions on a service administrator group or on any of its member accounts, you are also required to modify the security descriptor on the AdminSDHolder object. This approach ensures that the permissions are applied consistently. Be careful when you make these modifications, because this action can also affect the default settings that are applied to all of your protected administrative accounts. + +## Restrict and protect sensitive domain accounts + + +Restricting and protecting domain accounts in your domain environment requires you to adopt and implement the following best practices approach: + +- Strictly limit membership to the Administrators, Domain Admins, and Enterprise Admins groups. + +- Stringently control where and how domain accounts are used. + +Member accounts in the Administrators, Domain Admins, and Enterprise Admins groups in a domain or forest are high-value targets for malicious users. It is a best practice to strictly limit membership to these administrator groups to the smallest number of accounts in order to limit any exposure. Restricting membership in these groups reduces the possibility that an administrator might unintentionally misuse these credentials and create a vulnerability that malicious users can exploit. + +Moreover, it is a best practice to stringently control where and how sensitive domain accounts are used. Restrict the use of Domain Admins accounts and other administrator accounts to prevent them from being used to sign in to management systems and workstations that are secured at the same level as the managed systems. When administrator accounts are not restricted in this manner, each workstation from which a domain administrator signs in provides another location that malicious users can exploit. + +Implementing these best practices is separated into the following tasks: + +- [Separate administrator accounts from user accounts](#task1-separate-admin-accounts) + +- [Create dedicated workstation hosts for administrators](#task2-admin-workstations) + +- [Restrict administrator logon access to servers and workstations](#task3-restrict-admin-logon) + +- [Disable the account delegation right for administrator accounts](#task4-disable-account-delegation) + +Note that, to provide for instances where integration challenges with the domain environment are expected, each task is described according to the requirements for a minimum, better, and ideal implementation. As with all significant changes to a production environment, ensure that you test these changes thoroughly before you implement and deploy them. Then stage the deployment in a manner that allows for a rollback of the change in case technical issues occur. + +### Separate administrator accounts from user accounts + +Restrict Domain Admins accounts and other sensitive accounts to prevent them from being used to sign in to lower trust servers and workstations. Restrict and protect administrator accounts by segregating administrator accounts from standard user accounts, by separating administrative duties from other tasks, and by limiting the use of these accounts. Create dedicated accounts for administrative personnel who require administrator credentials to perform specific administrative tasks, and then create separate accounts for other standard user tasks, according to the following guidelines: + +- **Privileged account**. Allocate administrator accounts to perform the following administrative duties only: + + - **Minimum**. Create separate accounts for domain administrators, enterprise administrators, or the equivalent with appropriate administrator rights in the domain or forest. Use accounts that have been granted sensitive administrator rights only to administer domain data and domain controllers. + + - **Better**. Create separate accounts for administrators that have reduced administrative rights, such as accounts for workstation administrators, and accounts with user rights over designated Active Directory organizational units (OUs). + + - **Ideal**. Create multiple, separate accounts for an administrator who has a variety of job responsibilities that require different trust levels. Set up each administrator account with significantly different user rights, such as for workstation administration, server administration and domain administration, to let the administrator sign in to given workstations, servers and domain controllers based strictly on his or her job responsibilities. + +- **Standard user account**. Grant standard user rights for standard user tasks, such as email, web browsing, and using line-of-business (LOB) applications. These accounts should not be granted administrator rights. + +**Important**   +Ensure that sensitive administrator accounts cannot access email or browse the Internet as described in the following section. + +  + +### Create dedicated workstation hosts without Internet and email access + +Administrators need to manage job responsibilities that require sensitive administrator rights from a dedicated workstation because they do not have easy physical access to the servers. A workstation that is connected to the Internet and has email and web browsing access is regularly exposed to compromise through phishing, downloading, and other types of Internet attacks. Because of these threats, it is a best practice to set these administrators up by using workstations that are dedicated to administrative duties only, and not provide access to the Internet, including email and web browsing. For more information, see [Separate administrator accounts from user accounts](#task1-separate-admin-accounts). + +**Note**   +If the administrators in your environment can sign in locally to managed servers and perform all tasks without elevated rights or domain rights from their workstation, you can skip this task. + +  + +- **Minimum**. Build dedicated administrative workstations and block Internet access on those workstations including web browsing and email. Use the following ways to block Internet access: + + - Configure authenticating boundary proxy services, if they are deployed, to disallow administrator accounts from accessing the Internet. + + - Configure boundary firewall or proxy services to disallow Internet access for the IP addresses that are assigned to dedicated administrative workstations. + + - Block outbound access to the boundary proxy servers in the Windows Firewall. + + The instructions for meeting this minimum requirement are described in the following procedure. + +- **Better**. Do not grant administrators membership in the local Administrator group on the computer in order to restrict the administrator from bypassing these protections. + +- **Ideal**. Restrict workstations from having any network connectivity, except for the domain controllers and servers that the administrator accounts are used to manage. Alternately, use AppLocker application control policies to restrict all applications from running, except for the operating system and approved administrative tools and applications. For more information about AppLocker, see [AppLocker Overview](http://technet.microsoft.com/library/hh831440.aspx). + +- + +The following procedure describes how to block Internet access by creating a Group Policy Object (GPO) that configures an invalid proxy address on administrative workstations. These instructions apply only to computers running Internet Explorer and other Windows components that use these proxy settings. + +**Note**   +In this procedure, the workstations are dedicated to domain administrators. By simply modifying the administrator accounts to grant permission to administrators to sign in locally, you can create additional OUs to manage administrators that have fewer administrative rights to use the instructions described in the following procedure. + +  + +**To install administrative workstations in a domain and block Internet and email access (minimum)** + +1. As a domain administrator on a domain controller, open Active Directory Users and Computers, and create a new OU for administrative workstations. + +2. Create computer accounts for the new workstations. + + **Note**   + You might have to delegate permissions to join the domain by using [KB 932455](http://support.microsoft.com/kb/932455) if the account that joins the workstations to the domain does not already have permissions to join computers to the domain. + +   + + ![ad local accounts](images/adlocalaccounts-proc1-sample1.gif) + +3. Close Active Directory Users and Computers. + +4. Start the **Group Policy Management** Console (GPMC). + +5. Right-click the new OU, and > **Create a GPO in this domain, and Link it here**. + + ![ad local accounts](images/adlocalaccounts-proc1-sample2.png) + +6. Name the GPO, and > **OK**. + +7. Expand the GPO, right-click the new GPO, and > **Edit**. + + ![ad local accounts](images/adlocalaccounts-proc1-sample3.png) + +8. Configure which members of accounts can log on locally to these administrative workstations as follows: + + 1. Navigate to Computer Configuration\\Policies\\Windows Settings\\Local Policies, and then click **User Rights Assignment**. + + 2. Double-click **Allow log on locally**, and then select the **Define these policy settings** check box. + + 3. Click **Add User or Group** > **Browse**, type **Enterprise Admins**, and > **OK**. + + 4. Click **Add User or Group** > **Browse**, type **Domain Admins**, and > **OK**. + + **Important**   + These instructions assume that the workstation is to be dedicated to domain administrators. + +   + + 5. Click **Add User or Group**, type **Administrators**, and > **OK**. + + ![ad local accounts](images/adlocalaccounts-proc1-sample4.png) + +9. Configure the proxy configuration: + + 1. Navigate to User Configuration\\Policies\\Windows Settings\\Internet Explorer, and > **Connection**. + + 2. Double-click **Proxy Settings**, select the **Enable proxy settings** check box, type **127.0.0.1** (the network Loopback IP address) as the proxy address, and > **OK**. + + ![ad local accounts](images/adlocalaccounts-proc1-sample5.png) + +10. Configure the loopback processing mode to enable the user Group Policy proxy setting to apply to all users on the computer as follows: + + 1. Navigate to Computer Configuration\\Policies\\Administrative Templates\\System, and > **Group Policy**. + + 2. Double-click **User Group Policy loopback policy processing mode**, and > **Enabled**. + + 3. Select **Merge Mode**, and > **OK**. + +11. Configure software updates as follows: + + 1. Navigate to Computer Configuration\\Policies\\Administrative Templates\\Windows Components, and then click **Windows Update**. + + 2. Configure Windows Update settings as described in the following table. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Windows Update Setting

Configuration

Allow Automatic Updates immediate installation

Enabled

Configure Automatic Updates

Enabled 4- Auto download and schedule the installation 0 – Every day 03:00

Enable Windows Update Power Management to automatically wake up the system to install scheduled updates

Enabled

Specify intranet Microsoft Update service location

Enabled http://<WSUSServername> http://<WSUSServername> Where <WSUSServername> is the DNS name or IP address of the Windows Server Update Services (WSUS) in the environment.

Automatic Updates detection frequency

6 hours

Re-prompt for restart with scheduled installations

1 minute

Delay restart for scheduled installations

5 minutes

+ +   + + **Note**   + This step assumes that Windows Server Update Services (WSUS) is installed and configured in the environment. You can skip this step if you use another tool to deploy software updates. Also, if the public Microsoft Windows Update service only is used on the Internet, then these administrative workstations no longer receive updates. + +   + +12. Configure the inbound firewall to block all connections as follows: + + 1. Right-click **Windows Firewall with Advanced Security LDAP://path**, and > **Properties**. + + ![ad local accounts](images/adlocalaccounts-proc1-sample6.png) + + 2. On each profile, ensure that the firewall is enabled and that inbound connections are set to **Block all connections**. + + ![ad local accounts](images/adlocalaccounts-proc1-sample7.png) + + 3. Click **OK** to complete the configuration. + +13. Close the Group Policy Management Console. + +14. Install the Windows operating system on the workstations, give each workstation the same names as the computer accounts assigned to them, and then join them to the domain. + +### Restrict administrator logon access to servers and workstations + +It is a best practice to restrict administrators from using sensitive administrator accounts to sign in to lower-trust servers and workstations. This restriction prevents administrators from inadvertently increasing the risk of credential theft by signing in to a lower-trust computer. + +**Important**   +Ensure that you either have local access to the domain controller or that you have built at least one dedicated administrative workstation. + +  + +Restrict logon access to lower-trust servers and workstations by using the following guidelines: + +- **Minimum**. Restrict domain administrators from having logon access to servers and workstations. Before starting this procedure, identify all OUs in the domain that contain workstations and servers. Any computers in OUs that are not identified will not restrict administrators with sensitive accounts from signing-in to them. + +- **Better**. Restrict domain administrators from non-domain controller servers and workstations. + +- **Ideal**. Restrict server administrators from signing in to workstations, in addition to domain administrators. + +**Note**   +For this procedure, do not link accounts to the OU that contain workstations for administrators that perform administration duties only, and do not provide Internet or email access. For more information, see [Create dedicated workstation hosts for administrators](#task2-admin-workstations) + +  + +**To restrict domain administrators from workstations (minimum)** + +1. As a domain administrator, open the Group Policy Management Console (GPMC). + +2. Open **Group Policy Management**, and expand *<forest>*\\Domains\\*<domain>*, and then expand to **Group Policy Objects**. + +3. Right-click **Group Policy Objects**, and > **New**. + + ![ad local accounts](images/adlocalaccounts-proc2-sample1.png) + +4. In the **New GPO** dialog box, name the GPO that restricts administrators from signing in to workstations, and > **OK**. + + ![ad local accounts](images/adlocalaccounts-proc2-sample2.png) + +5. Right-click **New GPO**, and > **Edit**. + +6. Configure user rights to deny logon locally for domain administrators. + +7. Navigate to Computer Configuration\\Policies\\Windows Settings\\Local Policies, and then click **User Rights Assignment**, and perform the following: + + 1. Double-click **Deny logon locally**, and > **Define these policy settings**. + + 2. Click **Add User or Group**, click **Browse**, type **Enterprise Admins**, and > **OK**. + + 3. Click **Add User or Group**, click **Browse**, type **Domain Admins**, and > **OK**. + + ![ad local accounts](images/adlocalaccounts-proc2-sample3.png) + + **Note**   + You can optionally add any groups that contain server administrators who you want to restrict from signing in to workstations. + +   + + 4. Click **OK** to complete the configuration. + +8. Configure the user rights to deny batch and service logon rights for domain administrators as follows: + + **Note**   + Completing this step might cause issues with administrator tasks that run as scheduled tasks or services with accounts in the Domain Admins group. The practice of using domain administrator accounts to run services and tasks on workstations creates a significant risk of credential theft attacks and therefore should be replaced with alternative means to run scheduled tasks or services. + +   + + 1. Double-click **Deny logon as a batch job**, and > **Define these policy settings**. + + 2. Click **Add User or Group** > **Browse**, type **Enterprise Admins**, and > **OK**. + + 3. Click **Add User or Group** > **Browse**, type **Domain Admins**, and > **OK**. + + ![ad local accounts](images/adlocalaccounts-proc2-sample4.png) + + **Note**   + You can optionally add any groups that contain server administrators who you want to restrict from signing in to workstations. + +   + + 4. Double-click **Deny logon as a service**, and > **Define these policy settings**. + + 5. Click **Add User or Group** > **Browse**, type **Enterprise Admins**, and > **OK**. + + 6. Click **Add User or Group** > **Browse**, type **Domain Admins**, and > **OK**. + + ![ad local accounts](images/adlocalaccounts-proc2-sample5.png) + + **Note**   + You can optionally add any groups that contain server administrators who you want to restrict from signing in to workstations. + +   + +9. Link the GPO to the first Workstations OU. + + Navigate to the *<forest>*\\Domains\\*<domain>*\\OU Path, and then: + + 1. Right-click the workstation OU, and then > **Link an Existing GPO**. + + ![ad local accounts](images/adlocalaccounts-proc2-sample6.png) + + 2. Select the GPO that you just created, and > **OK**. + + ![ad local accounts](images/adlocalaccounts-proc2-sample7.png) + +10. Test the functionality of enterprise applications on workstations in the first OU and resolve any issues caused by the new policy. + +11. Link all other OUs that contain workstations. + + However, do not create a link to the Administrative Workstation OU if it is created for administrative workstations that are dedicated to administration duties only, and that are without Internet or email access. For more information, see [Create dedicated workstation hosts for administrators](#task2-admin-workstations). + + **Important**   + If you later extend this solution, do not deny logon rights for the **Domain Users** group. The **Domain Users** group includes all user accounts in the domain, including Users, Domain Administrators, and Enterprise Administrators. + +   + +### Disable the account delegation right for sensitive administrator accounts + +Although user accounts are not marked for delegation by default, accounts in an Active Directory domain can be trusted for delegation. This means that a service or a computer that is trusted for delegation can impersonate an account that authenticates to them to access other resources across the network. + +For sensitive accounts, such as those belonging to members of the Administrators, Domain Admins, or Enterprise Admins groups in Active Directory, delegation can present a substantial risk of rights escalation. For example, if an account in the Domain Admins group is used to sign in to a compromised member server that is trusted for delegation, that server can request access to resources in the context of the Domain Admins account, and escalate the compromise of that member server to a domain compromise. + +It is a best practice to configure the user objects for all sensitive accounts in Active Directory by selecting the **Account is sensitive and cannot be delegated** check box under **Account options** to prevent these accounts from being delegated. For more information, see [Setting for default local accounts in Active Directory](#sec-account-settings). + +As with any configuration change, test this enabled setting fully to ensure that it performs correctly before you implement it. + +![ad local accounts](images/adlocalaccounts-proc3-sample1.png) + +## Secure and manage domain controllers + + +It is a best practice to strictly enforce restrictions on the domain controllers in your environment. This ensures that the domain controllers: + +1. Run only required software + +2. Required software is regularly updated + +3. Are configured with the appropriate security settings + +One aspect of securing and managing domain controllers is to ensure that the default local user accounts are fully protected. It is of primary importance to restrict and secure all sensitive domain accounts, as described in the preceding sections. + +Because domain controllers store credential password hashes of all accounts in the domain, they are high-value targets for malicious users. When domain controllers are not well managed and secured by using restrictions that are strictly enforced, they can be compromised by malicious users. For example, a malicious user could steal sensitive domain administrator credentials from one domain controller, and then use these credentials to attack the domain and forest. + +In addition, installed applications and management agents on domain controllers might provide a path for escalating rights that malicious users can use to compromise the management service or administrators of that service. The management tools and services, which your organization uses to manage domain controllers and their administrators, are equally important to the security of the domain controllers and the domain administrator accounts. Ensure that these services and administrators are fully secured with equal effort. + +## See also + + +[Security Principals Technical Overview](security-principals.md) + + +  + +  + + + + diff --git a/windows/keep-secure/active-directory-security-groups.md b/windows/keep-secure/active-directory-security-groups.md new file mode 100644 index 0000000000..b8d9434317 --- /dev/null +++ b/windows/keep-secure/active-directory-security-groups.md @@ -0,0 +1,3599 @@ +--- +title: Active Directory Security Groups (Windows 10) +description: Active Directory Security Groups +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +--- + +# Active Directory Security Groups + + +This reference topic for the IT professional describes the default Active Directory security groups. + +## + + +There are two forms of common security principals in Active Directory: user accounts and computer accounts. These accounts represent a physical entity (a person or a computer). User accounts can also be used as dedicated service accounts for some applications. Security groups are used to collect user accounts, computer accounts, and other groups into manageable units. + +In the Windows Server operating system, there are several built-in accounts and security groups that are preconfigured with the appropriate rights and permissions to perform specific tasks. For Active Directory, there are two types of administrative responsibilities: + +- **Service administrators**   Responsible for maintaining and delivering Active Directory Domain Services (AD DS), including managing domain controllers and configuring the AD DS. + +- **Data administrators**   Responsible for maintaining the data that is stored in AD DS and on domain member servers and workstations. + +## About Active Directory groups + + +Groups are used to collect user accounts, computer accounts, and other groups into manageable units. Working with groups instead of with individual users helps simplify network maintenance and administration. + +There are two types of groups in Active Directory: + +- **Distribution groups** Used to create email distribution lists. + +- **Security groups** Used to assign permissions to shared resources. + +### Distribution groups + +Distribution groups can be used only with email applications (such as Exchange Server) to send email to collections of users. Distribution groups are not security enabled, which means that they cannot be listed in discretionary access control lists (DACLs). + +### Security groups + +Security groups can provide an efficient way to assign access to resources on your network. By using security groups, you can: + +- Assign user rights to security groups in Active Directory. + + User rights are assigned to a security group to determine what members of that group can do within the scope of a domain or forest. User rights are automatically assigned to some security groups when Active Directory is installed to help administrators define a person’s administrative role in the domain. + + For example, a user who is added to the Backup Operators group in Active Directory has the ability to back up and restore files and directories that are located on each domain controller in the domain. This is possible because, by default, the user rights **Backup files and directories** and **Restore files and directories** are automatically assigned to the Backup Operators group. Therefore, members of this group inherit the user rights that are assigned to that group. + + You can use Group Policy to assign user rights to security groups to delegate specific tasks. For more information about using Group Policy, see [User Rights Assignment](user_rights_assignment_glbl). + +- Assign permissions to security groups for resources. + + Permissions are different than user rights. Permissions are assigned to the security group for the shared resource. Permissions determine who can access the resource and the level of access, such as Full Control. Some permissions that are set on domain objects are automatically assigned to allow various levels of access to default security groups, such as the Account Operators group or the Domain Admins group. + + Security groups are listed in DACLs that define permissions on resources and objects. When assigning permissions for resources (file shares, printers, and so on), administrators should assign those permissions to a security group rather than to individual users. The permissions are assigned once to the group, instead of several times to each individual user. Each account that is added to a group receives the rights that are assigned to that group in Active Directory, and the user receives the permissions that are defined for that group. + +Like distribution groups, security groups can be used as an email entity. Sending an email message to the group sends the message to all the members of the group. + +### Group scope + +Groups are characterized by a scope that identifies the extent to which the group is applied in the domain tree or forest. The scope of the group defines where the group can be granted permissions. The following three group scopes are defined by Active Directory: + +- Universal + +- Global + +- Domain Local + +**Note**   +In addition to these three scopes, the default groups in the **Builtin** container have a group scope of Builtin Local. This group scope and group type cannot be changed. + +  + +The following table lists the three group scopes and more information about each scope for a security group. + +**Group scopes** + + +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ScopePossible MembersScope ConversionCan Grant PermissionsPossible Member of

Universal

Accounts from any domain in the same forest

+

Global groups from any domain in the same forest

+

Other Universal groups from any domain in the same forest

Can be converted to Domain Local scope

+

Can be converted to Global scope if the group does not contain any other Universal groups

On any domain in the same forest or trusting forests

Other Universal groups in the same forest

+

Domain Local groups in the same forest or trusting forests

+

Local groups on computers in the same forest or trusting forests

Global

Accounts from the same domain

+

Other Global groups from the same domain

Can be converted to Universal scope if the group is not a member of any other global group

On any domain in the same forest, or trusting domains or forests

Universal groups from any domain in the same forest

+

Other Global groups from the same domain

+

Domain Local groups from any domain in the same forest, or from any trusting domain

Domain Local

Accounts from any domain or any trusted domain

+

Global groups from any domain or any trusted domain

+

Universal groups from any domain in the same forest

+

Other Domain Local groups from the same domain

+

Accounts, Global groups, and Universal groups from other forests and from external domains

Can be converted to Universal scope if the group does not contain any other Domain Local groups

Within the same domain

Other Domain Local groups from the same domain

+

Local groups on computers in the same domain, excluding built-in groups that have well-known SIDs

+ +  + +### Special identity groups + +Special identities are generally referred to as groups. Special identity groups do not have specific memberships that can be modified, but they can represent different users at different times, depending on the circumstances. Some of these groups include Creator Owner, Batch, and Authenticated User. + +For information about all the special identity groups, see [Special Identities](special-identities.md). + +## Default security groups + + +Default groups, such as the Domain Admins group, are security groups that are created automatically when you create an Active Directory domain. You can use these predefined groups to help control access to shared resources and to delegate specific domain-wide administrative roles. + +Many default groups are automatically assigned a set of user rights that authorize members of the group to perform specific actions in a domain, such as logging on to a local system or backing up files and folders. For example, a member of the Backup Operators group has the right to perform backup operations for all domain controllers in the domain. + +When you add a user to a group, the user receives all the user rights that are assigned to the group and all the permissions that are assigned to the group for any shared resources. + +Default groups are located in the **Builtin** container and in the **Users** container in Active Directory Users and Computers. The **Builtin** container includes groups that are defined with the Domain Local scope. The **Users** includes contains groups that are defined with Global scope and groups that are defined with Domain Local scope. You can move groups that are located in these containers to other groups or organizational units (OU) within the domain, but you cannot move them to other domains. + +Some of the administrative groups that are listed in this topic and all members of these groups are protected by a background process that periodically checks for and applies a specific security descriptor. This descriptor is a data structure that contains security information associated with a protected object. This process ensures that any successful unauthorized attempt to modify the security descriptor on one of the administrative accounts or groups will be overwritten with the protected settings. + +The security descriptor is present on the **AdminSDHolder** object. This means that if you want to modify the permissions on one of the service administrator groups or on any of its member accounts, you must modify the security descriptor on the **AdminSDHolder** object so that it will be applied consistently. Be careful when you make these modifications because you are also changing the default settings that will be applied to all of your protected administrative accounts. + +### Active Directory default security groups by operating system version + +The following tables provide descriptions of the default groups that are located in the **Builtin** and **Users** containers in each operating system. + + +++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Default Security GroupWindows Server 2012 R2Windows Server 2012Windows Server 2008 R2Windows Server 2008

[Access Control Assistance Operators](#bkmk-acasstops)

Yes

Yes

[Account Operators](#bkmk-accountoperators)

Yes

Yes

Yes

Yes

[Administrators](#bkmk-admins)

Yes

Yes

Yes

Yes

[Allowed RODC Password Replication Group](#bkmk-allowedrodcpwdrepl)

Yes

Yes

Yes

Yes

[Backup Operators](#bkmk-backupoperators)

Yes

Yes

Yes

Yes

[Certificate Service DCOM Access](#bkmk-certificateservicedcomaccess)

Yes

Yes

Yes

Yes

[Cert Publishers](#bkmk-certpublishers)

Yes

Yes

Yes

Yes

[Cloneable Domain Controllers](#bkmk-cloneabledomaincontrollers)

Yes

Yes

[Cryptographic Operators](#bkmk-cryptographicoperators)

Yes

Yes

Yes

Yes

[Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl)

Yes

Yes

Yes

Yes

[Distributed COM Users](#bkmk-distributedcomusers)

Yes

Yes

Yes

Yes

[DnsUpdateProxy](#bkmk-dnsupdateproxy)

Yes

Yes

Yes

Yes

[DnsAdmins](#bkmk-dnsadmins)

Yes

Yes

Yes

Yes

[Domain Admins](#bkmk-domainadmins)

Yes

Yes

Yes

Yes

[Domain Computers](#bkmk-domaincomputers)

Yes

Yes

Yes

Yes

[Domain Controllers](#bkmk-domaincontrollers)

Yes

Yes

Yes

Yes

[Domain Guests](#bkmk-domainguests)

Yes

Yes

Yes

Yes

[Domain Users](#bkmk-domainusers)

Yes

Yes

Yes

Yes

[Enterprise Admins](#bkmk-entadmins)

Yes

Yes

Yes

Yes

[Enterprise Read-only Domain Controllers](#bkmk-entrodc)

Yes

Yes

Yes

Yes

[Event Log Readers](#bkmk-eventlogreaders)

Yes

Yes

Yes

Yes

[Group Policy Creators Owners](#bkmk-gpcreatorsowners)

Yes

Yes

Yes

Yes

[Guests](#bkmk-guests)

Yes

Yes

Yes

Yes

[Hyper-V Administrators](#bkmk-hypervadministrators)

Yes

Yes

[IIS_IUSRS](#bkmk-iis-iusrs)

Yes

Yes

Yes

Yes

[Incoming Forest Trust Builders](#bkmk-inforesttrustbldrs)

Yes

Yes

Yes

Yes

[Network Configuration Operators](#bkmk-networkcfgoperators)

Yes

Yes

Yes

Yes

[Performance Log Users](#bkmk-perflogusers)

Yes

Yes

Yes

Yes

[Performance Monitor Users](#bkmk-perfmonitorusers)

Yes

Yes

Yes

Yes

[Pre–Windows 2000 Compatible Access](#bkmk-pre-ws2kcompataccess)

Yes

Yes

Yes

Yes

[Print Operators](#bkmk-printoperators)

Yes

Yes

Yes

Yes

[Protected Users](#bkmk-protectedusers)

Yes

[RAS and IAS Servers](#bkmk-rasandias)

Yes

Yes

Yes

Yes

[RDS Endpoint Servers](#bkmk-rdsendpointservers)

Yes

Yes

[RDS Management Servers](#bkmk-rdsmanagementservers)

Yes

Yes

[RDS Remote Access Servers](#bkmk-rdsremoteaccessservers)

Yes

Yes

[Read-only Domain Controllers](#bkmk-rodc)

Yes

Yes

Yes

Yes

[Remote Desktop Users](#bkmk-remotedesktopusers)

Yes

Yes

Yes

Yes

[Remote Management Users](#bkmk-remotemanagementusers)

Yes

Yes

[Replicator](#bkmk-replicator)

Yes

Yes

Yes

Yes

[Schema Admins](#bkmk-schemaadmins)

Yes

Yes

Yes

Yes

[Server Operators](#bkmk-serveroperators)

Yes

Yes

Yes

Yes

[Terminal Server License Servers](#bkmk-terminalserverlic)

Yes

Yes

Yes

Yes

[Users](#bkmk-users)

Yes

Yes

Yes

Yes

[Windows Authorization Access Group](#bkmk-winauthaccess)

Yes

Yes

Yes

Yes

[WinRMRemoteWMIUsers_](#bkmk-winrmremotewmiusers-)

Yes

Yes

+ +  + +### Access Control Assistance Operators + +Members of this group can remotely query authorization attributes and permissions for resources on the computer. + +The Access Control Assistance Operators group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-579

Type

BuiltIn Local

Default container

CN=BuiltIn, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+

+ +  + +### Account Operators + +The Account Operators group grants limited account creation privileges to a user. Members of this group can create and modify most types of accounts, including those of users, local groups, and global groups, and members can log in locally to domain controllers. + +Members of the Account Operators group cannot manage the Administrator user account, the user accounts of administrators, or the [Administrators](#bkmk-admins), [Server Operators](#bkmk-serveroperators), [Account Operators](#bkmk-accountoperators), [Backup Operators](#bkmk-backupoperators), or [Print Operators](#bkmk-printoperators) groups. Members of this group cannot modify user rights. + +The Account Operators group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +**Note**   +By default, this built-in group has no members, and it can create and manage users and groups in the domain, including its own membership and that of the Server Operators group. This group is considered a service administrator group because it can modify Server Operators, which in turn can modify domain controller settings. As a best practice, leave the membership of this group empty, and do not use it for any delegated administration. This group cannot be renamed, deleted, or moved. + +  + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-548

Type

BuiltIn Local

Default container

CN=BuiltIn, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

[Allow log on locally](allow_log_on_locally__technical_reference_security_considerations): SeInteractiveLogonRight

+ +  + +### Administrators + +Members of the Administrators group have complete and unrestricted access to the computer, or if the computer is promoted to a domain controller, members have unrestricted access to the domain. + +The Administrators group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +**Note**   +The Administrators group has built-in capabilities that give its members full control over the system. This group cannot be renamed, deleted, or moved. This built-in group controls access to all the domain controllers in its domain, and it can change the membership of all administrative groups. + +Membership can be modified by members of the following groups: the default service Administrators, Domain Admins in the domain, or Enterprise Admins. This group has the special privilege to take ownership of any object in the directory or any resource on a domain controller. This account is considered a service administrator group because its members have full access to the domain controllers in the domain. + +  + +This security group includes the following changes since Windows Server 2008: + +- Default user rights changes: **Allow log on through Terminal Services** existed in Windows Server 2008, and it was replaced by [Allow log on through Remote Desktop Services](allow_log_on_through_remote_desktop_services__technical_reference_security_considerations). + +- [Remove computer from docking station](remove_computer_from_docking_station__technical_reference_security_considerations) was removed in Windows Server 2012 R2. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-544

Type

BuiltIn Local

Default container

CN=BuiltIn, DC=<domain>, DC=

Default members

Administrator, Domain Admins, Enterprise Admins

Default member of

None

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

[Adjust memory quotas for a process](adjust_memory_quotas_for_a_process__technical_reference_security_considerations): SeIncreaseQuotaPrivilege

+

[Access this computer from the network](access_this_computer_from_the_network__technical_reference_security_considerations): SeNetworkLogonRight

+

[Allow log on locally](allow_log_on_locally__technical_reference_security_considerations): SeInteractiveLogonRight

+

[Allow log on through Remote Desktop Services](allow_log_on_through_remote_desktop_services__technical_reference_security_considerations): SeRemoteInteractiveLogonRight

+

[Back up files and directories](back_up_files_and_directories__technical_reference_security_considerations): SeBackupPrivilege

+

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

+

[Change the system time](change_the_system_time__technical_reference_security_considerations): SeSystemTimePrivilege

+

[Change the time zone](change_the_time_zone__technical_reference_security_considerations): SeTimeZonePrivilege

+

[Create a pagefile](create_a_pagefile__technical_reference_security_considerations): SeCreatePagefilePrivilege

+

[Create global objects](create_global_objects__technical_reference_security_considerations): SeCreateGlobalPrivilege

+

[Create symbolic links](create_symbolic_links__technical_reference_security_considerations): SeCreateSymbolicLinkPrivilege

+

[Debug programs](debug_programs__technical_reference_security_considerations): SeDebugPrivilege

+

[Enable computer and user accounts to be trusted for delegation](enable_computer_and_user_accounts_to_be_trusted_for_delegation__technical_reference_security_considerations): SeEnableDelegationPrivilege

+

[Force shutdown from a remote system](force_shutdown_from_a_remote_system__technical_reference_security_considerations): SeRemoteShutdownPrivilege

+

[Impersonate a client after authentication](impersonate_a_client_after_authentication__technical_reference_security_considerations): SeImpersonatePrivilege

+

[Increase scheduling priority](increase_scheduling_priority__technical_reference_security_considerations): SeIncreaseBasePriorityPrivilege

+

[Load and unload device drivers](load_and_unload_device_drivers__technical_reference_security_considerations): SeLoadDriverPrivilege

+

[Log on as a batch job](log_on_as_a_batch_job__technical_reference_security_considerations): SeBatchLogonRight

+

[Manage auditing and security log](manage_auditing_and_security_log__technical_reference_security_considerations): SeSecurityPrivilege

+

[Modify firmware environment values](modify_firmware_environment_values__technical_reference_security_considerations): SeSystemEnvironmentPrivilege

+

[Perform volume maintenance tasks](perform_volume_maintenance_tasks__technical_reference_security_considerations): SeManageVolumePrivilege

+

[Profile system performance](profile_system_performance__technical_reference_security_considerations): SeSystemProfilePrivilege

+

[Profile single process](profile_single_process__technical_reference_security_considerations): SeProfileSingleProcessPrivilege

+

[Remove computer from docking station](remove_computer_from_docking_station__technical_reference_security_considerations): SeUndockPrivilege

+

[Restore files and directories](restore_files_and_directories__technical_reference_security_considerations): SeRestorePrivilege

+

[Shut down the system](shut_down_the_system__technical_reference_security_considerations): SeShutdownPrivilege

+

[Take ownership of files or other objects](take_ownership_of_files_or_other_objects__technical_reference_security_considerations): SeTakeOwnershipPrivilege

+ +  + +### Allowed RODC Password Replication Group + +The purpose of this security group is to manage a RODC password replication policy. This group has no members by default, and it results in the condition that new Read-only domain controllers do not cache user credentials. The [Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl) group contains a variety of high-privilege accounts and security groups. The Denied RODC Password Replication group supersedes the Allowed RODC Password Replication group. + +The Allowed RODC Password Replication group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-21-<domain>-571

Type

Domain local

Default container

CN=Users DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### Backup Operators + +Members of the Backup Operators group can back up and restore all files on a computer, regardless of the permissions that protect those files. Backup Operators also can log on to and shut down the computer. This group cannot be renamed, deleted, or moved. By default, this built-in group has no members, and it can perform backup and restore operations on domain controllers. Its membership can be modified by the following groups: default service Administrators, Domain Admins in the domain, or Enterprise Admins. It cannot modify the membership of any administrative groups. While members of this group cannot change server settings or modify the configuration of the directory, they do have the permissions needed to replace files (including operating system files) on domain controllers. Because of this, members of this group are considered service administrators. + +The Backup Operators group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-551

Type

Builtin local

Default container

CN=BuiltIn, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

[Allow log on locally](allow_log_on_locally__technical_reference_security_considerations): SeInteractiveLogonRight

+

[Back up files and directories](back_up_files_and_directories__technical_reference_security_considerations): SeBackupPrivilege

+

[Log on as a batch job](log_on_as_a_batch_job__technical_reference_security_considerations): SeBatchLogonRight

+

[Restore files and directories](restore_files_and_directories__technical_reference_security_considerations): SeRestorePrivilege

+

[Shut down the system](shut_down_the_system__technical_reference_security_considerations): SeShutdownPrivilege

+ +  + +### Certificate Service DCOM Access + +Members of this group are allowed to connect to certification authorities in the enterprise. + +The Certificate Service DCOM Access group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-<domain>-574

Type

Domain Local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### Cert Publishers + +Members of the Cert Publishers group are authorized to publish certificates for User objects in Active Directory. + +The Cert Publishers group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-<domain>-517

Type

Domain Local

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

[Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl)

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

None

+ +  + +### Cloneable Domain Controllers + +Members of the Cloneable Domain Controllers group that are domain controllers may be cloned. In Windows Server 2012 R2 and Windows Server 2012, you can deploy domain controllers by copying an existing virtual domain controller. In a virtual environment, you no longer have to repeatedly deploy a server image that is prepared by using sysprep.exe, promote the server to a domain controller, and then complete additional configuration requirements for deploying each domain controller (including adding the virtual domain controller to this security group). + +For more information, see [Introduction to Active Directory Domain Services (AD DS) Virtualization (Level 100)](introduction_to_active_directory_domain_services__ad_ds__virtualization__level_100__original). + +This security group was introduced in Windows Server 2012, and it has not changed in subsequent versions. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-21-<domain>-522

Type

Global

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### Cryptographic Operators + +Members of this group are authorized to perform cryptographic operations. This security group was added in Windows Vista Service Pack 1 (SP1) to configure Windows Firewall for IPsec in Common Criteria mode. + +The Cryptographic Operators group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group was introduced in Windows Vista Service Pack 1, and it has not changed in subsequent versions. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-569

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### Denied RODC Password Replication Group + +Members of the Denied RODC Password Replication group cannot have their passwords replicated to any Read-only domain controller. + +The purpose of this security group is to manage a RODC password replication policy. This group contains a variety of high-privilege accounts and security groups. The Denied RODC Password Replication Group supersedes the [Allowed RODC Password Replication Group](#bkmk-allowedrodcpwdrepl). + +This security group includes the following changes since Windows Server 2008: + +- Windows Server 2012 changed the default members to include [Cert Publishers](#bkmk-certpublishers). + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-21-<domain>-572

Type

Domain local

Default container

CN=Users, DC=<domain>, DC=

Default members

[Cert Publishers](#bkmk-certpublishers)

+

[Domain Admins](#bkmk-domainadmins)

+

[Domain Controllers](#bkmk-domaincontrollers)

+

[Enterprise Admins](#bkmk-entadmins)

+

Group Policy Creator Owners

+

krbtgt

+

[Read-only Domain Controllers](#bkmk-rodc)

+

[Schema Admins](#bkmk-schemaadmins)

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### Distributed COM Users + +Members of the Distributed COM Users group are allowed to launch, activate, and use Distributed COM objects on the computer. Microsoft Component Object Model (COM) is a platform-independent, distributed, object-oriented system for creating binary software components that can interact. Distributed Component Object Model (DCOM) allows applications to be distributed across locations that make the most sense to you and to the application. This group appears as a SID until the domain controller is made the primary domain controller and it holds the operations master role (also known as flexible single master operations or FSMO). + +The Distributed COM Users group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-562

Type

Builtin Local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### DnsUpdateProxy + +Members of the DnsUpdateProxy group are DNS clients. They are permitted to perform dynamic updates on behalf of other clients (such as DHCP servers). A DNS server can develop stale resource records when a DHCP server is configured to dynamically register host (A) and pointer (PTR) resource records on behalf of DHCP clients by using dynamic update. Adding clients to this security group mitigates this scenario. + +However, to protect against unsecured records or to permit members of the DnsUpdateProxy group to register records in zones that allow only secured dynamic updates, you must create a dedicated user account and configure DHCP servers to perform DNS dynamic updates by using the credentials of this account (user name, password, and domain). Multiple DHCP servers can use the credentials of one dedicated user account. + +For information, see [DNS Record Ownership and the DnsUpdateProxy Group](http://technet.microsoft.com/library/dd334715.aspx). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-21-<domain>-1103

Type

Global

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Yes

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### DnsAdmins + +Members of DNSAdmins group have access to network DNS information. The default permissions are as follows: Allow: Read, Write, Create All Child objects, Delete Child objects, Special Permissions. + +For information about other means to secure the DNS server service, see [Securing the DNS Server Service](http://technet.microsoft.com/library/cc731367.aspx). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-21-<domain>-1102

Type

Domain local

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Yes

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### Domain Admins + +Members of the Domain Admins security group are authorized to administer the domain. By default, the Domain Admins group is a member of the Administrators group on all computers that have joined a domain, including the domain controllers. The Domain Admins group is the default owner of any object that is created in Active Directory for the domain by any member of the group. If members of the group create other objects, such as files, the default owner is the Administrators group. + +The Domain Admins group controls access to all domain controllers in a domain, and it can modify the membership of all administrative accounts in the domain. Membership can be modified by members of the service administrator groups in its domain (Administrators and Domain Admins), and by members of the Enterprise Admins group. This is considered a service administrator account because its members have full access to the domain controllers in a domain. + +The Domain Admins group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-<domain>-512

Type

Domain Global

Default container

CN=Users, DC=<domain>, DC=

Default members

Administrator

Default member of

[Administrators](#bkmk-admins)

+

[Denied RODC Password ReplicationGroup](#bkmk-deniedrodcpwdrepl)

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Yes

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

See [Administrators](#bkmk-admins)

+

See [Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl)

+ +  + +### Domain Computers + +This group can include all computers and servers that have joined the domain, excluding domain controllers. By default, any computer account that is created automatically becomes a member of this group. + +The Domain Computers group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-<domain>-515

Type

Global

Default container

CN=Users, DC=<domain>, DC=

Default members

All computers joined to the domain, excluding domain controllers

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Yes (but not required)

Safe to delegate management of this group to non-Service admins?

Yes

Default User Rights

None

+ +  + +### Domain Controllers + +The Domain Controllers group can include all domain controllers in the domain. New domain controllers are automatically added to this group. + +The Domain Controllers group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-<domain>-516

Type

Global

Default container

CN=Users, DC=<domain>, DC=

Default members

Computer accounts for all domain controllers of the domain

Default member of

[Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl)

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

No

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

None

+ +  + +### Domain Guests + +The Domain Guests group includes the domain’s built-in Guest account. When members of this group sign in as local guests on a domain-joined computer, a domain profile is created on the local computer. + +The Domain Guests group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-<domain>-514

Type

Global

Default container

CN=Users, DC=<domain>, DC=

Default members

Guest

Default member of

[Guests](#bkmk-guests)

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Can be moved out but it is not recommended

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

See [Guests](#bkmk-guests)

+ +  + +### Domain Users + +The Domain Users group includes all user accounts in a domain. When you create a user account in a domain, it is automatically added to this group. + +By default, any user account that is created in the domain automatically becomes a member of this group. This group can be used to represent all users in the domain. For example, if you want all domain users to have access to a printer, you can assign permissions for the printer to this group (or add the Domain Users group to a local group on the print server that has permissions for the printer). + +The Domain Users group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-<domain>-513

Type

Domain Global

Default container

CN=Users, DC=<domain>, DC=

Default members

Administrator

+

krbtgt

Default member of

[Users](#bkmk-users)

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Yes

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

See [Users](#bkmk-users)

+ +  + +### Enterprise Admins + +The Enterprise Admins group exists only in the root domain of an Active Directory forest of domains. It is a Universal group if the domain is in native mode; it is a Global group if the domain is in mixed mode. Members of this group are authorized to make forest-wide changes in Active Directory, such as adding child domains. + +By default, the only member of the group is the Administrator account for the forest root domain. This group is automatically added to the Administrators group in every domain in the forest, and it provides complete access for configuring all domain controllers. Members in this group can modify the membership of all administrative groups. Membership can be modified only by the default service administrator groups in the root domain. This is considered a service administrator account. + +The Enterprise Admins group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-21-<root domain>-519

Type

Universal (if Domain is in Native-Mode) else Global

Default container

CN=Users, DC=<domain>, DC=

Default members

Administrator

Default member of

[Administrators](#bkmk-admins)

+

[Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl)

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Yes

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

See [Administrators](#bkmk-admins)

+

See [Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl)

+ +  + +### Enterprise Read-Only Domain Controllers + +Members of this group are Read-Only Domain Controllers in the enterprise. Except for account passwords, a Read-only domain controller holds all the Active Directory objects and attributes that a writable domain controller holds. However, changes cannot be made to the database that is stored on the Read-only domain controller. Changes must be made on a writable domain controller and then replicated to the Read-only domain controller. + +Read-only domain controllers address some of the issues that are commonly found in branch offices. These locations might not have a domain controller. Or, they might have a writable domain controller, but not the physical security, network bandwidth, or local expertise to support it. + +For more information, see [AD DS: Read-Only Domain Controllers](http://technet.microsoft.com/library/cc732801.aspx). + +The Enterprise Read-Only Domain Controllers group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-21-<domain>-498

Type

Universal

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### Event Log Readers + +Members of this group can read event logs from local computers. The group is created when the server is promoted to a domain controller. + +The Event Log Readers group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-573

Type

Builtin local

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### Group Policy Creators Owners + +This group is authorized to create, edit, or delete Group Policy Objects in the domain. By default, the only member of the group is Administrator. + +For information about other features you can use with this security group, see [Group Policy Planning and Deployment Guide](http://technet.microsoft.com/library/cc754948.aspx). + +The Group Policy Creators Owners group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-<domain>-520

Type

Global

Default container

CN=Users, DC=<domain>, DC=

Default members

Administrator

Default member of

[Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl)

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

No

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

See [Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl)

+ +  + +### Guests + +Members of the Guests group have the same access as members of the Users group by default, except that the Guest account has further restrictions. By default, the only member is the Guest account. The Guests group allows occasional or one-time users to sign in with limited privileges to a computer’s built-in Guest account. + +When a member of the Guests group signs out, the entire profile is deleted. This includes everything that is stored in the **%userprofile%** directory, including the user's registry hive information, custom desktop icons, and other user-specific settings. This implies that a guest must use a temporary profile to sign in to the system. This security group interacts with the Group Policy setting **Do not logon users with temporary profiles** when it is enabled. This setting is located under the following path: + +Computer Configuration\\Administrative Templates\\System\\User Profiles + +**Note**   +A Guest account is a default member of the Guests security group. People who do not have an actual account in the domain can use the Guest account. A user whose account is disabled (but not deleted) can also use the Guest account. + +The Guest account does not require a password. You can set rights and permissions for the Guest account as in any user account. By default, the Guest account is a member of the built-in Guests group and the Domain Guests global group, which allows a user to sign in to a domain. The Guest account is disabled by default, and we recommend that it stay disabled. + +  + +The Guests group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-546

Type

Builtin Local

Default container

CN=BuiltIn, DC=<domain>, DC=

Default members

Guest

Default member of

[Domain Guests](#bkmk-domainguests)

+

Guest

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

None

+ +  + +### Hyper-V Administrators + +Members of the Hyper-V Administrators group have complete and unrestricted access to all the features in Hyper-V. Adding members to this group helps reduce the number of members required in the Administrators group, and further separates access. + +**Note**   +Prior to Windows Server 2012, access to features in Hyper-V was controlled in part by membership in the Administrators group. + +  + +This security group was introduced in Windows Server 2012, and it has not changed in subsequent versions. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-578

Type

Builtin local

Default container

CN=BuiltIn, DC=<domain>, DC=

Default members

None

Default member of

No

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### IIS\_IUSRS + +IIS\_IUSRS is a built-in group that is used by Internet Information Services beginning with IIS 7.0. A built-in account and group are guaranteed by the operating system to always have a unique SID. IIS 7.0 replaces the IUSR\_MachineName account and the IIS\_WPG group with the IIS\_IUSRS group to ensure that the actual names that are used by the new account and group will never be localized. For example, regardless of the language of the Windows operating system that you install, the IIS account name will always be IUSR, and the group name will be IIS\_IUSRS. + +For more information, see [Understanding Built-In User and Group Accounts in IIS 7](http://www.iis.net/learn/get-started/planning-for-security/understanding-built-in-user-and-group-accounts-in-iis). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-568

Type

BuiltIn Local

Default container

CN=BuiltIn, DC=<domain>, DC=

Default members

IUSR

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### Incoming Forest Trust Builders + +Members of the Incoming Forest Trust Builders group can create incoming, one-way trusts to this forest. Active Directory provides security across multiple domains or forests through domain and forest trust relationships. Before authentication can occur across trusts, Windows must determine whether the domain being requested by a user, computer, or service has a trust relationship with the logon domain of the requesting account. + +To make this determination, the Windows security system computes a trust path between the domain controller for the server that receives the request and a domain controller in the domain of the requesting account. A secured channel extends to other Active Directory domains through interdomain trust relationships. This secured channel is used to obtain and verify security information, including security identifiers (SIDs) for users and groups. + +**Note**   +This group appears as a SID until the domain controller is made the primary domain controller and it holds the operations master role (also known as flexible single master operations or FSMO). + +  + +For more information, see [How Domain and Forest Trusts Work: Domain and Forest Trusts](http://technet.microsoft.com/library/f5c70774-25cd-4481-8b7a-3d65c86e69b1). + +The Incoming Forest Trust Builders group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +**Note**   +This group cannot be renamed, deleted, or moved. + +  + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-557

Type

BuiltIn local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

None

+ +  + +### Network Configuration Operators + +Members of the Network Configuration Operators group can have the following administrative privileges to manage configuration of networking features: + +- Modify the Transmission Control Protocol/Internet Protocol (TCP/IP) properties for a local area network (LAN) connection, which includes the IP address, the subnet mask, the default gateway, and the name servers. + +- Rename the LAN connections or remote access connections that are available to all the users. + +- Enable or disable a LAN connection. + +- Modify the properties of all of remote access connections of users. + +- Delete all the remote access connections of users. + +- Rename all the remote access connections of users. + +- Issue **ipconfig**, **ipconfig /release**, or **ipconfig /renew** commands. + +- Enter the PIN unblock key (PUK) for mobile broadband devices that support a SIM card. + +**Note**   +This group appears as a SID until the domain controller is made the primary domain controller and it holds the operations master role (also known as flexible single master operations or FSMO). + +  + +The Network Configuration Operators group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +**Note**   +This group cannot be renamed, deleted, or moved. + +  + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-556

Type

BuiltIn local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Yes

Default User Rights

None

+ +  + +### Performance Log Users + +Members of the Performance Log Users group can manage performance counters, logs, and alerts locally on the server and from remote clients without being a member of the Administrators group. Specifically, members of this security group: + +- Can use all the features that are available to the Performance Monitor Users group. + +- Can create and modify Data Collector Sets after the group is assigned the [Log on as a batch job](log_on_as_a_batch_job__technical_reference_security_considerations) user right. + + **Warning**   + If you are a member of the Performance Log Users group, you must configure Data Collector Sets that you create to run under your credentials. + +   + +- Cannot use the Windows Kernel Trace event provider in Data Collector Sets. + +For members of the Performance Log Users group to initiate data logging or modify Data Collector Sets, the group must first be assigned the [Log on as a batch job](log_on_as_a_batch_job__technical_reference_security_considerations) user right. To assign this user right, use the Local Security Policy snap-in in Microsoft Management Console. + +**Note**   +This group appears as a SID until the domain controller is made the primary domain controller and it holds the operations master role (also known as flexible single master operations or FSMO). + +  + +The Performance Log Users group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +**Note**   +This account cannot be renamed, deleted, or moved. + +  + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-559

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Yes

Default User Rights

[Log on as a batch job](log_on_as_a_batch_job__technical_reference_security_considerations): SeBatchLogonRight

+ +  + +### Performance Monitor Users + +Members of this group can monitor performance counters on domain controllers in the domain, locally and from remote clients, without being a member of the Administrators or Performance Log Users groups. The Windows Performance Monitor is a Microsoft Management Console (MMC) snap-in that provides tools for analyzing system performance. From a single console, you can monitor application and hardware performance, customize what data you want to collect in logs, define thresholds for alerts and automatic actions, generate reports, and view past performance data in a variety of ways. + +Specifically, members of this security group: + +- Can use all the features that are available to the Users group. + +- Can view real-time performance data in Performance Monitor. + + Can change the Performance Monitor display properties while viewing data. + +- Cannot create or modify Data Collector Sets. + + **Warning**   + You cannot configure a Data Collector Set to run as a member of the Performance Monitor Users group. + +   + +**Note**   +This group appears as a SID until the domain controller is made the primary domain controller and it holds the operations master role (also known as flexible single master operations or FSMO). This group cannot be renamed, deleted, or moved. + +  + +The Performance Monitor Users group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-558

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Yes

Default User Rights

None

+ +  + +### Pre–Windows 2000 Compatible Access + +Members of the Pre–Windows 2000 Compatible Access group have Read access for all users and groups in the domain. This group is provided for backward compatibility for computers running Windows NT 4.0 and earlier. By default, the special identity group, Everyone, is a member of this group. Add users to this group only if they are running Windows NT 4.0 or earlier. + +**Warning**   +This group appears as a SID until the domain controller is made the primary domain controller and it holds the operations master role (also known as flexible single master operations or FSMO). + +  + +The Pre–Windows 2000 Compatible Access group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-554

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

If you choose the Pre–Windows 2000 Compatible Permissions mode, Everyone and Anonymous are members, and if you choose the Windows 2000-only permissions mode, Authenticated Users are members.

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

[Access this computer from the network](access_this_computer_from_the_network__technical_reference_security_considerations): SeNetworkLogonRight

+

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

+ +  + +### Print Operators + +Members of this group can manage, create, share, and delete printers that are connected to domain controllers in the domain. They can also manage Active Directory printer objects in the domain. Members of this group can locally sign in to and shut down domain controllers in the domain. + +This group has no default members. Because members of this group can load and unload device drivers on all domain controllers in the domain, add users with caution. This group cannot be renamed, deleted, or moved. + +The Print Operators group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. However, in Windows Server 2008 R2, functionality was added to manage print administration. For more information, see [Assigning Delegated Print Administrator and Printer Permission Settings in Windows Server 2008 R2](http://technet.microsoft.com/library/ee524015(WS.10).aspx). + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-550

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

[Allow log on locally](allow_log_on_locally__technical_reference_security_considerations): SeInteractiveLogonRight

+

[Load and unload device drivers](load_and_unload_device_drivers__technical_reference_security_considerations): SeLoadDriverPrivilege

+

[Shut down the system](shut_down_the_system__technical_reference_security_considerations): SeShutdownPrivilege

+ +  + +### Protected Users + +Members of the Protected Users group are afforded additional protection against the compromise of credentials during authentication processes. + +This security group is designed as part of a strategy to effectively protect and manage credentials within the enterprise. Members of this group automatically have non-configurable protection applied to their accounts. Membership in the Protected Users group is meant to be restrictive and proactively secure by default. The only method to modify the protection for an account is to remove the account from the security group. + +This domain-related, global group triggers non-configurable protection on devices and host computers running Windows Server 2012 R2 and Windows 8.1, and on domain controllers in domains with a primary domain controller running Windows Server 2012 R2. This greatly reduces the memory footprint of credentials when users sign in to computers on the network from a non-compromised computer. + +Depending on the account’s domain functional level, members of the Protected Users group are further protected due to behavior changes in the authentication methods that are supported in Windows. + +- Members of the Protected Users group cannot authenticate by using the following Security Support Providers (SSPs): NTLM, Digest Authentication, or CredSSP. Passwords are not cached on a device running Windows 8.1, so the device fails to authenticate to a domain when the account is a member of the Protected User group. + +- The Kerberos protocol will not use the weaker DES or RC4 encryption types in the preauthentication process. This means that the domain must be configured to support at least the AES cipher suite. + +- The user’s account cannot be delegated with Kerberos constrained or unconstrained delegation. This means that former connections to other systems may fail if the user is a member of the Protected Users group. + +- The default Kerberos ticket-granting tickets (TGTs) lifetime setting of four hours is configurable by using Authentication Policies and Silos, which can be accessed through the Active Directory Administrative Center. This means that when four hours has passed, the user must authenticate again. + +The Protected Users group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This group was introduced in Windows Server 2012 R2. For more information about how this group works, see [Protected Users Security Group](protected_users_security_group). + +The following table specifies the properties of the Protected Users group. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-known SID/RID

S-1-5-21-<domain>-525

Type

Domain Global

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Yes

Safe to delegate management of this group to non-service admins?

No

Default user rights

None

+ +  + +### RAS and IAS Servers + +Computers that are members of the RAS and IAS Servers group, when properly configured, are allowed to use remote access services. By default, this group has no members. Computers that are running the Routing and Remote Access service are added to the group automatically, such as IAS servers and Network Policy Servers. Members of this group have access to certain properties of User objects, such as Read Account Restrictions, Read Logon Information, and Read Remote Access Information. + +The RAS and IAS Servers group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-21-<domain>-553

Type

Domain local

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Yes

Safe to delegate management of this group to non-Service admins?

Yes

Default User Rights

None

+ +  + +### RDS Endpoint Servers + +Servers that are members in the RDS Endpoint Servers group can run virtual machines and host sessions where user RemoteApp programs and personal virtual desktops run. This group needs to be populated on servers running RD Connection Broker. Session Host servers and RD Virtualization Host servers used in the deployment need to be in this group. + +For information about Remote Desktop Services, see [Remote Desktop Services Design Guide](http://technet.microsoft.com/library/gg750997.aspx). + +This security group was introduced in Windows Server 2012, and it has not changed in subsequent versions. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-21-<domain>-553

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### RDS Management Servers + +Servers that are members in the RDS Management Servers group can be used to perform routine administrative actions on servers running Remote Desktop Services. This group needs to be populated on all servers in a Remote Desktop Services deployment. The servers running the RDS Central Management service must be included in this group. + +This security group was introduced in Windows Server 2012, and it has not changed in subsequent versions. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-577

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### RDS Remote Access Servers + +Servers in the RDS Remote Access Servers group provide users with access to RemoteApp programs and personal virtual desktops. In Internet facing deployments, these servers are typically deployed in an edge network. This group needs to be populated on servers running RD Connection Broker. RD Gateway servers and RD Web Access servers that are used in the deployment need to be in this group. + +For information about RemoteApp programs, see [Overview of RemoteApp](http://technet.microsoft.com/library/cc755055.aspx) + +This security group was introduced in Windows Server 2012, and it has not changed in subsequent versions. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-575

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### Remote Desktop Users + +The Remote Desktop Users group on an RD Session Host server is used to grant users and groups permissions to remotely connect to an RD Session Host server. This group cannot be renamed, deleted, or moved. It appears as a SID until the domain controller is made the primary domain controller and it holds the operations master role (also known as flexible single master operations or FSMO). + +The Remote Desktop Users group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-555

Type

Builtin Local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Yes

Default User Rights

None

+ +  + +### Read-Only Domain Controllers + +This group is comprised of the Read-only domain controllers in the domain. A Read-only domain controller makes it possible for organizations to easily deploy a domain controller in scenarios where physical security cannot be guaranteed, such as branch office locations, or in scenarios where local storage of all domain passwords is considered a primary threat, such as in an extranet or in an application-facing role. + +Because administration of a Read-only domain controller can be delegated to a domain user or security group, an Read-only domain controller is well suited for a site that should not have a user who is a member of the Domain Admins group. A Read-only domain controller encompasses the following functionality: + +- Read-only AD DS database + +- Unidirectional replication + +- Credential caching + +- Administrator role separation + +- Read-only Domain Name System (DNS) + +For information about deploying a Read-only domain controller, see [Read-Only Domain Controllers Step-by-Step Guide](http://technet.microsoft.com/library/cc772234.aspx). + +This security group was introduced in Windows Server 2008, and it has not changed in subsequent versions. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-21-<domain>-521

Type

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

[Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl)

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Yes

Safe to delegate management of this group to non-Service admins?

Default User Rights

See [Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl)

+ +  + +### Remote Management Users + +Members of the Remote Management Users group can access WMI resources over management protocols (such as WS-Management via the Windows Remote Management service). This applies only to WMI namespaces that grant access to the user. + +The Remote Management Users group is generally used to allow users to manage servers through the Server Manager console, whereas the [WinRMRemoteWMIUsers\_](#bkmk-winrmremotewmiusers-) group is allows remotely running Windows PowerShell commands. + +For more information, see [WS-Management Protocol (Windows)](http://msdn.microsoft.com/library/aa384470.aspx) and [About WMI (Windows)](http://msdn.microsoft.com/library/aa384642.aspx). + +This security group was introduced in Windows Server 2012, and it has not changed in subsequent versions. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-580

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### Replicator + +Computers that are members of the Replicator group support file replication in a domain. Windows Server operating systems use the File Replication service (FRS) to replicate system policies and logon scripts stored in the System Volume (SYSVOL). Each domain controller keeps a copy of SYSVOL for network clients to access. FRS can also replicate data for the Distributed File System (DFS), synchronizing the content of each member in a replica set as defined by DFS. FRS can copy and maintain shared files and folders on multiple servers simultaneously. When changes occur, content is synchronized immediately within sites and by a schedule between sites. + +**Important**   +In Windows Server 2008 R2, FRS cannot be used for replicating DFS folders or custom (non-SYSVOL) data. A Windows Server 2008 R2 domain controller can still use FRS to replicate the contents of a SYSVOL shared resource in a domain that uses FRS for replicating the SYSVOL shared resource between domain controllers. + +However, Windows Server 2008 R2 servers cannot use FRS to replicate the contents of any replica set apart from the SYSVOL shared resource. The DFS Replication service is a replacement for FRS, and it can be used to replicate the contents of a SYSVOL shared resource, DFS folders, and other custom (non-SYSVOL) data. You should migrate all non-SYSVOL FRS replica sets to DFS Replication. For more information, see [File Replication Service (FRS) Is Deprecated in Windows Server 2008 R2 (Windows).](http://msdn.microsoft.com/library/windows/desktop/ff384840.aspx) + +  + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-552

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +### Schema Admins + +Members of the Schema Admins group can modify the Active Directory schema. This group exists only in the root domain of an Active Directory forest of domains. It is a Universal group if the domain is in native mode; it is a Global group if the domain is in mixed mode. + +The group is authorized to make schema changes in Active Directory. By default, the only member of the group is the Administrator account for the forest root domain. This group has full administrative access to the schema. + +The membership of this group can be modified by any of the service administrator groups in the root domain. This is considered a service administrator account because its members can modify the schema, which governs the structure and content of the entire directory. + +For more information, see [What Is the Active Directory Schema?: Active Directory](http://technet.microsoft.com/library/cc784826.aspx). + +The Schema Admins group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-<root domain>-518

Type

Universal (if Domain is in Native-Mode) else Global

Default container

CN=Users, DC=<domain>, DC=

Default members

Administrator

Default member of

[Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl)

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Yes

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

See [Denied RODC Password Replication Group](#bkmk-deniedrodcpwdrepl)

+ +  + +### Server Operators + +Members in the Server Operators group can administer domain servers. This group exists only on domain controllers. By default, the group has no members. Memebers of the Server Operators group can sign in to a server interactively, create and delete network shared resources, start and stop services, back up and restore files, format the hard disk drive of the computer, and shut down the computer. This group cannot be renamed, deleted, or moved. + +By default, this built-in group has no members, and it has access to server configuration options on domain controllers. Its membership is controlled by the service administrator groups, Administrators and Domain Admins, in the domain, and the Enterprise Admins group. Members in this group cannot change any administrative group memberships. This is considered a service administrator account because its members have physical access to domain controllers, they can perform maintenance tasks (such as backup and restore), and they have the ability to change binaries that are installed on the domain controllers. Note the default user rights in the following table. + +The Server Operators group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-549

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

Yes

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

[Allow log on locally](allow_log_on_locally__technical_reference_security_considerations): SeInteractiveLogonRight

+

[Back up files and directories](back_up_files_and_directories__technical_reference_security_considerations): SeBackupPrivilege

+

[Change the system time](change_the_system_time__technical_reference_security_considerations): SeSystemTimePrivilege

+

[Change the time zone](change_the_time_zone__technical_reference_security_considerations): SeTimeZonePrivilege

+

[Force shutdown from a remote system](force_shutdown_from_a_remote_system__technical_reference_security_considerations): SeRemoteShutdownPrivilege

+

[Restore files and directories](restore_files_and_directories__technical_reference_security_considerations): Restore files and directories SeRestorePrivilege

+

[Shut down the system](shut_down_the_system__technical_reference_security_considerations): SeShutdownPrivilege

+ +  + +### Terminal Server License Servers + +Members of the Terminal Server License Servers group can update user accounts in Active Directory with information about license issuance. This is used to track and report TS Per User CAL usage. A TS Per User CAL gives one user the right to access a Terminal Server from an unlimited number of client computers or devices. This group appears as a SID until the domain controller is made the primary domain controller and it holds the operations master role (also known as flexible single master operations or FSMO). + +For more information about this security group, see [Terminal Services License Server Security Group Configuration](http://technet.microsoft.com/library/cc775331.aspx). + +The Terminal Server License Servers group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +**Note**   +This group cannot be renamed, deleted, or moved. + +  + +This security group only applies to Windows Server 2003 and Windows Server 2008 because Terminal Services was replaced by Remote Desktop Services in Windows Server 2008 R2. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-561

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

None

Default member of

None

Safe to move out of default container?

Cannot be moved

Protected by ADMINSDHOLDER?

No

Safe to delegate management of this group to non-Service admins?

Yes

Default User Rights

None

+ +  + +### Users + +Members of the Users group are prevented from making accidental or intentional system-wide changes, and they can run most applications. After the initial installation of the operating system, the only member is the Authenticated Users group. When a computer joins a domain, the Domain Users group is added to the Users group on the computer. + +Users can perform tasks such as running applications, using local and network printers, shutting down the computer, and locking the computer. Users can install applications that only they are allowed to use if the installation program of the application supports per-user installation. This group cannot be renamed, deleted, or moved. + +The Users group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +This security group includes the following changes since Windows Server 2008: + +- In Windows Server 2008 R2, INTERACTIVE was added to the default members list. + +- In Windows Server 2012, the default **Member Of** list changed from Domain Users to none. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-545

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

Authenticated Users

+

[Domain Users](#bkmk-domainusers)

+

INTERACTIVE

Default member of

Domain Users (this membership is due to the fact that the Primary Group ID of all user accounts is Domain Users.)

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

No

Default User Rights

None

+ +  + +### Windows Authorization Access Group + +Members of this group have access to the computed token GroupsGlobalAndUniversal attribute on User objects. Some applications have features that read the token-groups-global-and-universal (TGGAU) attribute on user account objects or on computer account objects in Active Directory Domain Services. Some Win32 functions make it easier to read the TGGAU attribute. Applications that read this attribute or that call an API (referred to as a function) that reads this attribute do not succeed if the calling security context does not have access to the attribute. This group appears as a SID until the domain controller is made the primary domain controller and it holds the operations master role (also known as flexible single master operations or FSMO). + +The Windows Authorization Access group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +**Note**   +This group cannot be renamed, deleted, or moved. + +  + +This security group has not changed since Windows Server 2008. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-32-560

Type

Builtin local

Default container

CN=Builtin, DC=<domain>, DC=

Default members

Enterprise Domain Controllers

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Cannot be moved

Safe to delegate management of this group to non-Service admins?

Yes

Default user rights

None

+ +  + +### WinRMRemoteWMIUsers\_ + +In Windows 8 and in Windows Server 2012, a **Share** tab was added to the Advanced Security Settings user interface. This tab displays the security properties of a remote file share. To view this information, you must have the following permissions and memberships, as appropriate for the version of Windows Server that the file server is running. + +The WinRMRemoteWMIUsers\_ group applies to versions of the Windows Server operating system listed in the [Active Directory Default Security Groups table](#bkmk-groupstable). + +- If the file share is hosted on a server that is running a supported version of the operating system: + + - You must be a member of the WinRMRemoteWMIUsers\_\_ group or the BUILTIN\\Administrators group. + + - You must have Read permissions to the file share. + +- If the file share is hosted on a server that is running a version of Windows Server that is earlier than Windows Server 2012: + + - You must be a member of the BUILTIN\\Administrators group. + + - You must have Read permissions to the file share. + +In Windows Server 2012, the Access Denied Assistance functionality adds the Authenticated Users group to the local WinRMRemoteWMIUsers\_\_ group. Therefore, when the Access Denied Assistance functionality is enabled, all authenticated users who have Read permissions to the file share can view the file share permissions. + +**Note**   +The WinRMRemoteWMIUsers\_ group allows running Windows PowerShell commands remotely whereas the [Remote Management Users](#bkmk-remotemanagementusers) group is generally used to allow users to manage servers by using the Server Manager console. + +  + +This security group was introduced in Windows Server 2012, and it has not changed in subsequent versions. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-21-<domain>-1000

Type

Domain local

Default container

CN=Users, DC=<domain>, DC=

Default members

None

Default member of

None

Protected by ADMINSDHOLDER?

No

Safe to move out of default container?

Yes

Safe to delegate management of this group to non-Service admins?

Default User Rights

None

+ +  + +## See also + + +[Security Principals Technical Overview](security-principals.md) + + +[Special Identities](special-identities.md) + + +  + +  + + + + diff --git a/windows/keep-secure/dynamic-access-control.md b/windows/keep-secure/dynamic-access-control.md new file mode 100644 index 0000000000..366b64a723 --- /dev/null +++ b/windows/keep-secure/dynamic-access-control.md @@ -0,0 +1,146 @@ +--- +title: Dynamic Access Control Overview (Windows 10) +description: Dynamic Access Control Overview +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +--- + +# Dynamic Access Control Overview + + +This overview topic for the IT professional describes Dynamic Access Control and its associated elements, which were introduced in Windows Server 2012 and Windows 8. + +Domain-based Dynamic Access Control enables administrators to apply access-control permissions and restrictions based on well-defined rules that can include the sensitivity of the resources, the job or role of the user, and the configuration of the device that is used to access these resources. + +For example, a user might have different permissions when they access a resource from their office computer versus when they are using a portable computer over a virtual private network. Or access may be allowed only if a device meets the security requirements that are defined by the network administrators. When Dynamic Access Control is used, a user’s permissions change dynamically without additional administrator intervention if the user’s job or role changes (resulting in changes to the user’s account attributes in AD DS). + +Dynamic Access Control is not supported in Windows operating systems prior to Windows Server 2012 and Windows 8. When Dynamic Access Control is configured in environments with supported and non-supported versions of Windows, only the supported versions will implement the changes. + +Features and concepts associated with Dynamic Access Control include: + +- [Central access rules](#bkmk-rules) + +- [Central access policies](#bkmk-policies) + +- [Claims](#bkmk-claims) + +- [Expressions](#bkmk-expressions2) + +- [Proposed permissions](#bkmk-permissions2) + +### Central access rules + +A central access rule is an expression of authorization rules that can include one or more conditions involving user groups, user claims, device claims, and resource properties. Multiple central access rules can be combined into a central access policy. + +If one or more central access rules have been defined for a domain, file share administrators can match specific rules to specific resources and business requirements. + +### Central access policies + +Central access policies are authorization policies that include conditional expressions. For example, let’s say an organization has a business requirement to restrict access to personally identifiable information (PII) in files to only the file owner and members of the human resources (HR) department who are allowed to view PII information. This represents an organization-wide policy that applies to PII files wherever they are located on file servers across the organization. To implement this policy, an organization needs to be able to: + +- Identify and mark the files that contain the PII. + +- Identify the group of HR members who are allowed to view the PII information. + +- Add the central access policy to a central access rule, and apply the central access rule to all files that contain the PII, wherever they are located amongst the file servers across the organization. + +Central access policies act as security umbrellas that an organization applies across its servers. These policies are in addition to (but do not replace) the local access policies or discretionary access control lists (DACLs) that are applied to files and folders. + +### Claims + +A claim is a unique piece of information about a user, device, or resource that has been published by a domain controller. The user’s title, the department classification of a file, or the health state of a computer are valid examples of a claim. An entity can involve more than one claim, and any combination of claims can be used to authorize access to resources. The following types of claims are available in the supported versions of Windows: + +- **User claims**   Active Directory attributes that are associated with a specific user. + +- **Device claims**   Active Directory attributes that are associated with a specific computer object. + +- **Resource attributes**  Global resource properties that are marked for use in authorization decisions and published in Active Directory. + +Claims make it possible for administrators to make precise organization- or enterprise-wide statements about users, devices, and resources that can be incorporated in expressions, rules, and policies. + +### Expressions + +Conditional expressions are an enhancement to access control management that allow or deny access to resources only when certain conditions are met, for example, group membership, location, or the security state of the device. Expressions are managed through the Advanced Security Settings dialog box of the ACL Editor or the Central Access Rule Editor in the Active Directory Administrative Center (ADAC). + +Expressions help administrators manage access to sensitive resources with flexible conditions in increasingly complex business environments. + +### Proposed permissions + +Proposed permissions enable an administrator to more accurately model the impact of potential changes to access control settings without actually changing them. + +Predicting the effective access to a resource helps you plan and configure permissions for those resources before implementing those changes. + +## Additional changes + + +Additional enhancements in the supported versions of Windows that support Dynamic Access Control include: + +### Support in the Kerberos authentication protocol to reliably provide user claims, device claims, and device groups. + +By default, devices running any of the supported versions of Windows are able to process Dynamic Access Control-related Kerberos tickets, which include data needed for compound authentication. Domain controllers are able to issue and respond to Kerberos tickets with compound authentication-related information. When a domain is configured to recognize Dynamic Access Control, devices receive claims from domain controllers during initial authentication, and they receive compound authentication tickets when submitting service ticket requests. Compound authentication results in an access token that includes the identity of the user and the device on the resources that recognize Dynamic Access Control. + +### Support for using the Key Distribution Center (KDC) Group Policy setting to enable Dynamic Access Control for a domain. + +Every domain controller needs to have the same Administrative Template policy setting, which is located at **Computer Configuration\\Policies\\Administrative Templates\\System\\KDC\\Support Dynamic Access Control and Kerberos armoring**. + +### Support for using the Key Distribution Center (KDC) Group Policy setting to enable Dynamic Access Control for a domain. + +Every domain controller needs to have the same Administrative Template policy setting, which is located at **Computer Configuration\\Policies\\Administrative Templates\\System\\KDC\\Support Dynamic Access Control and Kerberos armoring**. + +### Support in Active Directory to store user and device claims, resource properties, and central access policy objects. + +### Support for using Group Policy to deploy central access policy objects. + +The following Group Policy setting enables you to deploy central access policy objects to file servers in your organization: **Computer Configuration\\Policies\\ Windows Settings\\Security Settings\\File System\\Central Access Policy**. + +### Support for claims-based file authorization and auditing for file systems by using Group Policy and Global Object Access Auditing + +You must enable staged central access policy auditing to audit the effective access of central access policy by using proposed permissions. You configure this setting for the computer under **Advanced Audit Policy Configuration** in the **Security Settings** of a Group Policy Object (GPO). After you configure the security setting in the GPO, you can deploy the GPO to computers in your network. + +### Support for transforming or filtering claim policy objects that traverse Active Directory forest trusts + +You can filter or transform incoming and outgoing claims that traverse a forest trust. There are three basic scenarios for filtering and transforming claims: + +- **Value-based filtering**  Filters can be based on the value of a claim. This allows the trusted forest to prevent claims with certain values from being sent to the trusting forest. Domain controllers in trusting forests can use value-based filtering to guard against an elevation-of-privilege attack by filtering the incoming claims with specific values from the trusted forest. + +- **Claim type-based filtering**  Filters are based on the type of claim, rather than the value of the claim. You identify the claim type by the name of the claim. You use claim type-based filtering in the trusted forest, and it prevents Windows from sending claims that disclose information to the trusting forest. + +- **Claim type-based transformation**  Manipulates a claim before sending it to the intended target. You use claim type-based transformation in the trusted forest to generalize a known claim that contains specific information. You can use transformations to generalize the claim-type, the claim value, or both. + +## Software requirements + + +Because claims and compound authentication for Dynamic Access Control require Kerberos authentication extensions, any domain that supports Dynamic Access Control must have enough domain controllers running the supported versions of Windows to support authentication from Dynamic Access Control-aware Kerberos clients. By default, devices must use domain controllers in other sites. If no such domain controllers are available, authentication will fail. Therefore, you must support one of the following conditions: + +- Every domain that supports Dynamic Access Control must have enough domain controllers running the supported versions of Windows Server to support authentication from all devices running the supported versions of Windows or Windows Server. + +- Devices running the supported versions of Windows or that do not protect resources by using claims or compound identity, should disable Kerberos protocol support for Dynamic Access Control. + +For domains that support user claims, every domain controller running the supported versions of Windows server must be configured with the appropriate setting to support claims and compound authentication, and to provide Kerberos armoring. Configure settings in the KDC Administrative Template policy as follows: + +- **Always provide claims**   Use this setting if all domain controllers are running the supported versions of Windows Server. In addition, set the domain functional level to Windows Server 2012 or higher. + +- **Supported**   When you use this setting, monitor domain controllers to ensure that the number of domain controllers running the supported versions of Windows Server is sufficient for the number of client computers that need to access resources protected by Dynamic Access Control. + +If the user domain and file server domain are in different forests, all domain controllers in the file server’s forest root must be set at the Windows Server 2012 or higher functional level. + +If clients do not recognize Dynamic Access Control, there must be a two-way trust relationship between the two forests. + +If claims are transformed when they leave a forest, all domain controllers in the user’s forest root must be set at the Windows Server 2012 or higher functional level. + +A file server running Windows Server 2012 or Windows Server 2012 R2 must have a Group Policy setting that specifies whether it needs to get user claims for user tokens that do not carry claims. This setting is set by default to **Automatic**, which results in this Group Policy setting to be turned **On** if there is a central policy that contains user or device claims for that file server. If the file server contains discretionary ACLs that include user claims, you need to set this Group Policy to **On** so that the server knows to request claims on behalf of users that do not provide claims when they access the server. + +## Additional resource + + +For information about implementing solutions based on this technology, see [Dynamic Access Control: Scenario Overview](dynamic_access_control_scenario_overview_pscen_overview). + +  + +  + + + + diff --git a/windows/keep-secure/images/adlocalaccounts-proc1-sample1.gif b/windows/keep-secure/images/adlocalaccounts-proc1-sample1.gif new file mode 100644 index 0000000000000000000000000000000000000000..fb60cd559935cb8a77a5294bed4cb95e60a46c1d GIT binary patch literal 16622 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 m>9K6bfpkyuJ-B232hq?8u(%%C0hj0028Lpx&+k literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/adlocalaccounts-proc1-sample2.png b/windows/keep-secure/images/adlocalaccounts-proc1-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..93e5e8e0988b04e78c61f0006debf4b89277f6ad GIT binary patch literal 37770 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 literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/adlocalaccounts-proc1-sample3.png b/windows/keep-secure/images/adlocalaccounts-proc1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..7aad6b6a7be6deca9a7cdbc9cb84875e970ddcd3 GIT binary patch literal 31558 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 OBQ37*sZ!J^;Qs-kNnr~B literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/adlocalaccounts-proc1-sample4.png b/windows/keep-secure/images/adlocalaccounts-proc1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..2b6c1394b9212a0f9c59e0fad78ccc7a3eac0c66 GIT binary patch literal 23001 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 literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/adlocalaccounts-proc1-sample5.png b/windows/keep-secure/images/adlocalaccounts-proc1-sample5.png new file mode 100644 index 0000000000000000000000000000000000000000..65508e5cf4f71a811ef10ee38ccff1c5d318d728 GIT binary patch literal 39832 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 O0000_965M5R39gH~ySqN}`|5jD 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 literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/adlocalaccounts-proc2-sample1.png b/windows/keep-secure/images/adlocalaccounts-proc2-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..c725fd4f559ea13770c915c226695ec0c590a42f GIT binary patch literal 45209 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�UDt{5lg8b?RFkN`PC_P=t%)?&*obn=VP&WMd z%RP(Yn*eZszW)DK<~2ZyC_HubSB6{bTnUiYWb%IXHq4 zsbiH-*2`?JQ&=N3r2L_G4F9Oy*314|wLJ%+KTCDvgiVaK=9gc%WR++D(C8vPB$KDt z|2D3iWvwyj`;~(-8i>e1iyhwC;}T(b_t2w=01S|vhcKZ0?4BdmFi8H(?|=NcuX~SA z|Ahd+Ke%8(74jv(Xx&U230sKnD`-^R!k36{{M(^u7@8qHZ}$AOdFKasCJga5ceO?TPEkQ-U&iJb4Nrr| zM4!@Fn*Z9(RyKh@nQYJW0P@GNv*h(|;#D7cjLdE04ezl+$^*?Gusv zekl_(i38wVEGS`U`#()0iwmsy@;?%S{-=ltLf6=QizxAM{cu11?(3rkHxQ0_$_iu) zx)*y~M%)&(9pjEz<$fniQ7&_HJT|$wILM`jYw+yHN&A6OR}*ckNcs|m>^|T5;wbVsf@Ks4=3?&~QV~{rQ&}}%e>?`3TUwtFz3&|(VDFF0GNnQ=T0Dc$n Fe*n+bSqA_B literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/adlocalaccounts-proc2-sample2.png b/windows/keep-secure/images/adlocalaccounts-proc2-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..999303a2d657e2ce4d0bb5f1eca156a4c79bfcb9 GIT binary patch literal 8274 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 literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/adlocalaccounts-proc2-sample7.png b/windows/keep-secure/images/adlocalaccounts-proc2-sample7.png new file mode 100644 index 0000000000000000000000000000000000000000..8dda5403cfc0e9dd3c56f349ec5f54b15691c342 GIT binary patch literal 10875 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 I$}c1T4{~~oRR910 literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/adlocalaccounts-proc3-sample1.png b/windows/keep-secure/images/adlocalaccounts-proc3-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..e96b26abe12edd22a32a69758514ff3538bed543 GIT binary patch literal 25513 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 Pi1+(RKP~Zu6d?N_bE;yC literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/localaccounts-proc1-sample1.png b/windows/keep-secure/images/localaccounts-proc1-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..e70fa02c92c55428eabaef43f263de83b2d4dd29 GIT binary patch literal 36337 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 xm>x85EmAf&_v)1Pv0LWLXHXxP?H_Ad3bk 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 WBeiN)M4bKdfR2XY&2n|S@c#jwCY){n literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/localaccounts-proc1-sample4.png b/windows/keep-secure/images/localaccounts-proc1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..89fc91640038dd25aec2d829f648c3a1ef9a080d GIT binary patch literal 13027 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 literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/localaccounts-proc1-sample5.png b/windows/keep-secure/images/localaccounts-proc1-sample5.png new file mode 100644 index 0000000000000000000000000000000000000000..d8d5af133655b0cef186433e5b9f0a8458a27f48 GIT binary patch literal 28662 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 P4oFo=OR-ep#k>Cna(Y$m literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/localaccounts-proc1-sample6.png b/windows/keep-secure/images/localaccounts-proc1-sample6.png new file mode 100644 index 0000000000000000000000000000000000000000..ba3f15f5979b41053a1b38019bb9bf6be45f2ec6 GIT binary patch literal 8125 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 literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/localaccounts-proc2-sample1.png b/windows/keep-secure/images/localaccounts-proc2-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..2d44e29e1ba02c45fa5c38d5e949554b9f7db5a7 GIT binary patch literal 11210 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 pzOmQ)d=#I|TlvScf^Wu4Sv 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 Tyqi>&00000NkvXXu0mjfb`bna literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/localaccounts-proc2-sample3.png b/windows/keep-secure/images/localaccounts-proc2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..f2d3a7596b813dcbad8467c7f91706c4228455fe GIT binary patch literal 9998 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 literal 0 HcmV?d00001 diff --git a/windows/keep-secure/images/security-identifider-architecture.jpg.gif b/windows/keep-secure/images/security-identifider-architecture.jpg.gif new file mode 100644 index 0000000000000000000000000000000000000000..cd7d3410653c3d1ce42d289da04a8a18bb55d58d GIT binary patch literal 1861 zcmV-L2fFx2Nk%w1VU7W60J8u9nauypnP$?ZdD*gz|Ns9WARrJB5CsJV0|Ns900960 z{{R30000000000000000A^8LW000UAEC2ui0FD7_000F4kjP1^y*TU5yZ>M)j$~<` zXsWJk>%MR-&vb3yW1{bT@BhG{a7Zi~kG%tO$!t1>%BOTn{tRgl~;slyjMC zb(@Z4ooSyz}oZm?V7}_*EHV*Ys*-8bjw*{zY-!Qy$ubpRej~b(TGW&t z-#v}Rm0n7JoRF@7sP*Ypr&7yybr%%sRbO=8Qk7Q~YS_PVu|c%T)0Wzh*@l|@$vB?Z zrV<6B<=2>;S;<&?K6HGOYeAaq5Q$aCRwulX9uKF;Dhv&4(XC_il1=-l>JzVPyVNa{ zw{M2OgCDz%TexvlxsStEF8m{L5mll~pH98H_3PNPOGog$L~`cf!;2qZ+j;j7-^r_A z&%QmN^Eup;2RHAlqh9Id$2Je2Lw@~$tYcLF92Q~H$z-Ge=pKLlY4D$dcu_@*ga$@< z&w~)A)*yNr>eiWQ$K#xrEwSJU%(qk-iN{Bn3uNX=7hFI#gJQP4XBel2cL{|u@t(7C~y&enQW@d2J5V})7m$ox779q?X{L> z+w8XC%2^poDk^rOK_$)=Ex73B^{ck^VpSSgZN{mNmp~eIP`960EPBOcLg= zR1gPj-@poMXaTdQ@^BcrFgncAm=DYK*WMNHyz!AsF8%V#lfe7)*zXs8k;sc~ zw8o_$9)97;AMV`s*{6Ts_RLp4`1_W}A9wOts&But>{ov|`0&qfIsdM@p8zwJKet_u zd;Uw{-OR%v^bPQVX}g$z3|P4e_HTjmD-r}ZxTXS@j&4OG-PXic!4JxfXBDC(iL( zcZ@?Fr6$%ak&uY|n;AEi$VM*0kQ;lPBqvG9N?NiA6j+-8@a4!( z-l0{Jiz2ZgWs1HX!<4W?*z9%(Eo>ynWSNQOE3>D{-1W|t^ZM3>@R%;=)e?9UT+J=H z1d2ex%Nk017m5BPuTu)Bjp6xa_pCG|X=aX<5`s&=VzwE8k&G@Q+oJW{hQR41rFKv1 zN0{I;Gr8C-o4EAlI7e4Lx)IH1lmlJDZU?g*F>EF7EE!LzM$36(P=Ogl9O?GCx?1SP zpD+t2TjI$tdcAS-0&B}?t=e|a@&T};m?L2iuGza}>SR!0BGl8+Ql9}aqA<_|k2Mv@ zz|)mbq#=lD-U1N}ohoOh7L?xwCr3g5c(RuvDy2`415~1#kbE8$-sI@V(4#gIsNE^R zCAZ4eu6mVI1^}g4$4b_+n)R$`O{-eh8aU_#536jAt6b-LG^z@(t<|HeUiZpZ@0c@~ zdF`uU2TRzz^3S8*!{_)$xWB?W_OW6WVNhvm)Azv@vY5>*79=~;$sTlpAJwdAN9#li z)|9fIB`0ZD%i4pPHldY;?Oj_-+u9Zbu^}vK=swF>)!O#Azzwc&hf7=)L;wIgSZA?{ literal 0 HcmV?d00001 diff --git a/windows/keep-secure/local-accounts.md b/windows/keep-secure/local-accounts.md new file mode 100644 index 0000000000..68c55f161d --- /dev/null +++ b/windows/keep-secure/local-accounts.md @@ -0,0 +1,537 @@ +--- +title: Local Accounts (Windows 10) +description: Local Accounts +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +--- + +# Local Accounts + + +This reference topic for the IT professional describes the default local user accounts for servers, including how to manage these built-in accounts on a member or standalone server. This topic does not describe the default local user accounts for an Active Directory domain controller. + +**Did you mean…** + +- [Active Directory Accounts](active-directory-accounts.md) + +- [Microsoft Accounts](microsoft-accounts.md) + +## About local user accounts + + +Local user accounts are stored locally on the server. These accounts can be assigned rights and permissions on a particular server, but on that server only. Local user accounts are security principals that are used to secure and manage access to the resources on a standalone or member server for services or users. + +This topic describes the following: + +- [Default local user accounts](#sec-default-accounts) + + - [Administrator account](#sec-administrator) + + - [Guest Account](#sec-guest) + + - [HelpAssistant account (installed by using a Remote Assistance session)](#sec-helpassistant) + +- [Default local system accounts](#sec-localsystem) + +- [How to manage local accounts](#sec-manage-accounts) + + - [Restrict and protect local accounts with administrative rights](#sec-restrict-protect-accounts) + + - [Enforce local account restrictions for remote access](#sec-enforce-account-restrictions) + + - [Deny network logon to all local Administrator accounts](#sec-deny-network-logon) + + - [Create unique passwords for local accounts with administrative rights](#sec-create-unique-passwords) + +For information about security principals, see [Security Principals Technical Overview](security-principals.md). + +## Default local user accounts + + +The default local user accounts are built-in accounts that are created automatically when you install the Windows Server operating system on a stand-alone server or member server. The **Applies To** list at the beginning of this article designates the Windows operating systems to which this topic applies. + +After the Windows Server operating system is installed, the default local user accounts cannot be removed or deleted. In addition, default local user accounts do not provide access to network resources. + +Default local user accounts are used to manage access to the local server’s resources based on the rights and permissions that are assigned to the account. The default local user accounts, and the local user accounts that you create, are located in the Users folder. The Users folder is located in the Local Users and Groups folder in the local Computer Management Microsoft Management Console (MMC). Computer Management is a collection of administrative tools that you can use to manage a single local or remote computer. For more information, see [How to manage local accounts](#sec-manage-accounts) later in this topic. + +The default local user accounts that are provided include the Administrator account, Guest account and HelpAssistant account. Each of these default local user accounts is described in the following sections. + +### Administrator account + +The default local Administrator account is a user account for the system administrator. Every computer has an Administrator account (SID S-1-5-*domain*-500, display name Administrator). The Administrator account is the first account that is created during the installation for all Windows Server operating systems, and for Windows client operating systems. + +For Windows Server operating systems, the Administrator account gives the user full control of the files, directories, services, and other resources that are under the control of the local server. The Administrator account can be used to create local users, and assign user rights and access control permissions. The Administrator account can also be used take control of local resources at any time simply by changing the user rights and permissions. + +The default Administrator account cannot be deleted or locked out, but it can be renamed or disabled. + +The default Administrator account is initially installed differently for Windows Server operating systems, and the Windows client operating systems. The following table provides a comparison. + +Default restriction +Windows Server operating systems +Windows client operating systems +Administrator account is disabled on installation + +No + +Yes + +Administrator account is set up on first sign-in + +Yes + +No, keep disabled + +Administrator account is used to set up the local server or client computer + +Yes + +No, use a local user account with **Run as administrator** to obtain administrative rights + +Administrator account requires a strong password when it is enabled + +Yes + +Yes + +Administrator account can be disabled, locked out, or renamed + +Yes + +Yes + +  + +In summary, for Windows Server operating systems, the Administrator account is used to set up the local server only for tasks that require administrative rights. The default Administrator account is set up by using the default settings that are provided on installation. Initially, the Administrator account is not associated with a password. After installation, when you first set up Windows Server, your first task is to set up the Administrator account properties securely. This includes creating a strong password and securing the **Remote control** and **Remote Desktop Services Profile** settings. You can also disable the Administrator account when it is not required. + +In comparison, for the Windows client operating systems, the Administrator account has access to the local system only. The default Administrator account is initially disabled by default, and this account is not associated with a password. It is a best practice to leave the Administrator account disabled. The default Administrator account is considered only as a setup and disaster recovery account, and it can be used to join the computer to a domain. When administrator access is required, do not sign in as an administrator. You can sign in to your computer with your local (non-administrator) credentials and use **Run as administrator**. For more information, see [Security considerations](#sec-administrator-security). + +**Account group membership** + +By default, the Administrator account is installed as a member of the Administrators group on the server. It is a best practice to limit the number of users in the Administrators group because members of the Administrators group on a local server have Full Control permissions on that computer. + +The Administrator account cannot be deleted or removed from the Administrators group, but it can be renamed or disabled. + +**Security considerations** + +Because the Administrator account is known to exist on many versions of the Windows operating system, it is a best practice to disable the Administrator account when possible to make it more difficult for malicious users to gain access to to the server or client computer. + +You can rename the Administrator account. However, a renamed Administrator account continues to use the same automatically assigned security identifier (SID), which can be discovered by malicious users. For more information about how to rename or disable a user account, see [Disable or activate a local user account](http://technet.microsoft.com/library/cc732112.aspx) and [Rename a local user account](http://technet.microsoft.com/library/cc725595.aspx). + +As a security best practice, use your local (non-Administrator) account to sign in and then use **Run as administrator** to accomplish tasks that require a higher level of rights than a standard user account. Do not use the Administrator account to sign in to your computer unless it is entirely necessary. For more information, see [Using Run as](http://go.microsoft.com/fwlink/?LinkId=28314). + +In comparison, on the Windows client operating system, a user with a local user account that has Administrator rights is considered the system administrator of the client computer. The first local user account that is created during installation is placed in the local Administrators group. However, when multiple users run as local administrators, the IT staff has no control over these users or their client computers. + +In this case, Group Policy can be used to enable secure settings that can control the use of the local Administrators group automatically on every server or client computer. For more information about Group Policy, see [Group Policy Overview](http://technet.microsoft.com/library/hh831791.aspx) and [Group Policy](http://technet.microsoft.com/windowsserver/bb310732.aspx). + +**Note**   +Blank passwords are not allowed in the versions designated in the **Applies To** list at the beginning of this topic. + +  + +**Important**   +Even when the Administrator account has been disabled, it can still be used to gain access to a computer by using safe mode. In the Recovery Console or in safe mode, the Administrator account is automatically enabled. When normal operations are resumed, it is disabled. + +  + +### Guest account + +The Guest account (SID S-1-5-32-546) is disabled by default on installation. The Guest account lets occasional or one-time users, who do not have an account on the computer, temporarily sign in to the local server or client computer with limited user rights. By default, the Guest account has a blank password. Because the Guest account can provide anonymous access, it is a security risk. For this reason, it is a best practice to leave the Guest account disabled, unless its use is entirely necessary. + +**Account group membership** + +By default, the Guest account is the only member of the default Guests group, which lets a user sign in to a server. On occasion, an administrator who is a member of the Administrators group can set up a user with a Guest account on one or more computers. + +**Security considerations** + +When an administrator enables the Guest account, it is a best practice to create a strong password for this account. In addition, the administrator on the computer should also grant only limited rights and permissions for the Guest account. For security reasons, the Guest account should not be used over the network and made accessible to other computers. + +When a computer is shutting down or starting up, it is possible that a guest user or anyone with local access could gain unauthorized access to the computer. To help prevent this risk, do not grant the Guest account the [Shut down the system](shut_down_the_system__technical_reference_security_considerations) user right. + +In addition, the guest user in the Guest account should not be able to view the event logs. After the Guest account is enabled, it is a best practice to monitor the Guest account frequently to ensure that other users cannot use services and other resources, such as resources that were unintentionally left available by a previous user. + +### HelpAssistant account (installed by using a Remote Assistance session) + +The default HelpAssistant account is enabled when a Windows Remote Assistance session is run. The Windows Remote Assistance session can be used to connect from the server to another computer running the Windows operating system. For solicited remote assistance, a user initiates a Windows Remote Assistance session, and it is initiated by invitation. For solicited remote assistance, a user sends an invitation from their computer, through e-mail or as a file, to a person who can provide assistance. + +After the user’s invitation for a Windows Remote Assistance session is accepted, the default HelpAssistant account is automatically created. The HelpAssistant account provides limited access to the computer to the person who provides assistance. The HelpAssistant account is managed by the Remote Desktop Help Session Manager service. The HelpAssistant account is automatically deleted after there are no Remote Assistance requests are pending. + +The security identifiers (SIDs) that pertain to the default HelpAssistant account include: + +- SID: S-1-5-13, display name Terminal Server User. This group includes all users who sign in to a server with Remote Desktop Services enabled. + +- SID: S-1-5-14, display name Remote Interactive Logon. This group includes all users who sign in to the computer by using Remote Desktop Connection. This group is a subset of the Interactive group. Access tokens that contain the Remote Interactive Logon SID also contain the Interactive SID. + +For the Windows Server operating system, Remote Assistance is an optional component that is not installed by default. You must install Remote Assistance before it can be used. + +In comparison, for the Windows client operating system, the HelpAssistant account is enabled on installation by default. For more information about remote desktop connections for those client operating systems designated in the **Applies To** list at the beginning of this topic, see [Enable Remote Desktop](http://technet.microsoft.com/library/dd744299.aspx). + +## Default local system accounts + + +The system account and the Administrator account of the Administrators group have the same file rights and permissions, but they have different functions. The system account is used by the operating system and by services that run under Windows. There are many services and processes in the Windows operating system that need the capability to sign in internally, such as during a Windows installation. The system account was designed for that purpose. It is an internal account that does not show up in User Manager, it cannot be added to any groups, and it cannot have user rights assigned to it. + +On the other hand, the system account does appear on an NTFS file system volume in File Manager in the **Permissions** portion of the **Security** menu. By default, the system account is granted Full Control permissions to all files on an NTFS volume. Here the system account has the same functional rights and permissions as the Administrator account. + +**Note**   +To grant the account Administrators group file permissions does not implicitly give permission to the system account. The system account's permissions can be removed from a file, but we do not recommend removing them. + +  + +## How to manage local user accounts + + +The default local user accounts, and the local user accounts that you create, are located in the Users folder. The Users folder is located in the Local Users and Groups folder in the local Computer Management Microsoft Management Console (MMC), a collection of administrative tools that you can use to manage a single local or remote computer. For more information about creating and managing local user accounts, see [Manage Local Users](http://technet.microsoft.com/library/cc731899.aspx). + +You can use Local Users and Groups to assign rights and permissions on the local server, and that server only, to limit the ability of local users and groups to perform certain actions. A right authorizes a user to perform certain actions on a server, such as backing up files and folders or shutting down a server. An access permission is a rule that is associated with an object, usually a file, folder, or printer. It regulates which users can have access to an object on the server and in what manner. + +You cannot use Local Users and Groups to view local users and groups after a member server is used as a domain controller. However, you can use Local Users and Groups on a domain controller to target remote computers that are not domain controllers on the network. + +**Note**   +You use Active Directory Users and Computers to manage users and groups in Active Directory. + +  + +### Restrict and protect local accounts with administrative rights + +An administrator can use a number of approaches to prevent malicious users from using stolen credentials, such as a stolen password or password hash, for a local account on one computer from being used to authenticate on another computer with administrative rights; this is also called "lateral movement". + +The simplest approach is to sign in to your computer with a standard user account, instead of using the Administrator account for tasks, for example, to browse the Internet, send email, or use a word processor. When you want to perform an administrative task, for example, to install a new program or to change a setting that affects other users, you don't have to switch to an Administrator account. You can use User Account Control (UAC) to prompt you for permission or an administrator password before performing the task, as described in the next section. + +The other approaches that can be used to restrict and protect user accounts with administrative rights include: + +- Enforce local account restrictions for remote access. + +- Deny network logon to all local Administrator accounts. + +- Create unique passwords for local accounts with administrative rights. + +Each of these approaches is described in the following sections. + +**Note**   +These approaches do not apply if all administrative local accounts are disabled. + +  + +### Enforce local account restrictions for remote access + +The User Account Control (UAC) is a security feature in Windows that has been in use in Windows Server 2008 and in Windows Vista, and the operating systems to which the **Applies To** list refers. UAC enables you to stay in control of your computer by informing you when a program makes a change that requires administrator-level permission. UAC works by adjusting the permission level of your user account. By default, UAC is set to notify you when applications try to make changes to your computer, but you can change how often UAC notifies you. + +UAC makes it possible for an account with administrative rights to be treated as a standard user non-administrator account until full rights, also called elevation, is requested and approved. For example, UAC lets an administrator enter credentials during a non-administrator's user session to perform occasional administrative tasks without having to switch users, sign out, or use the **Run as** command. + +In addition, UAC can require administrators to specifically approve applications that make system-wide changes before those applications are granted permission to run, even in the administrator's user session. + +For example, a default feature of UAC is shown when a local account signs in from a remote computer by using Network logon (for example, by using NET.EXE USE). In this instance, it is issued a standard user token with no administrative rights, but with the ability to request or receive elevation. Consequently, local accounts that sign in by using Network logon cannot access administrative shares such as C$, or ADMIN$, or perform any remote administration. + +For summary information about UAC, see [User Account Control](http://technet.microsoft.com/library/cc731416.aspx). For detailed information about special conditions when you use UAC, see [User Account Control](http://technet.microsoft.com/library/cc772207.aspx). + +The following table shows the Group Policy and registry settings that are used to enforce local account restrictions for remote access. + + +++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

No.

Setting

Detailed Description

Policy location

Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options

1

Policy name

[User Account Control: Run all administrators in Admin Approval Mode](user_account_control_run_all_administrators_in_admin_approval_mode_technical_reference_mgmt_security_considerations)

Policy setting

Enabled

2

Policy location

Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options

Policy name

[User Account Control: Run all administrators in Admin Approval Mode](user_account_control_run_all_administrators_in_admin_approval_mode_technical_reference_mgmt_security_considerations)

Policy setting

Enabled

3

Registry key

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

Registry value name

LocalAccountTokenFilterPolicy

Registry value type

DWORD

Registry value data

0

+ +  + +**To enforce local account restrictions for remote access** + +1. Start the **Group Policy Management** Console (GPMC). + +2. In the console tree, expand <*Forest*>\\Domains\\<*Domain*>, and then **Group Policy Objects** where *forest* is the name of the forest, and *domain* is the name of the domain where you want to set the Group Policy Object (GPO). + +3. In the console tree, right-click **Group Policy Objects**, and > **New**. + + ![local accounts 1](images/localaccounts-proc1-sample1.png) + +4. In the **New GPO** dialog box, type <**gpo\_name**>, and > **OK** where *gpo\_name* is the name of the new GPO. The GPO name indicates that the GPO is used to restrict local administrator rights from being carried over to another computer. + + ![local accounts 2](images/localaccounts-proc1-sample2.png) + +5. In the details pane, right-click <**gpo\_name**>, and > **Edit**. + + ![local accounts 3](images/localaccounts-proc1-sample3.png) + +6. Ensure that UAC is enabled and that UAC restrictions apply to the default Administrator account by doing the following: + + 1. Navigate to the Computer Configuration\\Policies\\Windows Settings, and > **Security Options**. + + 2. Double-click **User Account Control: Run all administrators in Admin Approval Mode** > **Enabled** > **OK**. + + 3. Double-click **User Account Control: Admin Approval Mode for the Built-in Administrator account** > **Enabled** > **OK**. + +7. Ensure that the local account restrictions are applied to network interfaces by doing the following: + + 1. Navigate to Computer Configuration\\Preferences and Windows Settings, and > **Registry**. + + 2. Right-click **Registry**, and > **New** > **Registry Item**. + + ![local accounts 4](images/localaccounts-proc1-sample4.png) + + 3. In the **New Registry Properties** dialog box, on the **General** tab, change the setting in the **Action** box to **Replace**. + + 4. Ensure that the **Hive** box is set to **HKEY\_LOCAL\_MACHINE**. + + 5. Click (**…**), browse to the following location for **Key Path** > **Select** for: **SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Policies\\System**. + + 6. In the **Value name** area, type **LocalAccountTokenFilterPolicy**. + + 7. In the **Value type** box, from the drop-down list, select **REG\_DWORD** to change the value. + + 8. In the **Value data** box, ensure that the value is set to **0**. + + 9. Verify this configuration, and > **OK**. + + ![local accounts 5](images/localaccounts-proc1-sample5.png) + +8. Link the GPO to the first **Workstations** organizational unit (OU) by doing the following: + + 1. Navigate to the <*Forest*>\\Domains\\<*Domain*>\\OU path. + + 2. Right-click the **Workstations** OU, and > **Link an existing GPO**. + + ![local accounts 6](images/localaccounts-proc1-sample6.png) + + 3. Select the GPO that you just created, and > **OK**. + +9. Test the functionality of enterprise applications on the workstations in that first OU and resolve any issues caused by the new policy. + +10. Create links to all other OUs that contain workstations. + +11. Create links to all other OUs that contain servers. + +### Deny network logon to all local Administrator accounts + +Denying local accounts the ability to perform network logons can help prevent a local account password hash from being reused in a malicious attack. This procedure helps to prevent lateral movement by ensuring that the credentials for local accounts that are stolen from a compromised operating system cannot be used to compromise additional computers that use the same credentials. + +**Note**   +In order to perform this procedure, you must first identify the name of the local, default Administrator account, which might not be the default user name "Administrator", and any other accounts that are members of the local Administrators group. + +  + +The following table shows the Group Policy settings that are used to deny network logon for all local Administrator accounts. + + +++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

No.

Setting

Detailed Description

Policy location

Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment

1

Policy name

[Deny access to this computer from the network](deny_access_to_this_computer_from_the_network__technical_reference_security_considerations)

Policy setting

User name of the default Administrator account

+

(Might be renamed through policy.)

2

Policy location

Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment

Policy name

[Deny log on through Remote Desktop Services](deny_log_on_through_remote_desktop_services__technical_reference_security_considerations)

+

(Windows Server 2008 R2 and later.)

+

Deny logon through Terminal Services

+

(Windows Server 2008)

Policy setting

User name of the default Administrator account

+

(Might be renamed through policy).

+ +  + +**To deny network logon to all local administrator accounts** + +1. Start the **Group Policy Management** Console (GPMC). + +2. In the console tree, expand <*Forest*>\\Domains\\<*Domain*>, and then **Group Policy Objects**, where *forest* is the name of the forest, and *domain* is the name of the domain where you want to set the Group Policy Object (GPO). + +3. In the console tree, right-click **Group Policy Objects**, and > **New**. + +4. In the **New GPO** dialog box, type <**gpo\_name**>, and then > **OK** where *gpo\_name* is the name of the new GPO indicates that it is being used to restrict the local administrative accounts from interactively signing in to the computer. + + ![local accounts 7](images/localaccounts-proc2-sample1.png) + +5. In the details pane, right-click <**gpo\_name**>, and > **Edit**. + + ![local accounts 8](images/localaccounts-proc2-sample2.png) + +6. Configure the user rights to deny network logons for administrative local accounts as follows: + + 1. Navigate to the Computer Configuration\\Policies\\Windows Settings, and > **User Rights Assignment**. + + 2. Double-click **Deny access to this computer from the network**, and > **Define these policy settings**. + + 3. Click **Add User or Group**, type the name of the default Administrator account, and > **OK**. The default name is Administrator on US English installations, but it can be renamed either by policy or manually. + + ![local accounts 9](images/localaccounts-proc2-sample3.png) + + **Important**   + In the **User and group names** box, type the user name of the account that you identified at the start of this process. Do not click **Browse** and do not type the domain name or the local computer name in this dialog box. For example, type only **Administrator**. If the text that you typed resolved to a name that is underlined, includes a computer name, or includes the domain, it restricts the wrong account and causes this mitigation to work incorrectly. Also, be careful that you do not enter the group name Administrator to prevent blocking domain accounts in that group. + +   + + 4. For any additional local accounts in the Administrators group on all of the workstations that you are configuring, click **Add User or Group**, type the user names of these accounts in the dialog box in the same manner as described in the previous step, and then click **OK**. + +7. Configure the user rights to deny Remote Desktop (Remote Interactive) logons for administrative local accounts as follows: + + 1. Navigate to Computer Configuration\\Policies\\Windows Settings and Local Policies, and then click **User Rights Assignment**. + + **Note**   + Depending on the Windows operating system, you can choose the name of the Remote Interactive logon user right. + +   + + 2. On computers that run Windows Server 2008, double-click **Deny logon through Terminal Services**, and then select **Define these policy settings**. + + 3. On computers running Windows Server 2012 R2, Windows Server 2012, and Windows Server 2008 R2, double-click **Deny logon through Remote Desktop Services**, and then select **Define these settings**. + + 4. Click **Add User or Group**, type the user name of the default Administrator account, and > **OK**. (The default name is Administrator on US English installations, but it can be renamed either by policy or manually. + + **Important**   + In the **User and group names** box, type the user name of the account that you identified at the start of this process. Do not click **Browse** and do not type the domain name or the local computer name in this dialog box. For example, type only **Administrator**. If the text that you typed resolves to a name that is underlined or includes a domain name, it restricts the wrong account and causes this mitigation to work incorrectly. Also, be careful that you do not enter the group name Administrator because this also blocks domain accounts in that group. + +   + + 5. For any additional local accounts in the Administrators group on all of the workstations that you are setting up, click **Add User or Group**, type the user names of these accounts in the dialog box in the same manner as the previous step, and > **OK**. + +8. Link the GPO to the first **Workstations** OU as follows: + + 1. Navigate to the <*Forest*>\\Domains\\<*Domain*>\\OU path. + + 2. Right-click the **Workstations** OU, and > **Link an existing GPO**. + + 3. Select the GPO that you just created, and > **OK**. + +9. Test the functionality of enterprise applications on the workstations in that first OU and resolve any issues caused by the new policy. + +10. Create links to all other OUs that contain workstations. + +11. Create links to all other OUs that contain servers. + + **Note**   + You might have to create a separate GPO if the user name of the default Administrator account is different on workstations and servers. + +   + +### Create unique passwords for local accounts with administrative rights + +Passwords should be unique per individual account. While this is generally true for individual user accounts, many enterprises have identical passwords for common local accounts, such as the default Administrator account. This also occurs when the same passwords are used for local accounts during operating system deployments. + +Passwords that are left unchanged or changed synchronously to keep them identical add a significant risk for organizations. Randomizing the passwords mitigates "pass-the-hash" attacks by using different passwords for local accounts, which hampers the ability of malicious users to use password hashes of those accounts to compromise other computers. + +Passwords can be randomized by: + +- Purchasing and implementing an enterprise tool to accomplish this task. These tools are commonly referred to as "privileged password management" tools. + +- Configuring, customizing and implementing a free tool to accomplish this task. A sample tool with source code is available at [Solution for management of built-in Administrator account’s password via GPO](http://code.msdn.microsoft.com/windowsdesktop/Solution-for-management-of-ae44e789). + + **Note**   + This tool is not supported by Microsoft. There are some important considerations to make before deploying this tool because this tool requires client-side extensions and schema extensions to support password generation and storage. + +   + +- Create and implement a custom script or solution to randomize local account passwords. + +## See also + + +The following resources provide additional information about technologies that are related to local accounts. + +- [Security Principals Technical Overview](security-principals.md) + +- [Security Identifiers Technical Overview](security-identifiers.md) + +- [Access Control Overview](access-control.md) + +  + +  + + + + diff --git a/windows/keep-secure/microsoft-accounts.md b/windows/keep-secure/microsoft-accounts.md new file mode 100644 index 0000000000..be75c775b9 --- /dev/null +++ b/windows/keep-secure/microsoft-accounts.md @@ -0,0 +1,166 @@ +--- +title: Microsoft Accounts (Windows 10) +description: Microsoft Accounts +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +--- + +# Microsoft Accounts + + +This topic for the IT professional explains how a Microsoft account works to enhance security and privacy for users, and how you can manage this consumer account type in your organization. + +Microsoft sites, services, and properties such as Windows Live, MSN, Xbox LIVE, Zune, Windows Phone, and computers running Windows 8.1, Windows 8, and Windows RT use a Microsoft account as a mean of identifying users. Microsoft account is the name for what was previously called Windows Live ID. It has user-defined secrets associated with it, and it consists of a unique email address and a password. + +There are some benefits and considerations when using Microsoft accounts in the enterprise. For more information, see [Microsoft account in the enterprise](#bkmk-msaccountintheenterprise) later in this topic. + +When a user signs in with a Microsoft account, their device is connected to cloud services, and many of the settings, preferences, and apps associated with that user account can roam between devices. + +**Note**   +This content applies to the operating system versions that are designated in the **Applies To** list at the beginning of this topic. + +  + +## How a Microsoft account works + + +The Microsoft account allows users to sign in to websites that support this service by using a single set of credentials. Users' credentials are validated by a Microsoft account authentication server that is associated with a website. The Windows Store is an example of this association. When new users sign in to websites that are enabled to use Microsoft accounts, they are redirected to the nearest authentication server, which asks for a user name and password. Windows uses the Schannel Security Support Provider to open a Transport Level Security/Secure Sockets Layer (TLS/SSL) connection for this function. Users then have the option to use Credential Manager to store their credentials. + +When users sign in to websites that are enabled to use a Microsoft account, a time-limited cookie is installed on their computers, which includes a triple DES encrypted ID tag. This encrypted ID tag has been agreed upon between the authentication server and the website. This ID tag is sent to the website, and the website plants another time-limited encrypted HTTP cookie on the user’s computer. When these cookies are valid, users are not required to supply a user name and password. If a user actively signs out of their Microsoft account, these cookies are removed. + +**Important**   +Local Windows account functionality has not been removed, and it is still an option to use in managed environments. + +  + +### How Microsoft accounts are created + +To prevent fraud, the Microsoft system verifies the IP address when a user creates an account. If a user tries to create multiple Microsoft accounts with the same IP address, they are stopped. + +Microsoft accounts are not designed to be created in batches, for example, for a group of domain users within your enterprise. + +There are two methods for creating a Microsoft account: + +- **Use an existing email address**. + + Users are able to use their valid email addresses to sign up for Microsoft accounts. The service turns the requesting user's email address into a Microsoft account. Users can also choose their personal password. + +- **Sign up for a Microsoft email address**. + + Users can sign up for an email account with Microsoft's webmail services. This account can be used to sign in to websites that are enabled to use Microsoft accounts. + +### How the Microsoft account information is safeguarded + +Credential information is encrypted twice. The first encryption is based on the account’s password. Credentials are encrypted again when they are sent across the Internet. The data that is stored is not available to other Microsoft or non-Microsoft services. + +- **Strong password is required**. + + Blank passwords are not allowed. + + For more information, see [Microsoft Account Security Overview](http://www.microsoft.com/account/security/default.aspx). + +- **Secondary proof of identity is required**. + + Before user profile information and settings can be accessed on a second supported Windows computer for the first time, trust must established for that device by providing secondary proof of identity. This can be accomplished by providing Windows with a code that is sent to a mobile phone number or by following the instructions that are sent to an alternate email address that a user specifies in the account settings. + +- **All user profile data is encrypted on the client before it is transmitted to the cloud**. + + User data does not roam over a wireless wide area network (WWAN) by default, thereby protecting profile data. All data and settings that leave a device are transmitted through the TLS/SSL protocol. + +**Microsoft account security information is added**. + +Users can add security information to their Microsoft accounts through the **Accounts** interface on computers running the supported versions of Windows. This feature allows the user to update the security information that they provided when they created their accounts. This security information includes an alternate email address or phone number so if their password is compromised or forgotten, a verification code can be sent to verify their identity. Users can potentially use their Microsoft accounts to store corporate data on a personal OneDrive or email app, so it is safe practice for the account owner to keep this security information up-to-date. + +## The Microsoft account in the enterprise + + +Although the Microsoft account was designed to serve consumers, you might find situations where your domain users can benefit by using their personal Microsoft account in your enterprise. The following list describes some advantages. + +- **Download Windows Store apps**: + + If your enterprise chooses to distribute software through the Windows Store, your users can use their Microsoft accounts to download and use them on up to five devices running any version of Windows 8.1, Windows 8, or Windows RT. + +- **Single sign-on**: + + Your users can use Microsoft account credentials to sign in to devices running Windows 8.1, Windows 8 or Windows RT. When they do this, Windows works with your Windows Store app to provide authenticated experiences for them. Users can associate a Microsoft account with their sign-in credentials for Windows Store apps or websites, so that these credentials roam across any devices running these supported versions. + +- **Personalized settings synchronization**: + + Users can associate their most commonly used operating-system settings with a Microsoft account. These settings are available whenever a user signs in with that account on any device that is running a supported version of Windows and is connected to the cloud. After a user signs in, the device automatically attempts to get the user's settings from the cloud and apply them to the device. + +- **App synchronization**: + + Windows Store apps can store user-specific settings so that these settings are available to any device. As with operating system settings, these user-specific app settings are available whenever the user signs in with the same Microsoft account on any device that is running a supported version of Windows and is connected to the cloud. After the user signs in, that device automatically downloads the settings from the cloud and applies them when the app is installed. + +- **Integrated social media services**: + + Contact information and status for your users’ friends and associates automatically stay up-to-date from sites such as Hotmail, Outlook, Facebook, Twitter, and LinkedIn. Users can also access and share photos, documents, and other files from sites such as SkyDrive, Facebook, and Flickr. + +### Managing the Microsoft account in the domain + +Depending on your IT and business models, introducing Microsoft accounts into your enterprise might add complexity or it might provide solutions. You should address the following considerations before you allow the use of these account types in your enterprise: + +- [Restrict the use of the Microsoft account](#bkmk-restrictuse) + +- [Configure connected accounts](#bkmk-cfgconnectedaccounts) + +- [Provision Microsoft accounts in the enterprise](#bkmk-provisionaccounts) + +- [Audit account activity](#bkmk-audit) + +- [Perform password resets](#bkmk-passwordresets) + +- [Restrict app installation and usage](#bkmk-restrictappinstallationandusage) + +### Restrict the use of the Microsoft account + +If employees are allowed to join the domain with their personal devices, they might expect to connect to enterprise resources by using their Microsoft accounts. If you want to prevent any use of Microsoft accounts within your enterprise, you can configure the local security policy setting [Accounts: Block Microsoft accounts](accounts_block_microsoft_accounts_tech_ref_mgmt_security____w8). However, this setting can prevent the users from signing in to their Windows devices with their Microsoft accounts (if they had set them up to do so) when they are joined to the domain. + +The default for this setting is **Disabled**, which enables users to use their Microsoft accounts on devices that are joined to your domain. Other options in the setting can: + +1. Prevent users from creating new Microsoft accounts on a computer, switch a local account to a Microsoft account, or connect a domain account to a Microsoft account. This is the preferred option if you need to limit the use of Microsoft accounts in your enterprise. + +2. Prevent users with an existing Microsoft account from signing in to Windows. Selecting this option might make it impossible for an existing administrator to sign in to a computer and manage the system. + +### Configure connected accounts + +Users can connect a Microsoft account to their domain account and synchronize the settings and preferences between them. This enables users to see the same desktop background, app settings, browser history and favorites, and other Microsoft account settings on their other devices. + +Users can disconnect a Microsoft account from their domain account at any time as follows: In **PC settings**, tap or click **Users**, tap or click **Disconnect**, and then tap or click **Finish**. + +**Note**   +Connecting Microsoft accounts with domain accounts can limit access to some high-privileged tasks in Windows. For example, Task Scheduler will evaluate the connected Microsoft account for access and fail. In these situations, the account owner should disconnect the account. + +  + +### Provision Microsoft accounts in the enterprise + +Microsoft accounts are private user accounts. There are no methods provided by Microsoft to provision Microsoft accounts for an enterprise. Enterprises should use domain accounts. + +### Audit account activity + +Because Microsoft accounts are Internet-based, Windows does not have a mechanism to audit their use until the account is associated with a domain account. But this association does not restrict the user from disconnecting the account or disjoining from the domain. It is not possible to audit the activity of accounts that are not associated with your domain. + +### Perform password resets + +Only the owner of the Microsoft account can change the password. Passwords can be changed in the [Microsoft account sign-in portal](https://login.live.com). + +### Restrict app installation and usage + +Within your organization, you can set application control policies to regulate app installation and usage for Microsoft accounts. For more information, see [AppLocker Overview](applocker_overview_server) and [Packaged Apps and Packaged App Installer Rules in AppLocker](packaged_apps_and_packaged_app_installer_rules_in_applocker). + +## See also + + +[Managing Privacy: Using a Microsoft Account to Logon and Resulting Internet Communication](managing_privacy_using_a_microsoft_account_to_logon_and_resulting_internet_communication) + + +  + +  + + + + diff --git a/windows/keep-secure/security-identifiers.md b/windows/keep-secure/security-identifiers.md new file mode 100644 index 0000000000..99d5c145b5 --- /dev/null +++ b/windows/keep-secure/security-identifiers.md @@ -0,0 +1,275 @@ +--- +title: Security identifiers (Windows 10) +description: Security identifiers +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +--- + +# Security identifiers + +This topic for the IT professional describes security identifiers and how they work in regards to accounts and groups in the Windows operating system. + +## What are security identifiers? + +A security identifier (SID) is used to uniquely identify a security principal or security group. Security principals can represent any entity that can be authenticated by the operating system, such as a user account, a computer account, or a thread or process that runs in the security context of a user or computer account. + +Each account or group, or process running in the security context of the account, has a unique SID that is issued by an authority, such as a Windows domain controller. It is stored in a security database. The system generates the SID that identifies a particular account or group at the time the account or group is created. When a SID has been used as the unique identifier for a user or group, it can never be used again to identify another user or group. + +Each time a user signs in, the system creates an access token for that user. The access token contains the user’s SID, user rights, and the SIDs for any groups the user belongs to. This token provides the security context for whatever actions the user performs on that computer. + +In addition to the uniquely created, domain-specific SIDs that are assigned to specific users and groups, there are well-known SIDs that identify generic groups and generic users. For example, the Everyone and World SIDs identify a group that includes all users. Well-known SIDs have values that remain constant across all operating systems. + +SIDs are a fundamental building block of the Windows security model. They work with specific components of the authorization and access control technologies in the security infrastructure of the Windows Server operating systems. This helps protect access to network resources and provides a more secure computing environment. + +The content in this topic applies to computers that are running the supported versions of the Windows operating system as designated in the **Applies To** list at the beginning of this topic. + +## How security identifiers work + +Users refer to accounts by using the account name, but the operating system internally refers to accounts and processes that run in the security context of the account by using their security identifiers (SIDs). For domain accounts, the SID of a security principal is created by concatenating the SID of the domain with a relative identifier (RID) for the account. SIDs are unique within their scope (domain or local), and they are never reused. + +The operating system generates a SID that identifies a particular account or group at the time the account or group is created. The SID for a local account or group is generated by the Local Security Authority (LSA) on the computer, and it is stored with other account information in a secure area of the registry. The SID for a domain account or group is generated by the domain security authority, and it is stored as an attribute of the User or Group object in Active Directory Domain Services. + +For every local account and group, the SID is unique for the computer where it was created. No two accounts or groups on the computer ever share the same SID. Likewise, for every domain account and group, the SID is unique within an enterprise. This means that the SID for an account or group that is created in one domain will never match the SID for an account or group created in any other domain in the enterprise. + +SIDs always remain unique. Security authorities never issue the same SID twice, and they never reuse SIDs for deleted accounts. For example, if a user with a user account in a Windows domain leaves her job, an administrator deletes her Active Directory account, including the SID that identifies the account. If she later returns to a different job at the same company, an administrator creates a new account, and the Windows Server operating system generates a new SID. The new SID does not match the old one; so none of the user’s access from her old account is transferred to the new account. Her two accounts represent two completely different security principals. + +## Security identifier architecture + +A security identifier is a data structure in binary format that contains a variable number of values. The first values in the structure contain information about the SID structure. The remaining values are arranged in a hierarchy (similar to a telephone number), and they identify the SID-issuing authority (for example, the Windows Server 2012 operating system), the SID-issuing domain, and a particular security principal or group. The following image illustrates the structure of a SID. + +![](images/security-identifider-architecture.jpg) + +The individual values of a SID are described in the following table. + +| Comment | Description | +| - | - | +| Revision | Indicates the version of the SID structure that is used in a particular SID. | +| Identifier authority | Identifies the highest level of authority that can issue SIDs for a particular type of security principal. For example, the identifier authority value in the SID for the Everyone group is 1 (World Authority). The identifier authority value in the SID for a specific Windows Server account or group is 5 (NT Authority). | +| Subauthorities | >Holds the most important information in a SID, which is contained in a series of one or more subauthority values. All values up to, but not including, the last value in the series collectively identify a domain in an enterprise. This part of the series is called the domain identifier. The last value in the series, which is called the relative identifier (RID), identifies a particular account or group relative to a domain. | + +The components of a SID are easier to visualize when SIDs are converted from a binary to a string format by using standard notation: +``` +S-R-X-Y1-Y2-Yn-1-Yn +``` + +In this notation, the components of a SID are represented as shown in the following table. + +| Comment | Description | +| - | - | +| S | Indicates that the string is a SID | +| R | Indicates the revision level | +| X | Indicates the identifier authority value | +| Y | Represents a series of subauthority values, where *n* is the number of values | + +The SID's most important information is contained in the series of subauthority values. The first part of the series (-Y1-Y2-Y*n*-1) is the domain identifier. This element of the SID becomes significant in an enterprise with several domains, because the domain identifier differentiates SIDs that are issued by one domain from SIDs that are issued by all other domains in the enterprise. No two domains in an enterprise share the same domain identifier. + +The last item in the series of subauthority values (-Y*n*) is the relative identifier. It distinguishes one account or group from all other accounts and groups in the domain. No two accounts or groups in any domain share the same relative identifier. + +For example, the SID for the built-in Administrators group is represented in standardized SID notation as the following string: + +``` +S-1-5-32-544 +``` + +This SID has four components: + +- A revision level (1) + +- An identifier authority value (5, NT Authority) + +- A domain identifier (32, Builtin) + +- A relative identifier (544, Administrators) + +SIDs for built-in accounts and groups always have the same domain identifier value: 32. This value identifies the domain **Builtin**, which exists on every computer that is running a version of the Windows Server operating system. It is never necessary to distinguish one computer's built-in accounts and groups from another computer's built-in accounts and groups because they are local in scope. They are local to a single computer, or in the case of domain controllers for a network domain, they are local to several computers that are acting as one. + +Built-in accounts and groups need to be distinguished from one another within the scope of the **Builtin** domain. Therefore, the SID for each account and group has a unique relative identifier. A relative identifier value of 544 is unique to the built-in Administrators group. No other account or group in the **Builtin** domain has a SID with a final value of 544. + +In another example, consider the SID for the global group, Domain Admins. Every domain in an enterprise has a Domain Admins group, and the SID for each group is different. The following example represents the SID for the Domain Admins group in the Contoso, Ltd. domain (Contoso\\Domain Admins): + +``` +S-1-5-21-1004336348-1177238915-682003330-512 +``` + +The SID for Contoso\\Domain Admins has: + +- A revision level (1) + +- An identifier authority (5, NT Authority) + +- A domain identifier (21-1004336348-1177238915-682003330, Contoso) + +- A relative identifier (512, Domain Admins) + +The SID for Contoso\\Domain Admins is distinguished from the SIDs for other Domain Admins groups in the same enterprise by its domain identifier: 21-1004336348-1177238915-682003330. No other domain in the enterprise uses this value as its domain identifier. The SID for Contoso\\Domain Admins is distinguished from the SIDs for other accounts and groups that are created in the Contoso domain by its relative identifier, 512. No other account or group in the domain has a SID with a final value of 512. + +## Relative identifier allocation + +When accounts and groups are stored in an account database that is managed by a local Security Accounts Manager (SAM), it is fairly easy for the system to generate a unique relative identifier for each account and in a group that it creates on a stand-alone computer. The SAM on a stand-alone computer can track the relative identifier values that it has used before and make sure that it never uses them again. + +In a network domain, however, generating unique relative identifiers is a more complex process. Windows Server network domains can have several domain controllers. Each domain controller stores Active Directory account information. This means that, in a network domain, there are as many copies of the account database as there are domain controllers. In addition to this, every copy of the account database is a master copy. New accounts and groups can be created on any domain controller. Changes that are made to Active Directory on one domain controller are replicated to all other domain controllers in the domain. The process of replicating changes in one master copy of the account database to all other master copies is called a multimaster operation. + +The process of generating unique relative identifiers is a single-master operation. One domain controller is assigned the role of relative identifier (RID) master, and it allocates a sequence of relative identifiers to each domain controller in the domain. When a new domain account or group is created in one domain controller's replica of Active Directory, it is assigned a SID. The relative identifier for the new SID is taken from the domain controller's allocation of relative identifiers. When its supply of relative identifiers begins to run low, the domain controller requests another block from the RID master. + +Each domain controller uses each value in a block of relative identifiers only once. The RID master allocates each block of relative identifier values only once. This process assures that every account and group created in the domain has a unique relative identifier. + +## Security identifiers and globally unique identifiers + +When a new domain user or group account is created, Active Directory stores the account's SID in the **ObjectSID** property of a User or Group object. It also assigns the new object a globally unique identifier (GUID), which is a 128-bit value that is unique not only in the enterprise, but also across the world. GUIDs are assigned to every object that is created by Active Directory, not only User and Group objects. Each object's GUID is stored in its **ObjectGUID** property. + +Active Directory uses GUIDs internally to identify objects. For example, the GUID is one of an object's properties that is published in the global catalog. Searching the global catalog for a User object GUID produces results if the user has an account somewhere in the enterprise. In fact, searching for any object by **ObjectGUID** might be the most reliable way of finding the object you want to locate. The values of other object properties can change, but the **ObjectGUID** property never changes. When an object is assigned a GUID, it keeps that value for life. + +If a user moves from one domain to another, the user gets a new SID. The SID for a group object does not change because groups stay in the domain where they were created. However, if people move, their accounts can move with them. If an employee moves from North America to Europe, but stays in the same company, an administrator for the enterprise can move the employee’s User object from, for example, Contoso\\NoAm to Contoso\\Europe. If the administrator does this, the User object for the account needs a new SID. The domain identifier portion of a SID that is issued in NoAm is unique to NoAm; so the SID for the user's account in Europe has a different domain identifier. The relative identifier portion of a SID is unique relative to the domain; so if the domain changes, the relative identifier also changes. + +When a User object moves from one domain to another, a new SID must be generated for the user account and stored in the **ObjectSID** property. Before the new value is written to the property, the previous value is copied to another property of a User object, **SIDHistory**. This property can hold multiple values. Each time a User object moves to another domain, a new SID is generated and stored in the **ObjectSID** property, and another value is added to the list of old SIDs in **SIDHistory**. When a user signs in and is successfully authenticated, the domain authentication service queries Active Directory for all the SIDs that are associated with the user, including the user's current SID, the user's old SIDs, and the SIDs for the user's groups. All these SIDs are returned to the authentication client, and they are included in the user's access token. When the user tries to gain access to a resource, any one of the SIDs in the access token (including one of the SIDs in **SIDHistory**), can allow or deny the user access. + +If you allow or deny users' access to a resource based on their jobs, you should allow or deny access to a group, not to an individual. That way, when users change jobs or move to other departments, you can easily adjust their access by removing them from certain groups and adding them to others. + +However, if you allow or deny an individual user access to resources, you probably want that user's access to remain the same no matter how many times the user's account domain changes. The **SIDHistory** property makes this possible. When a user changes domains, there is no need to change the access control list (ACL) on any resource. If an ACL has the user's old SID, but not the new one, the old SID is still in the user's access token. It is listed among the SIDs for the user's groups, and the user is granted or denied access based on the old SID. + +## Well-known SIDs + +The values of certain SIDs are constant across all systems. They are created when the operating system or domain is installed. They are called well-known SIDs because they identify generic users or generic groups. + +There are universal well-known SIDs that are meaningful on all secure systems that use this security model, including operating systems other than Windows. In addition, there are well-known SIDs that are meaningful only on Windows operating systems. + +The following table lists the universal well-known SIDs. + +| Value | Universal Well-Known SID | Identifies | +| - | - | - | +| S-1-0-0 | Null SID | A group with no members. This is often used when a SID value is not known.| +| S-1-1-0 | World | A group that includes all users. | +| S-1-2-0 | Local | Users who log on to terminals that are locally (physically) connected to the system. | +| S-1-2-1 | Console Logon | A group that includes users who are logged on to the physical console. | +| S-1-3-0 | Creator Owner ID | A security identifier to be replaced by the security identifier of the user who created a new object. This SID is used in inheritable ACEs. | +| S-1-3-1 | Creator Group ID | A security identifier to be replaced by the primary-group SID of the user who created a new object. Use this SID in inheritable ACEs. | +| S-1-3-2 | Creator Owner Server | | +| S-1-3-3 | Creator Group Server | | +| S-1-3-4 | Owner Rights | A group that represents the current owner of the object. When an ACE that carries this SID is applied to an object, the system ignores the implicit READ_CONTROL and WRITE_DAC permissions for the object owner. | +| S-1-4 | Non-unique Authority | A SID that represents an identifier authority. | +| S-1-5 | NT Authority | A SID that represents an identifier authority. | +| S-1-5-80-0 | All Services | A group that includes all service processes configured on the system. Membership is controlled by the operating system.| + +The following table lists the predefined identifier authority constants. The first four values are used with universal well-known SIDs, and the last value is used with well-known SIDs in Windows operating systems designated in the **Applies To** list. + +| Identifier Authority | Value | SID String Prefix | +| - | - | - | +| SECURITY_NULL_SID_AUTHORITY | 0 | S-1-0 | +| SECURITY_WORLD_SID_AUTHORITY | 1 | S-1-1 | +| SECURITY_LOCAL_SID_AUTHORITY | 2 | S-1-2 | +| SECURITY_CREATOR_SID_AUTHORITY | 3 | S-1-3 | + +The following RID values are used with universal well-known SIDs. The Identifier authority column shows the prefix of the identifier authority with which you can combine the RID to create a universal well-known SID. + +| Relative Identifier Authority | Value | Identifier Authority | +| - | - | - | +| SECURITY_NULL_RID | 0 | S-1-0 | +| SECURITY_WORLD_RID | 0 | S-1-1 | +| SECURITY_LOCAL_RID | 0 | S-1-2 | +| SECURITY_CREATOR_OWNER_RID | 0 | S-1-3 | +| SECURITY_CREATOR_GROUP_RID | 1 | S-1-3 | + +The SECURITY\_NT\_AUTHORITY (S-1–5) predefined identifier authority produces SIDs that are not universal and are meaningful only in installations of the Windows operating systems that are designated in the **Applies To** list at the beginning of this topic. The following table lists the well-known SIDs. + +| SID | Display Name | Description | +| - | - | - | +| S-1-5-1 | Dialup | A group that includes all users who are logged on to the system by means of a dial-up connection.| +| S-1-5-113 | Local account| You can use this SID when restricting network logon to local accounts instead of “administratorâ€? or equivalent. This SID can be effective in blocking network logon for local users and groups by account type regardless of what they are actually named.| +| S-1-5-114| Local account and member of Administrators group | You can use this SID when restricting network logon to local accounts instead of “administratorâ€? or equivalent. This SID can be effective in blocking network logon for local users and groups by account type regardless of what they are actually named. | +| S-1-5-2 | Network | A group that includes all users who are logged on by means of a network connection. Access tokens for interactive users do not contain the Network SID.| +| S-1-5-3 | Batch | A group that includes all users who have logged on by means of a batch queue facility, such as task scheduler jobs.| +| S-1-5-4 | Interactive| A group that includes all users who log on interactively. A user can start an interactive logon session by logging on directly at the keyboard, by opening a Remote Desktop Services connection from a remote computer, or by using a remote shell such as Telnet. In each case, the user's access token contains the Interactive SID. If the user signs in by using a Remote Desktop Services connection, the user's access token also contains the Remote Interactive Logon SID.| +| S-1-5-5- *X *- *Y * | Logon Session| The *X * and *Y * values for these SIDs uniquely identify a particular logon session.| +| S-1-5-6 | Service| A group that includes all security principals that have signed in as a service.| +| S-1-5-7 | Anonymous Logon| A user who has connected to the computer without supplying a user name and password.
The Anonymous Logon identity is different from the identity that is used by Internet Information Services (IIS) for anonymous web access. IIS uses an actual account—by default, IUSR_ *ComputerName *, for anonymous access to resources on a website. Strictly speaking, such access is not anonymous because the security principal is known even though unidentified people are using the account. IUSR_ *ComputerName * (or whatever you name the account) has a password, and IIS logs on the account when the service starts. As a result, the IIS “anonymous� user is a member of Authenticated Users but Anonymous Logon is not.| +| S-1-5-8| Proxy| Does not currently apply: this SID is not used.| +| S-1-5-9 | Enterprise Domain Controllers| A group that includes all domain controllers in a forest of domains.| +| S-1-5-10 | Self| A placeholder in an ACE for a user, group, or computer object in Active Directory. When you grant permissions to Self, you grant them to the security principal that is represented by the object. During an access check, the operating system replaces the SID for Self with the SID for the security principal that is represented by the object.| +| S-1-5-11 | Authenticated Users| A group that includes all users and computers with identities that have been authenticated. Authenticated Users does not include Guest even if the Guest account has a password.
This group includes authenticated security principals from any trusted domain, not only the current domain.| +| S-1-5-12 | Restricted Code| An identity that is used by a process that is running in a restricted security context. In Windows and Windows Server operating systems, a software restriction policy can assign one of three security levels to code: unrestricted, restricted, or disallowed. When code runs at the restricted security level, the Restricted SID is added to the user's access token.| +| S-1-5-13 | Terminal Server User| A group that includes all users who sign in to a server with Remote Desktop Services enabled.| +| S-1-5-14 | Remote Interactive Logon| A group that includes all users who log on to the computer by using a remote desktop connection. This group is a subset of the Interactive group. Access tokens that contain the Remote Interactive Logon SID also contain the Interactive SID.| +| S-1-5-15| This Organization| A group that includes all users from the same organization. Only included with Active Directory accounts and only added by a domain controller.| +| S-1-5-17 | IIS_USRS| An account that is used by the default Internet Information Services (IIS) user.| +| S-1-5-18 | System (or LocalSystem)| An identity that is used locally by the operating system and by services that are configured to sign in as LocalSystem.
System is a hidden member of Administrators. That is, any process running as System has the SID for the built-in Administrators group in its access token.
When a process that is running locally as System accesses network resources, it does so by using the computer's domain identity. Its access token on the remote computer includes the SID for the local computer's domain account plus SIDs for security groups that the computer is a member of, such as Domain Computers and Authenticated Users.| +| S-1-5-19 | NT Authority (LocalService)| An identity that is used by services that are local to the computer, have no need for extensive local access, and do not need authenticated network access. Services that run as LocalService access local resources as ordinary users, and they access network resources as anonymous users. As a result, a service that runs as LocalService has significantly less authority than a service that runs as LocalSystem locally and on the network.| +| S-1-5-20 | Network Service| An identity that is used by services that have no need for extensive local access but do need authenticated network access. Services running as NetworkService access local resources as ordinary users and access network resources by using the computer's identity. As a result, a service that runs as NetworkService has the same network access as a service that runs as LocalSystem, but it has significantly reduced local access.| +| S-1-5-*domain*-500 | Administrator| A user account for the system administrator. Every computer has a local Administrator account and every domain has a domain Administrator account.
The Administrator account is the first account created during operating system installation. The account cannot be deleted, disabled, or locked out, but it can be renamed.
By default, the Administrator account is a member of the Administrators group, and it cannot be removed from that group.| +| S-1-5-*domain*-501 | Guest| A user account for people who do not have individual accounts. Every computer has a local Guest account, and every domain has a domain Guest account.
By default, Guest is a member of the Everyone and the Guests groups. The domain Guest account is also a member of the Domain Guests and Domain Users groups.
Unlike Anonymous Logon, Guest is a real account, and it can be used to log on interactively. The Guest account does not require a password, but it can have one.| +| S-1-5-*domain*-502| krbtgt| A user account that is used by the Key Distribution Center (KDC) service. The account exists only on domain controllers.| +| S-1-5-*domain*-512| Domain Admins| A global group with members that are authorized to administer the domain. By default, the Domain Admins group is a member of the Administrators group on all computers that have joined the domain, including domain controllers.
Domain Admins is the default owner of any object that is created in the domain's Active Directory by any member of the group. If members of the group create other objects, such as files, the default owner is the Administrators group.| +| S-1-5-*domain*-513| Domain Users| A global group that includes all users in a domain. When you create a new User object in Active Directory, the user is automatically added to this group.| +| S-1-5-*domain*-514| Domain Guests| A global group, which by default, has only one member: the domain’s built-in Guest account.| +| S-1-5-*domain*-515 | Domain Computers| A global group that includes all computers that have joined the domain, excluding domain controllers.| +| S-1-5-*domain*-516| Domain Controllers| A global group that includes all domain controllers in the domain. New domain controllers are added to this group automatically.| +| S-1-5-*domain*-517 | Cert Publishers| A global group that includes all computers that host an enterprise certification authority.
Cert Publishers are authorized to publish certificates for User objects in Active Directory.| +| S-1-5-*root domain*-518| Schema Admins| A group that exists only in the forest root domain. It is a universal group if the domain is in native mode, and it is a global group if the domain is in mixed mode. The Schema Admins group is authorized to make schema changes in Active Directory. By default, the only member of the group is the Administrator account for the forest root domain.| +| S-1-5-*root domain*-519| Enterprise Admins| A group that exists only in the forest root domain. It is a universal group if the domain is in native mode, and it is a global group if the domain is in mixed mode.
The Enterprise Admins group is authorized to make changes to the forest infrastructure, such as adding child domains, configuring sites, authorizing DHCP servers, and installing enterprise certification authorities.
By default, the only member of Enterprise Admins is the Administrator account for the forest root domain. The group is a default member of every Domain Admins group in the forest. | +| S-1-5-*domain*-520| Group Policy Creator Owners| A global group that is authorized to create new Group Policy Objects in Active Directory. By default, the only member of the group is Administrator.
Objects that are created by members of Group Policy Creator Owners are owned by the individual user who creates them. In this way, the Group Policy Creator Owners group is unlike other administrative groups (such as Administrators and Domain Admins). Objects that are created by members of these groups are owned by the group rather than by the individual.| +| S-1-5-*domain*-553| RAS and IAS Servers| A local domain group. By default, this group has no members. Computers that are running the Routing and Remote Access service are added to the group automatically.
Members of this group have access to certain properties of User objects, such as Read Account Restrictions, Read Logon Information, and Read Remote Access Information.| +| S-1-5-32-544 | Administrators| A built-in group. After the initial installation of the operating system, the only member of the group is the Administrator account. When a computer joins a domain, the Domain Admins group is added to the Administrators group. When a server becomes a domain controller, the Enterprise Admins group also is added to the Administrators group.| +| Users | S-1-5-32-545| A built-in group. After the initial installation of the operating system, the only member is the Authenticated Users group.| +| S-1-5-32-546 | Guests| A built-in group. By default, the only member is the Guest account. The Guests group allows occasional or one-time users to log on with limited privileges to a computer's built-in Guest account.| +| S-1-5-32-547 | Power Users| A built-in group. By default, the group has no members. Power users can create local users and groups; modify and delete accounts that they have created; and remove users from the Power Users, Users, and Guests groups. Power users also can install programs; create, manage, and delete local printers; and create and delete file shares. | +| S-1-5-32-548| Account Operators| A built-in group that exists only on domain controllers. By default, the group has no members. By default, Account Operators have permission to create, modify, and delete accounts for users, groups, and computers in all containers and organizational units of Active Directory except the Builtin container and the Domain Controllers OU. Account Operators do not have permission to modify the Administrators and Domain Admins groups, nor do they have permission to modify the accounts for members of those groups.| +| S-1-5-32-549| Server Operators| Description: A built-in group that exists only on domain controllers. By default, the group has no members. Server Operators can log on to a server interactively; create and delete network shares; start and stop services; back up and restore files; format the hard disk of the computer; and shut down the computer.| +| S-1-5-32-550 | Print Operators| A built-in group that exists only on domain controllers. By default, the only member is the Domain Users group. Print Operators can manage printers and document queues.| +| S-1-5-32-551 | Backup Operators| A built-in group. By default, the group has no members. Backup Operators can back up and restore all files on a computer, regardless of the permissions that protect those files. Backup Operators also can log on to the computer and shut it down. +| S-1-5-32-552 | Replicators | A built-in group that is used by the File Replication service on domain controllers. By default, the group has no members. Do not add users to this group.| +| S-1-5-64-10| NTLM Authentication| A SID that is used when the NTLM authentication package authenticated the client| +| S-1-5-64-14 | SChannel Authentication| A SID that is used when the SChannel authentication package authenticated the client.| +| S-1-5-64-21 | Digest Authentication| A SID that is used when the Digest authentication package authenticated the client.| +| S-1-5-80 | NT Service | A SID that is used as an NT Service account prefix.| +| S-1-5-80-0 | All Services| A group that includes all service processes that are configured on the system. Membership is controlled by the operating system. SID S-1-5-80-0 equals NT SERVICES\ALL SERVICES. This SID was introduced in Windows Server 2008 R2.| +| S-1-5-83-0| NT VIRTUAL MACHINE\Virtual Machines| A built-in group. The group is created when the Hyper-V role is installed. Membership in the group is maintained by the Hyper-V Management Service (VMMS). This group requires the **Create Symbolic Links** right (SeCreateSymbolicLinkPrivilege), and also the **Log on as a Service** right (SeServiceLogonRight). | +| S-1-16-0| Untrusted Mandatory Level| A SID that represents an untrusted integrity level.| +| S-1-16-4096 | Low Mandatory Level| A SID that represents a low integrity level.| +| S-1-16-8192 | Medium Mandatory Level| This SID represents a medium integrity level.| +| S-1-16-8448 | Medium Plus Mandatory Level| A SID that represents a medium plus integrity level.| +| S-1-16-12288 | High Mandatory Level| A SID that represents a high integrity level.| +| S-1-16-16384 | System Mandatory Level| A SID that represents a system integrity level.| +| S-1-16-20480 | Protected Process Mandatory Level| A SID that represents a protected-process integrity level.| +| S-1-16-28672 | Secure Process Mandatory Level| A SID that represents a secure process integrity level.| + +The following RIDs are relative to each domain. + +| RID | Identifies | +| - | - | +| DOMAIN_USER_RID_ADMIN | The administrative user account in a domain. | +| DOMAIN_USER_RID_GUEST| The guest-user account in a domain. Users who do not have an account can automatically sign in to this account.| +| DOMAIN_GROUP_RID_USERS | A group that contains all user accounts in a domain. All users are automatically added to this group.| +| DOMAIN_GROUP_RID_GUESTS | The group Guest account in a domain.| +| DOMAIN_GROUP_RID_COMPUTERS | The Domain Computer group. All computers in the domain are members of this group.| +| DOMAIN_GROUP_RID_CONTROLLERS | The Domain Controller group. All domain controllers in the domain are members of this group.| +| DOMAIN_GROUP_RID_CERT_ADMINS | The certificate publishers' group. Computers running Active Directory Certificate Services are members of this group.| +| DOMAIN_GROUP_RID_SCHEMA_ADMINS | The schema administrators' group. Members of this group can modify the Active Directory schema.| +| DOMAIN_GROUP_RID_ENTERPRISE_ADMINS | The enterprise administrators' group. Members of this group have full access to all domains in the Active Directory forest. Enterprise administrators are responsible for forest-level operations such as adding or removing new domains.| +| DOMAIN_GROUP_RID_POLICY_ADMINS| The policy administrators' group.| + +The following table provides examples of domain-relative RIDs that are used to form well-known SIDs for local groups. + + +| RID | Identifies | +| - | - | +| DOMAIN_ALIAS_RID_ADMINS | Administrators of the domain.| +| DOMAIN_ALIAS_RID_USERS | All users in the domain.| +| DOMAIN_ALIAS_RID_GUESTS | Guests of the domain.| +| DOMAIN_ALIAS_RID_POWER_USERS | A user or a set of users who expect to treat a system as if it were their personal computer rather than as a workstation for multiple users.| +| DOMAIN_ALIAS_RID_BACKUP_OPS | A local group that is used to control the assignment of file backup-and-restore user rights.| +| DOMAIN_ALIAS_RID_REPLICATOR | A local group that is responsible for copying security databases from the primary domain controller to the backup domain controllers. These accounts are used only by the system.| +| DOMAIN_ALIAS_RID_RAS_SERVERS | A local group that represents remote access and servers running Internet Authentication Service (IAS). This group permits access to various attributes of User objects.| + +## Changes in security identifier’s functionality + +The following table describes changes in SID implementation in the Windows operating systems that are designated in the list. + +| Change | Operating system version | Description and resources | +| - | - | - | +| Most of the operating system files are owned by the TrustedInstaller security identifier (SID)| Windows Server 2008, Windows Vista| The purpose of this change is to prevent a process that is running as an administrator or under the LocalSystem account from automatically replacing the operating system files. | +| Restricted SID checks are implemented| Windows Server 2008, Windows Vista| When restricting SIDs are present, Windows performs two access checks. The first is the normal access check, and the second is the same access check against the restricting SIDs in the token. Both access checks must pass to allow the process to access the object. | + +## See also + +- [Access Control Overview](https://technet.microsoft.com/en-us/library/dn408189.aspx) diff --git a/windows/keep-secure/security-principals.md b/windows/keep-secure/security-principals.md new file mode 100644 index 0000000000..21fdc283f8 --- /dev/null +++ b/windows/keep-secure/security-principals.md @@ -0,0 +1,144 @@ +--- +title: Security Principals (Windows 10) +description: Security Principals +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +--- + +# Security Principals + + +This reference topic for the IT professional describes security principals in regards to Windows accounts and security groups, in addition to security technologies that are related to security principals. + +## What are security principals? + + +Security principals are any entity that can be authenticated by the operating system, such as a user account, a computer account, or a thread or process that runs in the security context of a user or computer account, or the security groups for these accounts. Security principals have long been a foundation for controlling access to securable resources on Windows computers. Each security principal is represented in the operating system by a unique security identifier (SID). + +The following content applies to the versions of Windows that are designated in the **Applies To** list at the beginning of this topic. + +## How security principals work + + +Security principals that are created in an Active Directory domain are Active Directory objects, which can be used to manage access to domain resources. Each security principal is assigned a unique identifier, which it retains for its entire lifetime. Local user accounts and security groups are created on a local computer, and they can be used to manage access to resources on that computer. Local user accounts and security groups are managed by the Security Accounts Manager (SAM) on the local computer. + +### Authorization and access control components + +The following diagram illustrates the Windows authorization and access control process. In this diagram, the subject (a process that is initiated by a user) attempts to access an object, such as a shared folder. The information in the user’s access token is compared to the access control entries (ACEs) in the object’s security descriptor, and the access decision is made. The SIDs of security principals are used in the user’s access token and in the ACEs in the object’s security descriptor. + +**Authorization and access control process** + +![authorization and access control process](images/authorizationandaccesscontrolprocess.gif) + +Security principals are closely related to the following components and technologies: + +- [Security identifiers](#bkmk-sids) + +- [Access tokens](#bkmk-accesstokens) + +- [Security descriptors and access control lists](#bkmk-sdandacls) + +- [Permissions](#bkmk-permissions) + +### Security identifiers + +Security identifiers (SIDs) provide a fundamental building block of the Windows security model. They work with specific components of the authorization and access control technologies in the security infrastructure of the Windows Server operating systems. This helps protect access to network resources and provides a more secure computing environment. + +A SID is a value of variable length that is used to uniquely identify a security principal that represents any entity that can be authenticated by the system. These entities include a user account, a computer account, or a thread or process that runs in the security context of a user or computer account. Each security principal is automatically assigned a SID when it is created. The SID is stored in a security database. When a SID is used as the unique identifier for a user or group, it can never be used to identify another user or group. + +Each time a user signs in, the system creates an access token for that user. The access token contains the user’s SID, user rights, and the SIDs for groups that the user belongs to. This token provides the security context for whatever actions the user performs on that computer. + +In addition to the uniquely created, domain-specific SIDs that are assigned to specific users and groups, there are well-known SIDs that identify generic groups and generic users. For example, the Everyone and the World SIDs identify groups that includes all users. Well-known SIDs have values that remain constant across all operating systems. + +### Access tokens + +An access token is a protected object that contains information about the identity and user rights that are associated with a user account. + +When a user signs in interactively or tries to make a network connection to a computer running Windows, the sign-in process authenticates the user’s credentials. If authentication is successful, the process returns a SID for the user and a list of SIDs for the user’s security groups. The Local Security Authority (LSA) on the computer uses this information to create an access token (in this case, the primary access token). This includes the SIDs that are returned by the sign-in process and a list of user rights that are assigned by the local security policy to the user and to the user’s security groups. + +After the LSA creates the primary access token, a copy of the access token is attached to every thread and process that executes on the user’s behalf. Whenever a thread or process interacts with a securable object or tries to perform a system task that requires user rights, the operating system checks the access token that is associated with the thread to determine the level of authorization. + +There are two kinds of access tokens, primary and impersonation. Every process has a primary token that describes the security context of the user account that is associated with the process. A primary access token is typically assigned to a process to represent the default security information for that process. Impersonation tokens, on the other hand, are usually used for client and server scenarios. Impersonation tokens enable a thread to run in a security context that differs from the security context of the process that owns the thread. + +### Security descriptors and access control lists + +A security descriptor is a data structure that is associated with each securable object. All objects in Active Directory and all securable objects on a local computer or on the network have security descriptors to help control access to the objects. Security descriptors include information about who owns an object, who can access it and in what way, and what types of access are audited. Security descriptors contain the access control list (ACL) of an object, which includes all of the security permissions that apply to that object. An object’s security descriptor can contain two types of ACLs: + +- A discretionary access control list (DACL), which identifies the users and groups who are allowed or denied access + +- A system access control list (SACL), which controls how access is audited + +You can use this access control model to individually secure objects and attributes such as files and folders, Active Directory objects, registry keys, printers, devices, ports, services, processes, and threads. Because of this individual control, you can adjust the security of objects to meet the needs of your organization, delegate authority over objects or attributes, and create custom objects or attributes that require unique security protections to be defined. + +### Permissions + +Permissions enable the owner of each securable object, such as a file, Active Directory object, or registry key, to control who can perform an operation or a set of operations on the object or object property. Permissions are expressed in the security architecture as access control entries (ACEs). Because access to an object is at the discretion of the object’s owner, the type of access control that is used in Windows is called discretionary access control. + +Permissions are different from user rights in that permissions are attached to objects, and user rights apply to user accounts. Administrators can assign user rights to groups or users. These rights authorize users to perform specific actions, such as signing in to a system interactively or backing up files and directories. + +On computers, user rights enable administrators to control who has the authority to perform operations that affect an entire computer, rather than a particular object. Administrators assign user rights to individual users or groups as part of the security settings for the computer. Although user rights can be managed centrally through Group Policy, they are applied locally. Users can (and usually do) have different user rights on different computers. + +For information about which user rights are available and how they can be implemented, see [User Rights Assignment](user_rights_assignment_glbl). + +### Security context in authentication + +A user account enables a user to sign in to computers, networks, and domains with an identity that can be authenticated by the computer, network, or domain. + +In Windows, any user, service, group, or computer that can initiate action is a security principal. Security principals have accounts, which can be local to a computer or domain-based. For example, domain-joined Windows client computers can participate in a network domain by communicating with a domain controller, even when no user is signed in. + +To initiate communications, the computer must have an active account in the domain. Before accepting communications from the computer, the Local Security Authority on the domain controller authenticates the computer’s identity and then defines the computer’s security context just as it would for a user’s security principal. + +This security context defines the identity and capabilities of a user or service on a particular computer, or of a user, service, group or computer on a network. For example, it defines the resources (such as a file share or printer) that can be accessed and the actions (such as Read, Write, or Modify) that can be performed by a user, service, or computer on that resource. + +The security context of a user or computer can vary from one computer to another, such as when a user authenticates to a server or a workstation other than the user’s primary workstation. It can also vary from one session to another, such as when an administrator modifies the user’s rights and permissions. In addition, the security context is usually different when a user or computer is operating on a stand-alone basis, in a mixed network domain, or as part of an Active Directory domain. + +## Accounts and security groups + + +Accounts and security groups that are created in an Active Directory domain are stored in the Active Directory database and managed by using Active Directory tools. These security principals are directory objects, and they can be used to manage access to domain resources. + +Local user accounts and security groups are created on a local computer, and they can be used to manage access to resources on that computer. Local user accounts and security groups are stored in and managed by the Security Accounts Manager (SAM) on the local computer. + +### User accounts + +A user account uniquely identifies a person who is using a computer system. The account signals the system to enforce the appropriate authorization to allow or deny that user access to resources. User accounts can be created in Active Directory and on local computers, and administrators use them to: + +- Represent, identify, and authenticate the identity of a user. A user account enables a user to sign in to computers, networks, and domains with a unique identifier that can be authenticated by the computer, network, or domain. + +- Authorize (grant or deny) access to resources. After a user has been authenticated, the user is authorized access to resources based on the permissions that are assigned to that user for the resource. + +- Audit the actions that are carried out on a user account. + +Windows and the Windows Server operating systems have built-in user accounts, or you can create user accounts to meet the requirements of your organization. + +### Security groups + +A security group is a collection of user accounts, computer accounts, and other groups of accounts that can be managed as a single unit from a security perspective. In Windows operating systems, there are several built-in security groups that are preconfigured with the appropriate rights and permissions for performing specific tasks. Additionally, you can (and, typically, will) create a security group for each unique combination of security requirements that applies to multiple users in your organization. + +Groups can be Active Directory-based or local to a particular computer: + +- Active Directory security groups are used to manage rights and permissions to domain resources. + +- Local groups exist in the SAM database on local computers (on all Windows-based computers) except domain controllers. You use local groups to manage rights and permissions only to resources on the local computer. + +By using security groups to manage access control, you can: + +- Simplify administration. You can assign a common set of rights, a common set of permissions, or both to many accounts at one time, rather than assigning them to each account individually. Also, when users transfer jobs or leave the organization, permissions are not tied to their user accounts, making permission reassignment or removal easier. + +- Implement a role-based access-control model. You can use this model to grant permissions by using groups with different scopes for appropriate purposes. Scopes that are available in Windows include local, global, domain local, and universal. + +- Minimize the size of access control lists (ACLs) and speed security checking. A security group has its own SID; therefore, the group SID can be used to specify permissions for a resource. In an environment with more than a few thousand users, if the SIDs of individual user accounts are used to specify access to a resource, the ACL of that resource can become unmanageably large, and the time that is needed for the system to check permissions to the resource can become unacceptable. + +For descriptions and settings information about the domain security groups that are defined in Active Directory, see [Active Directory Security Groups](active-directory-security-groups.md). + +For descriptions and settings information about the Special Identities group, see [Special Identities](special-identities.md). + +  + +  + + + + diff --git a/windows/keep-secure/security-technologies.md b/windows/keep-secure/security-technologies.md index 19a6af38ba..8bd5183126 100644 --- a/windows/keep-secure/security-technologies.md +++ b/windows/keep-secure/security-technologies.md @@ -15,6 +15,7 @@ Learn more about the different security technologies that are available in Windo | Topic | Description | |-|-| +| [Access control](access-control.md) | Describes access control in Windows, which is the process of authorizing users, groups, and computers to access objects on the network or computer. Key concepts that make up access control are permissions, ownership of objects, inheritance of permissions, user rights, and object auditing. | | [AppLocker](applocker-overview.md)| This topic provides a description of AppLocker and can help you decide if your organization can benefit from deploying AppLocker application control policies. AppLocker helps you control which apps and files users can run. These include executable files, scripts, Windows Installer files, dynamic-link libraries (DLLs), packaged apps, and packaged app installers.| | [BitLocker](bitlocker-overview.md)| This topic provides a high-level overview of BitLocker, including a list of system requirements, practical applications, and deprecated features.| | [Encrypted Hard Drive](encrypted-hard-drive.md) | Encrypted Hard Drive uses the rapid encryption that is provided by BitLocker Drive Encryption to enhance data security and management.| diff --git a/windows/keep-secure/service-accounts.md b/windows/keep-secure/service-accounts.md new file mode 100644 index 0000000000..0cc1d98640 --- /dev/null +++ b/windows/keep-secure/service-accounts.md @@ -0,0 +1,153 @@ +--- +title: Service Accounts (Windows 10) +description: Service Accounts +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +--- + +# Service Accounts + + +This topic for the IT professional explains group and standalone managed service accounts, and the computer-specific virtual computer account, and it points to resources about these service accounts. + +## Overview + + +A service account is a user account that is created explicitly to provide a security context for services running on Windows Server operating systems. The security context determines the service's ability to access local and network resources. The Windows operating systems rely on services to run various features. These services can be configured through the applications, the Services snap-in, or Task Manager, or by using Windows PowerShell. + +This topic contains information about the following types of service accounts: + +- [Standalone managed service accounts](#bkmk-standalonemanagedserviceaccounts) + +- [Group managed service accounts](#bkmk-groupmanagedserviceaccounts) + +- [Virtual service accounts](#bkmk-virtualserviceaccounts) + +### Standalone managed service accounts + +A managed service account is designed to isolate domain accounts in crucial applications, such as Internet Information Services (IIS), and eliminate the need for an administrator to manually administer the service principal name (SPN) and credentials for the accounts. + +To use managed service accounts, the server on which the application or service is installed must be running at least Windows Server 2008 R2. One managed service account can be used for services on a single computer. Managed service accounts cannot be shared between multiple computers, and they cannot be used in server clusters where a service is replicated on multiple cluster nodes. For this scenario, you must use a group managed service account. For more information, see [Group Managed Service Accounts Overview](group_managed_service_accounts_overview). + +In addition to the enhanced security that is provided by having individual accounts for critical services, there are four important administrative benefits associated with managed service accounts: + +- You can create a class of domain accounts that can be used to manage and maintain services on local computers. + +- Unlike domain accounts in which administrators must reset manually passwords, the network passwords for these accounts are automatically reset. + +- You do not have to complete complex SPN management tasks to use managed service accounts. + +- Administrative tasks for managed service accounts can be delegated to non-administrators. + +### Software requirements + +Managed service accounts apply to the Windows operating systems that are designated in the **Applies To** list at the beginning of this topic. + +### Group managed service accounts + +Group managed service accounts are an extension of the standalone managed service accounts, which were introduced in Windows Server 2008 R2. These are managed domain accounts that provide automatic password management and simplified service principal name (SPN) management, including delegation of management to other administrators. + +The group managed service account provides the same functionality as a standalone managed service account within the domain, but it extends that functionality over multiple servers. When connecting to a service that is hosted on a server farm, such as Network Load Balancing, the authentication protocols that support mutual authentication require all instances of the services to use the same principal. When group managed service accounts are used as service principals, the Windows Server operating system manages the password for the account instead of relying on the administrator to manage the password. + +The Microsoft Key Distribution Service (kdssvc.dll) provides the mechanism to securely obtain the latest key or a specific key with a key identifier for an Active Directory account. This service was introduced in Windows Server 2012, and it does not run on previous versions of the Windows Server operating system. The Key Distribution Service shares a secret, which is used to create keys for the account. These keys are periodically changed. For a group managed service account, the domain controller computes the password on the key that is provided by the Key Distribution Services, in addition to other attributes of the group managed service account. + +### Practical applications + +Group managed service accounts provide a single identity solution for services running on a server farm, or on systems that use Network Load Balancing. By providing a group managed service account solution, services can be configured for the group managed service account principal, and the password management is handled by the operating system. + +By using a group managed service account, services or service administrators do not need to manage password synchronization between service instances. The group managed service account supports hosts that are kept offline for an extended time period and the management of member hosts for all instances of a service. This means that you can deploy a server farm that supports a single identity to which existing client computers can authenticate without knowing the instance of the service to which they are connecting. + +Failover clusters do not support group managed service account s. However, services that run on top of the Cluster service can use a group managed service account or a standalone managed service account if they are a Windows service, an App pool, a scheduled task, or if they natively support group managed service account or standalone managed service accounts. + +### Software requirements + +Group managed service accounts can only be configured and administered on computers running at least Windows Server 2012, but they can be deployed as a single service identity solution in domains that still have domain controllers running operating systems earlier than Windows Server 2012. There are no domain or forest functional level requirements. + +A 64-bit architecture is required to run the Windows PowerShell commands that are used to administer group managed service accounts. + +A managed service account is dependent on encryption types supported by Kerberos. When a client computer authenticates to a server by using Kerberos protocol, the domain controller creates a Kerberos service ticket that is protected with encryption that the domain controller and the server support. The domain controller uses the account’s **msDS-SupportedEncryptionTypes** attribute to determine what encryption the server supports, and if there is no attribute, it assumes that the client computer does not support stronger encryption types. The Advanced Encryption Standard (AES) should always be explicitly configured for managed service accounts. If computers that host the managed service account are configured to not support RC4, authentication will always fail. + +**Note**   +Introduced in Windows Server 2008 R2, the Data Encryption Standard (DES) is disabled by default. For more information about supported encryption types, see [Changes in Kerberos Authentication](http://technet.microsoft.com/library/dd560670(WS.10).aspx). + +  + +Group managed service accounts are not applicable in Windows operating systems prior to Windows Server 2012. + +### Virtual accounts + +Virtual accounts were introduced in Windows Server 2008 R2 and Windows 7, and are managed local accounts that provide the following features to simplify service administration: + +- The virtual account is automatically managed. + +- The virtual account can access the network in a domain environment. + +- No password management is required. For example, if the default value is used for the service accounts during SQL Server setup on Windows Server 2008 R2, a virtual account that uses the instance name as the service name is established in the format NT SERVICE\\<SERVICENAME>. + +Services that run as virtual accounts access network resources by using the credentials of the computer account in the format <domain\_name>\\<computer\_name>$. + +For information about how to configure and use virtual service accounts, see [Service Accounts Step-by-Step Guide](http://technet.microsoft.com/library/dd548356.aspx). + +### Software requirements + +Virtual accounts apply to the Windows operating systems that are designated in the **Applies To** list at the beginning of this topic. + +## See also + + +The following table provides links to additional resources that are related to standalone managed service accounts, group managed service accounts, and virtual accounts. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Content typeReferences

Product evaluation

[What's New for Managed Service Accounts](whats_new_for_managed_service_accounts_vil)

+

[Managed Service Accounts Documentation for Windows 7 and Windows Server 2008 R2](http://technet.microsoft.com/library/ff641731.aspx)

+

[Service Accounts Step-by-Step Guide](http://technet.microsoft.com/library/dd548356.aspx)

+

[Getting Started with Group Managed Service Accounts](getting_started_with_group_managed_service_accounts)

Deployment

[Windows Server 2012: Group Managed Service Accounts - Ask Premier Field Engineering (PFE) Platforms - Site Home - TechNet Blogs](http://blogs.technet.com/b/askpfeplat/archive/2012/12/17/windows-server-2012-group-managed-service-accounts.aspx)

Operations

[Managed Service Accounts in Active Directory](http://technet.microsoft.com/library/dd378925.aspx)

Tools and settings

[Managed Service Accounts in Active Directory Domain Services](http://technet.microsoft.com/library/dd378925.aspx)

Community resources

[Managed Service Accounts: Understanding, Implementing, Best Practices, and Troubleshooting](http://blogs.technet.com/b/askds/archive/2009/09/10/managed-service-accounts-understanding-implementing-best-practices-and-troubleshooting.aspx)

Related technologies

[Security Principals Technical Overview](security-principals.md)

+

[Active Directory Domain Services Overview](39dd9b55-2512-49d8-8927-a283697f0547)

+ +  + +  + +  + + + + diff --git a/windows/keep-secure/special-identities.md b/windows/keep-secure/special-identities.md new file mode 100644 index 0000000000..a598385d65 --- /dev/null +++ b/windows/keep-secure/special-identities.md @@ -0,0 +1,1020 @@ +--- +title: Special Identities (Windows 10) +description: Special Identities +ms.prod: w10 +ms.mktglfcycl: deploy +ms.sitesec: library +ms.pagetype: security +--- + +# Special Identities + + +This reference topic for the IT professional describes the special identity groups (which are sometimes referred to as security groups) that are used in Windows access control. + +Special identity groups are similar to Active Directory security groups as listed in the users and built-in containers. Special identity groups can provide an efficient way to assign access to resources in your network. By using special identity groups, you can: + +- Assign user rights to security groups in Active Directory. + +- Assign permissions to security groups for the purpose of accessing resources. + +Servers that are running the supported Windows Server operating systems designated in the **Applies To** list at the beginning of this topic include several special identity groups. These special identity groups do not have specific memberships that can be modified, but they can represent different users at different times, depending on the circumstances. + +Although the special identity groups can be assigned rights and permissions to resources, the memberships cannot be modified or viewed. Group scopes do not apply to special identity groups. Users are automatically assigned to these special identity groups whenever they sign in or access a particular resource. + +For information about security groups and group scope, see [Active Directory Security Groups](active-directory-security-groups.md). + +The special identity groups are described in the following tables. + +- [Anonymous Logon](#bkmk-anonymouslogon) + +- [Authenticated User](#bkmk-authenticateduser) + +- [Batch](#bkmk-batch) + +- [Creator Group](#bkmk-creatorgroup) + +- [Creator Owner](#bkmk-creatorowner) + +- [Dialup](#bkmk-dialup) + +- [Digest Authentication](#bkmk-digestauth) + +- [Enterprise Domain Controllers](#bkmk-entdcs) + +- [Everyone](#bkmk-everyone) + +- [Interactive](#bkmk-interactive) + +- [Local Service](#bkmk-localservice) + +- [LocalSystem](#bkmk-localsystem) + +- [Network](#bkmk-network) + +- [Network Service](#bkmk-networkservice) + +- [NTLM Authentication](#bkmk-ntlmauth) + +- [Other Organization](#bkmk-otherorganization) + +- [Principal Self](#bkmk-principalself) + +- [Remote Interactive Logon](#bkmk-remoteinteractivelogon) + +- [Restricted](#bkmk-restrictedcode) + +- [SChannel Authentication](#bkmk-schannelauth) + +- [Service](#bkmk-service) + +- [Terminal Server User](#bkmk-terminalserveruser) + +- [This Organization](#bkmk-thisorg) + +- [Window Manager\\Window Manager Group](#bkmk-windowmanager) + +## Anonymous Logon + + +Any user who accesses the system through an anonymous logon has the Anonymous Logon identity. This identity allows anonymous access to resources, such as a web page that is published on corporate servers. The Anonymous Logon group is not a member of the Everyone group by default. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-7

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Authenticated Users + + +Any user who accesses the system through a sign-in process has the Authenticated Users identity. This identity allows access to shared resources within the domain, such as files in a shared folder that should be accessible to all the workers in the organization. Membership is controlled by the operating system. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-11

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

[Access this computer from the network](access_this_computer_from_the_network__technical_reference_security_considerations): SeNetworkLogonRight

+

[Add workstations to domain](add_workstations_to_domain__technical_reference_security_considerations): SeMachineAccountPrivilege

+

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

+ +  + +## Batch + + +Any user or process that accesses the system as a batch job (or through the batch queue) has the Batch identity. This identity allows batch jobs to run scheduled tasks, such as a nightly cleanup job that deletes temporary files. Membership is controlled by the operating system. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-3

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Creator Group + + +The person who created the file or the directory is a member of this special identity group. Windows Server operating systems use this identity to automatically grant access permissions to the creator of a file or directory. + +A placeholder security identifier (SID) is created in an inheritable access control entry (ACE). When the ACE is inherited, the system replaces this SID with the SID for the primary group of the object’s current owner. The primary group is used only by the Portable Operating System Interface for UNIX (POSIX) subsystem. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-3-1

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Creator Owner + + +The person who created the file or the directory is a member of this special identity group. Windows Server operating systems use this identity to automatically grant access permissions to the creator of a file or directory. A placeholder SID is created in an inheritable ACE. When the ACE is inherited, the system replaces this SID with the SID for the object’s current owner. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-3-0

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Dialup + + +Any user who accesses the system through a dial-up connection has the Dial-Up identity. This identity distinguishes dial-up users from other types of authenticated users. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-1

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Digest Authentication + + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-64-21

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Enterprise Domain Controllers + + +This group includes all domain controllers in an Active Directory forest. Domain controllers with enterprise-wide roles and responsibilities have the Enterprise Domain Controllers identity. This identity allows them to perform certain tasks in the enterprise by using transitive trusts. Membership is controlled by the operating system. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-9

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights Assignment

[Access this computer from the network](access_this_computer_from_the_network__technical_reference_security_considerations): SeNetworkLogonRight

+

[Allow log on locally](allow_log_on_locally__technical_reference_security_considerations): SeInteractiveLogonRight

+ +  + +## Everyone + + +All interactive, network, dial-up, and authenticated users are members of the Everyone group. This special identity group gives wide access to system resources. Whenever a user logs on to the network, the user is automatically added to the Everyone group. + +On computers running Windows 2000 and earlier, the Everyone group included the Anonymous Logon group as a default member, but as of Windows Server 2003, the Everyone group contains only Authenticated Users and Guest; and it no longer includes Anonymous Logon by default (although this can be changed). + +Membership is controlled by the operating system. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-1-0

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

[Access this computer from the network](access_this_computer_from_the_network__technical_reference_security_considerations): SeNetworkLogonRight

+

[Act as part of the operating system](act_as_part_of_the_operating_system__technical_reference_security_considerations): SeTcbPrivilege

+

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

+ +  + +## Interactive + + +Any user who is logged on to the local system has the Interactive identity. This identity allows only local users to access a resource. Whenever a user accesses a given resource on the computer to which they are currently logged on, the user is automatically added to the Interactive group. Membership is controlled by the operating system. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-4

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Local Service + + +The Local Service account is similar to an Authenticated User account. The Local Service account has the same level of access to resources and objects as members of the Users group. This limited access helps safeguard your system if individual services or processes are compromised. Services that run as the Local Service account access network resources as a null session with anonymous credentials. The name of the account is NT AUTHORITY\\LocalService. This account does not have a password. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-19

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default user rights

[Adjust memory quotas for a process](adjust_memory_quotas_for_a_process__technical_reference_security_considerations): SeIncreaseQuotaPrivilege

+

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

+

[Change the system time](change_the_system_time__technical_reference_security_considerations): SeSystemtimePrivilege

+

[Change the time zone](change_the_time_zone__technical_reference_security_considerations): SeTimeZonePrivilege

+

[Create global objects](create_global_objects__technical_reference_security_considerations): SeCreateGlobalPrivilege

+

[Generate security audits](generate_security_audits__technical_reference_security_considerations): SeAuditPrivilege

+

[Impersonate a client after authentication](impersonate_a_client_after_authentication__technical_reference_security_considerations): SeImpersonatePrivilege

+

[Replace a process level token](replace_a_process_level_token__technical_reference_security_considerations): SeAssignPrimaryTokenPrivilege

+ +  + +## LocalSystem + + +This is a service account that is used by the operating system. The LocalSystem account is a powerful account that has full access to the system and acts as the computer on the network. If a service logs on to the LocalSystem account on a domain controller, that service has access to the entire domain. Some services are configured by default to log on to the LocalSystem account. Do not change the default service setting. The name of the account is LocalSystem. This account does not have a password. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-18

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Network + + +This group implicitly includes all users who are logged on through a network connection. Any user who accesses the system through a network has the Network identity. This identity allows only remote users to access a resource. Whenever a user accesses a given resource over the network, the user is automatically added to the Network group. Membership is controlled by the operating system. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-2

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Network Service + + +The Network Service account is similar to an Authenticated User account. The Network Service account has the same level of access to resources and objects as members of the Users group. This limited access helps safeguard your system if individual services or processes are compromised. Services that run as the Network Service account access network resources by using the credentials of the computer account. The name of the account is NT AUTHORITY\\NetworkService. This account does not have a password. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-20

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

[Adjust memory quotas for a process](adjust_memory_quotas_for_a_process__technical_reference_security_considerations): SeIncreaseQuotaPrivilege

+

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

+

[Create global objects](create_global_objects__technical_reference_security_considerations): SeCreateGlobalPrivilege

+

[Generate security audits](generate_security_audits__technical_reference_security_considerations): SeAuditPrivilege

+

[Impersonate a client after authentication](impersonate_a_client_after_authentication__technical_reference_security_considerations): SeImpersonatePrivilege

+

[Restore files and directories](restore_files_and_directories__technical_reference_security_considerations): SeAssignPrimaryTokenPrivilege

+

[Replace a process level token](replace_a_process_level_token__technical_reference_security_considerations): SeAssignPrimaryTokenPrivilege

+ +  + +## NTLM Authentication + + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-64-10

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Other Organization + + +This group implicitly includes all users who are logged on to the system through a dial-up connection. Membership is controlled by the operating system. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-1000

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Principal Self + + +This identify is a placeholder in an ACE on a user, group, or computer object in Active Directory. When you grant permissions to Principal Self, you grant them to the security principal that is represented by the object. During an access check, the operating system replaces the SID for Principal Self with the SID for the security principal that is represented by the object. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-10

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Remote Interactive Logon + + +This identity represents all users who are currently logged on to a computer by using a Remote Desktop connection. This group is a subset of the Interactive group. Access tokens that contain the Remote Interactive Logon SID also contain the Interactive SID. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-14

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Restricted + + +Users and computers with restricted capabilities have the Restricted identity. This identity group is used by a process that is running in a restricted security context, such as running an application with the RunAs service. When code runs at the Restricted security level, the Restricted SID is added to the user’s access token. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-12

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## SChannel Authentication + + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-64-14

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Service + + +Any service that accesses the system has the Service identity. This identity group includes all security principals that are signed in as a service. This identity grants access to processes that are being run by Windows Server services. Membership is controlled by the operating system. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-6

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

[Create global objects](create_global_objects__technical_reference_security_considerations): SeCreateGlobalPrivilege

+

[Impersonate a client after authentication](impersonate_a_client_after_authentication__technical_reference_security_considerations): SeImpersonatePrivilege

+ +  + +## Terminal Server User + + +Any user accessing the system through Terminal Services has the Terminal Server User identity. This identity allows users to access Terminal Server applications and to perform other necessary tasks with Terminal Server services. Membership is controlled by the operating system. + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-13

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## This Organization + + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

S-1-5-15

Object Class

Foreign Security Principal

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

None

+ +  + +## Window Manager\\Window Manager Group + + + ++++ + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeValue

Well-Known SID/RID

Object Class

Default Location in Active Directory

cn=WellKnown Security Principals, cn=Configuration, dc=<forestRootDomain>

Default User Rights

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

+

[Increase a process working set](increase_a_process_working_set__technical_reference_security_considerations): SeIncreaseWorkingSetPrivilege

+ +  + +## See also + + +[Active Directory Security Groups](active-directory-security-groups.md) + + +[Security Principals Technical Overview](security-principals.md) + + +  + +  + + + + From 239c7dd80dffcf7306871ec753f1e39c7424858d Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Mon, 20 Jun 2016 15:44:57 -0700 Subject: [PATCH 069/114] replacing status codes with hex codes --- .../surface-hub/troubleshoot-surface-hub.md | 67 +++++++++---------- 1 file changed, 30 insertions(+), 37 deletions(-) diff --git a/devices/surface-hub/troubleshoot-surface-hub.md b/devices/surface-hub/troubleshoot-surface-hub.md index 3e1e8126c3..af69ce45d7 100644 --- a/devices/surface-hub/troubleshoot-surface-hub.md +++ b/devices/surface-hub/troubleshoot-surface-hub.md @@ -456,7 +456,7 @@ This section lists status codes, mapping, user messages, and actions an admin ca -Status Code +Hex Code Mapping User-Friendly Message Action admin should take @@ -464,149 +464,148 @@ This section lists status codes, mapping, user messages, and actions an admin ca -

-2063532030

+

0x85010002

E_HTTP_DENIED

The password must be updated.

Update the password.

-

-2147012867

+

0x80072EFD

WININET_E_CANNOT_CONNECT

Can’t connect to the server right now. Wait a while and try again, or check the account settings.

Verify that the server name is correct and reachable. Verify that the device is connected to the network.

-

-2046817239

+

0x86000C29

E_NEXUS_STATUS_DEVICE_NOTPROVISIONED (policies don’t match)

-

The account is configured with policies not compatible with Surface Hub

-. +

The account is configured with policies not compatible with Surface Hub.

Disable the PasswordEnabled policy for this account.

We have a bug were we may surface policy errors if the account doesn’t receive any server notifications within the policy refresh interval.

-

-2046817204

+

0x86000C4C

E_NEXUS_STATUS_MAXIMUMDEVICESREACHED

The account has too many device partnerships.

Delete one or more partnerships on the server.

-

-2046817270

+

0x86000C0A

E_NEXUS_STATUS_SERVERERROR_RETRYLATER

Can’t connect to the server right now.

Wait until the server comes back online. If the issue persists, re-provision the account.

-

-2063269885

+

0x85050003

E_CREDENTIALS_EXPIRED (Credentials have expired and need to be updated)

The password must be updated.

Update the password.

-

-2063269875

+

0x8505000D

E_AIRSYNC_RESET_RETRY

Can’t connect to the server right now. Wait a while or check the account’s settings.

This is normally a transient error but if the issue persists check the number of devices associated with the account and delete some of them if the number is large.

-

-2046817258

+

0x86000C16

E_NEXUS_STATUS_USER_HASNOMAILBOX

The mailbox was migrated to a different server.

You should never see this error. If the issue persists, re-provision the account.

-

-2063532028

+

0x85010004

E_HTTP_FORBIDDEN

Can’t connect to the server right now. Wait a while and try again, or check the account’s settings.

Verify the server name to make sure it is correct. If the account is using cert based authentication make sure the certificate is still valid and update it if not.

-

-2063400920

+

0x85030028

E_ACTIVESYNC_PASSWORD_OR_GETCERT

The account’s password or client certificate are missing or invalid.

Update the password and/or deploy the client certificate.

-

-2046817238

+

0x86000C2A

E_NEXUS_STATUS_DEVICE_POLICYREFRESH

The account is configured with policies not compatible with Surface Hub.

Disable the PasswordEnabled policy for this account.

-

-2063269886

+

0x85050002

E_CREDENTIALS_UNAVAILABLE

The password must be updated.

Update the password.

-

-2147012894

+

0x80072EE2

WININET_E_TIMEOUT

The network doesn’t support the minimum idle timeout required to receive server notification, or the server is offline.

Verify that the server is running. Verify the NAT settings.

-

-2063589372

+

0x85002004

E_FAIL_ABORT

This error is used to interrupt the hanging sync, and will not be exposed to users. It will be shown in the telemetry if you force an interactive sync, delete the account, or update its settings.

Nothing.

-

-2063532009

+

0x85010017

E_HTTP_SERVICE_UNAVAIL

Can’t connect to the server right now. Wait a while or check the account’s settings.

Verify the server name to make sure it is correct. Wait until the server comes back online. If the issue persists, re-provision the account.

-

-2046817267

+

0x86000C0D

E_NEXUS_STATUS_MAILBOX_SERVEROFFLINE

Can’t connect to the server right now. Wait a while or check the account’s settings.

Verify the server name to make sure it is correct. Wait until the server comes back online. If the issue persists, re-provision the account.

-

-2063400921

+

0x85030027

E_ACTIVESYNC_GETCERT

The Exchange server requires a certificate.

Import the appropriate EAS certificate on the Surface Hub.

-

-2046817237

+

0x86000C2B

E_NEXUS_STATUS_INVALID_POLICYKEY

The account is configured with policies not compatible with Surface Hub.

Disable the PasswordEnabled policy for this account.

We have a bug were we may surface policy errors if the account doesn’t receive any server notifications within the policy refresh interval.

-

-2063532027

+

0x85010005

E_HTTP_NOT_FOUND

The server name is invalid.

Verify the server name to make sure it is correct. If the issue persists, re-provision the account.

-

-2063532012

+

0x85010014

E_HTTP_SERVER_ERROR

Can’t connect to the server.

Verify the server name to make sure it is correct. Trigger a sync and, if the issue persists, re-provision the account.

-

0x80072ee7

- +

0x80072EE7

+

WININET_E_NAME_NOT_RESOLVED

The server name or address could not be resolved.

Make sure the server name is entered correctly.

-

0x8007052f

- +

0x8007052F

+

ERROR_ACCOUNT_RESTRICTION

While auto-discovering the Exchange server, a policy is applied that prevents the logged-in user from logging in to the server.

This is a timing issue. Re-verify the account's credentials. Try to re-provision when they're correct.

-

0x800c0019

- +

0x800C0019

+

INET_E_INVALID_CERTIFICATE

Security certificate required to access this resource is invalid.

Install the correct ActiveSync certificate needed for the provided device account.

-

0x80072f0d

- +

0x80072F0D

+

WININET_E_INVALID_CA

The certificate authority is invalid or is incorrect. Could not auto-discover the Exchange server because a certificate is missing.

Install the correct ActiveSync certificate needed for the provided device account.

@@ -616,12 +615,6 @@ This section lists status codes, mapping, user messages, and actions an admin ca

The domain provided couldn't be found. The Exchange server could not be auto-discovered and was not provided in the settings.

Make sure that the domain entered is the FQDN, and that there is an Exchange server entered in the Exchange server text box.

- -

0x80072efd

- -

Fail to connect to Exchange server as a result of a networking issue. It's possible the server was misspelled or it just couldn't be found.

-

Make sure that the Exchange server ID is entered correctly, and that the device is connected to the right network.

- From a3f27423d43d470c9e6f714c9547da929a0aa05e Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Mon, 20 Jun 2016 16:23:36 -0700 Subject: [PATCH 070/114] new article --- ...ace-app-with-windows-store-for-business.md | 142 ++++++++++++++++++ ...oysurfapp-fig2-selectingofflinelicense.png | Bin 0 -> 108393 bytes .../images/deploysurfapp-fig3-acknowledge.png | Bin 0 -> 17338 bytes .../deploysurfapp-fig4-downloadappxbundle.png | Bin 0 -> 81034 bytes .../deploysurfapp-fig5-requiredframework.png | Bin 0 -> 51558 bytes .../deploysurfapp-figure1-enablingapps.png | Bin 0 -> 7916 bytes 6 files changed, 142 insertions(+) create mode 100644 devices/surface/deploy-surface-app-with-windows-store-for-business.md create mode 100644 devices/surface/images/deploysurfapp-fig2-selectingofflinelicense.png create mode 100644 devices/surface/images/deploysurfapp-fig3-acknowledge.png create mode 100644 devices/surface/images/deploysurfapp-fig4-downloadappxbundle.png create mode 100644 devices/surface/images/deploysurfapp-fig5-requiredframework.png create mode 100644 devices/surface/images/deploysurfapp-figure1-enablingapps.png diff --git a/devices/surface/deploy-surface-app-with-windows-store-for-business.md b/devices/surface/deploy-surface-app-with-windows-store-for-business.md new file mode 100644 index 0000000000..6d9cf49096 --- /dev/null +++ b/devices/surface/deploy-surface-app-with-windows-store-for-business.md @@ -0,0 +1,142 @@ +--- +Deploy Surface App with Windows Store for Business (Surface) +description: Find out how to +keywords: surface app, app, deployment, customize +ms.prod: w10 +ms.mktglfcycl: deploy +ms.pagetype: surface, store +ms.sitesec: library +author: miladCA +--- + +#Deploy Surface App with Windows Store for Business + +The Surface app is a lightweight Windows Store app that provides control of many Surface-specific settings and options, including: + +* Enable or disable the Windows button on the Surface device + +* Adjust the sensitivity of a Surface Pen + +* Customize Surface Pen button actions + +* Enable or disable Surface audio enhancements + +* Quick access to support documentation and information for your device + +If your organization is preparing images that will be deployed to your Surface devices, you may want to include the Surface App (formerly called the Surface Hub) in your imaging and deployment process instead of requiring users of each individual device to download and install the app from the Windows Store or your Windows Store for Business. + +###Surface App Overview + +The Surface App is available as a free download from the [Windows Store](https://www.microsoft.com/en-us/store/apps/Surface/9WZDNCRFJB8P). Users can download and install it from the Windows Store, but if your organization uses Windows Store for Business instead, you will need to add it to your store’s inventory and possibly include the app as part of your Windows deployment process. These processes are discussed throughout this article. For more information about Windows Store for Business, see [Windows Store for Business](https://technet.microsoft.com/en-us/windows/store-for-business) in the Windows TechCenter. + +##Add Surface app to a Windows Store for Business account + +Before users can install or deploy an app from a company’s Windows Store for Business account, the desired app(s) must first be made available and licensed to the users of a business. + +1. If you have not already done so, create a [Windows Store for Business account](https://www.microsoft.com/en-us/business-store). + +2. Log on to the portal. + +3. Enable offline licensing: click **Settings->Account Information**, and then select the **Show offline licensed apps to people shopping in the store** checkbox, as shown in Figure 1. For more information about Windows Store for Business app licensing models, see [Apps in Windows Store for Business](https://technet.microsoft.com/itpro/windows/manage/apps-in-windows-store-for-business#licensing_model).

+ ![Show offline licenses apps checkbox](images/deploysurfapp-figure1-enablingapps.png "Show offline licenses apps checkbox")
+ *Figure 1. Enable apps for offline use* + +4. Add Surface app to your Windows Store for Business account by following this procedure: + * Click the **Shop** menu. + * In the search box, type **Surface app**, and then click the search icon. + * After the Surface app is presented in the search results, click the app’s icon. + * You are presented with the choice - select **Online** or **Offline**, as shown in Figure 2. + + ![Select the Offline Licensing Mode and add the app to your inventory](images/deploysurfapp-fig2-selectingofflinelicense.png "Select the Offline Licensing Mode and add the app to your inventory") + + *Figure 2. Select the Offline Licensing Mode and add the app to your inventory* + + * Click **Offline** to select the Offline licensing mode. + * Click **Get the app** to add the app to your Windows Store for Business inventory. As shown in Figure 3, You’ll see a dialog for you to acknowledge that offline apps can be deployed using a management tool or downloaded from the company’s inventory page in their private store. + + ![Offline-licensed app acknowledgement window](images/deploysurfapp-fig3-acknowledge.png "Offline-licensed app acknowledgement window") + + *Figure 3. Offline-licensed app acknowledgement* + * Click **OK**. + +##How to download Surface app from a Windows Store for Business account +After you add an app to the Windows Store for Business account in Offline mode, you can download and add the app as an AppxBundle to a deployment share. +1. Log on to the Windows Store for Business account at https://businessstore.microsoft.com. +2. Click the **Manage->Inventory** menu. You’ll see a list of all apps in your company’s private store, including the Surface app added earlier in the prior steps of this article. +3. Under **Actions**, click the ellipsis (…), then **Download for offline** use for the Surface app. +4. Select the desired **Platform** and **Architecture** options from the available selections for the selected app, as shown in Figure 4. + +![Example of the AppxBundle package](images\deploysurfapp-fig4-downloadappxbundle.png "Example of the AppxBundle package") + +*Figure 4. Download the AppxBundle package for an app* +5. Click **Download**. The AppxBundle package will be downloaded. Make sure you note the path of the downloaded file because you’ll need that later in this article. +6. Click either the **Encoded license** or **Unencoded license** option. Use the Encoded license option with management tools like System Center Configuration Manager or when you use the Windows Imaging and Configuration Designer (Windows ICD). Select the Unencoded license option when you use the Deployment Image Servicing and Management (DISM) or deployment solutions based on imaging, including the Microsoft Deployment Toolkit (MDT). +7. Click **Generate** to generate and download the license for the app. Make sure you note the path of the license file because you’ll need that later in this article. + +>**Note:**  When you download an app for offline use, such as the Surface app, you may notice a section at the bottom of the page labeled **Required frameworks**. Your target computers must have the frameworks installed for the app to run, so you may need to repeat the download process for each of the required frameworks for your architecture (either x86 or x64) and also include them as part of your Windows deployment discussed later in this article. + +Figure 5 shows the required frameworks for the Surface app. + +![Required frameworks for the Surface app](images\deploysurfapp-fig5-requiredframework.png "Required frameworks for the Surface app") +*Figure 5. Required frameworks for the Surface app* + +To download the required frameworks for the Surface app, follow these steps: +1. Click the **Download** button under **Microsoft.VCLibs.140.00_14.0.23816.0_x64__8wekyb3d8bbwe**. This downloads the Microsoft.VCLibs.140.00_14.0.23816.0_x64__8wekyb3d8bbwe.Appx file to your specified folder. +2. Click the **Download** button under **Microsoft.NET.Native.Runtime.1.1_1.1.23406.0_x64__8wekyb3d8bbwe**. This downloads the Microsoft.NET.Native.Runtime.1.1_1.1.23406.0_x64__8wekyb3d8bbwe.Appx file to your specified folder. + +>**Note:**  Only the 64-bit (x64) version of each framework is required for Surface devices. Surface devices are native 64-bit UEFI devices and are not compatible with 32-bit (x86) versions of Windows that would require 32-bit frameworks. + +##How to install Surface app on your computer with PowerShell +The following procedure provisions the Surface app onto your computer and makes it available for any user accounts created on the computer afterwards. +1. Using the procedure described earlier in this article, download the Surface app AppxBundle and license file. +2. Begin an elevated PowerShell session. +>**Note:**  If you don’t run PowerShell as an Administrator, the session won’t have the required permissions to install the app. +3. In the elevated PowerShell session, copy and paste the following command: + ``` + Add-AppxProvisionedPackage –Online –PackagePath \ Microsoft.SurfaceHub_10.0.342.0_neutral_~_8wekyb3d8bbwe.AppxBundle –LicensePath \ Microsoft.SurfaceHub_8wekyb3d8bbwe_a53ef8ab-9dbd-dec1-46c5-7b664d4dd003.xml + ``` + + Where `` is the folder where you downloaded the AppxBundle and license file from the Windows Store for Business account. + + For example, if you downloaded the files to c:\Temp, the command you run is: + ```` + Add-AppxProvisionedPackage –Online –PackagePath c:\Temp\ Microsoft.SurfaceHub_10.0.342.0_neutral_~_8wekyb3d8bbwe.AppxBundle –LicensePath c:\Temp\ Microsoft.SurfaceHub_8wekyb3d8bbwe_a53ef8ab-9dbd-dec1-46c5-7b664d4dd003.xml + ``` + +4. The Surface app will now be available on your current Windows computer. +Before the Surface app is functional on the computer where it has been provisioned, you must also provision the frameworks described earlier in this article. To provision these frameworks, use the following procedure in the elevated PowerShell session you used to provision the Surface App. +5. In the elevated PowerShell session, copy and paste the following command: +``` + Add-AppxProvisionedPackage –Online –SkipLicense –PackagePath \Microsoft.VCLibs.140.00_14.0.23816.0_x64__8wekyb3d8bbwe.Appx +``` +6. In the elevated PowerShell session, copy and paste the following command: + ``` + Add-AppxProvisionedPackage –Online –SkipLicense –PackagePath \Microsoft.NET.Native.Runtime.1.1_1.1.23406.0_x64__8wekyb3d8bbwe.Appx + ``` + +##How to install Surface app with MDT +The following procedure uses MDT to automate installation of the Surface app at the time of deployment. The application is provisioned automatically by MDT during deployment and thus this process can be used with existing images. This is the recommended process for deploying the Surface app as part of a Windows deployment to Surface devices as it does not reduce the cross platform compatibility of the Windows image. +1. Using the procedure described earlier in this article, download the Surface app AppxBundle and license file. +2. Using the New Application Wizard in the MDT Deployment Workbench, import the downloaded files as a new Application with source files. +3. On the **Command Details** page of the New Application Wizard, specify the default Working Directory and for the Command specify the file name of the AppXBundle, as follows: + + * Command: + ``` + Microsoft.SurfaceHub_10.0.342.0_neutral_~_8wekyb3d8bbwe.AppxBundle + ``` + * Working Directory: %DEPLOYROOT%\Applications\SurfaceApp + +For the Surface app to function on the target computer, it will also require the frameworks described earlier in this article. Use the following procedure to import the frameworks required for the Surface app into MDT and to configure them as dependencies. +1. Using the procedure described earlier in this article, download the framework files. Store each framework in a separate folder. +2. Using the New Application Wizard Using the New Application Wizard in the MDT Deployment Workbench import the downloaded files as a new Application with source files. +3. On the **Command Details** page,type the file name of each application you downloaded in the **Command** field and the default Working Directory. +To configure the frameworks as dependencies of the Surface app, use this process: +1. Open the properties of the Surface app in the MDT Deployment Workbench. +2. Select the **Dependencies** tab, and then click **Add**. +3. Select the check box for each framework using the name you provided in the New Application Wizard. + +After import, the Surface app will be available for selection in the Applications step of the Windows Deployment Wizard. You can also install the application automatically by specifying the application in the deployment task sequence by following this process: +1. Open your deployment task sequence in the MDT Deployment Workbench. +2. Add a new **Install Application** task in the **State Restore** section of deployment. +3. Select **Install a single application** and specify the **Surface App** as the **Application to be installed**. +For more information about including apps into your Windows deployments, see [Deploy Windows 10 with the Microsoft Deployment Toolkit](https://technet.microsoft.com/en-us/itpro/windows/deploy/deploy-windows-10-with-the-microsoft-deployment-toolkit). diff --git a/devices/surface/images/deploysurfapp-fig2-selectingofflinelicense.png b/devices/surface/images/deploysurfapp-fig2-selectingofflinelicense.png new file mode 100644 index 0000000000000000000000000000000000000000..eb7a2ef7876199871982bbba1ac45913955d7892 GIT binary patch literal 108393 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�{k|^?ZboaGE)Q} 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 b1c=6xuhl#~???RJ29lDTx@?uSS-}4VVUDOE literal 0 HcmV?d00001 diff --git a/devices/surface/images/deploysurfapp-fig4-downloadappxbundle.png b/devices/surface/images/deploysurfapp-fig4-downloadappxbundle.png new file mode 100644 index 0000000000000000000000000000000000000000..59b96e327b7003a53dca3fd2be690060f3c623cb GIT binary patch literal 81034 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

FEgn~ zb>2zQ4yTB9-^IZyBh}P+hS0{LBQjN40lvc6Q59x1Cr@r?dIo$4|1KRJ9Uos`282+V zutDNlYN|V67{QlM!K%;clGH&fHcGIuVdTg^dl$_|?N6uYfkhh?fX`D(ID#QG*Xbii z5Nz!B8v{#Xa~n!!-O82T(%Z=nu>B}Lo-EfSO$ezmdir^vot?;S+}yO?rtOwi#~r&fWXf;vlS_!IdbkEEX(K7Jng~^K^t{ zZ&e>G4k8#19d9os4&tDbx;bE(RhR-%(y}TZX#~9#SB5JPH98ric95>k>R+iCkVWkG z!sb=jlgc&`TWW8r>y>#QX^Nz}ch6KAO%=#|+4GSRjDSH>!pAw)wGoc#hiR8GzJD2+ z^&P)?ZX0hc5`X_#Jf9sV=g%J$<#I|fWPGUJPWDT@u`o!4@GD^6+7+uV^By#{{d)NF zJsH@qwZP+hn7)1*oEAW&l;V_AJ$SC#P;Aj;GKNBF;J^Mb$Op3EM)zBIR-@TccR?0? zZKTOI2_>;BF3UXW7M;pdUD&kp56h*BzZKJ$;RqENcik;{Hkr2_a7b7mzLp-CWwxGczl(b5|>i zrkE+R1bo*C2CjkT^Z4^?z^oM)>Us2v;xd9;n4N6gPus!kSLJHr*~IFKRt4daDEpr3 zL<(cONoMqstSWk^QvYugucQ|Hco zgl(AJz8GwzAeZ&t9s2!;XdvJOqxRnJg~y$?mKK&?!!$J$FI4PB#>H(BL^#@w1b^;W z$PemFW;kRRl=~=Q_+nv4?Rw)I+fB{Qv%YuNpRj`i0(wFR%}Dh7C*gB^=i|Sm@0+pr zYy2`)x#&BwB7gDnrE#;$LQao1Bd=9kNh51Eo@0m&ofS_tWhe24 z;N(8jc;392S6vt>WHME-c=|>ZA`6nT3CkH9M$8VvbMX#*tDzxlLqVe^A&&$*M7j=k z;M@@b1`5blx!-E&;2`#qZG3BLTI=ADu>kH9$H&NWjY-B#P#30qc};o(io_%-D`|WR zX%tF0aU~^{>sG3oGvbcCjFAhX%l%+8MqZ6RkP%xhA!kABT4^FY%__guH2U!%5#Rw8 zS%sDr+)j@}ZUiGw^#256j?oaX1S|R^(}%ln7F?Cq_G?-5<@e`iY`w7VV;LVmtf0hY zxrNS$Of^?!JZ&DRAMpbZ!szHuVGECQ&XH_@MK#q!p_JTS2kvbs&7TsOLe><4*3s(_ zy!kh{F-6A5AIPtPL9fWoJz%Dbk#KWuVYiK&fFF~w=4Q|@brQ}X;ez zRX<9@pOceQeOVFR9nvwTf?K;2%PEit_3!VKzJb=GaSUlC=VT`yHJ$=mysAJEahgZI zq@)E>4Wt(S-O3LNRWN3{bLVvCa<(zF7wt>699<5_2I|4{Ds9ANee&qhJ;jjlYa${r z(!DmBn2t#!2g>?Qpd3i(L4ML@U>XGp!>A^Ogn*2U4E#lKCMW7Rl_vWt?YB;ItMWgK z(2J2xvmOIrOu@ETP1vA<+Bx80|zVLm`Uf-Z$gSbhM`3u?a+4Y)$w6l`@5nSG*v$4ivZ5gi$+{K3|=ey(77 zgS|;rYkTXdDz?;U^MRe7omSdUCqa96{X$fnxxe0)3l{42XS0B`lP?Xj`(sooe|)a} z;uOWO$M2nWcq&mpVr<3IWtb75a>fY+3FpFv3~rTd9lj-xk{A${iMphm2$M8b>pv$} zZ9PaF%!Sk|p*2en;WeOi$DX1dIm?UNY{rhniX^CI*hHp;rW`3^!hG$%SEC+}> z$RnsT=|BKe-*SL!YP{e{;ZREqa|k==P8om@dPl1Yp6RmE(iI!4M$3-U)_#$bQ^PBk z{OD-(fjEf?^SyEJ4l7TCK4lJVfA|&zb1P?{{XnVA0d)U@6_We@Uo9;>@NJ-fl94p_ zP42g_$3_qgPR5SWep`U5C$mc=&6oIG24O z`44H@XAzMev3r8<0&<^=Pp(8gx|0kHU(R>qvmrBK#^Ibv_%A3V2nZpEU(aAq0qvPr z!IPm9J0_<~P=kH=;11GZa^q} zH zIPD{tU!}G4r#-zI5^#n73d+sc0NjZs>jzT4+p;y&Hr=ymQ9#0BpT+k~swk#;L-$fa zGiQX%uVY66VnyzF)Hwe3QL1A^?+;#lj6JEPq;!V6OzU#r?;wIn%+1-3o09UH$`u}X zb_@cY!spK?uxzqd$Ya|V>!!#KjjOO4dmUwBoi9O$3s~v){;S{)iYKCuHU$~dt_Kf3 z)NCaQT=ezL2Ej;bFQ+J{rkxit#oDcK9nSf1dw4ALavO)6`8!5V)~$){M>eFTh3gP@ z_pq=BXMRM~1plTQS0n+QT*AnNUTljN6}~DzZ5JIOZz|`5ggtsNwu@GK|qE0!j0b@FoDL;!1GD* z13b7I(=>5T9K9y*&K1Z)aZ+-!UH)hv?dP-crBNKnTK$@I}E!`iHKkn;o`E11V?yAVe!<)=_;zK8rC-j;DsZ2Z(7gm zdlIV0CnTLYHE9(oJ^b)tVHA;vRSIJ2JW6V0=3eDnUtM1V|={ zj*3G5#0xPmBnY{GKJa-rxaIZg{v26sHBCOUW{p+{Df>1w&qQx5xP)y*9;sE-yaY_9 zOQMQvbu7>2M!}~nfvnW`EyVzGahxKYvYmLb%jix{rFI@=i#CS z3ku50mf6^lL7AJW6GVL7!^o?ni5t{E(Aw1Ml-Qxxk-G8$v9YShl5odiL;zc@@n9xa zJyCqq`&Ro_ASlnu!W-(%G*zNdq(TzH2Z9T@hv~0Qdf}c>lQaoP8E!3wjjZY<&!fkK zZMkzLv221J2nHBE(%3vwx}P)`W6GAg{>|Z_ZGnG&S9a2)AUugYivmUXMQV1`XXM-) zH*YGS96}3NWF;=$$@Fm{IJxuMP^Js}_T7DZ0%e)|jvaZPzbM1Z{;#^uJ+8*QYvYE7 z93n|dF-k*-4wR$=8>x^~&LS0(Xha7UDP^KTN2e%FrIb@4DU?H{QVt~%Qp6zB5v8=> z@7=uf{PDb>cmMHtK27a*_x-!qy4JO>b*kXM0-7v)3KnLrpbh7@fK4yNZAsH1hWjT?C8A zxE@Yp2uleFbm1X^J4$!RraYsi+SIqVK|T^O{~vZO?Y>kPNXprh5of6f>y8N+NE;3r zsD>U!w&UUQE6z_K!qVUpaUXaPrr`+IJUdD22T4i_(KVuw z(fn!K|B^2CCAD#Q$V{Ve?j#5ZCe+`)3E#%dIc4kDo066GPd57G|Z@fP|{4ad^Ao8V(O0kOIKpPO4w}l*O9oPP!E@< zPNi&y07o`Y(F(}Kx`*|v+!XpL3?d4v2@DK6DKj_$$gw8vl87i|FovIzM@VCoA{=3W z+UpBvdG3G_wa@GrF>4D9#ZwKMg#rwy5iEUsdU)I9G2JhLsbBV#WPnCtf$z~mu=(@n z-W)C(kRnMCv!!+_4=%wL=#uuWjOq%kss!yCY@5p>!U4)}KYS2W@Qgs5Z4lPvY}ypB zKWxKvHcu`~5vO&&tiO-c))pleLv3wtXcsAkjC{VT%g6NTl38`#D=hquCU~4OxjpfG ziueRxeeWq_PTqXSr|1|v?iEj8(`_?0MPFtHw&C7EYJ-N>r&^ROY=*z{i*68gsULkc zvUm88OISlF)IGqF{npryi*j)hD;)%J`cL+0M<2XrZ|3==kRJc8CD~m)_`gMSek&9b z;pj3l3MzE4}m+W%=~g;12f-S#r7l$&@S~`Tf?`DW&4p^Olq+L{y{_FS~*ubzNN4Z+_yI(S_#J zBg3VH7-N=x{W=|^P8ju0iyEF1XJXhnqn7qgI<>gA#91Fl<;gWI>S>sBTr?AGVu63l1Z>4R;$R#8V}+Ta%;i!c-oK&BDxV@V?pT6{+ui!7gY2 z5PaB4tVR0!;Pd<1RI6Xhyk+Zb{ z8@w;$Kv*nqh;z(DNeA!+xC7&-LAPt;#}R|?B#{&_<+5p0#{z|44Gatr+qflhU}^Dj zmZBk)5G9$r9H+g#YL${l1p2ty*TSDshC!1@)eufjoIFXGK>jW)MfY0B_1SG4Q~k75 zJ@x@@3&P@#B*T#N<_0WP5oCfzkeE@Vam z*h@s-|MEKzOBOT*vWgowMvSe@*c{DTy>B5uurZ~<3%BWTXlUkrbX~;ww(x>CB%!8u zUoL9VtI2!2J(Kv*5a9378iPbA+0jm_%D_$FL>Mp%?zhhXdBF(r@Zr4+=2DqK22|d; zGuqgAjk;WmmjTlUvi-obw6d`Y!^TE3z>7gckmFx}(K@e;2&?xv#JJhIakr2PtXU(5 zHH8STM$5}bL`aTcS+F8lV6nEOpSvp_?0fh2{`xXVnv0;1?O|4yH`)t+;>Pvs2oj;% zFLrcysoH%0{vt?UQb#7Hq!it{HM3&oC-PVFh<@|gao~{~GE|-dibPHDKGmuQn@YsX zsh`M`f#QOUdusd_LOVTSqgX#QS4E%CsjGykK|Dnav0>ZZhY$N~U)GLL0*;Zh=|1xm zT6Xzx?oc4jXH6drDt9C^2%+@4)b<7F<7?l(4SYGcxS8>35;eWd^WKpl7rvoBLgCXq z&cZm)3j_|ve;BMeec6)F0{SI17aXDHeCu|teEkweZb79eO%_{1gCr&->|P}_=sLAJ zZ|c4v)|Eee_`0@MN5)@(gJZ{*KlK27{ESea8qz!w2m+T8 z8NDVj6v0`Yw7fMbf*GB+Z?V+%vtWS~1rCBClvyQId$dpJ@SgS5_n%>hD$Myw3Ok*~ zTdKzxaKf?q?+7p#_qY?D>#e$XdvwX?meyCF;OQ|0FOw0u zCJk9Sy}6D(M#T&N%LVP3TdLmu|Ni~TzgExxYQgIOO)3YuaGk2pXu_df#tRJU0E(!wF%!(? zdbFLVj+%ClG*)xvWo4-L6|eu!2b!@|7_y~GAd#Vv?H+Z2JHP;yR0aotYRxWW?W##r z;VsZ#WZ`!AndB!i69p-b>_K_;pHte?n|S6TObaphJ?RNNEYV6@#E3FXOJdmv z$vAQ#76cdgZ9sTrVuwOPrqj>o+C4ZijRio$f^aYz)hK`XBd5zS2|)asxqMFzfecaN zEjuXl7kPP!^my^sp;5;fh-Lbo6H2Ki%zF(V{(V72CRd463`Gsm25uX_ZdM&dA!RWy z3bI*}?8$(Sew`c{DNAg|%7oA{M1p4SNCky`()xgA>STUoYdS3i9t}!n_D%na4w^JA z8Amw4j1(&%eEaM8QKoxYnU)NC6S0Z324aS^N{XU!44r^kHl|6tO;ww}e2LopibsS5 zVwPwH4yD=$iUvy0l*Ti-(9x<8{Xwjuk4gL^<|%L}7}PM9Txoo~`blYh%HmWG!Ytb^ z6q;}$+zT#=c0P7~r|@0Eg)m%|PJ}Bvaj`CqM+Ce~-3T8c@Sn|i)SN_0Z+4#?jMBNI zk1QNy&l0Xxs|3%c&bF;etPF6pw-?SMn>h@2uuziZFht3nDLnWUkcY?k7SsX%G*YH} zvWz99`4Ai*GTw;D$l2j<;mQV!B7Zr-Z9aPZxWx&*Ft=}er2o8L!#%ssRcO0fKLlYw z+K=TlNMNv7J==*rV;#wgbYdIbO7TToMlS-P3W5vkA39V}T%4lM)j(DriL?e2V`F3N z_2Flg@B&)zCJd1Z9y~qQ%b||QUGtzJ08J-209)1%+XY8vaz>N+7}u{gzV@?Ym zFqa{I!6S>_txNm*v+~_HO_<^Gh*LtHxzB*=6^5P#FZO&s8O_Bu-!9NAA|cqei8vRWbA&Q$%s-}nRSK1fV~gi1I=IP10$$qd+IuM7rF-z99Upx1_C^2 zsYa(iUj40%gtE*&gkB*UxEtezjUjJiB11?tts5`V0u=@?T>{_n*FXp89Y8_YFR1M* zG}6)uSC?t%P$5ErBhm|3#a{3REl6ZD2NfpwzWNcWN9{mlP7XSm5A6BIa=?FcBih?H z$&6W{aa!l-C`>^SY59x@z4;X+bt4O`JcLf2yLmte%>t+&d|Y@DWMBXL#yYD>Z+X%SC1`Y>SE9sdEn1%uzpDVjp~ zhVC@{M`FPkQBs1`*=zfPgXsqq-@7+MlBiRdpWnM!il-LhaD=v_=~$gZ!06ZqcrlZr z(DmHJl!+*S<-wXIOH7i=P1n`kA%6qGWbH@PK%w2B)Zt?m?3CXLD;ADbK3` zCQ?JKUIe1`Q_pEQ#$;|4|JgIVmt+8w0GBc{2KMc%FvZD|cuS?17V-wLBG`svWk;&v z(vp-5lB^&sX^Z0Ogjc|CAP=4jOurc7#MVSzPtS|64BrDsg=1({RW`Yn=*=7O;y*Ei zc-w7;scEpOY8Ks4x&sV|pif3D`&1i-A1Zjrg*uW2<<1+jWYa{dP(klbM^0LVzJYB> zwQkqiCQUk`C?g}s-fVZ<-ppUxndd?m#n)N;3d1!B_Nb7O@;-IR+@i3qq2 zqSOzF=OLjQW?T~!_GUmAhm?rO{QyPTDI~&36ZJBs1T89~ClLQCfm9^yU#E;Gm;z1_rau-%!We}LaVeLK~OG+_Ej=Zn0r|Myw+AujeUF?&9XmTNS_4Nki**Ht=Vku8>fA|DLW^dp8{mUlb zcvICCZ2abhg98ja%qHTxtctX=XYbQRC3LW}9e?SSM+)+vF{2=O>=I#&yjz32Z7Sdd z_ypAWh$PS09OqKt9z+j>3W$a&f>f;H);b90pVROX9nK0k-6YtAtkjb1m#3_Q&waiRGR|K+W zI9-}vFbGYpt#`k+AwT1Ge1g8MuU8s8_!0Yk!V{LMTP#>0Oas}{gG9LkA2yB2X0e_; z#XOBgL}tOZUj;zeh@}zNR2cavKR}ipC?&<2Kor~WXb^Ql+uWv(@1O9U1lf;bWxD1>^neko2^!Q zTn9_S+Kwng-ij`B>;vS#&8@8ozTblL>>22x)wtapV~|!J??sa~R-Cu}^zI$71hA8W z<1v|D-KV{+%~FcqvK;7Y{O=TjRHbmY*ar}-ttW-5QKEvOg8V4!oi=V{@TRsH#TQy{ z3TZ47X&C{t%zdW;Heqk03V|-PYJ_n;6h>GYt(iRXqC+05$DjR;hXA`K&}(zMhY&+B z@H-Swx$3xi^G+m^Tz%3QWsH~YKe)uwA1E6g2=|Z_AHR)BKRl_59F2C#t(zHz5LJD}Wi>;?opej6plK82t~Bi) zuqbjZC1E4`0))q%j~*q65|nqKC_u~Q{%LMTF3LU2#fwYOxA_y|2{up^L=!e^hU;in ze|aUYs*3+n{Wr!%<*s;&vn5uigJ?&8Iys5@al+E`6m92LTybV7gD61L>FMLgMfdLI z4&1qG3`qwJ0`6f@Dua0!j`^Ydk-u(TO9k)`yUcSW1QK8<67Ll&#)p~WbBLlpt70&b zb9akc&Qa!{#u3ZG;K(H247E`S!IATv^vT&jJjvGF&=bK8Fat+;+hH4V`^LUNU4f+% zRRskbP&05N;5d2l+qdh}<0qJI0RxmDCndQQr47uZg~N^Uq+^FX1{A?5!@7IBdkiEg&^JG&DgOsGCNO;Bv}p=s z5te(gFk6HfL1^>sdv$IEWp*j<)1aWl2y(Pb{>>r8{awuOdVA~d+Rw2S^p2(6Sq_>{5toZUZ6Ce4_^LqN#Mt~$n{>)SPCD1aQ#hw;~0mqR)f#i8Y^W*{d$ zos*W1I30gCViF+;WEX{@IDY?My;~@f_&$<4J77t}TF2&7c`lFLM#^ImVK1|AKn7P{ zFSOtdixr~jWF2&u7V#E5k|&9fpjvz>U0q==rY*5UV#M*WF1+Zongao{VQ`Ml#r7vb z3`4*M*)nfYUfv391D>?CvFBv}*@`~Ok(gEtok$vkrsWqidBR_tc?J7+&K?Ws@x+1F zq0Hj|G#xvP2pDy5* zdurldjVeN0*?gR+sl8EEya7Zm!>_y5<| zJFkRwoNSIVFO2CZ_UbvVXX^KysVa|`#Gcd^4O-F7gDTV+&r)g4GJjaqN1^W9T(!hY zGky_>uFjXcuSj)&l>cYb+HOC_gH%)_Rs8Q8$H|7}ydUywLYBeKouTXhJT&~kjGV8_ zRUX^M{&2`V?;oxd9;(?UyxD74<@n%)fmvrOuINtax=|S`EiHl=rh)XXmI9n1GvekM?&BMXL-D}wz zZQpi@)?M;+*X-OBT+tZ0|B}Y>Fv%N7UDu};rmt9IQ=#gnb@)N_dhPG?6T`F} zHv5&NHauT_q{aP-{2~kU{#(ko+_WCsv3=m4qp$zGo*et`%+iS?&eiT3xPQ&cyR!~O z_7Ae!U|11jdSlqofb}ts$$RYQgm}GeYW^q}c2N6G{p>rsaZ|)Y7TTWFDz^yJ2sbwi zwfyITs>b_f_uO8)amU*iOk(ma;wfgn{J-td@M2l2k+uJp9t;;XJ(>1GXavL$}$KpSaozpE2ovALLtW#mzE>83OrY0q^ zR=yzC)1xJ=pTAA`j2RQI3{iLcNwNRDE3G|aZYx$+NiK=G%fB0y1EPYq=r)ZAQOyht zlr-yiNBp!zdwO2_#RsJ~C;Mz~(bl}87J7Q@-e3u zmn(kjd%Af{)5s^=78fK9__N>AiE5R}=QA2o#%ll2-L!B1$7=yLQg^ON*BOnE(y@MG zvQ1;;;@Np>lYcHuERQ^FGV<%f`Ms7-T)tjUz4NyXZ<^eqvlV(=wCGxFXde2pCFZkk z_Cn2dg=z(+=J_QxVdasfPKW#a@whzpjfC~i6-v?a=2pMfWc2FsTI0}8?p${e6w1f$ z&~s*XHccBg2rQa2o{z_c26&LhuQzU i&5ZC}ysKE;tB2aR(~8@Q?6igRVK&EN_IZ(A!2bXhi>KZI literal 0 HcmV?d00001 diff --git a/devices/surface/images/deploysurfapp-fig5-requiredframework.png b/devices/surface/images/deploysurfapp-fig5-requiredframework.png new file mode 100644 index 0000000000000000000000000000000000000000..24d6e7edd8d2e15aca9d69b850695f8213959b3f GIT binary patch literal 51558 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 literal 0 HcmV?d00001 diff --git a/devices/surface/images/deploysurfapp-figure1-enablingapps.png b/devices/surface/images/deploysurfapp-figure1-enablingapps.png new file mode 100644 index 0000000000000000000000000000000000000000..78bfef9e8b2a05901e6f80ee0c6ed45641c7c22d GIT binary patch literal 7916 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 T^|E(=r~#U)dMb5Fb`k#qD9zyz literal 0 HcmV?d00001 From 5b34696d64bcd7b2361266d05d27eabbd24be4c2 Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Mon, 20 Jun 2016 17:07:11 -0700 Subject: [PATCH 071/114] edits --- ...ace-app-with-windows-store-for-business.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/devices/surface/deploy-surface-app-with-windows-store-for-business.md b/devices/surface/deploy-surface-app-with-windows-store-for-business.md index 6d9cf49096..4be1cb6f37 100644 --- a/devices/surface/deploy-surface-app-with-windows-store-for-business.md +++ b/devices/surface/deploy-surface-app-with-windows-store-for-business.md @@ -25,7 +25,7 @@ The Surface app is a lightweight Windows Store app that provides control of many If your organization is preparing images that will be deployed to your Surface devices, you may want to include the Surface App (formerly called the Surface Hub) in your imaging and deployment process instead of requiring users of each individual device to download and install the app from the Windows Store or your Windows Store for Business. -###Surface App Overview +###Surface app overview The Surface App is available as a free download from the [Windows Store](https://www.microsoft.com/en-us/store/apps/Surface/9WZDNCRFJB8P). Users can download and install it from the Windows Store, but if your organization uses Windows Store for Business instead, you will need to add it to your store’s inventory and possibly include the app as part of your Windows deployment process. These processes are discussed throughout this article. For more information about Windows Store for Business, see [Windows Store for Business](https://technet.microsoft.com/en-us/windows/store-for-business) in the Windows TechCenter. @@ -49,7 +49,7 @@ Before users can install or deploy an app from a company’s Windows Store for B ![Select the Offline Licensing Mode and add the app to your inventory](images/deploysurfapp-fig2-selectingofflinelicense.png "Select the Offline Licensing Mode and add the app to your inventory") - *Figure 2. Select the Offline Licensing Mode and add the app to your inventory* + *Figure 2. Select the Offline licensing mode and add the app to your inventory* * Click **Offline** to select the Offline licensing mode. * Click **Get the app** to add the app to your Windows Store for Business inventory. As shown in Figure 3, You’ll see a dialog for you to acknowledge that offline apps can be deployed using a management tool or downloaded from the company’s inventory page in their private store. @@ -62,7 +62,7 @@ Before users can install or deploy an app from a company’s Windows Store for B ##How to download Surface app from a Windows Store for Business account After you add an app to the Windows Store for Business account in Offline mode, you can download and add the app as an AppxBundle to a deployment share. 1. Log on to the Windows Store for Business account at https://businessstore.microsoft.com. -2. Click the **Manage->Inventory** menu. You’ll see a list of all apps in your company’s private store, including the Surface app added earlier in the prior steps of this article. +2. Click the **Manage->Inventory** menu. A list of all apps in your company’s private store is displayed, including the Surface app you added in the [Add Surface app to a Windows Store for Business account](#add-surface-app-to-a-windows-store-for-business-account) section of this article. 3. Under **Actions**, click the ellipsis (…), then **Download for offline** use for the Surface app. 4. Select the desired **Platform** and **Architecture** options from the available selections for the selected app, as shown in Figure 4. @@ -70,7 +70,7 @@ After you add an app to the Windows Store for Business account in Offline mode, *Figure 4. Download the AppxBundle package for an app* 5. Click **Download**. The AppxBundle package will be downloaded. Make sure you note the path of the downloaded file because you’ll need that later in this article. -6. Click either the **Encoded license** or **Unencoded license** option. Use the Encoded license option with management tools like System Center Configuration Manager or when you use the Windows Imaging and Configuration Designer (Windows ICD). Select the Unencoded license option when you use the Deployment Image Servicing and Management (DISM) or deployment solutions based on imaging, including the Microsoft Deployment Toolkit (MDT). +6. Click either the **Encoded license** or **Unencoded license** option. Use the Encoded license option with management tools like System Center Configuration Manager or when you use Windows Imaging and Configuration Designer (Windows ICD). Select the Unencoded license option when you use the Deployment Image Servicing and Management (DISM) or deployment solutions based on imaging, including the Microsoft Deployment Toolkit (MDT). 7. Click **Generate** to generate and download the license for the app. Make sure you note the path of the license file because you’ll need that later in this article. >**Note:**  When you download an app for offline use, such as the Surface app, you may notice a section at the bottom of the page labeled **Required frameworks**. Your target computers must have the frameworks installed for the app to run, so you may need to repeat the download process for each of the required frameworks for your architecture (either x86 or x64) and also include them as part of your Windows deployment discussed later in this article. @@ -88,7 +88,7 @@ To download the required frameworks for the Surface app, follow these steps: ##How to install Surface app on your computer with PowerShell The following procedure provisions the Surface app onto your computer and makes it available for any user accounts created on the computer afterwards. -1. Using the procedure described earlier in this article, download the Surface app AppxBundle and license file. +1. Using the procedure described in the [How to download Surface app from a Windows Store for Business account](#how-to-download-surface-app-from-a-windows-store-for-business-account) section of this article, download the Surface app AppxBundle and license file. 2. Begin an elevated PowerShell session. >**Note:**  If you don’t run PowerShell as an Administrator, the session won’t have the required permissions to install the app. 3. In the elevated PowerShell session, copy and paste the following command: @@ -104,7 +104,7 @@ The following procedure provisions the Surface app onto your computer and makes ``` 4. The Surface app will now be available on your current Windows computer. -Before the Surface app is functional on the computer where it has been provisioned, you must also provision the frameworks described earlier in this article. To provision these frameworks, use the following procedure in the elevated PowerShell session you used to provision the Surface App. +Before the Surface app is functional on the computer where it has been provisioned, you must also provision the frameworks described earlier in this article. To provision these frameworks, use the following procedure in the elevated PowerShell session you used to provision the Surface app. 5. In the elevated PowerShell session, copy and paste the following command: ``` Add-AppxProvisionedPackage –Online –SkipLicense –PackagePath \Microsoft.VCLibs.140.00_14.0.23816.0_x64__8wekyb3d8bbwe.Appx @@ -115,10 +115,10 @@ Before the Surface app is functional on the computer where it has been provision ``` ##How to install Surface app with MDT -The following procedure uses MDT to automate installation of the Surface app at the time of deployment. The application is provisioned automatically by MDT during deployment and thus this process can be used with existing images. This is the recommended process for deploying the Surface app as part of a Windows deployment to Surface devices as it does not reduce the cross platform compatibility of the Windows image. -1. Using the procedure described earlier in this article, download the Surface app AppxBundle and license file. -2. Using the New Application Wizard in the MDT Deployment Workbench, import the downloaded files as a new Application with source files. -3. On the **Command Details** page of the New Application Wizard, specify the default Working Directory and for the Command specify the file name of the AppXBundle, as follows: +The following procedure uses MDT to automate installation of the Surface app at the time of deployment. The application is provisioned automatically by MDT during deployment and thus you can use this process with existing images. This is the recommended process for deploying the Surface app as part of a Windows deployment to Surface devices because it does not reduce the cross platform compatibility of the Windows image. +1. Using the procedure described [earlier in this article](#how-to-download-surface-app-from-a-windows-store-for-business-account), download the Surface app AppxBundle and license file. +2. Using the New Application Wizard in the MDT Deployment Workbench, import the downloaded files as a new **Application with source files**. +3. On the **Command Details** page of the New Application Wizard, specify the default **Working Directory** and for the **Command** specify the file name of the AppxBundle, as follows: * Command: ``` From 3d9dfd83167cec432844668cf3a3c2a9b4f7cc31 Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Mon, 20 Jun 2016 17:11:57 -0700 Subject: [PATCH 072/114] spacing --- .../deploy-surface-app-with-windows-store-for-business.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devices/surface/deploy-surface-app-with-windows-store-for-business.md b/devices/surface/deploy-surface-app-with-windows-store-for-business.md index 4be1cb6f37..7cfb97a047 100644 --- a/devices/surface/deploy-surface-app-with-windows-store-for-business.md +++ b/devices/surface/deploy-surface-app-with-windows-store-for-business.md @@ -66,9 +66,9 @@ After you add an app to the Windows Store for Business account in Offline mode, 3. Under **Actions**, click the ellipsis (…), then **Download for offline** use for the Surface app. 4. Select the desired **Platform** and **Architecture** options from the available selections for the selected app, as shown in Figure 4. -![Example of the AppxBundle package](images\deploysurfapp-fig4-downloadappxbundle.png "Example of the AppxBundle package") + ![Example of the AppxBundle package](images\deploysurfapp-fig4-downloadappxbundle.png "Example of the AppxBundle package") -*Figure 4. Download the AppxBundle package for an app* + *Figure 4. Download the AppxBundle package for an app* 5. Click **Download**. The AppxBundle package will be downloaded. Make sure you note the path of the downloaded file because you’ll need that later in this article. 6. Click either the **Encoded license** or **Unencoded license** option. Use the Encoded license option with management tools like System Center Configuration Manager or when you use Windows Imaging and Configuration Designer (Windows ICD). Select the Unencoded license option when you use the Deployment Image Servicing and Management (DISM) or deployment solutions based on imaging, including the Microsoft Deployment Toolkit (MDT). 7. Click **Generate** to generate and download the license for the app. Make sure you note the path of the license file because you’ll need that later in this article. @@ -78,6 +78,7 @@ After you add an app to the Windows Store for Business account in Offline mode, Figure 5 shows the required frameworks for the Surface app. ![Required frameworks for the Surface app](images\deploysurfapp-fig5-requiredframework.png "Required frameworks for the Surface app") + *Figure 5. Required frameworks for the Surface app* To download the required frameworks for the Surface app, follow these steps: From dae2767946e724e41995166c3d171d289158e948 Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Mon, 20 Jun 2016 17:43:43 -0700 Subject: [PATCH 073/114] add to TOC/Index --- devices/surface/TOC.md | 1 + ...ace-app-with-windows-store-for-business.md | 4 ++-- devices/surface/index.md | 22 +++++++++++-------- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/devices/surface/TOC.md b/devices/surface/TOC.md index 77680e7199..69a46fdc96 100644 --- a/devices/surface/TOC.md +++ b/devices/surface/TOC.md @@ -1,6 +1,7 @@ # [Surface](index.md) ## [Advanced UEFI security features for Surface Pro 3](advanced-uefi-security-features-for-surface-pro-3.md) ## [Customize the OOBE for Surface deployments](customize-the-oobe-for-surface-deployments.md) +## [Deploy Surface app with Windows Store for Business](deploy-surface-app-with-windows-store-for-business.md) ## [Download the latest firmware and drivers for Surface devices](deploy-the-latest-firmware-and-drivers-for-surface-devices.md) ## [Enable PEAP, EAP-FAST, and Cisco LEAP on Surface devices](enable-peap-eap-fast-and-cisco-leap-on-surface-devices.md) ## [Ethernet adapters and Surface deployment](ethernet-adapters-and-surface-device-deployment.md) diff --git a/devices/surface/deploy-surface-app-with-windows-store-for-business.md b/devices/surface/deploy-surface-app-with-windows-store-for-business.md index 7cfb97a047..669f0ac797 100644 --- a/devices/surface/deploy-surface-app-with-windows-store-for-business.md +++ b/devices/surface/deploy-surface-app-with-windows-store-for-business.md @@ -1,6 +1,6 @@ --- -Deploy Surface App with Windows Store for Business (Surface) -description: Find out how to +Deploy Surface app with Windows Store for Business (Surface) +description: Find out how to add and download Surface app with Windows Store for Business, as well as install Surface app with PowerShell and MDT. keywords: surface app, app, deployment, customize ms.prod: w10 ms.mktglfcycl: deploy diff --git a/devices/surface/index.md b/devices/surface/index.md index 447cdeea27..19658afe3a 100644 --- a/devices/surface/index.md +++ b/devices/surface/index.md @@ -43,42 +43,46 @@ For more information on planning for, deploying, and managing Surface devices in

Walk through the process of customizing the Surface out-of-box experience for end users in your organization.

+

[Deploy Surface app with Windows Store for Business](deploy-surface-app-with-windows-store-for-business.md)

+

Find out how to add and download Surface app with Windows Store for Business, as well as install Surface app with PowerShell and MDT.

+ +

[Download the latest firmware and drivers for Surface devices](deploy-the-latest-firmware-and-drivers-for-surface-devices.md)

Get a list of the available downloads for Surface devices and links to download the drivers and firmware for your device.

- +

[Enable PEAP, EAP-FAST, and Cisco LEAP on Surface devices](enable-peap-eap-fast-and-cisco-leap-on-surface-devices.md)

Find out how to enable support for PEAP, EAP-FAST, or Cisco LEAP protocols on your Surface device.

- +

[Ethernet adapters and Surface deployment](ethernet-adapters-and-surface-device-deployment.md)

Get guidance and answers to help you perform a network deployment to Surface devices.

- +

[Manage Surface Dock firmware updates](manage-surface-dock-firmware-updates.md)

Read about the different methods you can use to manage the process of Surface Dock firmware updates.

- +

[Manage Surface driver and firmware updates](manage-surface-pro-3-firmware-updates.md)

Explore the available options to manage firmware and driver updates for Surface devices.

- +

[Manage Surface UEFI settings](manage-surface-uefi-settings.md)

Use Surface UEFI settings to enable or disable devices, configure security settings, and adjust Surface device boot settings.

- +

[Surface Data Eraser](microsoft-surface-data-eraser.md)

Find out how the Microsoft Surface Data Eraser tool can help you securely wipe data from your Surface devices.

- +

[Surface Deployment Accelerator](microsoft-surface-deployment-accelerator.md)

See how Microsoft Surface Deployment Accelerator provides a quick and simple deployment mechanism for organizations to reimage Surface devices.

- +

[Surface Diagnostic Toolkit](surface-diagnostic-toolkit.md)

Find out how you can use the Microsoft Surface Diagnostic Toolkit to test the hardware of your Surface device.

- +

[Surface Dock Updater](surface-dock-updater.md)

Get a detailed walkthrough of Microsoft Surface Dock Updater.

From a577920bf67506284b290160a651786715f7197a Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Mon, 20 Jun 2016 18:00:37 -0700 Subject: [PATCH 074/114] edits --- .../deploy-surface-app-with-windows-store-for-business.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/surface/deploy-surface-app-with-windows-store-for-business.md b/devices/surface/deploy-surface-app-with-windows-store-for-business.md index 669f0ac797..6bcd43936f 100644 --- a/devices/surface/deploy-surface-app-with-windows-store-for-business.md +++ b/devices/surface/deploy-surface-app-with-windows-store-for-business.md @@ -25,7 +25,7 @@ The Surface app is a lightweight Windows Store app that provides control of many If your organization is preparing images that will be deployed to your Surface devices, you may want to include the Surface App (formerly called the Surface Hub) in your imaging and deployment process instead of requiring users of each individual device to download and install the app from the Windows Store or your Windows Store for Business. -###Surface app overview +####Surface app overview The Surface App is available as a free download from the [Windows Store](https://www.microsoft.com/en-us/store/apps/Surface/9WZDNCRFJB8P). Users can download and install it from the Windows Store, but if your organization uses Windows Store for Business instead, you will need to add it to your store’s inventory and possibly include the app as part of your Windows deployment process. These processes are discussed throughout this article. For more information about Windows Store for Business, see [Windows Store for Business](https://technet.microsoft.com/en-us/windows/store-for-business) in the Windows TechCenter. @@ -47,7 +47,7 @@ Before users can install or deploy an app from a company’s Windows Store for B * After the Surface app is presented in the search results, click the app’s icon. * You are presented with the choice - select **Online** or **Offline**, as shown in Figure 2. - ![Select the Offline Licensing Mode and add the app to your inventory](images/deploysurfapp-fig2-selectingofflinelicense.png "Select the Offline Licensing Mode and add the app to your inventory") + ![Select the Offline licensing mode and add the app to your inventory](images/deploysurfapp-fig2-selectingofflinelicense.png "Select the Offline licensing mode and add the app to your inventory") *Figure 2. Select the Offline licensing mode and add the app to your inventory* From e9ef3e6222ad64396f656ecfbb979c58769dce02 Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Mon, 20 Jun 2016 18:08:24 -0700 Subject: [PATCH 075/114] edits --- .../deploy-surface-app-with-windows-store-for-business.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devices/surface/deploy-surface-app-with-windows-store-for-business.md b/devices/surface/deploy-surface-app-with-windows-store-for-business.md index 6bcd43936f..9eebc78936 100644 --- a/devices/surface/deploy-surface-app-with-windows-store-for-business.md +++ b/devices/surface/deploy-surface-app-with-windows-store-for-business.md @@ -87,7 +87,7 @@ To download the required frameworks for the Surface app, follow these steps: >**Note:**  Only the 64-bit (x64) version of each framework is required for Surface devices. Surface devices are native 64-bit UEFI devices and are not compatible with 32-bit (x86) versions of Windows that would require 32-bit frameworks. -##How to install Surface app on your computer with PowerShell +##Install Surface app on your computer with PowerShell The following procedure provisions the Surface app onto your computer and makes it available for any user accounts created on the computer afterwards. 1. Using the procedure described in the [How to download Surface app from a Windows Store for Business account](#how-to-download-surface-app-from-a-windows-store-for-business-account) section of this article, download the Surface app AppxBundle and license file. 2. Begin an elevated PowerShell session. @@ -115,7 +115,7 @@ Before the Surface app is functional on the computer where it has been provision Add-AppxProvisionedPackage –Online –SkipLicense –PackagePath \Microsoft.NET.Native.Runtime.1.1_1.1.23406.0_x64__8wekyb3d8bbwe.Appx ``` -##How to install Surface app with MDT +##Install Surface app with MDT The following procedure uses MDT to automate installation of the Surface app at the time of deployment. The application is provisioned automatically by MDT during deployment and thus you can use this process with existing images. This is the recommended process for deploying the Surface app as part of a Windows deployment to Surface devices because it does not reduce the cross platform compatibility of the Windows image. 1. Using the procedure described [earlier in this article](#how-to-download-surface-app-from-a-windows-store-for-business-account), download the Surface app AppxBundle and license file. 2. Using the New Application Wizard in the MDT Deployment Workbench, import the downloaded files as a new **Application with source files**. From e891d00e24107483f9dd74568ecbcfc9fc0c2bd3 Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Mon, 20 Jun 2016 18:14:54 -0700 Subject: [PATCH 076/114] fixed title --- .../deploy-surface-app-with-windows-store-for-business.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface/deploy-surface-app-with-windows-store-for-business.md b/devices/surface/deploy-surface-app-with-windows-store-for-business.md index 9eebc78936..1cefe3777b 100644 --- a/devices/surface/deploy-surface-app-with-windows-store-for-business.md +++ b/devices/surface/deploy-surface-app-with-windows-store-for-business.md @@ -1,5 +1,5 @@ --- -Deploy Surface app with Windows Store for Business (Surface) +title: Deploy Surface app with Windows Store for Business (Surface) description: Find out how to add and download Surface app with Windows Store for Business, as well as install Surface app with PowerShell and MDT. keywords: surface app, app, deployment, customize ms.prod: w10 From bee6a85084131a026e3f3b22b451a2c957312397 Mon Sep 17 00:00:00 2001 From: jamiejdt Date: Tue, 21 Jun 2016 09:42:54 -0700 Subject: [PATCH 077/114] Change 75555829 --- mdop/appv-v5/TOC.md | 24 ++-- mdop/appv-v5/about-app-v-50.md | 2 +- .../app-v-51-supported-configurations.md | 126 +----------------- ...oying-the-app-v-50-sequencer-and-client.md | 2 +- ...oying-the-app-v-51-sequencer-and-client.md | 2 +- ...e-app-v--50-client-on-the-same-computer.md | 54 ++++++++ ...-app-v--51-client-on-the-same-computer.md} | 19 ++- ...e-app-v--50-client-on-the-same-computer.md | 59 -------- ...e-for-all-users-on-a-specific-computer.md} | 15 ++- ...e-for-all-users-on-a-specific-computer.md} | 2 +- ...ackage-to-app-v-50-for-a-specific-user.md} | 7 +- ...ackage-to-app-v-51-for-a-specific-user.md} | 2 +- ...n-app-v-46-package-for-a-specific-user.md} | 11 +- ...e-for-all-users-on-a-specific-computer.md} | 13 +- ...n-app-v-46-package-for-a-specific-user.md} | 2 +- ...e-for-all-users-on-a-specific-computer.md} | 2 +- ...pplication-from-an-app-v-50-application.md | 13 +- ...pplication-from-an-app-v-51-application.md | 3 +- ...rating-from-a-previous-version-app-v-50.md | 18 +-- ...ing-to-app-v-51-from-a-previous-version.md | 14 +- ...rating-from-a-previous-version-of-app-v.md | 43 +++--- ...ting-from-a-previous-version-of-app-v51.md | 41 +++--- ...pp-v-50-sequencer-and-client-deployment.md | 2 +- ...pp-v-51-sequencer-and-client-deployment.md | 2 +- 24 files changed, 167 insertions(+), 311 deletions(-) create mode 100644 mdop/appv-v5/how-to-deploy-the-app-v-46-and-the-app-v--50-client-on-the-same-computer.md rename mdop/appv-v5/{how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md => how-to-deploy-the-app-v-46-and-the-app-v--51-client-on-the-same-computer.md} (73%) delete mode 100644 mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md rename mdop/appv-v5/{how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md => how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md} (64%) rename mdop/appv-v5/{how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md => how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md} (96%) rename mdop/appv-v5/{how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md => how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-50-for-a-specific-user.md} (83%) rename mdop/appv-v5/{how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md => how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-51-for-a-specific-user.md} (96%) rename mdop/appv-v5/{how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-a-specific-user.md => how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-a-specific-user.md} (68%) rename mdop/appv-v5/{how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md => how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md} (65%) rename mdop/appv-v5/{how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-a-specific-user.md => how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-a-specific-user.md} (95%) rename mdop/appv-v5/{how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md => how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md} (95%) diff --git a/mdop/appv-v5/TOC.md b/mdop/appv-v5/TOC.md index 3f983101a4..cdb5b12a6d 100644 --- a/mdop/appv-v5/TOC.md +++ b/mdop/appv-v5/TOC.md @@ -25,7 +25,7 @@ #### [Deploying the App-V 5.1 Sequencer and Client](deploying-the-app-v-51-sequencer-and-client.md) ##### [How to Deploy the App-V Client](how-to-deploy-the-app-v-client-51gb18030.md) ##### [About Client Configuration Settings 5.1](about-client-configuration-settings51.md) -##### [How to Deploy the App-V 4.6.x and the App-V 5.1 Client on the Same Computer](how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md) +##### [How to Deploy the App-V 4.6 and the App-V 5.1 Client on the Same Computer](how-to-deploy-the-app-v-46-and-the-app-v--51-client-on-the-same-computer.md) ##### [How to Install the App-V 5.1 Client for Shared Content Store Mode](how-to-install-the-app-v-51-client-for-shared-content-store-mode.md) ##### [How to Install the Sequencer](how-to-install-the-sequencer-51beta-gb18030.md) ##### [How to Modify App-V 5.1 Client Configuration Using the ADMX Template and Group Policy](how-to-modify-app-v-51-client-configuration-using-the-admx-template-and-group-policy.md) @@ -81,11 +81,11 @@ #### [Migrating to App-V 5.1 from a Previous Version](migrating-to-app-v-51-from-a-previous-version.md) ##### [Check Registry Keys before installing App-V 5.x Server](check-reg-key-svr.md) ##### [How to Convert a Package Created in a Previous Version of App-V 5.1](how-to-convert-a-package-created-in-a-previous-version-of-app-v51.md) -##### [How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md) -##### [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md) -##### [How to Revert Extension Points from an App-V 5.1 Package to an App-V 4.6 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md) -##### [How to Revert Extension Points From an App-V 5.1 Package to an App-V 4.6 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-a-specific-user.md) -##### [How to Use an App-V 4.6 SP1 Application From an App-V 5.1 Application](how-to-use-an-app-v-46-sp1-application-from-an-app-v-51-application.md) +##### [How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md) +##### [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-51-for-a-specific-user.md) +##### [How to Revert Extension Points from an App-V 5.1 Package to an App-V 4.6 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md) +##### [How to Revert Extension Points From an App-V 5.1 Package to an App-V 4.6 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-a-specific-user.md) +##### [How to Use an App-V 4.6 Application From an App-V 5.1 Application](how-to-use-an-app-v-46-application-from-an-app-v-51-application.md) #### [Maintaining App-V 5.1](maintaining-app-v-51.md) ##### [How to Move the App-V Server to Another Computer 5.1](how-to-move-the-app-v-server-to-another-computer51.md) #### [Administering App-V 5.1 by Using PowerShell](administering-app-v-51-by-using-powershell.md) @@ -141,7 +141,7 @@ #### [Deploying the App-V 5.0 Sequencer and Client](deploying-the-app-v-50-sequencer-and-client.md) ##### [How to Deploy the App-V Client](how-to-deploy-the-app-v-client-gb18030.md) ##### [About Client Configuration Settings](about-client-configuration-settings.md) -##### [How to Deploy the App-V 4.6.x and the App-V 5.0 Client on the Same Computer](how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md) +##### [How to Deploy the App-V 4.6 and the App-V 5.0 Client on the Same Computer](how-to-deploy-the-app-v-46-and-the-app-v--50-client-on-the-same-computer.md) ##### [How to Install the App-V 5.0 Client for Shared Content Store Mode](how-to-install-the-app-v-50-client-for-shared-content-store-mode.md) ##### [How to Install the Sequencer](how-to-install-the-sequencer-beta-gb18030.md) ##### [How to Modify App-V 5.0 Client Configuration Using the ADMX Template and Group Policy](how-to-modify-app-v-50-client-configuration-using-the-admx-template-and-group-policy.md) @@ -196,11 +196,11 @@ ##### [How to Configure the Client to Receive Package and Connection Groups Updates From the Publishing Server](how-to-configure-the-client-to-receive-package-and-connection-groups-updates-from-the-publishing-server-beta.md) #### [Migrating from a Previous Version](migrating-from-a-previous-version-app-v-50.md) ##### [How to Convert a Package Created in a Previous Version of App-V](how-to-convert-a-package-created-in-a-previous-version-of-app-v.md) -##### [How to Migrate Extension Points From an App-V 4.6 SP2 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md) -##### [How to Migrate Extension Points From an App-V 4.6 SP2 Package to App-V 5.0 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md) -##### [How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 SP2 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md) -##### [How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 SP2 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-a-specific-user.md) -##### [How to Use an App-V 4.6 SP1 Application From an App-V 5.0 Application](how-to-use-an-app-v-46-sp1-application-from-an-app-v-50-application.md) +##### [How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md) +##### [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.0 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-50-for-a-specific-user.md) +##### [How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md) +##### [How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-a-specific-user.md) +##### [How to Use an App-V 4.6 Application From an App-V 5.0 Application](how-to-use-an-app-v-46-application-from-an-app-v-50-application.md) #### [Maintaining App-V 5.0](maintaining-app-v-50.md) ##### [How to Move the App-V Server to Another Computer](how-to-move-the-app-v-server-to-another-computer.md) #### [Administering App-V by Using PowerShell](administering-app-v-by-using-powershell.md) diff --git a/mdop/appv-v5/about-app-v-50.md b/mdop/appv-v5/about-app-v-50.md index d710506ab9..1e9b593004 100644 --- a/mdop/appv-v5/about-app-v-50.md +++ b/mdop/appv-v5/about-app-v-50.md @@ -29,7 +29,7 @@ The following list displays what is new with App-V 5.0: - **Connection Groups** - App-V 5.0 connection groups allow you to connect and run virtual applications interactively. -##
Differences between App-4.6 and App-V 5.0 +## Differences between App-V 4.6 and App-V 5.0 The following table displays some of the differences between App-V 4.6 and App-V 5.0: diff --git a/mdop/appv-v5/app-v-51-supported-configurations.md b/mdop/appv-v5/app-v-51-supported-configurations.md index 5f7e90b276..07bddf1448 100644 --- a/mdop/appv-v5/app-v-51-supported-configurations.md +++ b/mdop/appv-v5/app-v-51-supported-configurations.md @@ -444,6 +444,8 @@ The App-V client supports the following versions of System Center Configuration The following App-V and System Center Configuration Manager version matrix shows all officially supported combinations of App-V and Configuration Manager. +**Note:** Both App-V 4.5 and 4.6 have exited Mainstream support. + @@ -469,130 +471,6 @@ The following App-V and System Center Configuration Manager version matrix shows - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mdop/appv-v5/deploying-the-app-v-50-sequencer-and-client.md b/mdop/appv-v5/deploying-the-app-v-50-sequencer-and-client.md index 08547af0cd..bb15991ecd 100644 --- a/mdop/appv-v5/deploying-the-app-v-50-sequencer-and-client.md +++ b/mdop/appv-v5/deploying-the-app-v-50-sequencer-and-client.md @@ -19,7 +19,7 @@ The App-V 5.0 client is the component that runs a virtualized application on a t [How to Uninstall the App-V 5.0 Client](how-to-uninstall-the-app-v-50-client.md) -[How to Deploy the App-V 4.6.x and the App-V 5.0 Client on the Same Computer](how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md) +[How to Deploy the App-V 4.6 and the App-V 5.0 Client on the Same Computer](how-to-deploy-the-app-v-46-and-the-app-v--50-client-on-the-same-computer.md) ## Client Configuration Settings diff --git a/mdop/appv-v5/deploying-the-app-v-51-sequencer-and-client.md b/mdop/appv-v5/deploying-the-app-v-51-sequencer-and-client.md index 089ef5ba06..17ec14f247 100644 --- a/mdop/appv-v5/deploying-the-app-v-51-sequencer-and-client.md +++ b/mdop/appv-v5/deploying-the-app-v-51-sequencer-and-client.md @@ -19,7 +19,7 @@ The App-V 5.1 client is the component that runs a virtualized application on a t [How to Uninstall the App-V 5.1 Client](how-to-uninstall-the-app-v-51-client.md) -[How to Deploy the App-V 4.6.x and the App-V 5.1 Client on the Same Computer](how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md) +[How to Deploy the App-V 4.6 and the App-V 5.1 Client on the Same Computer](how-to-deploy-the-app-v-46-and-the-app-v--51-client-on-the-same-computer.md) ## Client Configuration Settings diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-46-and-the-app-v--50-client-on-the-same-computer.md b/mdop/appv-v5/how-to-deploy-the-app-v-46-and-the-app-v--50-client-on-the-same-computer.md new file mode 100644 index 0000000000..d7de89e32c --- /dev/null +++ b/mdop/appv-v5/how-to-deploy-the-app-v-46-and-the-app-v--50-client-on-the-same-computer.md @@ -0,0 +1,54 @@ +--- +title: How to Deploy the App-V 4.6 and the App-V 5.0 Client on the Same Computer +description: How to Deploy the App-V 4.6 and the App-V 5.0 Client on the Same Computer +ms.assetid: 5b7e27e4-4360-464c-b832-f1c7939e5485 +author: jamiejdt +--- + +# How to Deploy the App-V 4.6 and the App-V 5.0 Client on the Same Computer + +**Note:** App-V 4.6 has exited Mainstream support. The following assumes that the App-V 4.6 SP3 client is already installed. + +Use the following information to install the App-V 5.0 client (preferably, with the latest Service Packs and hotfixes) and the App-V 4.6 SP3 client on the same computer. For supported versions, requirements, and other planning information, see [Planning for Migrating from a Previous Version of App-V](planning-for-migrating-from-a-previous-version-of-app-v.md). + +**To deploy the App-V 5.0 client and App-V 4.6 client on the same computer** + +1. Install the App-V 5.0 SP3 client on the computer that is running the App-V 4.6 version of the client. For best results, we recommend that you install all available updates to the App-V 5.0 SP3 client. + +2. Convert or re-sequence the packages gradually. + + - To convert the packages, use the App-V 5.0 package converter and convert the required packages to the App-V 5.0 (**.appv**) file format. + + - To re-sequence the packages, consider using the latest version of the Sequencer for best results. + + For more information about publishing packages, see [How to Publish a Package by Using the Management Console](how-to-publish-a-package-by-using-the-management-console-50.md). + +3. Deploy packages to the client computers. + +4. Convert extension points, as needed. For more information, see the following resources: + + - [How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md) + + - [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.0 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-50-for-a-specific-user.md) + + - [How to Convert a Package Created in a Previous Version of App-V](how-to-convert-a-package-created-in-a-previous-version-of-app-v.md) + +5. Test that your App-V 5.0 packages are successful, and then remove the 4.6 packages. To check the user state of your client computers, we recommend that you use [User Experience Virtualization](http://technet.microsoft.com/library/dn458947.aspx) or another user environment management tool. + + **Got a suggestion for App-V**? Add or vote on suggestions [here](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization). **Got an App-V issu**e? Use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/home?forum=mdopappv). + +## Related topics + + +[Planning for Migrating from a Previous Version of App-V](planning-for-migrating-from-a-previous-version-of-app-v.md) + +[Deploying the App-V 5.0 Sequencer and Client](deploying-the-app-v-50-sequencer-and-client.md) + +  + +  + + + + + diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md b/mdop/appv-v5/how-to-deploy-the-app-v-46-and-the-app-v--51-client-on-the-same-computer.md similarity index 73% rename from mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md rename to mdop/appv-v5/how-to-deploy-the-app-v-46-and-the-app-v--51-client-on-the-same-computer.md index 49c8452df2..6e12150dae 100644 --- a/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md +++ b/mdop/appv-v5/how-to-deploy-the-app-v-46-and-the-app-v--51-client-on-the-same-computer.md @@ -1,24 +1,23 @@ --- -title: How to Deploy the App-V 4.6.x and the App-V 5.1 Client on the Same Computer -description: How to Deploy the App-V 4.6.x and the App-V 5.1 Client on the Same Computer +title: How to Deploy the App-V 4.6 and the App-V 5.1 Client on the Same Computer +description: How to Deploy the App-V 4.6 and the App-V 5.1 Client on the Same Computer ms.assetid: 498d50c7-f13d-4fbb-8ea1-b959ade26fdf author: jamiejdt --- -# How to Deploy the App-V 4.6.x and the App-V 5.1 Client on the Same Computer +# How to Deploy the App-V 4.6 and the App-V 5.1 Client on the Same Computer +**Note:** App-V 4.6 has exited Mainstream support. Use the following information to install the Microsoft Application Virtualization (App-V) 5.1 client (preferably, with the latest Service Packs and hotfixes) and the App-V 4.6 SP2 client or the App-V 4.6 S3 client on the same computer. For supported versions, requirements, and other planning information, see [Planning for Migrating from a Previous Version of App-V](planning-for-migrating-from-a-previous-version-of-app-v51.md). -**To deploy the App-V 5.1 client and App-V 4.6.x client on the same computer** +**To deploy the App-V 5.1 client and App-V 4.6 client on the same computer** -1. Install one of the following versions of the App-V client on the computer that is running App-V 4.6. - - - [Microsoft Application Virtualization 4.6 Service Pack 2](http://go.microsoft.com/fwlink/?LinkId=262687) +1. Install the following version of the App-V client on the computer that is running App-V 4.6. - [Microsoft Application Virtualization 4.6 Service Pack 3](http://www.microsoft.com/download/details.aspx?id=41187) -2. Install the App-V 5.1 client on the computer that is running the App-V 4.6 SP2 or 4.6 SP3 version of the client. For best results, we recommend that you install all available updates to the App-V 5.1 client. +2. Install the App-V 5.1 client on the computer that is running the App-V 4.6 SP3 version of the client. For best results, we recommend that you install all available updates to the App-V 5.1 client. 3. Convert or re-sequence the packages gradually. @@ -32,9 +31,9 @@ Use the following information to install the Microsoft Application Virtualizatio 5. Convert extension points, as needed. For more information, see the following resources: - - [How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md) + - [How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md) - - [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md) + - [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-51-for-a-specific-user.md) - [How to Convert a Package Created in a Previous Version of App-V](how-to-convert-a-package-created-in-a-previous-version-of-app-v51.md) diff --git a/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md b/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md deleted file mode 100644 index 8f1ab57c09..0000000000 --- a/mdop/appv-v5/how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -title: How to Deploy the App-V 4.6.x and the App-V 5.0 Client on the Same Computer -description: How to Deploy the App-V 4.6.x and the App-V 5.0 Client on the Same Computer -ms.assetid: 5b7e27e4-4360-464c-b832-f1c7939e5485 -author: jamiejdt ---- - -# How to Deploy the App-V 4.6.x and the App-V 5.0 Client on the Same Computer - - -Use the following information to install the App-V 5.0 client (preferably, with the latest Service Packs and hotfixes) and the App-V 4.6 SP2 client or the App-V 4.6 S3 client on the same computer. For supported versions, requirements, and other planning information, see [Planning for Migrating from a Previous Version of App-V](planning-for-migrating-from-a-previous-version-of-app-v.md). - -**To deploy the App-V 5.0 client and App-V 4.6.x client on the same computer** - -1. Install one of the following versions of the App-V client on the computer that is running App-V 4.6. - - - [Microsoft Application Virtualization 4.6 Service Pack 2](http://go.microsoft.com/fwlink/?LinkId=262687) - - - [Microsoft Application Virtualization 4.6 Service Pack 3](http://www.microsoft.com/download/details.aspx?id=41187) - -2. Install the App-V 5.0 client on the computer that is running the App-V 4.6 SP2 or 4.6 SP3 version of the client. For best results, we recommend that you install all available updates to the App-V 5.0 client. - -3. Convert or re-sequence the packages gradually. - - - To convert the packages, use the App-V 5.0 package converter and convert the required packages to the App-V 5.0 (**.appv**) file format. - - - To re-sequence the packages, consider using the latest version of the Sequencer for best results. - - For more information about publishing packages, see [How to Publish a Package by Using the Management Console](how-to-publish-a-package-by-using-the-management-console-50.md). - -4. Deploy packages to the client computers. - -5. Convert extension points, as needed. For more information, see the following resources: - - - [How to Migrate Extension Points From an App-V 4.6 SP2 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md) - - - [How to Migrate Extension Points From an App-V 4.6 SP2 Package to App-V 5.0 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md) - - - [How to Convert a Package Created in a Previous Version of App-V](how-to-convert-a-package-created-in-a-previous-version-of-app-v.md) - -6. Test that your App-V 5.0 packages are successful, and then remove the 4.6 packages. To check the user state of your client computers, we recommend that you use [User Experience Virtualization](http://technet.microsoft.com/library/dn458947.aspx) or another user environment management tool. - - **Got a suggestion for App-V**? Add or vote on suggestions [here](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization). **Got an App-V issu**e? Use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/home?forum=mdopappv). - -## Related topics - - -[Planning for Migrating from a Previous Version of App-V](planning-for-migrating-from-a-previous-version-of-app-v.md) - -[Deploying the App-V 5.0 Sequencer and Client](deploying-the-app-v-50-sequencer-and-client.md) - -  - -  - - - - - diff --git a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md similarity index 64% rename from mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md rename to mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md index 516de0e5d2..329eef59ac 100644 --- a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md +++ b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md @@ -1,21 +1,22 @@ --- -title: How to Migrate Extension Points From an App-V 4.6 SP2 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer -description: How to Migrate Extension Points From an App-V 4.6 SP2 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer +title: How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer +description: How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer ms.assetid: 3ae9996f-71d9-4ca1-9aab-25b599158e55 author: jamiejdt --- -# How to Migrate Extension Points From an App-V 4.6 SP2 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer +# How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer +**Note:** App-V 4.6 has exited Mainstream support. -Use the following procedure to migrate extension points from an App-V 4.6 SP2 package to a App-V 5.0 package using the deployment configuration file. +Use the following procedure to migrate extension points from an App-V 4.6 package to a App-V 5.0 package using the deployment configuration file. **Note**   The following procedure does not require an App-V 5.0 management server.   -**To migrate extension points from a package from an App-V 4.6 SP2 package to a converted App-V 5.0 package using the deployment configuration file** +**To migrate extension points from a package from an App-V 4.6 package to a converted App-V 5.0 package using the deployment configuration file** 1. Locate the directory that contains the deployment configuration file for the package you want to migrate. To set the policy, make the following update to the **userConfiguration** section: @@ -47,14 +48,14 @@ The following procedure does not require an App-V 5.0 management server. PS>**Publish-AppVClientPackage $pkg** -3. To test the migration, open the virtual application using asscoaited FTAs or shortcuts. The application opens with App-V 5.0. Both, the App-V 4.6 SP2 package and the converted App-V 5.0 package are published to the user, but the FTAs and shortcuts for the applications have been assumed by the App-V 5.0 package. +3. To test the migration, open the virtual application using asscoaited FTAs or shortcuts. The application opens with App-V 5.0. Both, the App-V 4.6 package and the converted App-V 5.0 package are published to the user, but the FTAs and shortcuts for the applications have been assumed by the App-V 5.0 package. **Got a suggestion for App-V**? Add or vote on suggestions [here](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization). **Got an App-V issu**e? Use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/home?forum=mdopappv). ## Related topics -[How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 SP2 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md) +[How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md) [Operations for App-V 5.0](operations-for-app-v-50.md) diff --git a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md similarity index 96% rename from mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md rename to mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md index d11e7fad16..3676706f5d 100644 --- a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md +++ b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md @@ -55,7 +55,7 @@ The following procedure does not require an App-V 5.1 management server. ## Related topics -[How to Revert Extension Points from an App-V 5.1 Package to an App-V 4.6 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md) +[How to Revert Extension Points from an App-V 5.1 Package to an App-V 4.6 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md) [Operations for App-V 5.1](operations-for-app-v-51.md) diff --git a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-50-for-a-specific-user.md similarity index 83% rename from mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md rename to mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-50-for-a-specific-user.md index 5dfe0a4c1a..8be4268afa 100644 --- a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md +++ b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-50-for-a-specific-user.md @@ -1,12 +1,13 @@ --- -title: How to Migrate Extension Points From an App-V 4.6 SP2 Package to App-V 5.0 for a Specific User -description: How to Migrate Extension Points From an App-V 4.6 SP2 Package to App-V 5.0 for a Specific User +title: How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.0 for a Specific User +description: How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.0 for a Specific User ms.assetid: dad25992-3c75-4b7d-b4c6-c2edf43baaea author: jamiejdt --- -# How to Migrate Extension Points From an App-V 4.6 SP2 Package to App-V 5.0 for a Specific User +# How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.0 for a Specific User +*Note:** App-V 4.6 has exited Mainstream support. Use the following procedure to migrate packages created with App-V using the user configuration file. diff --git a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-51-for-a-specific-user.md similarity index 96% rename from mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md rename to mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-51-for-a-specific-user.md index 3e1888a1e1..5dc2525624 100644 --- a/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md +++ b/mdop/appv-v5/how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-51-for-a-specific-user.md @@ -46,7 +46,7 @@ This procedure assumes that you are running the latest version of App-V 4.6. [Operations for App-V 5.1](operations-for-app-v-51.md) -[How to Revert Extension Points From an App-V 5.1 Package to an App-V 4.6 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-a-specific-user.md) +[How to Revert Extension Points From an App-V 5.1 Package to an App-V 4.6 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-a-specific-user.md)   diff --git a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-a-specific-user.md b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-a-specific-user.md similarity index 68% rename from mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-a-specific-user.md rename to mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-a-specific-user.md index 50ab98d5aa..5d0e20c290 100644 --- a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-a-specific-user.md +++ b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-a-specific-user.md @@ -1,18 +1,19 @@ --- -title: How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 SP2 Package for a Specific User -description: How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 SP2 Package for a Specific User +title: How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 Package for a Specific User +description: How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 Package for a Specific User ms.assetid: f1d2ab1f-0831-4976-b49f-169511d3382a author: jamiejdt --- -# How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 SP2 Package for a Specific User +# How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 Package for a Specific User +*Note:** App-V 4.6 has exited Mainstream support. Use the following procedure to revert an App-V 5.0 package to the App-V file format using the user configuration file. **To revert a package** -1. Ensure that App-V 4.6 SP2 package is published to the users but the FTAs and shortcuts have been assumed by App-V 5.0 package using the following migration method, [How to Migrate Extension Points From an App-V 4.6 SP2 Package to App-V 5.0 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md). +1. Ensure that App-V 4.6 package is published to the users but the FTAs and shortcuts have been assumed by App-V 5.0 package using the following migration method, [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.0 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-50-for-a-specific-user.md). In the **userConfiguration** section of the deployment configuration file for the converted package, to set the policy, make the following update to the **userConfiguration** section: **ManagingAuthority TakeoverExtensionPointsFrom46="false" PackageName=<Package ID>** @@ -20,7 +21,7 @@ Use the following procedure to revert an App-V 5.0 package to the App-V file for PS>**Publish-AppVClientPackage $pkg –DynamicUserConfigurationPath** <path to user configuration file> -3. Perform a publishing refresh, or wait for the next scheduled publishing refresh for the App-V 4.6 SP2. Open the application using FTAs or shortcuts. The Application should now open using App-V 4.6 SP2. +3. Perform a publishing refresh, or wait for the next scheduled publishing refresh for the App-V 4.6. Open the application using FTAs or shortcuts. The Application should now open using App-V 4.6 SP2. **Note**   If you do not need the App-V 5.0 package anymore, you can unpublish the App-V 5.0 package and the extension points will automatically revert to App-V 4.6. diff --git a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md similarity index 65% rename from mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md rename to mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md index 8c549f049a..436591788e 100644 --- a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md +++ b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md @@ -1,18 +1,19 @@ --- -title: How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 SP2 Package For All Users on a Specific Computer -description: How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 SP2 Package For All Users on a Specific Computer +title: How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 Package For All Users on a Specific Computer +description: How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 Package For All Users on a Specific Computer ms.assetid: 2a43ca1b-6847-4dd1-ade2-336ac4ac6af0 author: jamiejdt --- -# How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 SP2 Package For All Users on a Specific Computer +# How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 Package For All Users on a Specific Computer +*Note:** App-V 4.6 has exited Mainstream support. The following assumes that the App-V 4.6 SP3 client is already installed. -Use the following procedure to revert extension points from an App-V 5.0 package to the App-V 4.6 SP2 file format using the deployment configuration file. +Use the following procedure to revert extension points from an App-V 5.0 package to the App-V 4.6 file format using the deployment configuration file. **To revert a package** -1. Ensure that App-V 4.6 SP2 package is published to the users but the FTAs and shortcuts have been assumed by App-V 5.0 package using the following migration method, [How to Migrate Extension Points From an App-V 4.6 SP2 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md). +1. Ensure that App-V 4.6 package is published to the users but the FTAs and shortcuts have been assumed by App-V 5.0 package using the following migration method, [How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md). In the **userConfiguration** section of the deployment configuration file for the converted package, to set the policy, make the following update to the **userConfiguration** section: **ManagingAuthority TakeoverExtensionPointsFrom46="false" PackageName=<Package ID>** @@ -24,7 +25,7 @@ Use the following procedure to revert extension points from an App-V 5.0 package 3. Perform a publishing refresh, or wait for the next scheduled publishing refresh for the App-V 4.6 SP2 package. - Open the application using FTAs or shortcuts. The Application should now open using App-V 4.6 SP2. + Open the application using FTAs or shortcuts. The Application should now open using App-V 4.6. **Note**   If you do not need the App-V 5.0 package anymore, you can unpublish the App-V 5.0 package and the extension points will automatically revert to App-V 4.6. diff --git a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-a-specific-user.md b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-a-specific-user.md similarity index 95% rename from mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-a-specific-user.md rename to mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-a-specific-user.md index c69c21b2b6..d09df96272 100644 --- a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-a-specific-user.md +++ b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-a-specific-user.md @@ -12,7 +12,7 @@ Use the following procedure to revert an App-V 5.1 package to the App-V file for **To revert a package** -1. Ensure that App-V 4.6 package is published to the users but the FTAs and shortcuts have been assumed by App-V 5.1 package using the following migration method, [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md). +1. Ensure that App-V 4.6 package is published to the users but the FTAs and shortcuts have been assumed by App-V 5.1 package using the following migration method, [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-51-for-a-specific-user.md). In the **userConfiguration** section of the deployment configuration file for the converted package, to set the policy, make the following update to the **userConfiguration** section: **ManagingAuthority TakeoverExtensionPointsFrom46="false" PackageName=<Package ID>** diff --git a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md similarity index 95% rename from mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md rename to mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md index 265afe0293..83a9298923 100644 --- a/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md +++ b/mdop/appv-v5/how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md @@ -12,7 +12,7 @@ Use the following procedure to revert extension points from an App-V 5.1 package **To revert a package** -1. Ensure that App-V 4.6 package is published to the users but the FTAs and shortcuts have been assumed by App-V 5.1 package using the following migration method, [How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md). +1. Ensure that App-V 4.6 package is published to the users but the FTAs and shortcuts have been assumed by App-V 5.1 package using the following migration method, [How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md). In the **userConfiguration** section of the deployment configuration file for the converted package, to set the policy, make the following update to the **userConfiguration** section: **ManagingAuthority TakeoverExtensionPointsFrom46="false" PackageName=<Package ID>** diff --git a/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-50-application.md b/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-50-application.md index 52ad817ee5..fa4e7c033e 100644 --- a/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-50-application.md +++ b/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-50-application.md @@ -1,24 +1,25 @@ --- -title: How to Use an App-V 4.6 SP1 Application From an App-V 5.0 Application -description: How to Use an App-V 4.6 SP1 Application From an App-V 5.0 Application +title: How to Use an App-V 4.6 Application From an App-V 5.0 Application +description: How to Use an App-V 4.6 Application From an App-V 5.0 Application ms.assetid: 4e78cb32-9c8b-478e-ae8b-c474a7e42487 author: jamiejdt --- -# How to Use an App-V 4.6 SP1 Application From an App-V 5.0 Application +# How to Use an App-V 4.6 Application From an App-V 5.0 Application +*Note:** App-V 4.6 has exited Mainstream support. The following applies to an App-V 4.6 SP3 package. -Use the following procedure to run an App-V 4.6 SP2 application with App-V 5.0 applications on a standalone client. +Use the following procedure to run an App-V 4.6 application with App-V 5.0 applications on a standalone client. **To run applications on a standalone client** 1. Select two applications in your environment that can be opened from one another. For example, Microsoft Outlook and Adobe Acrobat Reader. You can access an email attachment created using Adobe Acrobat. -2. Convert the packages, or create a new package for either of the applications using the App-V 5.0 format. For more information about converting packages see, [How to Migrate Extension Points From an App-V 4.6 SP2 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md) or [How to Migrate Extension Points From an App-V 4.6 SP2 Package to App-V 5.0 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md). +2. Convert the packages, or create a new package for either of the applications using the App-V 5.0 format. For more information about converting packages see, [How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md) or [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.0 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-50-for-a-specific-user.md). 3. Add and provision the package using the App-V 5.0 management console. For more information adding and provisioning packages see, [How to Add or Upgrade Packages by Using the Management Console](how-to-add-or-upgrade-packages-by-using-the-management-console-beta-gb18030.md) and [How to Configure Access to Packages by Using the Management Console](how-to-configure-access-to-packages-by-using-the-management-console-50.md). -4. The converted application now runs using App-V 5.0 and you can open one application from the other. For example, if you converted a Microsoft Office package to an App-V 5.0 package and Adobe Acrobat is still running as an App-V 4.6 SP2 package, you can open an Adobe Acrobat Reader attachment using Microsoft Outlook. +4. The converted application now runs using App-V 5.0 and you can open one application from the other. For example, if you converted a Microsoft Office package to an App-V 5.0 package and Adobe Acrobat is still running as an App-V 4.6 package, you can open an Adobe Acrobat Reader attachment using Microsoft Outlook. **Got a suggestion for App-V**? Add or vote on suggestions [here](http://appv.uservoice.com/forums/280448-microsoft-application-virtualization). **Got an App-V issu**e? Use the [App-V TechNet Forum](https://social.technet.microsoft.com/Forums/home?forum=mdopappv). diff --git a/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-51-application.md b/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-51-application.md index a12c13f680..5a48141401 100644 --- a/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-51-application.md +++ b/mdop/appv-v5/how-to-use-an-app-v-46-sp1-application-from-an-app-v-51-application.md @@ -7,6 +7,7 @@ author: jamiejdt # How to Use an App-V 4.6 Application From an App-V 5.1 Application +*Note:** App-V 4.6 has exited Mainstream support. The following applies to an App-V 4.6 SP3 package. Use the following procedure to run an App-V 4.6 application with App-V 5.1 applications on a standalone client. @@ -17,7 +18,7 @@ This procedure assumes that you are running the latest version of App-V 4.6. 1. Select two applications in your environment that can be opened from one another. For example, Microsoft Outlook and Adobe Acrobat Reader. You can access an email attachment created using Adobe Acrobat. -2. Convert the packages, or create a new package for either of the applications using the App-V 5.1 format. For more information about converting packages see, [How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md) or [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md). +2. Convert the packages, or create a new package for either of the applications using the App-V 5.1 format. For more information about converting packages see, [How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md) or [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-51-for-a-specific-user.md). 3. Add and provision the package using the App-V 5.1 management console. For more information adding and provisioning packages see, [How to Add or Upgrade Packages by Using the Management Console](how-to-add-or-upgrade-packages-by-using-the-management-console-51-gb18030.md) and [How to Configure Access to Packages by Using the Management Console](how-to-configure-access-to-packages-by-using-the-management-console-51.md). diff --git a/mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md b/mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md index dddbbf14b0..7eeb04862a 100644 --- a/mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md +++ b/mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md @@ -13,7 +13,7 @@ With App-V 5.0 you can migrate your existing App-V 4.6 infrastructure to the mor Consider the following sections when you plan your migration strategy: **Note**   -For more information about the differences between App-V 4.6 and App-V 5.0, see the **Differences between App-4.6 and App-V 5.0 section** of [About App-V 5.0](about-app-v-50.md). +For more information about the differences between App-V 4.6 and App-V 5.0, see the **Differences between App-V 4.6 and App-V 5.0 section** of [About App-V 5.0](about-app-v-50.md).   @@ -100,7 +100,7 @@ The following table displays the recommended method for upgrading clients. - + @@ -112,7 +112,7 @@ The following table displays the recommended method for upgrading clients.   **Important**   -You must be running App-V 4.6 SP2 to use coexistence mode. Additionally, when you sequence a package, you must configure the Managing Authority setting, which is in the **User Configuration** is located in the **User Configuration** section. +You must be running App-V 4.6 SP3 to use coexistence mode. Additionally, when you sequence a package, you must configure the Managing Authority setting, which is in the **User Configuration** is located in the **User Configuration** section.   @@ -134,7 +134,7 @@ There is no direct method to upgrade to a full App-V 5.0 infrastructure. Use the - + @@ -159,15 +159,15 @@ There is no direct method to upgrade to a full App-V 5.0 infrastructure. Use the You can also perform additional migration tasks such as reconfiguring end points as well as opening a package created using a prior version on a computer running the App-V 5.0 client. The following links provide more information about performing these tasks. -[How to Migrate Extension Points From an App-V 4.6 SP2 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md) +[How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.0 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-50-package-for-all-users-on-a-specific-computer.md) -[How to Migrate Extension Points From an App-V 4.6 SP2 Package to App-V 5.0 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-50-for-a-specific-user.md) +[How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.0 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-50-for-a-specific-user.md) -[How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 SP2 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md) +[How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md) -[How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 SP2 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-sp2-package-for-a-specific-user.md) +[How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-a-specific-user.md) -[How to Use an App-V 4.6 SP1 Application From an App-V 5.0 Application](how-to-use-an-app-v-46-sp1-application-from-an-app-v-50-application.md) +[How to Use an App-V 4.6 Application From an App-V 5.0 Application](how-to-use-an-app-v-46-application-from-an-app-v-50-application.md) ## Got a suggestion for App-V? diff --git a/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md b/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md index dc0aeb1008..b7b781e72b 100644 --- a/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md +++ b/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md @@ -14,7 +14,7 @@ However, you cannot migrate directly from App-V 4.x to App-V 5.1, you must migra **Note**   App-V 5.1 packages are exactly the same as App-V 5.0 packages. There has been no change in the package format between the versions and therefore, there is no need to convert App-V 5.0 packages to App-V 5.1 packages. -For more information about the differences between App-V 4.6 and App-V 5.1, see the **Differences between App-4.6 and App-V 5.0 section** of [About App-V 5.0](about-app-v-50.md). +For more information about the differences between App-V 4.6 and App-V 5.1, see the **Differences between App-V 4.6 and App-V 5.0 section** of [About App-V 5.0](about-app-v-50.md).   @@ -236,7 +236,7 @@ The following table displays the recommended method for upgrading clients. - + @@ -295,15 +295,15 @@ There is no direct method to upgrade to a full App-V 5.1 infrastructure. Use the You can also perform additional migration tasks such as reconfiguring end points as well as opening a package created using a prior version on a computer running the App-V 5.1 client. The following links provide more information about performing these tasks. -[How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md) +[How to Migrate Extension Points From an App-V 4.6 Package to a Converted App-V 5.1 Package for All Users on a Specific Computer](how-to-migrate-extension-points-from-an-app-v-46-package-to-a-converted-app-v-51-package-for-all-users-on-a-specific-computer.md) -[How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-sp2-package-to-app-v-51-for-a-specific-user.md) +[How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-51-for-a-specific-user.md) -[How to Revert Extension Points from an App-V 5.1 Package to an App-V 4.6 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-all-users-on-a-specific-computer.md) +[How to Revert Extension Points from an App-V 5.1 Package to an App-V 4.6 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md) -[How to Revert Extension Points From an App-V 5.1 Package to an App-V 4.6 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-sp2-package-for-a-specific-user.md) +[How to Revert Extension Points From an App-V 5.1 Package to an App-V 4.6 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-a-specific-user.md) -[How to Use an App-V 4.6 Application From an App-V 5.1 Application](how-to-use-an-app-v-46-sp1-application-from-an-app-v-51-application.md) +[How to Use an App-V 4.6 Application From an App-V 5.1 Application](how-to-use-an-app-v-46-application-from-an-app-v-51-application.md) ## Got a suggestion for App-V? diff --git a/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v.md b/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v.md index 07e0dc85f4..2402ff72ad 100644 --- a/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v.md +++ b/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v.md @@ -15,22 +15,23 @@ Use the following information to plan how to migrate to App-V 5.0 from previous Before you start any upgrades, review the following requirements: -- If you are upgrading from a version earlier than 4.6 SP2, upgrade to version 4.6 SP2 or version 4.6 SP3 first before upgrading to App-V 5.0 or later. In this scenario, upgrade the App-V clients first, and then upgrade the server components. +- If you are upgrading from a version earlier than App-V 4.6 SP2, upgrade to version App-V 4.6 SP3 first before upgrading to App-V 5.0 or later. In this scenario, upgrade the App-V clients first, and then upgrade the server components. +**Note:** App-V 4.6 has exited Mainstream support. - App-V 5.0 supports only packages that are created using App-V 5.0, or packages that have been converted to the App-V 5.0 (**.appv**) format. - App-V 5.0 SP3 only: If you are upgrading the App-V Server from App-V 5.0 SP1, see [About App-V 5.0 SP3](about-app-v-50-sp3.md#bkmk-migrate-to-50sp3) for instructions. -## Running the App-V 5.0 client concurrently with App-V 4.6 SP2 or later +## Running the App-V 5.0 client concurrently with App-V 4.6 -You can run the App-V 5.0 client concurrently on the same computer with the App-V 4.6 SP2 client or App-V 4.6 SP3 client. +You can run the App-V 5.0 client concurrently on the same computer with the App-V 4.6 SP3 client. When you run coexisting App-V clients, you can: -- Convert an App-V 4.6 SP2 or 4.6 SP3 package to the App-V 5.0 format and publish both packages, when you have both clients running. +- Convert an App-V 4.6 SP3 package to the App-V 5.0 format and publish both packages, when you have both clients running. -- Define the migration policy for the converted package, which allows the converted App-V 5.0 package to assume the file type associations and shortcuts from the App-V 4.6 SP2 package. +- Define the migration policy for the converted package, which allows the converted App-V 5.0 package to assume the file type associations and shortcuts from the App-V 4.6 package. ### Supported coexistence scenarios @@ -43,20 +44,12 @@ The following table shows the supported App-V coexistence scenarios. We recommen - + - - - - - - - - @@ -73,37 +66,33 @@ The following table shows the supported App-V coexistence scenarios. We recommen To run coexisting clients, you must: -- Install the App-V 4.6 SP2 or App-V 4.6 SP3 client before you install the App-V 5.0 client. +- Install the App-V 4.6 client before you install the App-V 5.0 client. - Enable the **Enable Migration Mode** Group Policy setting, which is in the **App-V** > **Client Coexistence** node. To get the deploy the .admx template, see [How to Download and Deploy MDOP Group Policy (.admx) Templates](http://technet.microsoft.com/library/dn659707.aspx). ### Client downloads and documentation -The following table provides links to the App-V 4.6.x client downloads and to the TechNet documentation about the releases. The downloads include the App-V “regular” and RDS clients. The TechNet documentation about the App-V client applies to both clients, unless stated otherwise. +The following table provides link to the TechNet documentation about the releases. The TechNet documentation about the App-V client applies to both clients, unless stated otherwise.

App-V 4.5

R2

No

No

No

No

No

No

App-V 4.5 CU1

R2

No

No

No

No

No

No

App-V 4.5 SP1

R2

No

No

No

No

No

No

App-V 4.5 SP2

R2

No

No

No

No

No

No

App-V 4.6

R2, SP1

No

No

No

No

No

No

App-V 4.6 SP1

R2, R3, SP2

Yes

Yes

Yes

No

No

No

App-V 4.6 SP2

R2, R3, SP2

Yes

Yes

Yes

No

No

No

App-V 4.6 SP3

R2, R3, SP2

No

Yes

Yes

No

Yes

Yes

App-V 5.0

MSI-Wrapper-Only

No

Yes

Yes

Yes

Yes

Yes

App-V 5.0 SP1

MSI-Wrapper Only

No

Yes

Yes

Yes

Yes

Yes

App-V 5.0 SP2

MSI-Wrapper Only

No

2012 SP1 CU4

-

App-V 5.0 HF5 or later

2012 R2 CU1

-

App-V 5.0 HF5 or later

Yes

With App-V 5.0 SP2 HF5 or later

With App-V 5.0 SP2 HF5 or later

App-V 5.0 SP2 HF4

MSI-Wrapper Only

No

2012 SP1 CU4

-

App-V 5.0 HF5 or later

2012 R2 CU1

-

App-V 5.0 HF5 or later

Yes

Requires HF5 or later

Requires HF5 or later

App-V 5.0 SP3

MSI-Wrapper Only

No

Install the App-V 5.0 client with co-existence enabled.

[How to Deploy the App-V 4.6.x and the App-V 5.0 Client on the Same Computer](how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md).

[How to Deploy the App-V 4.6 and the App-V 5.0 Client on the Same Computer](how-to-deploy-the-app-v-46-and-the-app-v--50-client-on-the-same-computer.md).

Sequence and roll out App-V 5.0 packages. As needed, unpublish App-V 4.6 packages.

Upgrade your environment to App-V 4.6 SP2.

Upgrade your environment to App-V 4.6 SP3.

[Application Virtualization Deployment and Upgrade Considerations](../appv-v4/application-virtualization-deployment-and-upgrade-considerations-copy.md).

Install the App-V 5.1 client with co-existence enabled.

[How to Deploy the App-V 4.6.x and the App-V 5.1 Client on the Same Computer](how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md).

[How to Deploy the App-V 4.6 and the App-V 5.1 Client on the Same Computer](how-to-deploy-the-app-v-46-and-the-app-v--51-client-on-the-same-computer.md).

Sequence and roll out App-V 5.1 packages. As needed, unpublish App-V 4.6 packages.

App-V 4.6.x client typeApp-V 4.6 client type App-V 5.0 client type

App-V 4.6 SP2

App-V 5.0

App-V 4.6 SP2 RDS

App-V 5.0 RDS

App-V 4.6 SP3

App-V 5.0

--+ - - - - + + - - - + +
App-V versionLink to download the client Link to TechNet documentation

App-V 4.6 SP2

[Microsoft Application Virtualization 4.6 Service Pack 2](http://www.microsoft.com/download/details.aspx?id=35513)

[About Microsoft Application Virtualization 4.6 SP2](http://technet.microsoft.com/library/jj680847.aspx)

App-V 4.6 SP3

[About Microsoft Application Virtualization 4.6 SP3](http://technet.microsoft.com/library/dn511019.aspx)

App-V 4.6 SP3

[Microsoft Application Virtualization 4.6 Service Pack 3](http://www.microsoft.com/download/details.aspx?id=41187)

[About Microsoft Application Virtualization 4.6 SP3](http://technet.microsoft.com/library/dn511019.aspx)

App-V 5.0 SP3

[About Microsoft Application Virtualization 5.0 SP3](about-app-v-50-sp3.md)

@@ -112,14 +101,14 @@ The following table provides links to the App-V 4.6.x client downloads and to th For more information about how to configure App-V 5.0 client coexistence, see: -- [How to Deploy the App-V 4.6.x and the App-V 5.0 Client on the Same Computer](how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md) +- [How to Deploy the App-V 4.6 and the App-V 5.0 Client on the Same Computer](how-to-deploy-the-app-v-46-and-the-app-v--50-client-on-the-same-computer.md) - [App-V 5.0 Coexistence and Migration](http://technet.microsoft.com/windows/jj835811.aspx) ## Converting “previous-version” packages using the package converter -Before migrating a package, created using App- 4.6 SP2 or earlier, to App-V 5.0, review the following requirements: +Before migrating a package, created using App-V 4.6 SP3 or earlier, to App-V 5.0, review the following requirements: - You must convert the package to the **.appv** file format. diff --git a/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v51.md b/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v51.md index 1ab4e4a6d0..a0156c2d76 100644 --- a/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v51.md +++ b/mdop/appv-v5/planning-for-migrating-from-a-previous-version-of-app-v51.md @@ -15,22 +15,23 @@ Use the following information to plan how to migrate to Microsoft Application Vi Before you start any upgrades, review the following requirements: -- If you are upgrading from a version earlier than 4.6 SP2, upgrade to version 4.6 SP2 or version 4.6 SP3 first before upgrading to App-V 5.1 or later. In this scenario, upgrade the App-V clients first, and then upgrade the server components. +- If you are upgrading from a version earlier than App-V 4.6 SP2, upgrade to version App-V 4.6 SP3 first before upgrading to App-V 5.1 or later. In this scenario, upgrade the App-V clients first, and then upgrade the server components. +**Note:** App-V 4.6 has exited Mainstream support. - App-V 5.1 supports only packages that are created using App-V 5.0 or App-V 5.1, or packages that have been converted to the **.appv** format. - If you are upgrading the App-V Server from App-V 5.0 SP1, see [About App-V 5.1](about-app-v-51.md#bkmk-migrate-to-51) for instructions. -## Running the App-V 5.1 client concurrently with App-V 4.6 SP2 or later +## Running the App-V 5.1 client concurrently with App-V 4.6 -You can run the App-V 5.1 client concurrently on the same computer with the App-V 4.6 SP2 client or App-V 4.6 SP3 client. +You can run the App-V 5.1 client concurrently on the same computer with the App-V 4.6 SP3 client. When you run coexisting App-V clients, you can: -- Convert an App-V 4.6 SP2 or 4.6 SP3 package to the App-V 5.1 format and publish both packages, when you have both clients running. +- Convert an App-V 4.6 SP3 package to the App-V 5.1 format and publish both packages, when you have both clients running. -- Define the migration policy for the converted package, which allows the converted App-V 5.1 package to assume the file type associations and shortcuts from the App-V 4.6 SP2 package. +- Define the migration policy for the converted package, which allows the converted App-V 5.1 package to assume the file type associations and shortcuts from the App-V 4.6 package. ### Supported coexistence scenarios @@ -43,20 +44,12 @@ The following table shows the supported App-V coexistence scenarios. We recommen -App-V 4.6.x client type +App-V 4.6 client type App-V 5.1 client type -

App-V 4.6 SP2

-

App-V 5.1

- - -

App-V 4.6 SP2 RDS

-

App-V 5.1 RDS

- -

App-V 4.6 SP3

App-V 5.1

@@ -73,42 +66,38 @@ The following table shows the supported App-V coexistence scenarios. We recommen To run coexisting clients, you must: -- Install the App-V 4.6 SP2 or App-V 4.6 SP3 client before you install the App-V 5.1 client. +- Install the App-V 4.6 client before you install the App-V 5.1 client. - Enable the **Enable Migration Mode** Group Policy setting, which is in the **App-V** > **Client Coexistence** node. To deploy the .admx template, see [How to Download and Deploy MDOP Group Policy (.admx) Templates](http://technet.microsoft.com/library/dn659707.aspx). **Note**   -App-V 5.1 packages can run side by side with App-V 4.X packages if you have coexisting installations of App-V 5.1 and 4.X. However, App-V 5.1 packages cannot interact with App-V 4.X packages in the same virtual environment. +App-V 5.1 packages can run side by side with App-V 4.6 packages if you have coexisting installations of App-V 5.1 and 4.6. However, App-V 5.1 packages cannot interact with App-V 4.6 packages in the same virtual environment.   ### Client downloads and documentation -The following table provides links to the App-V 4.6.x client downloads and to the TechNet documentation about the releases. The downloads include the App-V “regular” and RDS clients. The TechNet documentation about the App-V client applies to both clients, unless stated otherwise. +The following table provides links to the App-V 4.6 client downloads and to the TechNet documentation about the releases. The downloads include the App-V “regular” and RDS clients. The TechNet documentation about the App-V client applies to both clients, unless stated otherwise. --+ - - - - + + - - +
App-V versionLink to download the client Link to TechNet documentation

App-V 4.6 SP2

[Microsoft Application Virtualization 4.6 Service Pack 2](http://www.microsoft.com/download/details.aspx?id=35513)

[About Microsoft Application Virtualization 4.6 SP2](http://technet.microsoft.com/library/jj680847.aspx)

App-V 4.6 SP3

[About Microsoft Application Virtualization 4.6 SP3](http://technet.microsoft.com/library/dn511019.aspx)

App-V 4.6 SP3

[Microsoft Application Virtualization 4.6 Service Pack 3](http://www.microsoft.com/download/details.aspx?id=41187)

[About Microsoft Application Virtualization 4.6 SP3](http://technet.microsoft.com/library/dn511019.aspx)

[About Microsoft Application Virtualization 5.1](about-app-v-51.md)

@@ -117,7 +106,7 @@ The following table provides links to the App-V 4.6.x client downloads and to th For more information about how to configure App-V 5.1 client coexistence, see: -- [How to Deploy the App-V 4.6.x and the App-V 5.1 Client on the Same Computer](how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md) +- [How to Deploy the App-V 4.6 and the App-V 5.1 Client on the Same Computer](how-to-deploy-the-app-v-46-and-the-app-v--51-client-on-the-same-computer.md) - [App-V 5.0 Coexistence and Migration](http://technet.microsoft.com/windows/jj835811.aspx) diff --git a/mdop/appv-v5/planning-for-the-app-v-50-sequencer-and-client-deployment.md b/mdop/appv-v5/planning-for-the-app-v-50-sequencer-and-client-deployment.md index bc5d5b1652..e5b31720a3 100644 --- a/mdop/appv-v5/planning-for-the-app-v-50-sequencer-and-client-deployment.md +++ b/mdop/appv-v5/planning-for-the-app-v-50-sequencer-and-client-deployment.md @@ -61,7 +61,7 @@ App-V 5.0 dynamic configuration files customize a package for a specific user. Y When a dynamic user configuration file is used, none of the App-V 5.0 information for the extension in the manifest file is used. This means that the dynamic user configuration file must include everything for the extension that is specific to App-V 5.0 in the manifest file, as well as the changes that you want to make, such as, deletions and updates. For more information about how to create a custom configuration file, see [How to Create a Custom Configuration File by Using the App-V 5.0 Management Console](how-to-create-a-custom-configuration-file-by-using-the-app-v-50-management-console.md). -[How to Deploy the App-V 4.6.x and the App-V 5.0 Client on the Same Computer](how-to-deploy-the-app-v-46x-and-the-app-v--50-client-on-the-same-computer.md) +[How to Deploy the App-V 4.6 and the App-V 5.0 Client on the Same Computer](how-to-deploy-the-app-v-46-and-the-app-v--50-client-on-the-same-computer.md) ## Planning for the App-V 5.0 Shared Content Store (SCS) diff --git a/mdop/appv-v5/planning-for-the-app-v-51-sequencer-and-client-deployment.md b/mdop/appv-v5/planning-for-the-app-v-51-sequencer-and-client-deployment.md index f60c456534..542465e5a2 100644 --- a/mdop/appv-v5/planning-for-the-app-v-51-sequencer-and-client-deployment.md +++ b/mdop/appv-v5/planning-for-the-app-v-51-sequencer-and-client-deployment.md @@ -87,7 +87,7 @@ Add or vote on suggestions [here](http://appv.uservoice.com/forums/280448-micros [How to Deploy the App-V Client](how-to-deploy-the-app-v-client-51gb18030.md) -[How to Deploy the App-V 4.6.x and the App-V 5.1 Client on the Same Computer](how-to-deploy-the-app-v-46x-and-the-app-v--51-client-on-the-same-computer.md) +[How to Deploy the App-V 4.6 and the App-V 5.1 Client on the Same Computer](how-to-deploy-the-app-v-46-and-the-app-v--51-client-on-the-same-computer.md) [How to Install the App-V 5.1 Client for Shared Content Store Mode](how-to-install-the-app-v-51-client-for-shared-content-store-mode.md) From 8c35bd585ed12dd3f2d0cd324e78ca4005deb07d Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Tue, 21 Jun 2016 10:36:59 -0700 Subject: [PATCH 078/114] fixing links --- mdop/appv-v5/TOC.md | 2 -- mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md | 1 - mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md | 1 - 3 files changed, 4 deletions(-) diff --git a/mdop/appv-v5/TOC.md b/mdop/appv-v5/TOC.md index cdb5b12a6d..2836e9c7ab 100644 --- a/mdop/appv-v5/TOC.md +++ b/mdop/appv-v5/TOC.md @@ -85,7 +85,6 @@ ##### [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.1 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-51-for-a-specific-user.md) ##### [How to Revert Extension Points from an App-V 5.1 Package to an App-V 4.6 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md) ##### [How to Revert Extension Points From an App-V 5.1 Package to an App-V 4.6 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-a-specific-user.md) -##### [How to Use an App-V 4.6 Application From an App-V 5.1 Application](how-to-use-an-app-v-46-application-from-an-app-v-51-application.md) #### [Maintaining App-V 5.1](maintaining-app-v-51.md) ##### [How to Move the App-V Server to Another Computer 5.1](how-to-move-the-app-v-server-to-another-computer51.md) #### [Administering App-V 5.1 by Using PowerShell](administering-app-v-51-by-using-powershell.md) @@ -200,7 +199,6 @@ ##### [How to Migrate Extension Points From an App-V 4.6 Package to App-V 5.0 for a Specific User](how-to-migrate-extension-points-from-an-app-v-46-package-to-app-v-50-for-a-specific-user.md) ##### [How to Revert Extension Points from an App-V 5.0 Package to an App-V 4.6 Package For All Users on a Specific Computer](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-all-users-on-a-specific-computer.md) ##### [How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-a-specific-user.md) -##### [How to Use an App-V 4.6 Application From an App-V 5.0 Application](how-to-use-an-app-v-46-application-from-an-app-v-50-application.md) #### [Maintaining App-V 5.0](maintaining-app-v-50.md) ##### [How to Move the App-V Server to Another Computer](how-to-move-the-app-v-server-to-another-computer.md) #### [Administering App-V by Using PowerShell](administering-app-v-by-using-powershell.md) diff --git a/mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md b/mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md index 6e1e180882..61dfa74130 100644 --- a/mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md +++ b/mdop/appv-v5/migrating-from-a-previous-version-app-v-50.md @@ -172,7 +172,6 @@ You can also perform additional migration tasks such as reconfiguring end points [How to Revert Extension Points From an App-V 5.0 Package to an App-V 4.6 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-50-package-to-an-app-v-46-package-for-a-specific-user.md) -[How to Use an App-V 4.6 Application From an App-V 5.0 Application](how-to-use-an-app-v-46-application-from-an-app-v-50-application.md) ## Got a suggestion for App-V? diff --git a/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md b/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md index 4f1fe99b4f..9ebb64b839 100644 --- a/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md +++ b/mdop/appv-v5/migrating-to-app-v-51-from-a-previous-version.md @@ -308,7 +308,6 @@ You can also perform additional migration tasks such as reconfiguring end points [How to Revert Extension Points From an App-V 5.1 Package to an App-V 4.6 Package for a Specific User](how-to-revert-extension-points-from-an-app-v-51-package-to-an-app-v-46-package-for-a-specific-user.md) -[How to Use an App-V 4.6 Application From an App-V 5.1 Application](how-to-use-an-app-v-46-application-from-an-app-v-51-application.md) ## Got a suggestion for App-V? From 7d996693671f10324abccf2db4896580ff147a7d Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Tue, 21 Jun 2016 13:14:27 -0700 Subject: [PATCH 079/114] edits; spacing --- ...ace-app-with-windows-store-for-business.md | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/devices/surface/deploy-surface-app-with-windows-store-for-business.md b/devices/surface/deploy-surface-app-with-windows-store-for-business.md index 1cefe3777b..4e5991bfcc 100644 --- a/devices/surface/deploy-surface-app-with-windows-store-for-business.md +++ b/devices/surface/deploy-surface-app-with-windows-store-for-business.md @@ -23,11 +23,11 @@ The Surface app is a lightweight Windows Store app that provides control of many * Quick access to support documentation and information for your device -If your organization is preparing images that will be deployed to your Surface devices, you may want to include the Surface App (formerly called the Surface Hub) in your imaging and deployment process instead of requiring users of each individual device to download and install the app from the Windows Store or your Windows Store for Business. +If your organization is preparing images that will be deployed to your Surface devices, you may want to include the Surface app (formerly called the Surface Hub) in your imaging and deployment process instead of requiring users of each individual device to download and install the app from the Windows Store or your Windows Store for Business. ####Surface app overview -The Surface App is available as a free download from the [Windows Store](https://www.microsoft.com/en-us/store/apps/Surface/9WZDNCRFJB8P). Users can download and install it from the Windows Store, but if your organization uses Windows Store for Business instead, you will need to add it to your store’s inventory and possibly include the app as part of your Windows deployment process. These processes are discussed throughout this article. For more information about Windows Store for Business, see [Windows Store for Business](https://technet.microsoft.com/en-us/windows/store-for-business) in the Windows TechCenter. +The Surface app is available as a free download from the [Windows Store](https://www.microsoft.com/en-us/store/apps/Surface/9WZDNCRFJB8P). Users can download and install it from the Windows Store, but if your organization uses Windows Store for Business instead, you will need to add it to your store’s inventory and possibly include the app as part of your Windows deployment process. These processes are discussed throughout this article. For more information about Windows Store for Business, see [Windows Store for Business](https://technet.microsoft.com/en-us/windows/store-for-business) in the Windows TechCenter. ##Add Surface app to a Windows Store for Business account @@ -45,32 +45,32 @@ Before users can install or deploy an app from a company’s Windows Store for B * Click the **Shop** menu. * In the search box, type **Surface app**, and then click the search icon. * After the Surface app is presented in the search results, click the app’s icon. - * You are presented with the choice - select **Online** or **Offline**, as shown in Figure 2. + * You are presented with a choice (select **Online** or **Offline**), as shown in Figure 2. ![Select the Offline licensing mode and add the app to your inventory](images/deploysurfapp-fig2-selectingofflinelicense.png "Select the Offline licensing mode and add the app to your inventory") *Figure 2. Select the Offline licensing mode and add the app to your inventory* * Click **Offline** to select the Offline licensing mode. - * Click **Get the app** to add the app to your Windows Store for Business inventory. As shown in Figure 3, You’ll see a dialog for you to acknowledge that offline apps can be deployed using a management tool or downloaded from the company’s inventory page in their private store. + * Click **Get the app** to add the app to your Windows Store for Business inventory. As shown in Figure 3, you’ll see a dialog box that prompts you to acknowledge that offline apps can be deployed using a management tool or downloaded from the company’s inventory page in their private store. ![Offline-licensed app acknowledgement window](images/deploysurfapp-fig3-acknowledge.png "Offline-licensed app acknowledgement window") *Figure 3. Offline-licensed app acknowledgement* * Click **OK**. -##How to download Surface app from a Windows Store for Business account +##Download Surface app from a Windows Store for Business account After you add an app to the Windows Store for Business account in Offline mode, you can download and add the app as an AppxBundle to a deployment share. 1. Log on to the Windows Store for Business account at https://businessstore.microsoft.com. 2. Click the **Manage->Inventory** menu. A list of all apps in your company’s private store is displayed, including the Surface app you added in the [Add Surface app to a Windows Store for Business account](#add-surface-app-to-a-windows-store-for-business-account) section of this article. -3. Under **Actions**, click the ellipsis (…), then **Download for offline** use for the Surface app. +3. Under **Actions**, click the ellipsis (**…**), and then click **Download for offline use** for the Surface app. 4. Select the desired **Platform** and **Architecture** options from the available selections for the selected app, as shown in Figure 4. ![Example of the AppxBundle package](images\deploysurfapp-fig4-downloadappxbundle.png "Example of the AppxBundle package") *Figure 4. Download the AppxBundle package for an app* 5. Click **Download**. The AppxBundle package will be downloaded. Make sure you note the path of the downloaded file because you’ll need that later in this article. -6. Click either the **Encoded license** or **Unencoded license** option. Use the Encoded license option with management tools like System Center Configuration Manager or when you use Windows Imaging and Configuration Designer (Windows ICD). Select the Unencoded license option when you use the Deployment Image Servicing and Management (DISM) or deployment solutions based on imaging, including the Microsoft Deployment Toolkit (MDT). +6. Click either the **Encoded license** or **Unencoded license** option. Use the Encoded license option with management tools like System Center Configuration Manager or when you use Windows Imaging and Configuration Designer (Windows ICD). Select the Unencoded license option when you use Deployment Image Servicing and Management (DISM) or deployment solutions based on imaging, including the Microsoft Deployment Toolkit (MDT). 7. Click **Generate** to generate and download the license for the app. Make sure you note the path of the license file because you’ll need that later in this article. >**Note:**  When you download an app for offline use, such as the Surface app, you may notice a section at the bottom of the page labeled **Required frameworks**. Your target computers must have the frameworks installed for the app to run, so you may need to repeat the download process for each of the required frameworks for your architecture (either x86 or x64) and also include them as part of your Windows deployment discussed later in this article. @@ -116,7 +116,7 @@ Before the Surface app is functional on the computer where it has been provision ``` ##Install Surface app with MDT -The following procedure uses MDT to automate installation of the Surface app at the time of deployment. The application is provisioned automatically by MDT during deployment and thus you can use this process with existing images. This is the recommended process for deploying the Surface app as part of a Windows deployment to Surface devices because it does not reduce the cross platform compatibility of the Windows image. +The following procedure uses MDT to automate installation of the Surface app at the time of deployment. The application is provisioned automatically by MDT during deployment and thus you can use this process with existing images. This is the recommended process to deploy the Surface app as part of a Windows deployment to Surface devices because it does not reduce the cross platform compatibility of the Windows image. 1. Using the procedure described [earlier in this article](#how-to-download-surface-app-from-a-windows-store-for-business-account), download the Surface app AppxBundle and license file. 2. Using the New Application Wizard in the MDT Deployment Workbench, import the downloaded files as a new **Application with source files**. 3. On the **Command Details** page of the New Application Wizard, specify the default **Working Directory** and for the **Command** specify the file name of the AppxBundle, as follows: @@ -129,15 +129,17 @@ The following procedure uses MDT to automate installation of the Surface app at For the Surface app to function on the target computer, it will also require the frameworks described earlier in this article. Use the following procedure to import the frameworks required for the Surface app into MDT and to configure them as dependencies. 1. Using the procedure described earlier in this article, download the framework files. Store each framework in a separate folder. -2. Using the New Application Wizard Using the New Application Wizard in the MDT Deployment Workbench import the downloaded files as a new Application with source files. -3. On the **Command Details** page,type the file name of each application you downloaded in the **Command** field and the default Working Directory. +2. Using the New Application Wizard in the MDT Deployment Workbench, import the downloaded files as a new **Application with source files**. +3. On the **Command Details** page, type the file name of each application you downloaded in the **Command** field and the default Working Directory. + To configure the frameworks as dependencies of the Surface app, use this process: 1. Open the properties of the Surface app in the MDT Deployment Workbench. 2. Select the **Dependencies** tab, and then click **Add**. 3. Select the check box for each framework using the name you provided in the New Application Wizard. -After import, the Surface app will be available for selection in the Applications step of the Windows Deployment Wizard. You can also install the application automatically by specifying the application in the deployment task sequence by following this process: +After import, the Surface app will be available for selection in the **Applications** step of the Windows Deployment Wizard. You can also install the application automatically by specifying the application in the deployment task sequence by following this process: 1. Open your deployment task sequence in the MDT Deployment Workbench. 2. Add a new **Install Application** task in the **State Restore** section of deployment. 3. Select **Install a single application** and specify the **Surface App** as the **Application to be installed**. + For more information about including apps into your Windows deployments, see [Deploy Windows 10 with the Microsoft Deployment Toolkit](https://technet.microsoft.com/en-us/itpro/windows/deploy/deploy-windows-10-with-the-microsoft-deployment-toolkit). From 09a4e4092a40f5601a2d6cc9f00935580e17074e Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Tue, 21 Jun 2016 13:39:09 -0700 Subject: [PATCH 080/114] edits --- devices/surface/surface-diagnostic-toolkit.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/devices/surface/surface-diagnostic-toolkit.md b/devices/surface/surface-diagnostic-toolkit.md index bcea29785f..508b8d5922 100644 --- a/devices/surface/surface-diagnostic-toolkit.md +++ b/devices/surface/surface-diagnostic-toolkit.md @@ -33,7 +33,7 @@ The [Microsoft Surface Diagnostic Toolkit](http://go.microsoft.com/fwlink/p/?Lin - Surface Pro ->**Note:**  Security software and built-in security measures in many email applications and services will block executable files that are transferred through email. To email the Surface Diagnostic Toolkit, attach the .zip archive file as downloaded from the Surface Tools for IT page without extracting it first. You can also create a custom .zip archive that contains the .exe file. (For example, if you want to localize the text as described in the [Localization](#localization) section of this article.) +>**Note:**  Security software and built-in security measures in many email applications and services will block executable files that are transferred through email. To email the Surface Diagnostic Toolkit, attach the archive file (.zip) as downloaded from the Surface Tools for IT page without extracting it first. You can also create a custom .zip archive that contains the .exe file. (For example, if you want to localize the text as described in the [Localization](#localization) section of this article.) Running the Microsoft Surface Diagnostic Toolkit is a hands-on activity. The test sequence includes several tests that require you to perform actions or observe the outcome of the test, and then click the applicable **Pass** or **Fail** button. Some tests require connectivity to external devices, like an external display. Other tests use the built in Windows troubleshooters. At the end of testing, a visual report of the test results is displayed and you are given the option to save a log file or copy the results to the clipboard. @@ -49,11 +49,15 @@ To run a full set of tests with the Microsoft Surface Diagnostic Toolkit, you sh - Room to move the Surface device around -- External speakers or headphones +- External speakers or headphones with a 3.5mm stereo plug + +- A power adapter for your Surface device + +>**Note:**  The Microsoft Surface Diagnostic Toolkit tests verify only the hardware of a Surface device and do not resolve issues with the operating system or software. + +## Test options ->**Note:**  The Microsoft Surface Diagnostic Toolkit tests verify only the hardware of a Surface device and do not test or resolve issues with the operating system or software. -  ## The tests From beb3fd51fafb2e7638dc6c2ee76ecb6e5ee44de3 Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Tue, 21 Jun 2016 13:40:57 -0700 Subject: [PATCH 081/114] fix title --- .../deploy-surface-app-with-windows-store-for-business.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface/deploy-surface-app-with-windows-store-for-business.md b/devices/surface/deploy-surface-app-with-windows-store-for-business.md index 4e5991bfcc..a2968fa1c6 100644 --- a/devices/surface/deploy-surface-app-with-windows-store-for-business.md +++ b/devices/surface/deploy-surface-app-with-windows-store-for-business.md @@ -9,7 +9,7 @@ ms.sitesec: library author: miladCA --- -#Deploy Surface App with Windows Store for Business +#Deploy Surface app with Windows Store for Business The Surface app is a lightweight Windows Store app that provides control of many Surface-specific settings and options, including: From 0be8061713441abb887a9bbc8d82996da3646755 Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Tue, 21 Jun 2016 13:50:44 -0700 Subject: [PATCH 082/114] adding link to Code of Conduct site per opencode --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb0cd9ec13..4dc91651ab 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # win-cpub-itpro-docs This repo hosts the WDG ITPro content that is published to TechNet. + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file From 82cce0ada76a9eda2257aadcbfba3ff7f1446098 Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Tue, 21 Jun 2016 14:02:19 -0700 Subject: [PATCH 083/114] edits --- devices/surface/surface-diagnostic-toolkit.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/devices/surface/surface-diagnostic-toolkit.md b/devices/surface/surface-diagnostic-toolkit.md index 508b8d5922..9422e1c580 100644 --- a/devices/surface/surface-diagnostic-toolkit.md +++ b/devices/surface/surface-diagnostic-toolkit.md @@ -55,9 +55,12 @@ To run a full set of tests with the Microsoft Surface Diagnostic Toolkit, you sh >**Note:**  The Microsoft Surface Diagnostic Toolkit tests verify only the hardware of a Surface device and do not resolve issues with the operating system or software. -## Test options +## Configure test options + +Before you select the tests you would like to run, you can select the Options button in the upper right corner of the window (as shown in Figure 1) to configure the behavior of the Microsoft Surface Diagnostic Toolkit. In the Options section of the toolkit you can configure the depth of testing and logs, the save location for log files, and the creation and use of additional language files for the dialog of each test. +Figure 1. The Options button appears as a gear icon ## The tests From b3af6eaa251767ff95df3a37a2ad3522bb1bfe7b Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Tue, 21 Jun 2016 14:05:07 -0700 Subject: [PATCH 084/114] fix spacing --- .../deploy-surface-app-with-windows-store-for-business.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface/deploy-surface-app-with-windows-store-for-business.md b/devices/surface/deploy-surface-app-with-windows-store-for-business.md index a2968fa1c6..89a8a1b50b 100644 --- a/devices/surface/deploy-surface-app-with-windows-store-for-business.md +++ b/devices/surface/deploy-surface-app-with-windows-store-for-business.md @@ -45,7 +45,7 @@ Before users can install or deploy an app from a company’s Windows Store for B * Click the **Shop** menu. * In the search box, type **Surface app**, and then click the search icon. * After the Surface app is presented in the search results, click the app’s icon. - * You are presented with a choice (select **Online** or **Offline**), as shown in Figure 2. + * You are presented with a choice (select **Online** or **Offline**), as shown in Figure 2.

![Select the Offline licensing mode and add the app to your inventory](images/deploysurfapp-fig2-selectingofflinelicense.png "Select the Offline licensing mode and add the app to your inventory") From ead2c0af39ccb2c757993b9551802ccddbc9b03e Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Tue, 21 Jun 2016 14:14:04 -0700 Subject: [PATCH 085/114] edit --- .../deploy-surface-app-with-windows-store-for-business.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface/deploy-surface-app-with-windows-store-for-business.md b/devices/surface/deploy-surface-app-with-windows-store-for-business.md index 89a8a1b50b..01fc609a8f 100644 --- a/devices/surface/deploy-surface-app-with-windows-store-for-business.md +++ b/devices/surface/deploy-surface-app-with-windows-store-for-business.md @@ -134,7 +134,7 @@ For the Surface app to function on the target computer, it will also require the To configure the frameworks as dependencies of the Surface app, use this process: 1. Open the properties of the Surface app in the MDT Deployment Workbench. -2. Select the **Dependencies** tab, and then click **Add**. +2. Click the **Dependencies** tab, and then click **Add**. 3. Select the check box for each framework using the name you provided in the New Application Wizard. After import, the Surface app will be available for selection in the **Applications** step of the Windows Deployment Wizard. You can also install the application automatically by specifying the application in the deployment task sequence by following this process: From a5bfd378cda71ad1e6ed7b5b3093f17cf2ff9f46 Mon Sep 17 00:00:00 2001 From: JanKeller1 Date: Tue, 21 Jun 2016 16:52:21 -0700 Subject: [PATCH 086/114] Added Applies To, fixed links --- windows/keep-secure/access-control.md | 7 +- .../keep-secure/active-directory-accounts.md | 15 +-- .../active-directory-security-groups.md | 104 +++++++++--------- windows/keep-secure/dynamic-access-control.md | 5 +- windows/keep-secure/local-accounts.md | 13 ++- windows/keep-secure/microsoft-accounts.md | 8 +- windows/keep-secure/security-identifiers.md | 4 + windows/keep-secure/security-principals.md | 5 +- windows/keep-secure/service-accounts.md | 11 +- windows/keep-secure/special-identities.md | 56 +++++----- 10 files changed, 122 insertions(+), 106 deletions(-) diff --git a/windows/keep-secure/access-control.md b/windows/keep-secure/access-control.md index fd87c67e02..0f9eca4004 100644 --- a/windows/keep-secure/access-control.md +++ b/windows/keep-secure/access-control.md @@ -9,6 +9,9 @@ ms.pagetype: security # Access Control Overview +**Applies to** +- Windows 10 +- Windows Server 2016 This topic for the IT professional describes access control in Windows, which is the process of authorizing users, groups, and computers to access objects on the network or computer. Key concepts that make up access control are permissions, ownership of objects, inheritance of permissions, user rights, and object auditing. @@ -111,14 +114,14 @@ User rights grant specific privileges and sign-in rights to users and groups in User rights are different from permissions because user rights apply to user accounts, and permissions are associated with objects. Although user rights can apply to individual user accounts, user rights are best administered on a group account basis. There is no support in the access control user interface to grant user rights. However, user rights assignment can be administered through **Local Security Settings**. -For more information about user rights, see [User Rights Assignment](http://technet.microsoft.com/library/dn221963.aspx). +For more information about user rights, see [User Rights Assignment](user-rights-assignment.md). ## Object auditing With administrator's rights, you can audit users' successful or failed access to objects. You can select which object access to audit by using the access control user interface, but first you must enable the audit policy by selecting **Audit object access** under **Local Policies** in **Local Security Settings**. You can then view these security-related events in the Security log in Event Viewer. -For more information about auditing, see [Security Auditing Overview](security_auditing_overview_glbl). +For more information about auditing, see [Security Auditing Overview](security-auditing-overview.md). ## See also diff --git a/windows/keep-secure/active-directory-accounts.md b/windows/keep-secure/active-directory-accounts.md index 8ac05bf562..8acc3ea048 100644 --- a/windows/keep-secure/active-directory-accounts.md +++ b/windows/keep-secure/active-directory-accounts.md @@ -9,6 +9,8 @@ ms.pagetype: security # Active Directory Accounts +**Applies to** +- Windows Server 2016 Windows Server operating systems are installed with default local accounts. In addition, you can create user accounts to meet the requirements of your organization. This reference topic for the IT professional describes the Windows Server default local accounts that are stored locally on the domain controller and are used in Active Directory. @@ -174,7 +176,7 @@ Because the Guest account can provide anonymous access, it is a security risk. I When the Guest account is required, an Administrator on the domain controller is required to enable the Guest account. The Guest account can be enabled without requiring a password, or it can be enabled with a strong password. The Administrator also grants restricted rights and permissions for the Guest account. To help prevent unauthorized access: -- Do not grant the Guest account the [Shut down the system](shut_down_the_system__technical_reference_security_considerations) user right. When a computer is shutting down or starting up, it is possible that a Guest user or anyone with local access, such as a malicious user, could gain unauthorized access to the computer. +- Do not grant the Guest account the [Shut down the system](shut-down-the-system.md) user right. When a computer is shutting down or starting up, it is possible that a Guest user or anyone with local access, such as a malicious user, could gain unauthorized access to the computer. - Do not provide the Guest account with the ability to view the event logs. After the Guest account is enabled, it is a best practice to monitor this account frequently to ensure that other users cannot use services and other resources, such as resources that were unintentionally left available by a previous user. @@ -343,21 +345,12 @@ For all account types (users, computers, and services) - NTLM authenticated connections are not affected -**Author's Note:  **Need technical input for Note - -**Note**   -Group Managed Service Accounts and Managed Service Accounts… - -  - Because it is impossible to predict the specific errors that will occur for any given user in a production operating environment, you must assume all computers and users will be affected. **Important**   Rebooting a computer is the only reliable way to recover functionality as this will cause both the computer account and user accounts to log back in again. Logging in again will request new TGTs that are valid with the new KRBTGT, correcting any KRBTGT related operational issues on that computer. -  - -For information how to resolve issues and potential issues from a compromised KRBTGT account, see [Reset the KRBTGT account password](5f4bb6b7-7b20-4d16-b74d-9a59c1ba022b). + ### Read-only domain controllers and the KRBTGT account diff --git a/windows/keep-secure/active-directory-security-groups.md b/windows/keep-secure/active-directory-security-groups.md index b8d9434317..c3856faf75 100644 --- a/windows/keep-secure/active-directory-security-groups.md +++ b/windows/keep-secure/active-directory-security-groups.md @@ -9,6 +9,8 @@ ms.pagetype: security # Active Directory Security Groups +**Applies to** +- Windows Server 2016 This reference topic for the IT professional describes the default Active Directory security groups. @@ -48,7 +50,7 @@ Security groups can provide an efficient way to assign access to resources on yo For example, a user who is added to the Backup Operators group in Active Directory has the ability to back up and restore files and directories that are located on each domain controller in the domain. This is possible because, by default, the user rights **Backup files and directories** and **Restore files and directories** are automatically assigned to the Backup Operators group. Therefore, members of this group inherit the user rights that are assigned to that group. - You can use Group Policy to assign user rights to security groups to delegate specific tasks. For more information about using Group Policy, see [User Rights Assignment](user_rights_assignment_glbl). + You can use Group Policy to assign user rights to security groups to delegate specific tasks. For more information about using Group Policy, see [User Rights Assignment](user-rights-assignment.md). - Assign permissions to security groups for resources. @@ -627,7 +629,7 @@ This security group has not changed since Windows Server 2008.

Default User Rights

-

[Allow log on locally](allow_log_on_locally__technical_reference_security_considerations): SeInteractiveLogonRight

+

[Allow log on locally](allow-log-on-locally.md): SeInteractiveLogonRight

@@ -649,9 +651,9 @@ Membership can be modified by members of the following groups: the default servi This security group includes the following changes since Windows Server 2008: -- Default user rights changes: **Allow log on through Terminal Services** existed in Windows Server 2008, and it was replaced by [Allow log on through Remote Desktop Services](allow_log_on_through_remote_desktop_services__technical_reference_security_considerations). +- Default user rights changes: **Allow log on through Terminal Services** existed in Windows Server 2008, and it was replaced by [Allow log on through Remote Desktop Services](allow-log-on-through-remote-desktop-services.md). -- [Remove computer from docking station](remove_computer_from_docking_station__technical_reference_security_considerations) was removed in Windows Server 2012 R2. +- [Remove computer from docking station](remove-computer-from-docking-station.md) was removed in Windows Server 2012 R2. @@ -699,33 +701,33 @@ This security group includes the following changes since Windows Server 2008: - +

Default User Rights

[Adjust memory quotas for a process](adjust_memory_quotas_for_a_process__technical_reference_security_considerations): SeIncreaseQuotaPrivilege

-

[Access this computer from the network](access_this_computer_from_the_network__technical_reference_security_considerations): SeNetworkLogonRight

-

[Allow log on locally](allow_log_on_locally__technical_reference_security_considerations): SeInteractiveLogonRight

-

[Allow log on through Remote Desktop Services](allow_log_on_through_remote_desktop_services__technical_reference_security_considerations): SeRemoteInteractiveLogonRight

-

[Back up files and directories](back_up_files_and_directories__technical_reference_security_considerations): SeBackupPrivilege

-

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

-

[Change the system time](change_the_system_time__technical_reference_security_considerations): SeSystemTimePrivilege

-

[Change the time zone](change_the_time_zone__technical_reference_security_considerations): SeTimeZonePrivilege

-

[Create a pagefile](create_a_pagefile__technical_reference_security_considerations): SeCreatePagefilePrivilege

-

[Create global objects](create_global_objects__technical_reference_security_considerations): SeCreateGlobalPrivilege

-

[Create symbolic links](create_symbolic_links__technical_reference_security_considerations): SeCreateSymbolicLinkPrivilege

-

[Debug programs](debug_programs__technical_reference_security_considerations): SeDebugPrivilege

-

[Enable computer and user accounts to be trusted for delegation](enable_computer_and_user_accounts_to_be_trusted_for_delegation__technical_reference_security_considerations): SeEnableDelegationPrivilege

-

[Force shutdown from a remote system](force_shutdown_from_a_remote_system__technical_reference_security_considerations): SeRemoteShutdownPrivilege

-

[Impersonate a client after authentication](impersonate_a_client_after_authentication__technical_reference_security_considerations): SeImpersonatePrivilege

-

[Increase scheduling priority](increase_scheduling_priority__technical_reference_security_considerations): SeIncreaseBasePriorityPrivilege

-

[Load and unload device drivers](load_and_unload_device_drivers__technical_reference_security_considerations): SeLoadDriverPrivilege

-

[Log on as a batch job](log_on_as_a_batch_job__technical_reference_security_considerations): SeBatchLogonRight

-

[Manage auditing and security log](manage_auditing_and_security_log__technical_reference_security_considerations): SeSecurityPrivilege

-

[Modify firmware environment values](modify_firmware_environment_values__technical_reference_security_considerations): SeSystemEnvironmentPrivilege

-

[Perform volume maintenance tasks](perform_volume_maintenance_tasks__technical_reference_security_considerations): SeManageVolumePrivilege

-

[Profile system performance](profile_system_performance__technical_reference_security_considerations): SeSystemProfilePrivilege

-

[Profile single process](profile_single_process__technical_reference_security_considerations): SeProfileSingleProcessPrivilege

-

[Remove computer from docking station](remove_computer_from_docking_station__technical_reference_security_considerations): SeUndockPrivilege

-

[Restore files and directories](restore_files_and_directories__technical_reference_security_considerations): SeRestorePrivilege

-

[Shut down the system](shut_down_the_system__technical_reference_security_considerations): SeShutdownPrivilege

-

[Take ownership of files or other objects](take_ownership_of_files_or_other_objects__technical_reference_security_considerations): SeTakeOwnershipPrivilege

[Adjust memory quotas for a process](adjust-memory-quotas-for-a-process.md): SeIncreaseQuotaPrivilege

+

[Access this computer from the network](access-this-computer-from-the-network.md): SeNetworkLogonRight

+

[Allow log on locally](allow-log-on-locally.md): SeInteractiveLogonRight

+

[Allow log on through Remote Desktop Services](allow-log-on-through-remote-desktop-services.md): SeRemoteInteractiveLogonRight

+

[Back up files and directories](back-up-files-and-directories.md): SeBackupPrivilege

+

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

+

[Change the system time](change-the-system-time.md): SeSystemTimePrivilege

+

[Change the time zone](change-the-time-zone.md): SeTimeZonePrivilege

+

[Create a pagefile](create-a-pagefile.md): SeCreatePagefilePrivilege

+

[Create global objects](create-global-objects.md): SeCreateGlobalPrivilege

+

[Create symbolic links](create-symbolic-links.md): SeCreateSymbolicLinkPrivilege

+

[Debug programs](debug-programs.md): SeDebugPrivilege

+

[Enable computer and user accounts to be trusted for delegation](enable-computer-and-user-accounts-to-be-trusted-for-delegation.md): SeEnableDelegationPrivilege

+

[Force shutdown from a remote system](force-shutdown-from-a-remote-system.md): SeRemoteShutdownPrivilege

+

[Impersonate a client after authentication](impersonate-a-client-after-authentication.md): SeImpersonatePrivilege

+

[Increase scheduling priority](increase-scheduling-priority.md): SeIncreaseBasePriorityPrivilege

+

[Load and unload device drivers](load-and-unload-device-drivers.md): SeLoadDriverPrivilege

+

[Log on as a batch job](log-on-as-a-batch-job.md): SeBatchLogonRight

+

[Manage auditing and security log](manage-auditing-and-security-log.md): SeSecurityPrivilege

+

[Modify firmware environment values](modify-firmware-environment-values.md): SeSystemEnvironmentPrivilege

+

[Perform volume maintenance tasks](perform-volume-maintenance-tasks.md): SeManageVolumePrivilege

+

[Profile system performance](profile-system-performance.md): SeSystemProfilePrivilege

+

[Profile single process](profile-single-process.md): SeProfileSingleProcessPrivilege

+

[Remove computer from docking station](remove-computer-from-docking-station.md): SeUndockPrivilege

+

[Restore files and directories](restore-files-and-directories.md): SeRestorePrivilege

+

[Shut down the system](shut-down-the-system.md): SeShutdownPrivilege

+

[Take ownership of files or other objects](take-ownership-of-files-or-other-objects.md): SeTakeOwnershipPrivilege

@@ -847,11 +849,11 @@ This security group has not changed since Windows Server 2008.

Default User Rights

-

[Allow log on locally](allow_log_on_locally__technical_reference_security_considerations): SeInteractiveLogonRight

-

[Back up files and directories](back_up_files_and_directories__technical_reference_security_considerations): SeBackupPrivilege

-

[Log on as a batch job](log_on_as_a_batch_job__technical_reference_security_considerations): SeBatchLogonRight

-

[Restore files and directories](restore_files_and_directories__technical_reference_security_considerations): SeRestorePrivilege

-

[Shut down the system](shut_down_the_system__technical_reference_security_considerations): SeShutdownPrivilege

+

[Allow log on locally](allow-log-on-locally.md): SeInteractiveLogonRight

+

[Back up files and directories](back-up-files-and-directories.md): SeBackupPrivilege

+

[Log on as a batch job](log-on-as-a-batch-job.md): SeBatchLogonRight

+

[Restore files and directories](restore-files-and-directories.md): SeRestorePrivilege

+

[Shut down the system](shut-down-the-system.md): SeShutdownPrivilege

@@ -2289,7 +2291,7 @@ Members of the Performance Log Users group can manage performance counters, logs - Can use all the features that are available to the Performance Monitor Users group. -- Can create and modify Data Collector Sets after the group is assigned the [Log on as a batch job](log_on_as_a_batch_job__technical_reference_security_considerations) user right. +- Can create and modify Data Collector Sets after the group is assigned the [Log on as a batch job](log-on-as-a-batch-job.md) user right. **Warning**   If you are a member of the Performance Log Users group, you must configure Data Collector Sets that you create to run under your credentials. @@ -2298,7 +2300,7 @@ Members of the Performance Log Users group can manage performance counters, logs - Cannot use the Windows Kernel Trace event provider in Data Collector Sets. -For members of the Performance Log Users group to initiate data logging or modify Data Collector Sets, the group must first be assigned the [Log on as a batch job](log_on_as_a_batch_job__technical_reference_security_considerations) user right. To assign this user right, use the Local Security Policy snap-in in Microsoft Management Console. +For members of the Performance Log Users group to initiate data logging or modify Data Collector Sets, the group must first be assigned the [Log on as a batch job](log-on-as-a-batch-job.md) user right. To assign this user right, use the Local Security Policy snap-in in Microsoft Management Console. **Note**   This group appears as a SID until the domain controller is made the primary domain controller and it holds the operations master role (also known as flexible single master operations or FSMO). @@ -2360,7 +2362,7 @@ This security group has not changed since Windows Server 2008.

Default User Rights

-

[Log on as a batch job](log_on_as_a_batch_job__technical_reference_security_considerations): SeBatchLogonRight

+

[Log on as a batch job](log-on-as-a-batch-job.md): SeBatchLogonRight

@@ -2507,8 +2509,8 @@ This security group has not changed since Windows Server 2008.

Default User Rights

-

[Access this computer from the network](access_this_computer_from_the_network__technical_reference_security_considerations): SeNetworkLogonRight

-

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

+

[Access this computer from the network](access-this-computer-from-the-network.md): SeNetworkLogonRight

+

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

@@ -2571,9 +2573,9 @@ This security group has not changed since Windows Server 2008. However, in Windo

Default User Rights

-

[Allow log on locally](allow_log_on_locally__technical_reference_security_considerations): SeInteractiveLogonRight

-

[Load and unload device drivers](load_and_unload_device_drivers__technical_reference_security_considerations): SeLoadDriverPrivilege

-

[Shut down the system](shut_down_the_system__technical_reference_security_considerations): SeShutdownPrivilege

+

[Allow log on locally](allow-log-on-locally.md): SeInteractiveLogonRight

+

[Load and unload device drivers](load-and-unload-device-drivers.md): SeLoadDriverPrivilege

+

[Shut down the system](shut-down-the-system.md): SeShutdownPrivilege

@@ -3285,13 +3287,13 @@ This security group has not changed since Windows Server 2008.

Default User Rights

-

[Allow log on locally](allow_log_on_locally__technical_reference_security_considerations): SeInteractiveLogonRight

-

[Back up files and directories](back_up_files_and_directories__technical_reference_security_considerations): SeBackupPrivilege

-

[Change the system time](change_the_system_time__technical_reference_security_considerations): SeSystemTimePrivilege

-

[Change the time zone](change_the_time_zone__technical_reference_security_considerations): SeTimeZonePrivilege

-

[Force shutdown from a remote system](force_shutdown_from_a_remote_system__technical_reference_security_considerations): SeRemoteShutdownPrivilege

-

[Restore files and directories](restore_files_and_directories__technical_reference_security_considerations): Restore files and directories SeRestorePrivilege

-

[Shut down the system](shut_down_the_system__technical_reference_security_considerations): SeShutdownPrivilege

+

[Allow log on locally](allow-log-on-locally.md): SeInteractiveLogonRight

+

[Back up files and directories](back-up-files-and-directories.md): SeBackupPrivilege

+

[Change the system time](change-the-system-time.md): SeSystemTimePrivilege

+

[Change the time zone](change-the-time-zone.md): SeTimeZonePrivilege

+

[Force shutdown from a remote system](force-shutdown-from-a-remote-system.md): SeRemoteShutdownPrivilege

+

[Restore files and directories](restore-files-and-directories.md): Restore files and directories SeRestorePrivilege

+

[Shut down the system](shut-down-the-system.md): SeShutdownPrivilege

diff --git a/windows/keep-secure/dynamic-access-control.md b/windows/keep-secure/dynamic-access-control.md index 366b64a723..c3cdcb2c32 100644 --- a/windows/keep-secure/dynamic-access-control.md +++ b/windows/keep-secure/dynamic-access-control.md @@ -9,6 +9,8 @@ ms.pagetype: security # Dynamic Access Control Overview +**Applies to** +- Windows Server 2016 This overview topic for the IT professional describes Dynamic Access Control and its associated elements, which were introduced in Windows Server 2012 and Windows 8. @@ -134,8 +136,7 @@ A file server running Windows Server 2012 or Windows Server 2012 R2 must have a ## Additional resource - -For information about implementing solutions based on this technology, see [Dynamic Access Control: Scenario Overview](dynamic_access_control_scenario_overview_pscen_overview). +[Access control overview](access-control.md)   diff --git a/windows/keep-secure/local-accounts.md b/windows/keep-secure/local-accounts.md index 68c55f161d..e76d606feb 100644 --- a/windows/keep-secure/local-accounts.md +++ b/windows/keep-secure/local-accounts.md @@ -9,6 +9,9 @@ ms.pagetype: security # Local Accounts +**Applies to** +- Windows 10 +- Windows Server 2016 This reference topic for the IT professional describes the default local user accounts for servers, including how to manage these built-in accounts on a member or standalone server. This topic does not describe the default local user accounts for an Active Directory domain controller. @@ -147,7 +150,7 @@ By default, the Guest account is the only member of the default Guests group, wh When an administrator enables the Guest account, it is a best practice to create a strong password for this account. In addition, the administrator on the computer should also grant only limited rights and permissions for the Guest account. For security reasons, the Guest account should not be used over the network and made accessible to other computers. -When a computer is shutting down or starting up, it is possible that a guest user or anyone with local access could gain unauthorized access to the computer. To help prevent this risk, do not grant the Guest account the [Shut down the system](shut_down_the_system__technical_reference_security_considerations) user right. +When a computer is shutting down or starting up, it is possible that a guest user or anyone with local access could gain unauthorized access to the computer. To help prevent this risk, do not grant the Guest account the [Shut down the system](shut-down-the-system.md) user right. In addition, the guest user in the Guest account should not be able to view the event logs. After the Guest account is enabled, it is a best practice to monitor the Guest account frequently to ensure that other users cannot use services and other resources, such as resources that were unintentionally left available by a previous user. @@ -248,7 +251,7 @@ The following table shows the Group Policy and registry settings that are used t

1

Policy name

-

[User Account Control: Run all administrators in Admin Approval Mode](user_account_control_run_all_administrators_in_admin_approval_mode_technical_reference_mgmt_security_considerations)

+

[User Account Control: Run all administrators in Admin Approval Mode](user-account-control-run-all-administrators-in-admin-approval-mode.md)

@@ -263,7 +266,7 @@ The following table shows the Group Policy and registry settings that are used t

Policy name

-

[User Account Control: Run all administrators in Admin Approval Mode](user_account_control_run_all_administrators_in_admin_approval_mode_technical_reference_mgmt_security_considerations)

+

[User Account Control: Run all administrators in Admin Approval Mode](user-account-control-run-all-administrators-in-admin-approval-mode.md)

@@ -392,7 +395,7 @@ The following table shows the Group Policy settings that are used to deny networ

1

Policy name

-

[Deny access to this computer from the network](deny_access_to_this_computer_from_the_network__technical_reference_security_considerations)

+

[Deny access to this computer from the network](deny-access-to-this-computer-from-the-network.md)

@@ -408,7 +411,7 @@ The following table shows the Group Policy settings that are used to deny networ

Policy name

-

[Deny log on through Remote Desktop Services](deny_log_on_through_remote_desktop_services__technical_reference_security_considerations)

+

[Deny log on through Remote Desktop Services](deny-log-on-through-remote-desktop-services.md)

(Windows Server 2008 R2 and later.)

Deny logon through Terminal Services

(Windows Server 2008)

diff --git a/windows/keep-secure/microsoft-accounts.md b/windows/keep-secure/microsoft-accounts.md index be75c775b9..2c38dba1d0 100644 --- a/windows/keep-secure/microsoft-accounts.md +++ b/windows/keep-secure/microsoft-accounts.md @@ -9,6 +9,8 @@ ms.pagetype: security # Microsoft Accounts +**Applies to** +- Windows 10 This topic for the IT professional explains how a Microsoft account works to enhance security and privacy for users, and how you can manage this consumer account type in your organization. @@ -116,7 +118,7 @@ Depending on your IT and business models, introducing Microsoft accounts into yo ### Restrict the use of the Microsoft account -If employees are allowed to join the domain with their personal devices, they might expect to connect to enterprise resources by using their Microsoft accounts. If you want to prevent any use of Microsoft accounts within your enterprise, you can configure the local security policy setting [Accounts: Block Microsoft accounts](accounts_block_microsoft_accounts_tech_ref_mgmt_security____w8). However, this setting can prevent the users from signing in to their Windows devices with their Microsoft accounts (if they had set them up to do so) when they are joined to the domain. +If employees are allowed to join the domain with their personal devices, they might expect to connect to enterprise resources by using their Microsoft accounts. If you want to prevent any use of Microsoft accounts within your enterprise, you can configure the local security policy setting [Accounts: Block Microsoft accounts](accounts-block-microsoft-accounts.md). However, this setting can prevent the users from signing in to their Windows devices with their Microsoft accounts (if they had set them up to do so) when they are joined to the domain. The default for this setting is **Disabled**, which enables users to use their Microsoft accounts on devices that are joined to your domain. Other options in the setting can: @@ -149,12 +151,12 @@ Only the owner of the Microsoft account can change the password. Passwords can b ### Restrict app installation and usage -Within your organization, you can set application control policies to regulate app installation and usage for Microsoft accounts. For more information, see [AppLocker Overview](applocker_overview_server) and [Packaged Apps and Packaged App Installer Rules in AppLocker](packaged_apps_and_packaged_app_installer_rules_in_applocker). +Within your organization, you can set application control policies to regulate app installation and usage for Microsoft accounts. For more information, see [AppLocker](applocker-overview.md) and [Packaged Apps and Packaged App Installer Rules in AppLocker](packaged-apps-and-packaged-app-installer-rules-in-applocker.md). ## See also -[Managing Privacy: Using a Microsoft Account to Logon and Resulting Internet Communication](managing_privacy_using_a_microsoft_account_to_logon_and_resulting_internet_communication) +[Managing Privacy: Using a Microsoft Account to Logon and Resulting Internet Communication](https://technet.microsoft.com/library/jj884082(v=ws.11).aspx)   diff --git a/windows/keep-secure/security-identifiers.md b/windows/keep-secure/security-identifiers.md index 99d5c145b5..1997d5b2d1 100644 --- a/windows/keep-secure/security-identifiers.md +++ b/windows/keep-secure/security-identifiers.md @@ -9,6 +9,10 @@ ms.pagetype: security # Security identifiers +**Applies to** +- Windows 10 +- Windows Server 2016 + This topic for the IT professional describes security identifiers and how they work in regards to accounts and groups in the Windows operating system. ## What are security identifiers? diff --git a/windows/keep-secure/security-principals.md b/windows/keep-secure/security-principals.md index 21fdc283f8..c91126837d 100644 --- a/windows/keep-secure/security-principals.md +++ b/windows/keep-secure/security-principals.md @@ -9,6 +9,9 @@ ms.pagetype: security # Security Principals +**Applies to** +- Windows 10 +- Windows Server 2016 This reference topic for the IT professional describes security principals in regards to Windows accounts and security groups, in addition to security technologies that are related to security principals. @@ -80,7 +83,7 @@ Permissions are different from user rights in that permissions are attached to o On computers, user rights enable administrators to control who has the authority to perform operations that affect an entire computer, rather than a particular object. Administrators assign user rights to individual users or groups as part of the security settings for the computer. Although user rights can be managed centrally through Group Policy, they are applied locally. Users can (and usually do) have different user rights on different computers. -For information about which user rights are available and how they can be implemented, see [User Rights Assignment](user_rights_assignment_glbl). +For information about which user rights are available and how they can be implemented, see [User Rights Assignment](user-rights-assignment.md). ### Security context in authentication diff --git a/windows/keep-secure/service-accounts.md b/windows/keep-secure/service-accounts.md index 0cc1d98640..3fecf693d7 100644 --- a/windows/keep-secure/service-accounts.md +++ b/windows/keep-secure/service-accounts.md @@ -9,6 +9,9 @@ ms.pagetype: security # Service Accounts +**Applies to** +- Windows 10 +- Windows Server 2016 This topic for the IT professional explains group and standalone managed service accounts, and the computer-specific virtual computer account, and it points to resources about these service accounts. @@ -29,7 +32,7 @@ This topic contains information about the following types of service accounts: A managed service account is designed to isolate domain accounts in crucial applications, such as Internet Information Services (IIS), and eliminate the need for an administrator to manually administer the service principal name (SPN) and credentials for the accounts. -To use managed service accounts, the server on which the application or service is installed must be running at least Windows Server 2008 R2. One managed service account can be used for services on a single computer. Managed service accounts cannot be shared between multiple computers, and they cannot be used in server clusters where a service is replicated on multiple cluster nodes. For this scenario, you must use a group managed service account. For more information, see [Group Managed Service Accounts Overview](group_managed_service_accounts_overview). +To use managed service accounts, the server on which the application or service is installed must be running at least Windows Server 2008 R2. One managed service account can be used for services on a single computer. Managed service accounts cannot be shared between multiple computers, and they cannot be used in server clusters where a service is replicated on multiple cluster nodes. For this scenario, you must use a group managed service account. For more information, see [Group Managed Service Accounts Overview](https://technet.microsoft.com/library/hh831782(v=ws.11).aspx). In addition to the enhanced security that is provided by having individual accounts for critical services, there are four important administrative benefits associated with managed service accounts: @@ -113,10 +116,10 @@ The following table provides links to additional resources that are related to s

Product evaluation

-

[What's New for Managed Service Accounts](whats_new_for_managed_service_accounts_vil)

+

[What's New for Managed Service Accounts](https://technet.microsoft.com/library/hh831451(v=ws.11).aspx)

[Managed Service Accounts Documentation for Windows 7 and Windows Server 2008 R2](http://technet.microsoft.com/library/ff641731.aspx)

[Service Accounts Step-by-Step Guide](http://technet.microsoft.com/library/dd548356.aspx)

-

[Getting Started with Group Managed Service Accounts](getting_started_with_group_managed_service_accounts)

+

[Getting Started with Group Managed Service Accounts](https://technet.microsoft.com/library/jj128431(v=ws.11).aspx)

Deployment

@@ -137,7 +140,7 @@ The following table provides links to additional resources that are related to s

Related technologies

[Security Principals Technical Overview](security-principals.md)

-

[Active Directory Domain Services Overview](39dd9b55-2512-49d8-8927-a283697f0547)

+

[What's new in Active Directory Domain Services](https://technet.microsoft.com/library/mt163897.aspx)

diff --git a/windows/keep-secure/special-identities.md b/windows/keep-secure/special-identities.md index a598385d65..69c4ad8674 100644 --- a/windows/keep-secure/special-identities.md +++ b/windows/keep-secure/special-identities.md @@ -9,6 +9,8 @@ ms.pagetype: security # Special Identities +**Applies to** +- Windows Server 2016 This reference topic for the IT professional describes the special identity groups (which are sometimes referred to as security groups) that are used in Windows access control. @@ -143,9 +145,9 @@ Any user who accesses the system through a sign-in process has the Authenticated

Default User Rights

-

[Access this computer from the network](access_this_computer_from_the_network__technical_reference_security_considerations): SeNetworkLogonRight

-

[Add workstations to domain](add_workstations_to_domain__technical_reference_security_considerations): SeMachineAccountPrivilege

-

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

+

[Access this computer from the network](access-this-computer-from-the-network.md): SeNetworkLogonRight

+

[Add workstations to domain](add-workstations-to-domain.md): SeMachineAccountPrivilege

+

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

@@ -373,8 +375,8 @@ This group includes all domain controllers in an Active Directory forest. Domain

Default User Rights Assignment

-

[Access this computer from the network](access_this_computer_from_the_network__technical_reference_security_considerations): SeNetworkLogonRight

-

[Allow log on locally](allow_log_on_locally__technical_reference_security_considerations): SeInteractiveLogonRight

+

[Access this computer from the network](access-this-computer-from-the-network.md): SeNetworkLogonRight

+

[Allow log on locally](allow-log-on-locally.md): SeInteractiveLogonRight

@@ -416,9 +418,9 @@ Membership is controlled by the operating system.

Default User Rights

-

[Access this computer from the network](access_this_computer_from_the_network__technical_reference_security_considerations): SeNetworkLogonRight

-

[Act as part of the operating system](act_as_part_of_the_operating_system__technical_reference_security_considerations): SeTcbPrivilege

-

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

+

[Access this computer from the network](access-this-computer-from-the-network.md): SeNetworkLogonRight

+

[Act as part of the operating system](act-as-part-of-the-operating-system.md): SeTcbPrivilege

+

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

@@ -494,14 +496,14 @@ The Local Service account is similar to an Authenticated User account. The Local

Default user rights

-

[Adjust memory quotas for a process](adjust_memory_quotas_for_a_process__technical_reference_security_considerations): SeIncreaseQuotaPrivilege

-

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

-

[Change the system time](change_the_system_time__technical_reference_security_considerations): SeSystemtimePrivilege

-

[Change the time zone](change_the_time_zone__technical_reference_security_considerations): SeTimeZonePrivilege

-

[Create global objects](create_global_objects__technical_reference_security_considerations): SeCreateGlobalPrivilege

-

[Generate security audits](generate_security_audits__technical_reference_security_considerations): SeAuditPrivilege

-

[Impersonate a client after authentication](impersonate_a_client_after_authentication__technical_reference_security_considerations): SeImpersonatePrivilege

-

[Replace a process level token](replace_a_process_level_token__technical_reference_security_considerations): SeAssignPrimaryTokenPrivilege

+

[Adjust memory quotas for a process](adjust-memory-quotas-for-a-process.md): SeIncreaseQuotaPrivilege

+

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

+

[Change the system time](change-the-system-time.md): SeSystemtimePrivilege

+

[Change the time zone](change-the-time-zone.md): SeTimeZonePrivilege

+

[Create global objects](create-global-objects.md): SeCreateGlobalPrivilege

+

[Generate security audits](generate-security-audits.md): SeAuditPrivilege

+

[Impersonate a client after authentication](impersonate-a-client-after-authentication.md): SeImpersonatePrivilege

+

[Replace a process level token](replace-a-process-level-token.md): SeAssignPrimaryTokenPrivilege

@@ -615,13 +617,13 @@ The Network Service account is similar to an Authenticated User account. The Net

Default User Rights

-

[Adjust memory quotas for a process](adjust_memory_quotas_for_a_process__technical_reference_security_considerations): SeIncreaseQuotaPrivilege

-

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

-

[Create global objects](create_global_objects__technical_reference_security_considerations): SeCreateGlobalPrivilege

-

[Generate security audits](generate_security_audits__technical_reference_security_considerations): SeAuditPrivilege

-

[Impersonate a client after authentication](impersonate_a_client_after_authentication__technical_reference_security_considerations): SeImpersonatePrivilege

-

[Restore files and directories](restore_files_and_directories__technical_reference_security_considerations): SeAssignPrimaryTokenPrivilege

-

[Replace a process level token](replace_a_process_level_token__technical_reference_security_considerations): SeAssignPrimaryTokenPrivilege

+

[Adjust memory quotas for a process](adjust-memory-quotas-for-a-process.md): SeIncreaseQuotaPrivilege

+

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

+

[Create global objects](create-global-objects.md): SeCreateGlobalPrivilege

+

[Generate security audits](generate-security-audits.md): SeAuditPrivilege

+

[Impersonate a client after authentication](impersonate-a-client-after-authentication.md): SeImpersonatePrivilege

+

[Restore files and directories](restore-files-and-directories.md): SeRestorePrivilege

+

[Replace a process level token](replace-a-process-level-token.md): SeAssignPrimaryTokenPrivilege

@@ -883,8 +885,8 @@ Any service that accesses the system has the Service identity. This identity gro

Default User Rights

-

[Create global objects](create_global_objects__technical_reference_security_considerations): SeCreateGlobalPrivilege

-

[Impersonate a client after authentication](impersonate_a_client_after_authentication__technical_reference_security_considerations): SeImpersonatePrivilege

+

[Create global objects](create-global-objects.md): SeCreateGlobalPrivilege

+

[Impersonate a client after authentication](impersonate-a-client-after-authentication.md): SeImpersonatePrivilege

@@ -994,8 +996,8 @@ Any user accessing the system through Terminal Services has the Terminal Server

Default User Rights

-

[Bypass traverse checking](bypass_traverse_checking__technical_reference_management_security_considerations): SeChangeNotifyPrivilege

-

[Increase a process working set](increase_a_process_working_set__technical_reference_security_considerations): SeIncreaseWorkingSetPrivilege

+

[Bypass traverse checking](bypass-traverse-checking.md): SeChangeNotifyPrivilege

+

[Increase a process working set](increase-a-process-working-set.md): SeIncreaseWorkingSetPrivilege

From eb353c73c09a6a8e18a7c99b63505704a24fe310 Mon Sep 17 00:00:00 2001 From: JanKeller1 Date: Tue, 21 Jun 2016 17:49:56 -0700 Subject: [PATCH 087/114] Tweakd link text & dealt w vry old links --- windows/keep-secure/access-control.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/windows/keep-secure/access-control.md b/windows/keep-secure/access-control.md index 0f9eca4004..969bd01684 100644 --- a/windows/keep-secure/access-control.md +++ b/windows/keep-secure/access-control.md @@ -34,9 +34,9 @@ This content set contains: - [Dynamic Access Control Overview](dynamic-access-control.md) -- [Security Identifiers Technical Overview](security-identifiers.md) +- [Security identifiers](security-identifiers.md) -- [Security Principals Technical Overview](security-principals.md) +- [Security Principals](security-principals.md) - [Local Accounts](local-accounts.md) @@ -125,10 +125,8 @@ For more information about auditing, see [Security Auditing Overview](security-a ## See also +- For more information about access control and authorization, see [Access Control and Authorization Overview](https://technet.microsoft.com/en-us/library/jj134043(v=ws.11).aspx). -- For more information about authorization and access control, see [Windows Security Collection](http://go.microsoft.com/fwlink/?LinkId=4565). - -- For information about authorization strategy, see [Designing a Resource Authorization Strategy](http://go.microsoft.com/fwlink/?LinkId=4734).   From 0a7a039148aa7641b4e3cf1fcb7292cfd2675112 Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Tue, 21 Jun 2016 17:58:26 -0700 Subject: [PATCH 088/114] updates per Brandon; added two figures --- .../surface-diagnostic-kit-fig1-options.png | Bin 0 -> 51770 bytes .../surface-diagnostic-kit-fig2-testdepth.png | Bin 0 -> 64301 bytes .../surface-diagnostic-kit-gear-icon.png | Bin 0 -> 567 bytes devices/surface/surface-diagnostic-toolkit.md | 40 +++++++++++++++++- 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 devices/surface/images/surface-diagnostic-kit-fig1-options.png create mode 100644 devices/surface/images/surface-diagnostic-kit-fig2-testdepth.png create mode 100644 devices/surface/images/surface-diagnostic-kit-gear-icon.png diff --git a/devices/surface/images/surface-diagnostic-kit-fig1-options.png b/devices/surface/images/surface-diagnostic-kit-fig1-options.png new file mode 100644 index 0000000000000000000000000000000000000000..8e10b877f9ad1d232594d575b2ab16324bdc6b52 GIT binary patch literal 51770 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�#0n+G%3)}(7CPeH>Rjx?=!OLQ~EqbiHRa$ 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 FV1gHu_5uI^ literal 0 HcmV?d00001 diff --git a/devices/surface/surface-diagnostic-toolkit.md b/devices/surface/surface-diagnostic-toolkit.md index 9422e1c580..a327ffc0f4 100644 --- a/devices/surface/surface-diagnostic-toolkit.md +++ b/devices/surface/surface-diagnostic-toolkit.md @@ -57,10 +57,46 @@ To run a full set of tests with the Microsoft Surface Diagnostic Toolkit, you sh ## Configure test options -Before you select the tests you would like to run, you can select the Options button in the upper right corner of the window (as shown in Figure 1) to configure the behavior of the Microsoft Surface Diagnostic Toolkit. In the Options section of the toolkit you can configure the depth of testing and logs, the save location for log files, and the creation and use of additional language files for the dialog of each test. +Before you select the tests you want to run, you can click the Tools ![images\surface-diagnostic-kit-gear-icon.png](images\surface-diagnostic-kit-gear-icon.png) button in the upper right corner of the window (as shown in Figure 1) to access the Options section of the Microsoft Surface Diagnostic Toolkit. In the Options section, you can configure the depth of testing and logs, as well as the save location for log files. You can also create and use additional language files for the dialog of each test. + +![Tools button highlighted in upper right corner of window](images\surface-diagnostic-kit-fig1-options.png "Tools button highlighted in upper right corner of window") + +*Figure 1. The Tools button highighted in upper right corner of window* + +Any options you want to select must be specified before you run the tests. You cannot change the test options after the testing sequence has started. + +####Test depth +You can quickly select among three modes for testing and diagnostics by using the **Test Depth** page. The **Test Depth** page displays a slider with three possible positions, as shown in Figure 2. These positions determine which tests are run and what information is recorded without requiring you to select specific tests with the **Run Specific Tests** button. The three modes allow you to focus the tests of the Microsoft Surface Diagnostic Toolkit on hardware, software, or both hardware and software. + +![Screen that displays Test Depth slider to select depth of data collection](images/surface-diagnostic-kit-fig2-testdepth.png "Screen that displays Test Depth slider to select depth of data collection") + +*Figure 2. The Test Depth slider to select the depth of data collection* + +When you select a mode using the Test Depth slider, a configuration file (.ini) with the same name as the Microsoft Surface Diagnostic Toolkit executable (.exe) file is created in the same folder. For example, if the Microsoft Surface Diagnostic Toolkit executable file is SurfaceDiagnosticToolkit.exe, the configuration file will be SurfaceDiagnosticToolkit.ini. When the executable file is run, the options will be automatically set by the configuration file. To run the Microsoft Surface Diagnostic Toolkit in a specific mode on multiple devices, ensure that the .ini file remains in the same folder with the .exe file used on each device. + +When the Microsoft Surface Diagnostic Toolkit is run the technician can still use the Run Specific Tests button to enable or disable specific tests. The tests selected on the Please Select Tests to Run page take priority over the tests enabled or disabled by the mode specified on the Test Depth page. When a mode is selected the tests that applicable to that mode will be enabled by default and the tests that are not required for that mode will be disabled. + +Each mode has a specific focus and records a different level of information in the log files, as follows: + +* **Hardware and Software Focus.** This mode is the default for the Microsoft Surface Diagnostic Toolkit. In this mode all tests that are applicable to the device are run. This mode logs the most information and takes the most time. +* **Software Experience Focus.** This mode collects information about the device and records it in the log file. No hardware tests are performed in this mode. The following tests are run in this mode: + * Windows Update Check Test + * Device Information Test + * System Assessment Test + * Crash Dump Collection Test + * Modern Standby Test +* **Hardware Validation Focus.** This mode tests the hardware of the device but does not collect system log files or device information. All diagnostic tests relevant to the device hardware are run in this mode. The exact tests that are run will vary from device to device depending on the hardware configuration. This mode logs the least information and requires the least amount of time. -Figure 1. The Options button appears as a gear icon +####Save location +Use the **Browse** button on the **Save Location** page to select a default location for the Microsoft Surface Diagnostic Toolkit log files to be saved. When the tests complete the user will still be prompted to save a log file and a log file will not be saved automatically. The user must still click the **Save to File** button to save the log files. As with the mode, this save location is stored in the Microsoft Surface Diagnostic Toolkit configuration (.ini) file and if the file does not exist, configuring this option will generate the file. + +####Additional language +See the Localization section later in this article for information about customizing the dialog displayed during each test. Using the **Additional Language** page, you can generate a localization file that can be used to customize the dialog during each test. You can also specify a specific localization file to be used with the Microsoft Surface Diagnostic Toolkit with the **Browse** button. + +####Feedback +You can use the form on the **Feedback** page to inform the product team of any problems that you encounter with the Microsoft Surface Diagnostic Toolkit or to provide any suggestions for how the Microsoft Surface Diagnostic Toolkit could be made better. + ## The tests From a8802eea3b28cc2b523991fd5c1d93a4f146fbf8 Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Wed, 22 Jun 2016 08:50:33 -0700 Subject: [PATCH 089/114] fixing image file name --- .../security-identifider-architecture.jpg.gif | Bin 1861 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 windows/keep-secure/images/security-identifider-architecture.jpg.gif diff --git a/windows/keep-secure/images/security-identifider-architecture.jpg.gif b/windows/keep-secure/images/security-identifider-architecture.jpg.gif deleted file mode 100644 index cd7d3410653c3d1ce42d289da04a8a18bb55d58d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1861 zcmV-L2fFx2Nk%w1VU7W60J8u9nauypnP$?ZdD*gz|Ns9WARrJB5CsJV0|Ns900960 z{{R30000000000000000A^8LW000UAEC2ui0FD7_000F4kjP1^y*TU5yZ>M)j$~<` zXsWJk>%MR-&vb3yW1{bT@BhG{a7Zi~kG%tO$!t1>%BOTn{tRgl~;slyjMC zb(@Z4ooSyz}oZm?V7}_*EHV*Ys*-8bjw*{zY-!Qy$ubpRej~b(TGW&t z-#v}Rm0n7JoRF@7sP*Ypr&7yybr%%sRbO=8Qk7Q~YS_PVu|c%T)0Wzh*@l|@$vB?Z zrV<6B<=2>;S;<&?K6HGOYeAaq5Q$aCRwulX9uKF;Dhv&4(XC_il1=-l>JzVPyVNa{ zw{M2OgCDz%TexvlxsStEF8m{L5mll~pH98H_3PNPOGog$L~`cf!;2qZ+j;j7-^r_A z&%QmN^Eup;2RHAlqh9Id$2Je2Lw@~$tYcLF92Q~H$z-Ge=pKLlY4D$dcu_@*ga$@< z&w~)A)*yNr>eiWQ$K#xrEwSJU%(qk-iN{Bn3uNX=7hFI#gJQP4XBel2cL{|u@t(7C~y&enQW@d2J5V})7m$ox779q?X{L> z+w8XC%2^poDk^rOK_$)=Ex73B^{ck^VpSSgZN{mNmp~eIP`960EPBOcLg= zR1gPj-@poMXaTdQ@^BcrFgncAm=DYK*WMNHyz!AsF8%V#lfe7)*zXs8k;sc~ zw8o_$9)97;AMV`s*{6Ts_RLp4`1_W}A9wOts&But>{ov|`0&qfIsdM@p8zwJKet_u zd;Uw{-OR%v^bPQVX}g$z3|P4e_HTjmD-r}ZxTXS@j&4OG-PXic!4JxfXBDC(iL( zcZ@?Fr6$%ak&uY|n;AEi$VM*0kQ;lPBqvG9N?NiA6j+-8@a4!( z-l0{Jiz2ZgWs1HX!<4W?*z9%(Eo>ynWSNQOE3>D{-1W|t^ZM3>@R%;=)e?9UT+J=H z1d2ex%Nk017m5BPuTu)Bjp6xa_pCG|X=aX<5`s&=VzwE8k&G@Q+oJW{hQR41rFKv1 zN0{I;Gr8C-o4EAlI7e4Lx)IH1lmlJDZU?g*F>EF7EE!LzM$36(P=Ogl9O?GCx?1SP zpD+t2TjI$tdcAS-0&B}?t=e|a@&T};m?L2iuGza}>SR!0BGl8+Ql9}aqA<_|k2Mv@ zz|)mbq#=lD-U1N}ohoOh7L?xwCr3g5c(RuvDy2`415~1#kbE8$-sI@V(4#gIsNE^R zCAZ4eu6mVI1^}g4$4b_+n)R$`O{-eh8aU_#536jAt6b-LG^z@(t<|HeUiZpZ@0c@~ zdF`uU2TRzz^3S8*!{_)$xWB?W_OW6WVNhvm)Azv@vY5>*79=~;$sTlpAJwdAN9#li z)|9fIB`0ZD%i4pPHldY;?Oj_-+u9Zbu^}vK=swF>)!O#Azzwc&hf7=)L;wIgSZA?{ From 6147e4fb2c1f3488f0b481c3ca94965778e60757 Mon Sep 17 00:00:00 2001 From: Brian Lich Date: Wed, 22 Jun 2016 08:50:54 -0700 Subject: [PATCH 090/114] fixing image file name --- .../images/security-identifider-architecture.jpg | Bin 0 -> 1861 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 windows/keep-secure/images/security-identifider-architecture.jpg diff --git a/windows/keep-secure/images/security-identifider-architecture.jpg b/windows/keep-secure/images/security-identifider-architecture.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cd7d3410653c3d1ce42d289da04a8a18bb55d58d GIT binary patch literal 1861 zcmV-L2fFx2Nk%w1VU7W60J8u9nauypnP$?ZdD*gz|Ns9WARrJB5CsJV0|Ns900960 z{{R30000000000000000A^8LW000UAEC2ui0FD7_000F4kjP1^y*TU5yZ>M)j$~<` zXsWJk>%MR-&vb3yW1{bT@BhG{a7Zi~kG%tO$!t1>%BOTn{tRgl~;slyjMC zb(@Z4ooSyz}oZm?V7}_*EHV*Ys*-8bjw*{zY-!Qy$ubpRej~b(TGW&t z-#v}Rm0n7JoRF@7sP*Ypr&7yybr%%sRbO=8Qk7Q~YS_PVu|c%T)0Wzh*@l|@$vB?Z zrV<6B<=2>;S;<&?K6HGOYeAaq5Q$aCRwulX9uKF;Dhv&4(XC_il1=-l>JzVPyVNa{ zw{M2OgCDz%TexvlxsStEF8m{L5mll~pH98H_3PNPOGog$L~`cf!;2qZ+j;j7-^r_A z&%QmN^Eup;2RHAlqh9Id$2Je2Lw@~$tYcLF92Q~H$z-Ge=pKLlY4D$dcu_@*ga$@< z&w~)A)*yNr>eiWQ$K#xrEwSJU%(qk-iN{Bn3uNX=7hFI#gJQP4XBel2cL{|u@t(7C~y&enQW@d2J5V})7m$ox779q?X{L> z+w8XC%2^poDk^rOK_$)=Ex73B^{ck^VpSSgZN{mNmp~eIP`960EPBOcLg= zR1gPj-@poMXaTdQ@^BcrFgncAm=DYK*WMNHyz!AsF8%V#lfe7)*zXs8k;sc~ zw8o_$9)97;AMV`s*{6Ts_RLp4`1_W}A9wOts&But>{ov|`0&qfIsdM@p8zwJKet_u zd;Uw{-OR%v^bPQVX}g$z3|P4e_HTjmD-r}ZxTXS@j&4OG-PXic!4JxfXBDC(iL( zcZ@?Fr6$%ak&uY|n;AEi$VM*0kQ;lPBqvG9N?NiA6j+-8@a4!( z-l0{Jiz2ZgWs1HX!<4W?*z9%(Eo>ynWSNQOE3>D{-1W|t^ZM3>@R%;=)e?9UT+J=H z1d2ex%Nk017m5BPuTu)Bjp6xa_pCG|X=aX<5`s&=VzwE8k&G@Q+oJW{hQR41rFKv1 zN0{I;Gr8C-o4EAlI7e4Lx)IH1lmlJDZU?g*F>EF7EE!LzM$36(P=Ogl9O?GCx?1SP zpD+t2TjI$tdcAS-0&B}?t=e|a@&T};m?L2iuGza}>SR!0BGl8+Ql9}aqA<_|k2Mv@ zz|)mbq#=lD-U1N}ohoOh7L?xwCr3g5c(RuvDy2`415~1#kbE8$-sI@V(4#gIsNE^R zCAZ4eu6mVI1^}g4$4b_+n)R$`O{-eh8aU_#536jAt6b-LG^z@(t<|HeUiZpZ@0c@~ zdF`uU2TRzz^3S8*!{_)$xWB?W_OW6WVNhvm)Azv@vY5>*79=~;$sTlpAJwdAN9#li z)|9fIB`0ZD%i4pPHldY;?Oj_-+u9Zbu^}vK=swF>)!O#Azzwc&hf7=)L;wIgSZA?{ literal 0 HcmV?d00001 From cb322f1df1739e6b6db99c21a14414cdc198f163 Mon Sep 17 00:00:00 2001 From: Jan Backstrom Date: Wed, 22 Jun 2016 10:02:39 -0700 Subject: [PATCH 091/114] edits --- devices/surface/surface-diagnostic-toolkit.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/devices/surface/surface-diagnostic-toolkit.md b/devices/surface/surface-diagnostic-toolkit.md index a327ffc0f4..7c84134078 100644 --- a/devices/surface/surface-diagnostic-toolkit.md +++ b/devices/surface/surface-diagnostic-toolkit.md @@ -61,9 +61,9 @@ Before you select the tests you want to run, you can click the Tools ![images\su ![Tools button highlighted in upper right corner of window](images\surface-diagnostic-kit-fig1-options.png "Tools button highlighted in upper right corner of window") -*Figure 1. The Tools button highighted in upper right corner of window* +*Figure 1. The Tools button highlighted in upper right corner of window* -Any options you want to select must be specified before you run the tests. You cannot change the test options after the testing sequence has started. +>**Note:**  Any options you want to select must be specified before you run the tests. You cannot change the test options after the testing sequence has started. ####Test depth You can quickly select among three modes for testing and diagnostics by using the **Test Depth** page. The **Test Depth** page displays a slider with three possible positions, as shown in Figure 2. These positions determine which tests are run and what information is recorded without requiring you to select specific tests with the **Run Specific Tests** button. The three modes allow you to focus the tests of the Microsoft Surface Diagnostic Toolkit on hardware, software, or both hardware and software. @@ -72,13 +72,13 @@ You can quickly select among three modes for testing and diagnostics by using th *Figure 2. The Test Depth slider to select the depth of data collection* -When you select a mode using the Test Depth slider, a configuration file (.ini) with the same name as the Microsoft Surface Diagnostic Toolkit executable (.exe) file is created in the same folder. For example, if the Microsoft Surface Diagnostic Toolkit executable file is SurfaceDiagnosticToolkit.exe, the configuration file will be SurfaceDiagnosticToolkit.ini. When the executable file is run, the options will be automatically set by the configuration file. To run the Microsoft Surface Diagnostic Toolkit in a specific mode on multiple devices, ensure that the .ini file remains in the same folder with the .exe file used on each device. +When you select a mode by using the Test Depth slider, a configuration file (.ini) with the same name as the Microsoft Surface Diagnostic Toolkit executable (.exe) file is created in the same folder. For example, if the Microsoft Surface Diagnostic Toolkit executable file is SurfaceDiagnosticToolkit.exe, the configuration file will be SurfaceDiagnosticToolkit.ini. When the executable file is run, the options will be automatically set by the configuration file. To run the Microsoft Surface Diagnostic Toolkit in a specific mode on multiple devices, ensure that the .ini file remains in the same folder with the .exe file used on each device. -When the Microsoft Surface Diagnostic Toolkit is run the technician can still use the Run Specific Tests button to enable or disable specific tests. The tests selected on the Please Select Tests to Run page take priority over the tests enabled or disabled by the mode specified on the Test Depth page. When a mode is selected the tests that applicable to that mode will be enabled by default and the tests that are not required for that mode will be disabled. +When you run the Microsoft Surface Diagnostic Toolkit, you can still use the **Run Specific Tests** button to enable or disable specific tests. The tests selected on the **Please Select Tests to Run** page take priority over the tests enabled or disabled by the mode specified on the **Test Depth** page. When a mode is selected the tests that are applicable to that mode will be enabled by default and the tests that are not required for that mode will be disabled. Each mode has a specific focus and records a different level of information in the log files, as follows: -* **Hardware and Software Focus.** This mode is the default for the Microsoft Surface Diagnostic Toolkit. In this mode all tests that are applicable to the device are run. This mode logs the most information and takes the most time. +* **Hardware and Software Focus.** This is the default mode for the Microsoft Surface Diagnostic Toolkit. In this mode all tests that are applicable to the device are run. This mode logs the most information and takes the most time. * **Software Experience Focus.** This mode collects information about the device and records it in the log file. No hardware tests are performed in this mode. The following tests are run in this mode: * Windows Update Check Test * Device Information Test @@ -89,18 +89,17 @@ Each mode has a specific focus and records a different level of information in t ####Save location -Use the **Browse** button on the **Save Location** page to select a default location for the Microsoft Surface Diagnostic Toolkit log files to be saved. When the tests complete the user will still be prompted to save a log file and a log file will not be saved automatically. The user must still click the **Save to File** button to save the log files. As with the mode, this save location is stored in the Microsoft Surface Diagnostic Toolkit configuration (.ini) file and if the file does not exist, configuring this option will generate the file. +Use the **Browse** button on the **Save Location** page to select a default location for the Microsoft Surface Diagnostic Toolkit log files to be saved. When the tests complete the user will still be prompted to save a log file and a log file will not be saved automatically. The user must still click the **Save to File** button to save the log files. As with the Test Depth mode, this save location is stored in the Microsoft Surface Diagnostic Toolkit configuration (.ini) file and if the file does not exist, configuring this option will generate the file. ####Additional language -See the Localization section later in this article for information about customizing the dialog displayed during each test. Using the **Additional Language** page, you can generate a localization file that can be used to customize the dialog during each test. You can also specify a specific localization file to be used with the Microsoft Surface Diagnostic Toolkit with the **Browse** button. +Refer to the [Localization](#localization) section of this article for information about how to customize the dialog displayed during each test. On the **Additional Language** page, you can generate a localization file that you can use to customize the dialog during each test. You can also specify a specific localization file to be used with the Microsoft Surface Diagnostic Toolkit with the **Browse** button. ####Feedback -You can use the form on the **Feedback** page to inform the product team of any problems that you encounter with the Microsoft Surface Diagnostic Toolkit or to provide any suggestions for how the Microsoft Surface Diagnostic Toolkit could be made better. +You can use the form on the **Feedback** page to inform the product team of any problems that you encounter with the Microsoft Surface Diagnostic Toolkit or to provide any suggestions for how the Microsoft Surface Diagnostic Toolkit could be improved. ## The tests - The Microsoft Surface Diagnostic Toolkit runs several individual tests on a Surface device. Not all tests are applicable to every device. For example, the Home button test is not applicable to Surface Pro 4 where there is no Home button. You can specify which tests to run, or you can choose to run all tests. For tests that require external devices (such as testing output to an external display) but you do not have the required external device at the time of the test, you are given the option to skip the test. If a test fails, you are prompted to continue or stop testing at that time. #### Windows Update From 4be4c2309124fea511e9eb78f3c635231422668d Mon Sep 17 00:00:00 2001 From: Trudy Hakala Date: Wed, 22 Jun 2016 10:04:27 -0700 Subject: [PATCH 092/114] updating supported Lync version --- devices/surface-hub/intro-to-surface-hub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/surface-hub/intro-to-surface-hub.md b/devices/surface-hub/intro-to-surface-hub.md index 584dc26a5e..f8903f20cd 100644 --- a/devices/surface-hub/intro-to-surface-hub.md +++ b/devices/surface-hub/intro-to-surface-hub.md @@ -37,7 +37,7 @@ The capabilities of your Surface Hub will depend on what other Microsoft product

Meetings using Skype for Business

-

Device account with Skype for Business (Lync 2010 or later) or Skype for Business Online, and a network connection so the account can be accessed.

+

Device account with Skype for Business (Lync Server 2013 or later) or Skype for Business Online, and a network connection so the account can be accessed.

Web browsing through Microsoft Edge

From 38e35569c7796b783b27e8fdfa75f01759dce40e Mon Sep 17 00:00:00 2001 From: LizRoss Date: Wed, 22 Jun 2016 11:22:17 -0700 Subject: [PATCH 093/114] Updating to fix bugs --- browsers/edge/available-policies.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/browsers/edge/available-policies.md b/browsers/edge/available-policies.md index 048f00fbc4..4cbfe564fa 100644 --- a/browsers/edge/available-policies.md +++ b/browsers/edge/available-policies.md @@ -71,19 +71,19 @@ All devices must be enrolled with Intune if you want to use the Windows Custom U |AllowInPrivate |Windows 10, Version 1511 or later |Both |
  • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowInPrivate
  • **Data type.** Integer
  • **Allowed values:**
    • **0.** Employees can’t use InPrivate browsing.
    • **1 (default).** Employees can use InPrivate browsing.
| |AllowPasswordManager |Windows 10 or later |Both |
  • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowPasswordManager
  • **Data type.** Integer
  • **Allowed values:**
    • **0 (default).** Employees can't use Password Manager to save passwords locally.
    • **1.** Employees can use Password Manager to save passwords locally.
| |AllowPopups |Windows 10 or later |Desktop |
  • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowPopups
  • **Data type.** Integer
  • **Allowed values:**
    • **0 (default).** Turns off Pop-up Blocker, allowing pop-up windows.
    • **1.** Turns on Pop-up Blocker, stopping pop-up windows.
| -|AllowSearchSuggestions
inAddressBar |Windows 10 or later |Both |
  • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowSearchSuggestionsinAddressBar/
  • **Data type.** Integer
  • **Allowed values:**
    • **0 (default).** Employees can’t see search suggestions in the Address bar of Microsoft Edge.
    • **1.** Employees can see search suggestions in the Address bar of Microsoft Edge.
| +|AllowSearchSuggestionsinAddressBar |Windows 10 or later |Both |
  • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowSearchSuggestionsinAddressBar
  • **Data type.** Integer
  • **Allowed values:**
    • **0 (default).** Employees can’t see search suggestions in the Address bar of Microsoft Edge.
    • **1.** Employees can see search suggestions in the Address bar of Microsoft Edge.
| |AllowSmartScreen |Windows 10 or later |Both |
  • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/AllowSmartScreen
  • **Data type.** Integer
  • **Allowed values:**
    • **0 (default).** Turns off SmartScreen Filter.
    • **1.** Turns on SmartScreen Filter, providing warning messages to your employees about potential phishing scams and malicious software.
| |Cookies |Windows 10 or later |Both |
  • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/Cookies
  • **Data type.** Integer
  • **Allowed values:**
    • **0 (default).** Allows all cookies from all sites.
    • **1.** Blocks only cookies from 3rd party websites
    • **2.** Blocks all cookies from all sites.
| |EnterpriseModeSiteList |Windows 10 or later |Desktop |
  • **URI full path.** ./Vendor/MSFT/Policy/Config/Browser/EnterpriseModeSiteList
  • **Data type.** String
  • **Allowed values:**
    • Not configured.
    • **1 (default).** Use the Enterprise Mode Site List, if configured.
    • **2.** Specify the location to the site list.
| |Favorites |Windows 10, Version 1511 or later |Both |