https://github.com/felsokning/tomte
A combination of Windows PowerShell, WCF Client, Windows Service, WCF Service, and Windows Workflow Foundation (a.k.a.: Code Activities) to automate actions on remote windows machines.
https://github.com/felsokning/tomte
csharp sql wcf wcf-client wcf-service windows windows-service workflows
Last synced: over 1 year ago
JSON representation
A combination of Windows PowerShell, WCF Client, Windows Service, WCF Service, and Windows Workflow Foundation (a.k.a.: Code Activities) to automate actions on remote windows machines.
- Host: GitHub
- URL: https://github.com/felsokning/tomte
- Owner: felsokning
- License: mpl-2.0
- Created: 2019-05-01T09:17:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-01T17:41:36.000Z (about 7 years ago)
- Last Synced: 2025-01-07T08:22:33.822Z (over 1 year ago)
- Topics: csharp, sql, wcf, wcf-client, wcf-service, windows, windows-service, workflows
- Language: C#
- Size: 105 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tomte
## Overview
Tomte is a combination of Windows PowerShell, WCF Client, Windows Service, WCF Service, and Windows Workflow Foundation (a.k.a.: Code Activities) to automate actions on remote windows machines.
## Name/Meaning
Tomte is named after the [nisse/tomte of Scaninavian folklore](https://en.wikipedia.org/wiki/Nisse_(folklore)#Ancestor_spirit) and the general idea is much the same: If Tomte is treated well, it will aid in the chores and work.
## How It Works
Tomte exposes Windows Workflows via a WCF Service, which is wrapped by a Windows Service. The WCF Service is called by PowerShell commands, which wrap the WCF client. SQL Persistence is set-up in Tomte, so that all you have to do is stand-up a SQL server, modify your code to point to the SQL server, and it will take care of the rest. Adding new Activities to Tomte requires very little overhead, requiring just the PowerShell command to be written and the Activity to be added. Deploy the newly modified Windows Service and import the newly modified snap-in and that's it!
## PowerShell Commands and Activities
The bulk of Tomte's work is derived from [Activities](https://github.com/felsokning/Tomte/tree/master/Fels%C3%B6kning.Tomte/Fels%C3%B6kning.Tomte.WcfService/Activities) and [PowerShell Commands](https://github.com/felsokning/Tomte/tree/master/Fels%C3%B6kning.Tomte/Fels%C3%B6kning.Tomte.PowerShell/Commands). The PowerShell Command wraps the WCF Client call to the WCF Service hosted in the Windows Service. The Activity is what is invoked, when the activity called upon is found in the relevant [dictionary](https://github.com/felsokning/Tomte/blob/master/Fels%C3%B6kning.Tomte/Fels%C3%B6kning.Tomte.WcfService/WorkflowService.svc.cs#L306)
## What About Security?
Security is abstracted through the Windows Service/WCF layer, as all requests passing through AuthN/AuthZ. This makes it ideal to set-up in a either a work-group or domain setting, as no authentication schemes need to be manually configured or changed for Tomte to work.
## Screenshots

