Skip to content

Commit

Permalink
Fixed contributor name typo (#263)
Browse files Browse the repository at this point in the history
* Fixed contributor name typo

Brian Weist -> Brian Wiest (https://community.cireson.com/profile/Brian_Wiest)

* Update AboutForm.xaml
  • Loading branch information
PeterMiklian committed Jan 28, 2021
1 parent d535565 commit a6d02c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<TextBlock Margin="10,0" TextWrapping="Wrap" Text="Martin Blomgren, Tom Hendricks, Leigh Kilday, nradler2, Justin Workman, Brad Zima, bennyguk" />
<!-- Reviewers -->
<TextBlock Margin="0,5,0,0" TextWrapping="Wrap" FontStyle="Italic" Text="SMLets Exchange Connector (PowerShell) Reviewers" />
<TextBlock Margin="10,0" TextWrapping="Wrap" Text="Tom Hendricks, Brian Weist" />
<TextBlock Margin="10,0" TextWrapping="Wrap" Text="Tom Hendricks, Brian Wiest" />
<!-- License -->
<TextBlock Margin="0,10,0,0" Height="165" TextWrapping="Wrap">
This MP can optionally leverage a workflow to execute the connector that is stored in the unsealed Service Manager Linking Framework Configuration MP, this solution
Expand Down
2 changes: 1 addition & 1 deletion smletsExchangeConnector.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ enabling other organizational level processes via email
.NOTES
Author: Adam Dzyacky
Contributors: Martin Blomgren, Leigh Kilday, Tom Hendricks, nradler2, Justin Workman, Brad Zima, bennyguk
Reviewers: Tom Hendricks, Brian Weist
Reviewers: Tom Hendricks, Brian Wiest
Inspiration: The Cireson Community, Anders Asp, Stefan Roth, and (of course) Travis Wright for SMlets examples
Requires: PowerShell 4+, SMlets, and Exchange Web Services API (already installed on SCSM workflow server by virtue of stock Exchange Connector).
3rd party option: If you're a Cireson customer and make use of their paid SCSM Portal with HTML Knowledge Base this will work as is
Expand Down

0 comments on commit a6d02c5

Please sign in to comment.