Power Virtual Agents in Microsoft Teams
Recently my fellow Cloud Whisperer Brian and I sat down and talked about Microsoft’s Power Virtual Agents for Teams. I…
Recently my fellow Cloud Whisperer Brian and I sat down and talked about Microsoft’s Power Virtual Agents for Teams. I…
If you haven’t already done so, below are links to the previous posts in this series to give you a…
This is just a bit of PowerShell to make reading and filtering IIS logs quick and easy.
1 2 3 4 5 6 7 8 9 10 11 | Function Out-GridViewIISLog ($File) { #.Synopsis # Convert IIS log file to CSV and display in a GridView #.LINK # Based on https://stevenaskwith.com/2012/05/22/parse-iis-log-files-with-powershell/ # Performance inspired by http://www.happysysadm.com/2014/10/reading-large-text-files-with-powershell.html ########################################################################################################### $Headers = @((Get-Content -Path $File -ReadCount 4 -TotalCount 4)[3].split(' ') | Where-Object { $_ -ne '#Fields:' }); Import-Csv -Delimiter ' ' -Header $Headers -Path $File | Where-Object { $_.date -notlike '#*' } | Out-GridView -Title "IIS log: $File"; }; Out-GridViewIISLog -File "C:\InetPub\Logs\LogFiles\W3SVC1\u_ex$(Get-Date -F 'yyMMdd').log" |
Get the…
In part 1, we set the stage for the work we are about to do. We briefly went over the…
You want me to do what? The alarm clock is screaming at me to get the heck out of bed.…
In this video on SharePoint List JSON Form Formatting with JSON & Validations, we will walk through an end-to-end…
Recently, I found myself in a state where I could use an additional computer to work from. However, being frugal…
Prior to joining Catapult Systems, I worked with a municipality supporting their Customer Relationship Management (CRM) business case development process.…
This video on Create Teams Meeting Apps with Power Apps, will provide a step by step walkthrough of how…
This session will review the Microsoft Teams Channel Calendar. J: Hey everyone how you doing welcome to the…
Catapult uses cookies to enhance your experience, to display customized content in accordance with your browser settings, and to help us better understand how you use our website. By continuing to browse or closing this banner, you indicate your agreement. To learn more about the cookies we use and to set your own preferences, see our Privacy and Cookie Policy.