Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tools4everbv/helloid-conn-prov-target-blacklist-csv
Blacklist - Target (CSV)
https://github.com/tools4everbv/helloid-conn-prov-target-blacklist-csv
blacklist csv powershell provisioning target
Last synced: 16 days ago
JSON representation
Blacklist - Target (CSV)
- Host: GitHub
- URL: https://github.com/tools4everbv/helloid-conn-prov-target-blacklist-csv
- Owner: Tools4everBV
- Created: 2023-11-15T17:08:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T08:21:07.000Z (8 months ago)
- Last Synced: 2024-11-10T22:34:34.697Z (2 months ago)
- Topics: blacklist, csv, powershell, provisioning, target
- Language: PowerShell
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloID-Conn-Prov-Target-Blacklist-CSV
Repository for HelloID Provisioning Target Connector to CSV Blacklist| :information_source: Information |
| :------------------------------- |
| This repository contains the connector and configuration code only. The implementer is responsible to acquire the connection details such as username, password, certificate, etc. You might even need to sign a contract or agreement with the supplier before implementing this connector. Please contact the client's application manager to coordinate the connector requirements. |
## Table of Contents
- [HelloID-Conn-Prov-Target-Blacklist-CSV](#helloid-conn-prov-target-blacklist-csv)
- [Table of Contents](#table-of-contents)
- [Requirements](#requirements)
- [Introduction](#introduction)
- [Connection settings](#connection-settings)
- [Remarks](#remarks)
- [Getting help](#getting-help)
- [HelloID docs](#helloid-docs)## Requirements
- Required to run **On-Premises**
- CSV file## Introduction
With this connector we have the option to write unique values, e.g. SamAccountName and/or UserPrincipalName to a blacklist CSV file.The HelloID connector consists of the template scripts shown in the following table.
| Action | Action(s) Performed | Comment |
| -------------------------- | ------------------------------- | --------------------------------------------------------- |
| create.ps1 | Write account data to CSV | Uses account data from another system like AD or Azure AD |
| checkOnExternalSystems.ps1 | Check mapped fields against CSV | This is configured in the built-in AD connector |### Connection settings
The following settings are required to connect to CSV.| Setting | Description | Mandatory |
| ------------- | --------------------------------------------- | --------- |
| CSV File Path | String value of the path of the CSV file | Yes |
| Delimiter | String value of the delimiter of the CSV file | Yes |
| Encoding | String value of the encoding of the CSV file | Yes |## Remarks
- This connector is designed to connect to an a CSV file that is located on-premises. Optionally you can also configure this to use cloud storage. However, the connector currently isn't desgined for this and needs additional configuration.## Getting help
> _For more information on how to configure a HelloID PowerShell connector, please refer to our [documentation](https://docs.helloid.com/hc/en-us/articles/360012558020-Configure-a-custom-PowerShell-target-system) pages_> _If you need help, feel free to ask questions on our [forum](https://forum.helloid.com)_
## HelloID docs
The official HelloID documentation can be found at: https://docs.helloid.com/