You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/virtual-machines/windows/performance-diagnostics.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ tags: ''
10
10
ms.service: azure-virtual-machines
11
11
ms.workload: infrastructure-services
12
12
ms.topic: troubleshooting
13
-
ms.date: 09/04/2024
13
+
ms.date: 01/09/2025
14
14
ms.custom: sap:VM Performance
15
15
ms.reviewer: guywild
16
16
ms.author: anandh
@@ -24,8 +24,8 @@ ms.author: anandh
24
24
25
25
Use the Performance Diagnostics tool to identify and troubleshoot performance issues on your Azure virtual machine (VM) in one of two modes:
26
26
27
-
-**Continuous diagnostics (preview)** collects data at five-second intervals and reports actionable insights about high resource usage every five minutes.
28
-
-**On-demand diagnostics** helps you troubleshoot an ongoing performance issue with more in-depth data, insights, and recommendations based on data collected at a single point in time.
27
+
-**Continuous diagnostics (preview)** collects data at five-second intervals and reports actionable insights about high resource usage every five minutes. Continuous diagnostics (preview) is currently only supported on Windows.
28
+
-**On-demand diagnostics** helps you troubleshoot an ongoing performance issue with more in-depth data, insights, and recommendations based on data collected at a single point in time. On-demand diagnostics is supported on both Windows and Linux.
29
29
30
30
Performance Diagnostics stores all insights and reports in a storage account, which you can configure for short data retention to minimize costs.
31
31
@@ -34,7 +34,7 @@ Run Performance Diagnostics directly from the Azure portal, where you can also r
34
34
This article explains how to use Performance Diagnostics and what the continuous and on-demand modes offer.
35
35
36
36
> [!NOTE]
37
-
> Continuous diagnostics (preview) is being rolled out gradually and is currently supported only on Windows. If the preview feature is available for your machines, you'll see the option to enable both on-demand and continuous diagnostics, as described in[Install and run Performance Diagnostics on your VM](#install-and-run-performance-diagnostics-on-your-vm).
37
+
> Continuous diagnostics (preview) is currently supported only on Windows. On Windows VMs, you'll see the option to enable both on-demand and continuous diagnostics. On Linux VMs, you'll see the option to enable on-demand diagnostics. For more information, see[Install and run Performance Diagnostics on your VM](#install-and-run-performance-diagnostics-on-your-vm).
38
38
39
39
## Prerequisites
40
40
@@ -66,8 +66,6 @@ The following operating systems are currently supported for both on-demand and c
66
66
67
67
### Linux
68
68
69
-
[!INCLUDE [CentOS End Of Life](../../../includes/centos-end-of-life-note.md)]
70
-
71
69
The following distributions are currently supported for on-demand diagnostics:
72
70
73
71
> [!NOTE]
@@ -76,11 +74,10 @@ The following distributions are currently supported for on-demand diagnostics:
Copy file name to clipboardExpand all lines: support/developer/webapps/iis/www-administration-management/default-permissions-user-rights.md
+13-17Lines changed: 13 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,29 @@
1
1
---
2
2
title: Default permissions and user rights in IIS
3
-
description: This article describes the default permissions and user rights that are set on certain folders and files. These folders and files are installed in IIS 7.0 and later.
4
-
ms.date: 04/01/2020
3
+
description: This article describes the default permissions and user rights that are set on certain folders and files. These folders and files are installed in IIS.
4
+
ms.date: 01/08/2025
5
5
ms.custom: sap:WWW Administration and Management\General configuration settings
6
-
ms.reviewer: mlaing
6
+
ms.reviewer: mlaing, paulboc
7
7
ms.topic: article
8
8
---
9
-
# Default permissions and user rights for IIS 7.0 and later
9
+
# Default permissions and user rights for IIS versions that ship with Windows Server 2016 or later versions
10
10
11
-
This article describes the default permissions and user rights that are set on certain folders and files. These folders and files are installed with Microsoft Internet Information Services (IIS) 7.0 and later.
11
+
This article describes the default permissions and user rights that are set on certain folders and files. These folders and files are installed with Microsoft Internet Information Services (IIS) on Windows Server 2016 or later operating system versions or their Windows client equivalents (Windows 10 or later versions).
12
12
13
-
_Original product version:_ Internet Information Services 8.0
13
+
_Original product version:_ Internet Information Services
14
14
_Original KB number:_ 981949
15
15
16
-
## Permission changes in IIS 6.0, IIS 7.0, and later versions
16
+
## Permission changes in IIS on Windows Server 2016 or later versions
17
17
18
-
In IIS 6.0, a local account (`IUSR_MachineName`) is created when IIS is installed. The `IUSR_MachineName` account is the default identity that is used by IIS when Anonymous authentication is enabled. Anonymous authentication is used by both the File Transfer Protocol (FTP) service and the HyperText Transfer Protocol (HTTP) service. IIS 6.0 also contains a group that is named `IIS_WPG`. The `IIS_WPG` group is used as a container for all Application Pool Identities.
18
+
In IIS on Windows Server 2016 and later versions, a built-in account named `IUSR`is used as the default identity that is used by the web server when Anonymous Authentication is enabled. This account replaces the `IUSR_MachineName` account from earlier versions of IIS that ship with Windows Server 2003. Additionally, a group that is named `IIS_IUSRS` is used as a container for all [application pool identities](/iis/manage/configuring-security/application-pool-identities). The `IIS_IUSRS` group replaces the `IIS_WPG` group from earlier versions of IIS. Because the IUSR account is a built-in account, the IUSR account no longer requires a password. The IUSR account resembles a network or local service account.
19
19
20
-
In IIS 7.0 and later, a built-in account (IUSR) replaces the `IUSR_MachineName` account. Additionally, a group that is named `IIS_IUSRS` replaces the `IIS_WPG` group. Because the IUSR account is a built-in account, the IUSR account no longer requires a password. The IUSR account resembles a network or local service account. The `IUSR_MachineName` account is created and used only when the FTP 6 server that is included on the Windows Server 2008 DVD is installed. If the FTP 6 server isn't installed, the account isn't created.
20
+
Beginning in IIS on Windows Server 2012, a new security feature [application pool identities](/iis/manage/configuring-security/application-pool-identities) is added. This feature allows you to run Application Pools under a unique account without creating and managing domain or local accounts. The name of the Application Pool account corresponds to the name of the Application Pool.
21
21
22
-
Beginning in IIS 7.5, a new security feature is added that is called _Application Pool Identities_. This feature lets you run Application Pools under a unique account without having to create and manage domain or local accounts. The name of the Application Pool account corresponds to the name of the Application Pool.
23
-
24
-
For more information about IIS 7.0 accounts and groups, visit [Understanding built-in user and group accounts in IIS 7](/iis/get-started/planning-for-security/understanding-built-in-user-and-group-accounts-in-iis).
25
-
26
-
For more information about Application Pool Identities, visit [Application Pool Identities](/iis/manage/configuring-security/application-pool-identities).
22
+
For more information about IIS accounts and groups, visit [Understanding built-in user and group accounts in IIS](/iis/get-started/planning-for-security/understanding-built-in-user-and-group-accounts-in-iis).
27
23
28
24
## Default NTFS file system permissions
29
25
30
-
The tables in this section list the default New Technology File System (NTFS) permissions that are assigned to certain folders and files. These folders and files are installed together with IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, and IIS 10.0.
26
+
The tables in this section list the default New Technology File System (NTFS) permissions that are assigned to certain folders and files. These folders and files are installed together with IIS versions that ship with Windows Server 2016, Windows 10, or later versions.
31
27
32
28
### \inetpub
33
29
@@ -255,7 +251,7 @@ The tables in this section list the default New Technology File System (NTFS) pe
255
251
256
252
## Default registry permissions
257
253
258
-
The tables in this section list the default registry permissions that are assigned when IIS 7.0, IIS 7.5, IIS 8.0, or IIS 8.5 is installed. When Read permissions are listed for users, the following permissions are included:
254
+
The tables in this section list the default registry permissions that are assigned when IIS versions that ship with Windows Server 2016, Windows 10, or later versions. When Read permissions are listed for users, the following permissions are included:
259
255
260
256
- Query Value
261
257
- Enumerate Subkeys
@@ -375,7 +371,7 @@ The tables in this section list the default registry permissions that are assign
375
371
376
372
## Default Windows user rights assignments
377
373
378
-
The table in this section lists the default local security policies and the users, the groups, or the users and groups that are assigned to the policy when IIS 7.0, IIS 7.5, IIS 8.0, or IIS 8.5 is installed.
374
+
The table in this section lists the default local security policies and the users, the groups, or the users and groups that are assigned to the policy when IIS versions that ship with Windows Server 2016, Windows 10, or later versions are installed.
379
375
380
376
### Windows user rights that are assigned by local security policy
Copy file name to clipboardExpand all lines: support/dynamics-365/field-service/rso/object-reference-not-set-instance-object.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Resolves issues related to an error message in the Resource Schedul
4
4
ms.author: AnilMur
5
5
author: anilmur
6
6
ms.reviewer: mhart
7
-
ms.date: 10/19/2023
7
+
ms.date: 01/08/2025
8
8
ms.custom: sap:Resource Scheduling Optimization
9
9
---
10
10
# "Object reference not set to an instance of an object" error in Resource Scheduling Optimization
@@ -13,7 +13,7 @@ This article helps administrators resolve issues related to an error message in
13
13
14
14
## Symptoms
15
15
16
-
An [optimization request](/dynamics365/field-service/rso-schedule-optimization#monitoring-optimization-requests) fails, and you receive the following error message:
16
+
An [optimization request](/dynamics365/field-service/rso-schedule-optimization#review-optimization-requests) fails, and you receive the following error message:
17
17
18
18
> Object reference not set to an instance of an object.
0 commit comments