Skip to content

Instantly share code, notes, and snippets.

View krzydoug's full-sized avatar

Doug Maurer krzydoug

  • Software Consulting Services
View GitHub Profile
@krzydoug
krzydoug / Get-InstalledPrograms.ps1
Last active May 8, 2020 00:06
Get-InstalledPrograms.ps1
Function Get-InstalledPrograms{
<#
.Synopsis
Get a list of installed programs from local or remote computers.
.DESCRIPTION
Get a list of installed programs from local or remote computers. Will pull list from both 32 and 64bit hives (not a complete and accurate list)
.NOTES
Name: Get-InstalledPrograms.ps1
@krzydoug
krzydoug / Export-OutlookSharedCalendar.ps1
Last active October 19, 2021 12:46
Export-OutlookSharedCalendar - a powershell function to export shared calendars
Function Export-OutlookSharedCalendar{
<#
.Synopsis
Allows a user to export a shared calendar from their outlook.
.DESCRIPTION
Allows a user to export a shared calendar from their outlook.
.NOTES
Name: Export-OutlookSharedCalendar.ps1