├── .gitignore ├── Create-CustomViews.ps1 ├── Create-Manifest.ps1 ├── Create-Subscriptions.ps1 ├── DCEvents.csv ├── Prepare-EventChannels.ps1 └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | Pre-Built\ -------------------------------------------------------------------------------- /Create-CustomViews.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/russelltomkins/Project-Sauron/HEAD/Create-CustomViews.ps1 -------------------------------------------------------------------------------- /Create-Manifest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/russelltomkins/Project-Sauron/HEAD/Create-Manifest.ps1 -------------------------------------------------------------------------------- /Create-Subscriptions.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/russelltomkins/Project-Sauron/HEAD/Create-Subscriptions.ps1 -------------------------------------------------------------------------------- /DCEvents.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/russelltomkins/Project-Sauron/HEAD/DCEvents.csv -------------------------------------------------------------------------------- /Prepare-EventChannels.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/russelltomkins/Project-Sauron/HEAD/Prepare-EventChannels.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/russelltomkins/Project-Sauron/HEAD/README.md --------------------------------------------------------------------------------