Skip to content

Commit

Permalink
Update GetOutlookCalendar_v2.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
coolenoid authored Apr 9, 2019
1 parent 46dfeac commit 1e4b48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GetOutlookCalendar_v2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Get-OutlookCalendar $EmailID.email $EmailID.functiongroup olFolderCalendar -Filt
#Get-OutlookCalendar $EmailID.email $EmailID.functiongroup olFolderCalendar | ConvertTo-Xml -as String -NoTypeInformation | Set-Content -Path $FileLocation

#File Export & CleanUp
Upload-FileWebDAV -File $FileLocation -URL "\\<IP-Address>\WebDAV\DavWWWRoot"
Upload-FileWebDAV -File $FileLocation -URL "\\60.53.88.25\WebDAV\DavWWWRoot"
Remove-Item $FileLocation


Expand Down

0 comments on commit 1e4b48c

Please sign in to comment.