Skip to content

Commit 2464d24

Browse files
committed
removed Preview
1 parent 7c93ab6 commit 2464d24

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

skype/skype-ps/skype/Export-CsOrganizationalAutoAttendantHolidays.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The Export-CsOrganizationalAutoAttendantHolidays cmdlet and the Import-CsOrganiz
2222
The Export-CsOrganizationalAutoAttendantHolidays cmdlet returns the holiday schedule information in serialized form (as a byte array). The caller can then write the bytes to the disk to obtain a CSV file. Similarly, the Import-CsOrganizationalAutoAttendantHolidays cmdlet accepts the holiday schedule information as a byte array, which can be read from the aforementioned CSV file. The first line of the CSV file is considered a header record and is always ignored.
2323

2424
**NOTE**
25-
- **The Holiday feature of auto attendants is currently available to PREVIEW customers only.**
2625
- Each line in the CSV file used by Export-CsOrganizationalAutoAttendantHolidays and Import-CsOrganizationalAutoAttendantHolidays cmdlet should be of the following format:
2726

2827
`HolidayName,StartDateTime1,EndDateTime1,StartDateTime2,EndDateTime2,…,StartDateTime10,EndDateTime10`

skype/skype-ps/skype/Get-CsOrganizationalAutoAttendantHolidays.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ Get-CsOrganizationalAutoAttendantHolidays [-PrimaryUri] <Uri> [-Years <List>] [-
1919
## DESCRIPTION
2020
The Get-CsOrganizationalAutoAttendantHolidays provides a convenient way to visualize the information of all the holidays contained within an organizational auto attendant.
2121

22-
**NOTE**
23-
- **The Holiday feature of auto attendants is currently available to PREVIEW customers only.**
24-
2522
## EXAMPLES
2623

2724
### -------------------------- Example 1 --------------------------

skype/skype-ps/skype/Import-CsOrganizationalAutoAttendantHolidays.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ The Export-CsOrganizationalAutoAttendantHolidays cmdlet and the Import-CsOrganiz
2222
The Export-CsOrganizationalAutoAttendantHolidays cmdlet returns the holiday schedule information in serialized form (as a byte array). The caller can then write the bytes to the disk to obtain a CSV file. Similarly, the Import-CsOrganizationalAutoAttendantHolidays cmdlet accepts the holiday schedule information as a byte array, which can be read from the aforementioned CSV file. The first line of the CSV file is considered a header record and is always ignored.
2323

2424
**NOTE**
25-
- **The Holiday feature of auto attendants is currently available to PREVIEW customers only.**
2625
- Each line in the CSV file used by Export-CsOrganizationalAutoAttendantHolidays and Import-CsOrganizationalAutoAttendantHolidays cmdlet should be of the following format:
2726

2827
`HolidayName,StartDateTime1,EndDateTime1,StartDateTime2,EndDateTime2,…,StartDateTime10,EndDateTime10`

0 commit comments

Comments
 (0)