Skip to content

Commit 75d0666

Browse files
authored
Merge branch 'main' into WI360959-delete-page-tutorial-ueba
2 parents efd5256 + 69a0381 commit 75d0666

35 files changed

+364
-149
lines changed

defender-endpoint/api/export-firmware-hardware-assessment.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/08/2025
18+
ms.date: 01/22/2025
1919
---
2020

2121
# Export Hardware and firmware assessment inventory per device
@@ -153,12 +153,16 @@ Delegated (work or school account)|Software.Read|'Read Threat and Vulnerability
153153
GET /api/machines/HardwareFirmwareInventoryExport
154154
```
155155

156-
### 2.4 Properties (JSON response)
156+
### 2.4 Parameters
157+
158+
- `sasValidHours`: The number of hours that the download URLs are valid for. Maximum is 6 hours.
159+
160+
### 2.5 Properties (JSON response)
157161

158162
> [!NOTE]
159163
>
160-
> - The files are gzip compressed & in multiline Json format.
161-
> - The download URLs are only valid for 1 hour.
164+
> - The files are GZIP compressed & in multiline JSON format.
165+
> - The download URLs are valid for 6 hours.
162166
> - To maximize download speeds, make sure you are downloading the data from the same Azure region where your data resides.
163167
> - Each record is approximately 1KB of data. You should take this into account when choosing the pageSize parameter that works for you.
164168
> - Some additional columns might be returned in the response. These columns are temporary and might be removed. Only use the documented columns.
@@ -169,15 +173,15 @@ Property (ID)|Data type|Description
169173
|GeneratedTime|DateTime|The time the export was generated.
170174

171175

172-
## 2.5 Examples
176+
## 2.6 Examples
173177

174-
### 2.5.1 Request example
178+
### 2.6.1 Request example
175179

176180
```http
177181
GET https://api.security.microsoft.com/api/machines/HardwareFirmwareInventoryExport
178182
```
179183

180-
### 2.5.2 Response example
184+
### 2.6.2 Response example
181185

182186
```json
183187
{

defender-endpoint/api/export-security-baseline-assessment.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/08/2025
18+
ms.date: 01/22/2025
1919
---
2020

2121
# Export security baselines assessment per device
@@ -158,12 +158,16 @@ Returns all security baselines assessments for all devices, on a per-device basi
158158
GET /api/machines/BaselineComplianceAssessmentExport
159159
```
160160

161-
### 2.4 Properties (via files)
161+
### 2.4 Parameters
162+
163+
- `sasValidHours`: The number of hours that the download URLs are valid for. Maximum is 6 hours.
164+
165+
### 2.5 Properties (via files)
162166

163167
> [!NOTE]
164168
>
165-
> - The files are gzip compressed & in multiline Json format.
166-
> - The download URLs are only valid for 1 hours.
169+
> - The files are GZIP compressed & in multiline JSON format.
170+
> - The download URLs are valid for 6 hours.
167171
> - To maximize download speeds, make sure you are downloading the data from the same Azure region where your data resides.
168172
> - Some additional columns might be returned in the response. These columns are temporary and might be removed. Only use the documented columns.
169173

@@ -172,15 +176,15 @@ Property (ID)|Data type|Description
172176
|Export files|array[string]|A list of download URLs for files holding the current snapshot of the organization.
173177
|GeneratedTime|String|The time that the export was generated.
174178

175-
## 2.5 Examples
179+
## 2.6 Examples
176180

177-
### 2.5.1 Request example
181+
### 2.6.1 Request example
178182

179183
```http
180184
GET https://api.securitycenter.microsoft.com/api/machines/BaselineComplianceAssessmentExport
181185
```
182186

183-
### 2.5.2 Response example
187+
### 2.6.2 Response example
184188

185189
```json
186190
{

defender-endpoint/api/get-assessment-browser-extensions.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/08/2025
18+
ms.date: 01/22/2025
1919
---
2020

2121
# Export browser extensions assessment per device
@@ -182,12 +182,16 @@ Delegated (work or school account)|Software.Read|'Read Threat and Vulnerability
182182
GET /api/machines/browserextensionsinventoryExport
183183
```
184184

185-
### 2.4 Properties
185+
### 2.4 Parameters
186+
187+
- `sasValidHours`: The number of hours that the download URLs are valid for. Maximum is 6 hours.
188+
189+
### 2.5 Properties
186190

187191
> [!NOTE]
188192
>
189-
> - The files are gzip compressed & in multiline JSON format.
190-
> - The download URLs are only valid for 1 hour.
193+
> - The files are GZIP compressed & in multiline JSON format.
194+
> - The download URLs are valid for 6 hours.
191195
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
192196
193197
<br>

defender-endpoint/api/get-assessment-information-gathering.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/08/2025
18+
ms.date: 01/22/2025
1919
---
2020

2121
# Information gathering assessment per device
@@ -69,12 +69,16 @@ Delegated (work or school account)|Vulnerability.Read|\'Read Threat and Vulnerab
6969
GET /api/Machines/InfoGatheringExport
7070
```
7171

72-
### 1.4 Properties
72+
### 1.4 Parameters
73+
74+
- `sasValidHours`: The number of hours that the download URLs are valid for Maximum is 6 hours.
75+
76+
### 1.5 Properties
7377

7478
> [!NOTE]
7579
>
76-
> - The files are gzip compressed & in multiline Json format.
77-
> - The download URLs are only valid for 1 hour.
80+
> - The files are GZIP compressed & in multiline JSON format.
81+
> - The download URLs are valid for 6 hours.
7882
> - To maximize download speeds, make sure you are downloading the data from the same Azure region where your data resides.
7983
> - Some additional columns might be returned in the response. These columns are temporary and might be removed. Only use the documented columns.
8084
@@ -83,15 +87,15 @@ Property (ID)|Data type|Description
8387
|Export files|String[array]|A list of download URLs for files holding the current snapshot of the organization.
8488
|GeneratedTime|DateTime|The time the export was generated.
8589

86-
### 1.5 Examples
90+
### 1.6 Examples
8791

88-
#### 1.5.1 Request example
92+
#### 1.6.1 Request example
8993

9094
```http
9195
GET https://api.securitycenter.microsoft.com/api/machines/InfoGatheringExport?$sasValidHours=1
9296
```
9397

94-
#### 1.5.2 Response example
98+
#### 1.6.2 Response example
9599

96100
```json
97101
{

defender-endpoint/api/get-assessment-non-cpe-software-inventory.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/08/2025
18+
ms.date: 01/23/2025
1919
---
2020

2121
# Export non product code software inventory assessment per device
@@ -180,12 +180,16 @@ Delegated (work or school account)|Software.Read|\'Read Threat and Vulnerability
180180
GET /api/machines/SoftwareInventoryNonCpeExport
181181
```
182182

183-
### 2.4 Properties
183+
### 2.4 Parameters
184+
185+
- `sasValidHours`: The number of hours that the download URLs are valid for. Maximum is 6 hours.
186+
187+
### 2.5 Properties
184188

185189
> [!NOTE]
186190
>
187-
> - The files are gzip compressed & in multiline JSON format.
188-
> - The download URLs are only valid for 1 hour.
191+
> - The files are GZIP compressed & in multiline JSON format.
192+
> - The download URLs are valid for 6 hours.
189193
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
190194
191195
<br>
@@ -198,15 +202,15 @@ Export files|array\[string\]|A list of download URLs for files holding the curre
198202
GeneratedTime|string|The time that the export was generated.|2021-05-20T08:00:00Z
199203
|
200204

201-
### 2.5 Examples
205+
### 2.6 Examples
202206

203-
#### 2.5.1 Request example
207+
#### 2.6.1 Request example
204208

205209
```http
206210
GET https://api.securitycenter.microsoft.com/api/machines/SoftwareInventoryNonCpeExport
207211
```
208212

209-
#### 2.5.2 Response example
213+
#### 2.6.2 Response example
210214

211215
```json
212216
{

defender-endpoint/api/get-assessment-secure-config.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/06/2025
18+
ms.date: 01/23/2025
1919
---
2020

2121
# Export secure configuration assessment per device
@@ -238,12 +238,16 @@ Delegated (work or school account)|Vulnerability.Read|\'Read Threat and Vulnerab
238238
GET /api/machines/SecureConfigurationsAssessmentExport
239239
```
240240

241-
### 2.4 Properties
241+
### 2.4 Parameters
242+
243+
- `sasValidHours`: The number of hours that the download URLs are valid for. Maximum is 6 hours.
244+
245+
### 2.5 Properties
242246

243247
> [!NOTE]
244248
>
245249
> - The files are GZIP compressed & in multiline JSON format.
246-
> - The download URLs are only valid for 1 hour.
250+
> - The download URLs are valid for 6 hours.
247251
> - For maximum download speed of your data, you can make sure you are downloading from the same Azure region in which your data resides.
248252
249253

@@ -257,15 +261,15 @@ Export files|array[string]|A list of download URLs for files holding the current
257261
GeneratedTime|string|The time that the export was generated.|2021-05-20T08:00:00Z
258262
|
259263

260-
### 2.5 Examples
264+
### 2.6 Examples
261265

262-
#### 2.5.1 Request example
266+
#### 2.6.1 Request example
263267

264268
```http
265269
GET https://api.securitycenter.microsoft.com/api/machines/SecureConfigurationsAssessmentExport
266270
```
267271

268-
#### 2.5.2 Response example
272+
#### 2.6.2 Response example
269273

270274
```json
271275
{

defender-endpoint/api/get-assessment-software-inventory.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/08/2025
18+
ms.date: 01/23/2025
1919
---
2020

2121
# Export software inventory assessment per device
@@ -236,12 +236,16 @@ Delegated (work or school account)|Software.Read|\'Read Threat and Vulnerability
236236
GET /api/machines/SoftwareInventoryExport
237237
```
238238

239-
### 2.4 Properties
239+
### 2.4 Parameters
240+
241+
- `sasValidHours`: The number of hours that the download URLs are valid for. Maximum is 6 hours.
242+
243+
### 2.5 Properties
240244

241245
> [!NOTE]
242246
>
243-
> - The files are gzip compressed & in multiline JSON format.
244-
> - The download URLs are only valid for 1 hour.
247+
> - The files are GZIP compressed & in multiline JSON format.
248+
> - The download URLs are valid for 6 hours.
245249
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
246250
247251
<br>
@@ -254,15 +258,15 @@ Export files|array\[string\]|A list of download URLs for files holding the curre
254258
GeneratedTime|string|The time that the export was generated.|2021-05-20T08:00:00Z
255259
|
256260

257-
### 2.5 Examples
261+
### 2.6 Examples
258262

259-
#### 2.5.1 Request example
263+
#### 2.6.1 Request example
260264

261265
```http
262266
GET https://api.securitycenter.microsoft.com/api/machines/SoftwareInventoryExport
263267
```
264268

265-
#### 2.5.2 Response example
269+
#### 2.6.2 Response example
266270

267271
```json
268272
{

defender-endpoint/api/get-assessment-software-vulnerabilities.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: reference
1515
ms.subservice: reference
1616
ms.custom: api
1717
search.appverid: met150
18-
ms.date: 01/08/2025
18+
ms.date: 01/23/2025
1919
---
2020

2121
# Export software vulnerabilities assessment per device
@@ -288,12 +288,16 @@ Delegated (work or school account)|Vulnerability.Read|\'Read Threat and Vulnerab
288288
GET /api/machines/SoftwareVulnerabilitiesExport
289289
```
290290

291-
### 2.4 Properties
291+
### 2.4 Parameters
292+
293+
- `sasValidHours`: The number of hours that the download URLs are valid for. Maximum is 6 hours.
294+
295+
### 2.5 Properties
292296

293297
> [!NOTE]
294298
>
295-
> - The files are gzip compressed & in multiline Json format.
296-
> - The download URLs are only valid for 1 hour.
299+
> - The files are GZIP compressed & in multiline JSON format.
300+
> - The download URLs are valid for 6 hours.
297301
> - For maximum download speed of your data, you can make sure you're downloading from the same Azure region that your data resides.
298302
>
299303
> - Each record is approximately 1KB of data. You should take this into account when choosing the correct pageSize parameter for you.
@@ -309,15 +313,15 @@ Export files|array\[string\]|A list of download URLs for files holding the curre
309313
GeneratedTime|String|The time that the export was generated.|2021-05-20T08:00:00Z
310314
|
311315

312-
### 2.5 Examples
316+
### 2.6 Examples
313317

314-
#### 2.5.1 Request example
318+
#### 2.6.1 Request example
315319

316320
```http
317321
GET https://api-us.securitycenter.contoso.com/api/machines/SoftwareVulnerabilitiesExport
318322
```
319323

320-
#### 2.5.2 Response example
324+
#### 2.6.2 Response example
321325

322326
```json
323327
{

defender-endpoint/defender-antivirus-compatibility-without-mde.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: deniseb
66
ms.reviewer: yongrhee
77
ms.service: defender-endpoint
88
ms.topic: conceptual
9-
ms.date: 01/06/2025
9+
ms.date: 01/23/2025
1010
ms.subservice: ngp
1111
search.appverid: met150
1212
ms.localizationpriority: medium
@@ -67,12 +67,20 @@ gsv WinDefend, WdBoot, WdFilter, WdNisSvc, WdNisDrv | ft -auto DisplayName, Name
6767

6868
**A:** We don't support the manual modification of the start type of the services and drivers for Microsoft Defender Antivirus in Windows images. On Windows clients, the supported method is by your non-Microsoft antivirus registering in Windows Security Center (WSC) api. Or, on Windows Server, you can uninstall the Microsoft Defender Antivirus feature by using roles and features MMC or by running the following PowerShell command (as an administrator):
6969

70+
Windows Server 2019 and newer
7071
```powershell
7172
7273
Uninstall-WindowsFeature Windows-Defender
7374
7475
```
7576

77+
Windows Server 2016
78+
```powershell
79+
80+
Uninstall-WindowsFeature Windows-Defender
81+
Uninstall-WindowsFeature Windows-Defender-Gui
82+
```
83+
7684
**Q:** Can I use Microsoft Defender Antivirus in passive mode without onboarding to Microsoft Defender for Endpoint?
7785

7886
**A:** No. Passive mode is a functionality in Microsoft Defender for Endpoint Plan 2.

0 commit comments

Comments
 (0)