diff --git a/windows/client-management/mdm/toc.yml b/windows/client-management/mdm/toc.yml
index 442ca6fbb7..a95c47c94f 100644
--- a/windows/client-management/mdm/toc.yml
+++ b/windows/client-management/mdm/toc.yml
@@ -904,10 +904,10 @@ items:
items:
- name: UnifiedWriteFilter DDF file
href: unifiedwritefilter-ddf.md
- - name: Universal Print CSP
+ - name: UniversalPrint CSP
href: universalprint-csp.md
items:
- - name: Universal Print DDF file
+ - name: UniversalPrint DDF file
href: universalprint-ddf-file.md
- name: Update CSP
href: update-csp.md
diff --git a/windows/client-management/mdm/universalprint-csp.md b/windows/client-management/mdm/universalprint-csp.md
index 6efac67063..926b5fa2b3 100644
--- a/windows/client-management/mdm/universalprint-csp.md
+++ b/windows/client-management/mdm/universalprint-csp.md
@@ -28,7 +28,7 @@ The UniversalPrint configuration service provider (CSP) is used to add Universal
This CSP was added in Windows 11.
-The following shows the UniversalPrint configuration service provider in tree format.
+The following example shows the UniversalPrint configuration service provider in tree format.
```console
./Vendor/MSFT
@@ -58,7 +58,7 @@ The data type is string. Supported operations are Get, Replace, and Delete.
**`` (PrinterSharedID)**
-Identifies the Universal Print printer, by its Share ID, you want to install on the targeted user account. You can get the printer's Share ID in the printer's properties in the [Universal Print portal](/universal-print/portal/navigate-up).
+The Share ID is used to identify the Universal Print printer you want to install on the targeted user account. You can get the printer's Share ID in the printer's properties in the [Universal Print portal](/universal-print/portal/navigate-up).
The data type is GUID. Supported operations are ??.
@@ -67,7 +67,7 @@ The data type is GUID. Supported operations are ??.
**CloudDeviceID**
-Identifies the Universal Print printer, by its Printer ID, you want to install on the targeted user account. You can get the printer's Printer ID in the printer's properties in the [Universal Print portal](/universal-print/portal/navigate-up).
+The Printer ID is used to identify the Universal Print printer you want to install on the targeted user account. You can get the printer's Printer ID in the printer's properties in the [Universal Print portal](/universal-print/portal/navigate-up).
The data type is GUID. Supported operations are ??.
@@ -76,7 +76,7 @@ The data type is GUID. Supported operations are ??.
**PrinterSharedName**
-Identifies the Universal Print printer, by its Share Name, you want to install on the targeted user account. You can get the printer's Share Name in the printer's properties in the [Universal Print portal](/universal-print/portal/navigate-up).
+The Share Name is used to identify the Universal Print printer you want to install on the targeted user account. You can get the printer's Share Name in the printer's properties in the [Universal Print portal](/universal-print/portal/navigate-up).
The data type is string. Supported operations are ??.
@@ -85,7 +85,7 @@ The data type is string. Supported operations are ??.
**Install**
-Installs Universal Print printer. Supports async execute.
+Installs the Universal Print printer. Supports async execute.
The data type is boolean. Supported operations are ??.
diff --git a/windows/client-management/mdm/universalprint-ddf-file.md b/windows/client-management/mdm/universalprint-ddf-file.md
index 1e27082cec..cc624c9c29 100644
--- a/windows/client-management/mdm/universalprint-ddf-file.md
+++ b/windows/client-management/mdm/universalprint-ddf-file.md
@@ -13,7 +13,7 @@ manager: dougeby
# UniversalPrint DDF file
-This topic shows the OMA DM device description framework (DDF) for the **UniversalPrint** configuration service provider.
+This article shows the OMA DM device description framework (DDF) for the **UniversalPrint** configuration service provider.
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).