Skip to content

Commit d9fbff5

Browse files
authored
Merge pull request MicrosoftDocs#7350 from get-itips/patch-324
Remove OAA references
2 parents 011ab70 + ec7465f commit d9fbff5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

skype/skype-ps/skype/New-CsOnlineSchedule.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ New-CsOnlineSchedule -Name <String> -FixedSchedule [-DateTimeRanges <List>] [-Te
2828
```
2929

3030
## DESCRIPTION
31-
The New-CsOnlineSchedule cmdlet creates a new schedule for the Organizational Auto Attendant (OAA) service. The OAA service uses schedules to conditionally execute call flows when a specific schedule is in effect.
31+
The New-CsOnlineSchedule cmdlet creates a new schedule for the Auto Attendant (AA) service. The AA service uses schedules to conditionally execute call flows when a specific schedule is in effect.
3232

3333
**NOTE**
3434
- The type of the schedule cannot be altered after the schedule is created.
@@ -80,8 +80,6 @@ This example creates a fixed schedule that is active from December 24, 2017 to D
8080

8181
### -------------------------- Example 5 --------------------------
8282
```powershell
83-
$dtr1 = New-CsOnlineDateTimeRange -Start "24/12/2017" -End "26/12/2017"
84-
$dtr2 = New-CsOnlineDateTimeRange -Start "24/12/2018" -End "26/12/2018"
8583
$notInEffectSchedule = New-CsOnlineSchedule -Name "NotInEffect" -FixedSchedule
8684
```
8785

@@ -319,6 +317,8 @@ This cmdlet supports the common parameters: `-Debug, -ErrorAction, -ErrorVariabl
319317

320318
[New-CsOnlineDateTimeRange](New-CsOnlineDateTimeRange.md)
321319

322-
[New-CsOrganizationalAutoAttendantCallFlow](New-CsOrganizationalAutoAttendantCallFlow.md)
320+
[New-CsAutoAttendantCallFlow](New-CsAutoAttendantCallFlow.md)
321+
322+
[New-CsAutoAttendantCallHandlingAssociation](New-CsAutoAttendantCallHandlingAssociation.md)
323323

324-
[New-CsOrganizationalAutoAttendantCallHandlingAssociation](New-CsOrganizationalAutoAttendantCallHandlingAssociation.md)
324+
[New-CsAutoAttendant](New-CsAutoAttendant.md)

0 commit comments

Comments
 (0)