Monitor Scheduled Task Failures

I wanted to share this small code which I have originally found on internet, modified a bit to work for us. I am also including the function Get-FailedScheduledTasks inside latest vsadmin module which is getting very good response from the community as it includes all day-to-day scripts used by system administrators in the form of…

Teams Module Certificate Based Authentication

  I am a big Fan of Certificate based authentication as it is kind of password less and more secure. We have migrated from credential-based authentication to certificate based where possible. We were not able to do that with Teams module as it was not available but now with newer version of Teams module (4.7.1…

Python – Connect SFTP and Upload files

We have recently been involved in one of the automations where we must upload the csv file automatically daily to vendor Secure FTP. This time we have utilized Python instead of PowerShell because of project requirements. I am sharing the code samples here to achieve it. Module required: pysftp Download the code samples from git…