This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.Synopsis | |
Script that imports a public folder calendar to a mailbox. | |
.DESCRIPTION | |
Script that imports a public folder calendar to a mailbox. | |
Need EWS api installed and Offce365 admin rights | |
.EXAMPLE | |
This will give the $ExchangeCredential.Username account FullAccess permissions to [email protected] | |
After that it wil take the calendar from -PublicFolderPath and copy the items in it to [email protected] calendar. | |
The last two actions renames the public folder calendar to 'Not used - *DATE* - <DisplayName>' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.Audio.ChannelCount | |
System.Audio.EncodingBitrate | |
System.Audio.PeakValue | |
System.Audio.SampleRate | |
System.Audio.SampleSize | |
System.Calendar.Duration | |
System.Calendar.IsOnline | |
System.Calendar.IsRecurring | |
System.Calendar.Location | |
System.Calendar.OptionalAttendeeAddresses |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
param( | |
[Parameter(Mandatory=$True,Position=0)] | |
[Array]$ComputerName, | |
[Parameter(Mandatory=$True,Position=1)] | |
[String]$OutFile, | |
[Parameter(Position=2)] | |
[PSCredential]$Credential | |
) |
NewerOlder