Skip to content

Commit 43afbb9

Browse files
committed
Update Import-RecipientDataProperty.md
Finished available in on-prem + online updates per Issue #6927
1 parent cfedaef commit 43afbb9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

exchange/exchange-ps/exchange/Import-RecipientDataProperty.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ ms.reviewer:
1212
# Import-RecipientDataProperty
1313

1414
## SYNOPSIS
15-
This cmdlet is available only in on-premises Exchange.
16-
17-
Use the Import-RecipientDataProperty cmdlet to add a picture or an audio file of a spoken name to a mailbox or contact. The picture and audio files display on the Global Address List property dialog box, contact card, reading pane, and meeting requests in Microsoft Outlook and Outlook on the web.
15+
Use the Import-RecipientDataProperty cmdlet to add a picture or an audio file of a spoken name to a mailbox or contact. The picture and audio files display on the global address list property dialog box, contact card, reading pane, and meeting requests in Outlook and Outlook on the web.
1816

1917
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://docs.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2018

@@ -87,7 +85,7 @@ Accept wildcard characters: False
8785
### -FileData
8886
The FileData parameter specifies the location and file name of the picture or audio file.
8987
90-
A valid value for this parameter requires you to read the file to a byte-encoded object using the Get-Content cmdlet. For example, \(\[Byte\[\]\]\(Get-Content -Encoding Byte -Path "C:\\My Documents\\\<filename\>" -ReadCount 0\)\).
88+
A valid value for this parameter requires you to read the file to a byte-encoded object using the Get-Content cmdlet. For example, `([Byte[]](Get-Content -Encoding Byte -Path "C:\My Documents\<filename>" -ReadCount 0))`.
9189

9290
```yaml
9391
Type: Byte[]
@@ -122,13 +120,15 @@ Accept wildcard characters: False
122120
```
123121

124122
### -DomainController
123+
This parameter is available only in on-premises Exchange.
124+
125125
The DomainController parameter specifies the domain controller that's used by this cmdlet to read data from or write data to Active Directory. You identify the domain controller by its fully qualified domain name (FQDN). For example, dc01.contoso.com.
126126

127127
```yaml
128128
Type: Fqdn
129129
Parameter Sets: (All)
130130
Aliases:
131-
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
131+
Applicable: Exchange Server 2010, Exchange Server 2013, Exchange Server 2016, Exchange Server 2019
132132
133133
Required: False
134134
Position: Named

0 commit comments

Comments
 (0)