This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ' --------------------------------------------------------------------------------- | |
| ' Importdefinition für VR-Bank-Umsatzdateien | |
| ' Importeinstellungen: | |
| ' Quelle : Textdatei (*) | |
| ' Trennzeichen für Felder : Semikolon | |
| ' Trennzeichen für Datensätze: LF | |
| ' Zeichensatz für : Windows | |
| ' Text in Anführungszeichen : Keine | |
| ' --------------------------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Add Computer to SCCM | |
| # Imports Computer from CSV File into SCCM and adds predefined variables. | |
| # Creates Backup of CSV and writes logs. | |
| # Run this script as a scheduled task on your site-server | |
| # Version 1.1 - Uses CM PS-Cmdlet and allows for "Domain Join Only" Computers | |
| # Author: Klaus Steinhauer | |
| # Contact: contact@steinhkl.de | |
| # Date: 11.02.2018 | |
| # USE AT YOUR OWN RISK! |