We have seen how to view emails – this is how to view items in your calendar function get-calendaritem {
$outlook = New-Object -ComObject Outlook.Application
get-mailfolders |
where { $_ . Path -like "*calendar*" -and $_ . Path -notlike… Read the full text.