mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
52 lines
972 B
Markdown
52 lines
972 B
Markdown
---
|
||
title: RemoteRing CSP
|
||
description: RemoteRing CSP
|
||
ms.assetid: 70015243-c07f-46cb-a0f9-4b4ad13a5609
|
||
ms.author: maricia
|
||
ms.topic: article
|
||
ms.prod: w10
|
||
ms.technology: windows
|
||
author: MariciaAlforque
|
||
ms.date: 06/26/2017
|
||
---
|
||
|
||
# RemoteRing CSP
|
||
|
||
|
||
The RemoteRing configuration service provider can be used to remotely trigger a device to produce an audible ringing sound regardless of the volume that is set on the device.
|
||
|
||
The following diagram shows the RemoteRing configuration service provider in tree format.
|
||
|
||

|
||
|
||
<a href="" id="ring"></a>**Ring**
|
||
Required. The node accepts requests to ring the device.
|
||
|
||
The supported operation is Exec.
|
||
|
||
## Examples
|
||
|
||
|
||
The following sample shows how to initiate a remote ring on the device.
|
||
|
||
``` syntax
|
||
<Exec>
|
||
<CmdID>5</CmdID>
|
||
<Item>
|
||
<Target>
|
||
<LocURI>./Vendor/MSFT/RemoteRing/Ring </LocURI>
|
||
</Target>
|
||
</Item>
|
||
</Exec>
|
||
```
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|