Skip to content

Commit 3acc8b0

Browse files
committed
Merge branch 'main' into release-cm2203-tp
2 parents f51a65f + 24f03fc commit 3acc8b0

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

memdocs/analytics/work-from-anywhere.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Work from anywhere report in Endpoint analytics
33
titleSuffix: Microsoft Endpoint Manager
44
description: The Work from anywhere report in Endpoint analytics provides insights to help your end users be productive from anywhere.
5-
ms.date: 11/15/2021
5+
ms.date: 02/23/2022
66
ms.prod: configuration-manager
77
ms.technology: configmgr-analytics
88
ms.topic: conceptual
@@ -72,6 +72,8 @@ Cloud identity provides users with many productivity benefits including device-w
7272

7373
Cloud provisioning provides a simpler initial provisioning experience for Windows PCs than the native experience. It reduces the number of screens in the Out Of Box Experience (OOBE) and provides defaults, to ensure the device is correctly provisioning from the factory or on reset. The **Cloud provisioning** metric measures the percentage of machines that are either Windows 365 Cloud PCs or Windows Intune devices that are both registered and have a deployment profile created for Autopilot. The recommended remediation actions are to register and create deployment profiles for existing devices in Windows Autopilot using Microsoft [Intune](../autopilot/enrollment-autopilot.md).
7474

75+
> [!NOTE]
76+
> Cloud provisioned devices that aren't enrolled into Endpoint analytics won't be populated.
7577
7678
:::image type="content" source="media/8668496-cloud-provisioning.png" alt-text="Screenshot of the cloud provisioning tab showing the device list" lightbox="media/8668496-cloud-provisioning.png":::
7779

memdocs/configmgr/core/servers/deploy/install/command-line-options-for-setup.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ Disable user input during setup, but display the setup wizard. Only use this opt
4343

4444
Run a site reset. This action resets the database and service accounts for the site. For more information, see [Run a site reset](../../manage/modify-your-infrastructure.md#bkmk_reset).
4545

46+
## `/SQLMOVE`
47+
48+
Move the site database. This action moves the site database to a new instance of SQL Server on the same computer, or to a different computer that runs a supported version of SQL Server. For more information, see [Modify the site database configuration](../../manage/modify-your-infrastructure.md#bkmk_dbconfig).
49+
50+
Provide the SQL server name, database name and instance name in the following format:
51+
52+
`/SQLMOVE <SQL Server FQDN>:<Database Name>:<SSB Port>`
53+
54+
`/SQLMOVE <SQL Server FQDN>:<InstanceName>\<Database Name>:<SSB Port>`
55+
4656
## `/TESTDBUPGRADE`
4757

4858
Run a test on a backup of the site database to make sure that the database can upgrade.

memdocs/configmgr/core/servers/deploy/install/command-line-script-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Include the following keys in the `SQLConfigOptions` section to install a site:
105105
| `SQLSSBPort` | No | Port number | The SQL Server Service Broker (SSB) port. By default, SSB uses TCP port 4022. |
106106
| `SQLDataFilePath` | No | Local directory path | An alternate location to create the database .mdb file. |
107107
| `SQLLogFilePath` | No | Local directory path | An alternate location to create the database .ldf log file. |
108+
| `AGBackupShare` | No | Network share path | The network location for sharing database backups when creating the site database in an Availability Group. The backup share is only needed if automatic seeding is not set. |
108109

109110
### `CloudConnectorOptions` section for site install
110111

0 commit comments

Comments
 (0)