Skip to content

Commit 9a9ed0f

Browse files
Merge pull request #2995 from MicrosoftDocs/main
Auto Publish – main to live - 2025-07-10 05:00 UTC
2 parents 8e47ca4 + 804c358 commit 9a9ed0f

File tree

58 files changed

+1999
-3105
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+1999
-3105
lines changed

.openpublishing.redirection.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,36 @@
385385
"redirect_url": "/windows/win32/direct3dtools/ipixengine5callbacks-loadtexturefromfilecomplete-short-name",
386386
"redirect_document_id": false
387387
},
388+
{
389+
"source_path": "desktop-src/direct3dtools/pix/pix-configuring.md",
390+
"redirect_url": "desktop-src/direct3dtools/pix/articles/general/pix-configuring.md",
391+
"redirect_document_id": false
392+
},
393+
{
394+
"source_path": "desktop-src/direct3dtools/pix/pix-custom-visualizers.md",
395+
"redirect_url": "desktop-src/direct3dtools/pix/articles/gpu-captures/pix-custom-visualizers.md",
396+
"redirect_document_id": false
397+
},
398+
{
399+
"source_path": "desktop-src/direct3dtools/pix/pix-gpu-captures.md",
400+
"redirect_url": "desktop-src/direct3dtools/pix/articles/gpu-captures/pix-gpu-captures.md",
401+
"redirect_document_id": false
402+
},
403+
{
404+
"source_path": "desktop-src/direct3dtools/pix/pix-instrumenting.md",
405+
"redirect_url": "desktop-src/direct3dtools/pix/articles/general/pix-instrumenting.md",
406+
"redirect_document_id": false
407+
},
408+
{
409+
"source_path": "desktop-src/direct3dtools/pix/pix-overview.md",
410+
"redirect_url": "desktop-src/direct3dtools/pix/articles/general/pix-overview.md",
411+
"redirect_document_id": false
412+
},
413+
{
414+
"source_path": "desktop-src/direct3dtools/pix/pix-timing-captures.md",
415+
"redirect_url": "desktop-src/direct3dtools/pix/articles/timing-captures/pix-timing-captures.md",
416+
"redirect_document_id": false
417+
},
388418
{
389419
"source_path": "desktop-src/win32-and-com-development.md",
390420
"redirect_url": "/windows/win32/index",

desktop-src/AD/backing-up-and-restoring-an-active-directory-server.md

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,40 @@ ms.tgt_platform: multiple
66
keywords:
77
- Active Directory Domain Services, using, backing up and restoring
88
ms.topic: how-to
9-
ms.date: 05/31/2018
9+
ms.date: 07/09/2025
10+
# customer intent: As a Windows developer, I want to learn how to back up and restore an Active Directory server so that I can ensure data integrity and availability.
1011
---
1112

1213
# Backing Up and Restoring an Active Directory Server
1314

14-
Active Directory Domain Services provide functions for backing up and restoring data in the directory database. This section describes how to [back up](backing-up-an-active-directory-server.md) and [restore](restoring-an-active-directory-server.md) an Active Directory server. For more information about backing up an Active Directory server using the utilities provided in Windows 2000 and Windows Server 2003 operating systems, see the applicable Resource Kit, available on the Microsoft TechNet website.
15+
Active Directory Domain Services provide functions for backing up and restoring data in the directory database. This section describes how to [back up](backing-up-an-active-directory-server.md) and [restore](restoring-an-active-directory-server.md) an Active Directory server. For more information about backing up an Active Directory server using the utilities provided in Windows 2000 and Windows Server 2003 and later operating systems, see the applicable Resource Kit. See [Kits and tools overview](/windows-hardware/get-started/kits-and-tools-overview) and [Backup, restore, and recovery in Windows](https://support.microsoft.com/windows/backup-restore-and-recovery-in-windows-e6d629c4-2568-4406-814f-209a2af06ef7) for more information.
1516

1617
Backup of an Active Directory server must be performed online and must be performed when the Active Directory Domain Services are installed. Active Directory Domain Services are built on a special database and export a set of backup functions that provide the programmatic backup interface. The backup does not support incremental backups when using the built-in Windows Backup Utility. A backup application binds to a local client-side DLL with entry points defined in Ntdsbcli.h.
1718

1819
Restoration of an Active Directory server is always performed offline.
1920

2021
Although the topics in this section describe only how to back up and restore an Active Directory server, be aware that Windows 2000 and the Windows Server 2003 operating systems have several "system state" components that must be backed up and restored together. These system state components consist of:
2122

22-
- Boot files such as ntldr, ntdetect, all files protected by SFP, and performance counter configuration
23-
- The Active Directory Domain Controller
24-
- SysVol (domain controller only)
25-
- Certificate Server (CA only)
26-
- Cluster database (cluster node only)
27-
- Registry
28-
- COM+ class registration database
23+
- Boot files such as ntldr, ntdetect, all files protected by SFP, and performance counter configuration
24+
- The Active Directory Domain Controller
25+
- SysVol (domain controller only)
26+
- Certificate Server (CA only)
27+
- Cluster database (cluster node only)
28+
- Registry
29+
- COM+ class registration database
2930

3031
The system state can be backed up in any order, but restoration of the system state must occur in the following order:
3132

32-
1. Restore the boot files.
33-
2. Restore SysVol, Certificate Server, Cluster database and COM+ class registration database, as applicable.
34-
3. Restore the Active Directory server.
35-
4. Restore the registry.
33+
1. Restore the boot files.
34+
1. Restore SysVol, Certificate Server, Cluster database and COM+ class registration database, as applicable.
35+
1. Restore the Active Directory server.
36+
1. Restore the registry.
3637

3738
For more information about backing up and restoring Certificate Services, see [Using the Certificate Services Backup and Restore Functions](/windows/desktop/SecCrypto/using-the-certificate-services-backup-and-restore-functions).
3839

3940
For more information about backing up and restoring Active Directory Domain Services, see:
4041

41-
- [Considerations for Active Directory Domain Services Backup](considerations-for-active-directory-domain-services-backup.md)
42-
- [Backing Up an Active Directory Server](backing-up-an-active-directory-server.md)
43-
- [Restoring an Active Directory Server](restoring-an-active-directory-server.md)
44-
- [Directory Backup Functions](directory-backup-functions.md)
45-
46-
 
47-
48-
 
42+
- [Considerations for Active Directory Domain Services Backup](considerations-for-active-directory-domain-services-backup.md)
43+
- [Backing Up an Active Directory Server](backing-up-an-active-directory-server.md)
44+
- [Restoring an Active Directory Server](restoring-an-active-directory-server.md)
45+
- [Directory Backup Functions](directory-backup-functions.md)

desktop-src/AMSI/antimalware-scan-interface-portal.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Antimalware Scan Interface (AMSI)
33
description: The Antimalware Scan Interface (AMSI) is a versatile interface standard that allows your applications and services to integrate with any antimalware product that's present on a machine.
44
ms.assetid: 3b7473eb-e4a8-4280-87b7-926bd68fd645
5-
ms.custom: 19H1
65
ms.topic: concept-article
7-
ms.date: 04/19/2019
6+
ms.date: 07/09/2025
7+
# customer intent: As a Windows app developer, I want to use the Antimalware Scan Interface (AMSI) to integrate my application with antimalware products, so that I can enhance malware protection for my users.
88
---
99

1010
# Antimalware Scan Interface (AMSI)
@@ -34,15 +34,21 @@ The Antimalware Scan Interface is designed for use by two groups of developers.
3434
- Application developers who want to make requests to antimalware products from within their apps.
3535
- Third-party creators of antimalware products who want their products to offer the best features to applications.
3636

37-
For more info, see [Developer audience, and sample code](dev-audience.md).
37+
For more information, see [Developer audience, and sample code](dev-audience.md).
3838

3939
> [!NOTE]
40-
> Starting in Windows 10, version 1903, if your AMSI provider DLL is not Authenticode-signed, then it may not be loaded (depending on how the host machine is configured). For full details, see [**IAntimalwareProvider** interface](/windows/desktop/api/amsi/nn-amsi-iantimalwareprovider).
40+
> In Windows 10, version 1903 and later, if your AMSI provider DLL is not Authenticode-signed, then it may not be loaded (depending on how the host machine is configured). For full details, see [IAntimalwareProvider interface](/windows/desktop/api/amsi/nn-amsi-iantimalwareprovider).
4141
4242
## In this section
4343

44+
The following topics provide information about AMSI and how to use it in your applications:
45+
4446
| Topic | Description |
45-
|-|-|
47+
|-------|-------------|
4648
| [How AMSI helps you defend against malware](how-amsi-helps.md) | As an application developer, you can actively participate in malware defense. Specifically, you can help protect your customers from dynamic script-based malware, and from non-traditional avenues of cyberattack. |
47-
| [Developer audience, samples](dev-audience.md) | This topic describes the groups of developers for whom the Antimalware Scan Interface is designed. |
49+
| [Developer audience, samples](dev-audience.md) | This topic describes the groups of developers for whom AMSI is designed. |
4850
| [Antimalware Scan Interface Reference](antimalware-scan-interface-reference.md) | Enumerations, COM interfaces, and other programming elements of the AMSI API. |
51+
52+
## Related content
53+
54+
[IAntimalwareProvider interface](/windows/desktop/api/amsi/nn-amsi-iantimalwareprovider)

0 commit comments

Comments
 (0)