Skip to content

Commit

Permalink
BrokenLinks: Fix broken links from 2020-05-11 CATS report
Browse files Browse the repository at this point in the history
  • Loading branch information
JKirsch1 committed May 28, 2020
1 parent f70c08c commit 760148a
Show file tree
Hide file tree
Showing 24 changed files with 121 additions and 121 deletions.
4 changes: 2 additions & 2 deletions desktop-src/AD/active-directory-domain-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This guide provides an overview of Active Directory Domain Services and sample c
Windows 2000 Server and later operating systems provide a user interface for users and administrators to work with the objects and data in Active Directory Domain Services. This guide describes how to extend and customize that user interface. It also describes how to extend Active Directory Domain Services by defining new object classes and attributes.

> [!Note]
> The following documentation is for computer programmers. If you are an end-user trying to debug a printing error or home network issue, see the [Microsoft community forums](https://answers.microsoft.coms).
> The following documentation is for computer programmers. If you are an end-user trying to debug a printing error or home network issue, see the [Microsoft community forums](https://answers.microsoft.com).


Expand All @@ -34,7 +34,7 @@ Independent software vendors and end-user developers can use Active Directory Do

## Developer audience

Applications that access data in Active Directory Domain Services can be written using the [Active Directory Service Interfaces](https://docs.microsoft.com/windows/desktop/ADSI/active-directory-service-interfaces-adsi) API, [Lightweight Directory Access Protocol](https://docs.microsoft.com/previous-versions/windows/desktop/ldap/lightweight-directory-access-protocol-ldap-api) API, or the [System.DirectoryServices](https://docs.microsoft.com/dotnet/api/system.directoryservices?redirectedfrom=MSDN) namespace.
Applications that access data in Active Directory Domain Services can be written using the [Active Directory Service Interfaces](/windows/win32/ADSI/active-directory-service-interfaces-adsi) API, [Lightweight Directory Access Protocol](https://docs.microsoft.com/previous-versions/windows/win32/ldap/lightweight-directory-access-protocol-ldap-api) API, or the [System.DirectoryServices](https://docs.microsoft.com/dotnet/api/system.directoryservices?redirectedfrom=MSDN) namespace.

## Run-time requirements

Expand Down
4 changes: 2 additions & 2 deletions desktop-src/AD/using-active-directory-domain-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ms.date: 05/31/2018
This section provides guidelines for writing applications that use or publish data in an Active Directory directory service.

> [!Note]
> The following documentation is for computer programmers. If you are trying to resolve an Active Directory home printing error, see the [following suggestion](https://answers.microsoft.com/windows/forum/windows_vista-networking/clicking-find-printer-shows-error-the-active/52bfd961-ff62-4397-b8cf-a0708f0cb3d2) from the Microsoft community pages; if that doesn't help, try these recommendations from [TechNet](https://social.technet.microsoft.com/Forums/windowsserver/en-US/d6212275-24d6-4168-830a-9441f861cb76/error-message-when-attempting-to-print-active-directory-domain-service-is-currently-unavailable?forum=winserverprint).
> The following documentation is for computer programmers. If you are trying to resolve an Active Directory home printing error, see the [following suggestion](https://answers.microsoft.com/windows/forum/all/clicking-find-printer-shows-error-the-active/52bfd961-ff62-4397-b8cf-a0708f0cb3d2) from the Microsoft community pages; if that doesn't help, try these recommendations from [TechNet](https://social.technet.microsoft.com/Forums/windowsserver/en-US/d6212275-24d6-4168-830a-9441f861cb76/error-message-when-attempting-to-print-active-directory-domain-service-is-currently-unavailable?forum=winserverprint).


Expand All @@ -28,7 +28,7 @@ Active Directory Domain Services are compliant with Lightweight Directory Access
For more information about specific Active Directory Domain Services technologies, see:

- [Lightweight Directory Access Protocol](https://docs.microsoft.com/previous-versions/windows/desktop/ldap/lightweight-directory-access-protocol-ldap-api)
- [Active Directory Service Interfaces](https://docs.microsoft.com/windows/desktop/ADSI/active-directory-service-interfaces-adsi)
- [Active Directory Service Interfaces](/windows/win32/ADSI/active-directory-service-interfaces-adsi)
- [System.DirectoryServices](https://docs.microsoft.com/dotnet/api/system.directoryservices?redirectedfrom=MSDN)

This section discusses the following topics:
Expand Down
4 changes: 2 additions & 2 deletions desktop-src/ADSI/active-directory-service-interfaces-adsi.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Active Directory Service Interfaces (ADSI) is a set of COM interfaces used to ac
ADSI enables common administrative tasks, such as adding new users, managing printers, and locating resources in a distributed computing environment.

> [!Note]
> The following documentation is for computer programmers. If you are an end-user trying to debug a printing error or home network issue, see the [Microsoft community forums](https://answers.microsoft.coms).
> The following documentation is for computer programmers. If you are an end-user trying to debug a printing error or home network issue, see the [Microsoft community forums](https://answers.microsoft.com).


Expand Down Expand Up @@ -80,7 +80,7 @@ Documentation of ADSI interfaces and methods.
[COM Clients and Servers](https://msdn.microsoft.com/library/ms683835(v=VS.85).aspx)
</dt> <dt>

[Active Directory Domain Services](https://docs.microsoft.com/windows/desktop/AD/active-directory-domain-services)
[Active Directory Domain Services](/windows/win32/AD/active-directory-domain-services)
</dt> </dl>


Expand Down
2 changes: 1 addition & 1 deletion desktop-src/AppUIStart/-user-interface-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Taskbar flashes can be useful, of course, but should be called upon only when yo

![screen shot of a toast window.](images/humanux-10.png)

"Toast" windows (see Figure 10), made famous by instant messaging clients like MSN Messenger, are a great solution for informing the user of something without annoying or disrupting his or her work flow. There is a great article (https://msdn.microsoft.com/msdnmag/issues/05/09/WindowsForms/default.aspx) by Bill Wagner on creating Toast windows. It is good policy (and manners) to not disturb any other application's toasts. Obstruction of such windows can be annoying and unproductive. One solution is to use the ToastSemaphore Mutex (/library/WinMessenger/winmessenger/overview/toast.asp) provided by the operating system to avoid toast collision.
"Toast" windows (see Figure 10), made famous by instant messaging clients like MSN Messenger, are a great solution for informing the user of something without annoying or disrupting his or her work flow. There is a great article (https://docs.microsoft.com/archive/msdn-magazine/2005/september/sprinkle-some-pizzazz-on-your-plain-vanilla-windows-forms-apps) by Bill Wagner on creating Toast windows. It is good policy (and manners) to not disturb any other application's toasts. Obstruction of such windows can be annoying and unproductive. One solution is to use the ToastSemaphore Mutex (/library/WinMessenger/winmessenger/overview/toast.asp) provided by the operating system to avoid toast collision.

Sometimes you may need to show multiple items by the toast. Popping up 3 or more toasts would not really be advisable. Instead, cycling through each by popping/fading one toast after the other would be better. Microsoft Outlook implements a similar solution when notifying the user of incoming e-mails.

Expand Down
2 changes: 1 addition & 1 deletion desktop-src/AppUIStart/other-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Promotes the discovery and exchange of knowledge concerning the characteristics

</dd> <dt>

<span id="Usability_Professionals_Association"></span><span id="usability_professionals_association"></span><span id="USABILITY_PROFESSIONALS_ASSOCIATION"></span>[Usability Professionals Association](http://www.upassoc.org/)
<span id="Usability_Professionals_Association"></span><span id="usability_professionals_association"></span><span id="USABILITY_PROFESSIONALS_ASSOCIATION"></span>[Usability Professionals Association](https://uxpa.org/)
</dt> <dd>

The UPA supports people who research, design, and evaluate the user experience of products and services.
Expand Down
2 changes: 1 addition & 1 deletion desktop-src/Bits/bits-samples-and-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The following section contains step-by-step C++ examples for Background Intellig
In addition, BITS includes the following samples in Windows SDK. The samples are located under *InstallDirectory*\\Samples\\Web. Each sample includes a Readme.txt file that explains how to install and run the sample. You can download the Windows SDK from [Microsoft Windows Software Development Kit](https://msdn.microsoft.com/windowsserver/bb980924.aspx). BITS is included in the Core SDK.

> [!Note]
> Windows Vista: The samples on this page are included in the [Microsoft Windows SDK for Windows Vista](https://www.microsoft.com/downloads/details.aspx?FamilyID=c2b1e300-f358-4523-b479-f53d234cdccf&DisplayLang=en). However, the ClientCert sample is not included.
> Windows Vista: The samples on this page are included in the [Microsoft Windows SDK for Windows Vista](https://www.microsoft.com/download/details.aspx?id=30998). However, the ClientCert sample is not included.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ If $Job.JobState returns "Error", the $Job object is sent to the [Format-List](

Starting with Windows 10, version 1607, you can run PowerShell Cmdlets, BITSAdmin, or other applications that use the BITS [interfaces](bits-interfaces.md) from a PowerShell Remote command line connected to another machine (physical or virtual). This capability is not available when using a [PowerShell Direct](https://docs.microsoft.com/virtualization/hyper-v-on-windows/user_guide/vmsession) command line to a virtual machine on the same physical machine, and it is not available when using WinRM cmdlets.

A BITS Job created from a Remote PowerShell session runs under that session’s user account context and will only make progress when there is at least one active local logon session or Remote PowerShell session associated with that user account. You can use PowerShell's persistent PSSessions to run remote commands without the need to keep a PowerShell window open for each job to continue making progress, as described in [PowerShell Basics: Remote Management](https://windowsitpro.com/powershell/powershell-basics-remote-management).
A BITS Job created from a Remote PowerShell session runs under that session’s user account context and will only make progress when there is at least one active local logon session or Remote PowerShell session associated with that user account. You can use PowerShell's persistent PSSessions to run remote commands without the need to keep a PowerShell window open for each job to continue making progress, as described in [PowerShell Basics: Remote Management](http://techgenix.com/remote-management-powershell-part1/).

- [New-PSSession](https://technet.microsoft.com/library/hh849717.aspx) creates a persistent Remote PowerShell session. Once created, the PSSession objects persist in the remote machine until explicitly deleted. Any BITS jobs initiated in an active session will make progress transferring data, even after the client has disconnected from the session.
- [Disconnect-PSSession](https://technet.microsoft.com/library/hh849747.aspx) disconnects the client machine from a Remote PowerShell session and the session’s state continues to be maintained by the remote machine. Most importantly, the remote session’s processes will continue executing, and BITS jobs will continue to make progress. The client machine can even reboot and/or turn off after calling Disconnect-PSSession.
Expand Down
Loading

0 comments on commit 760148a

Please sign in to comment.