Skip to content

Instantly share code, notes, and snippets.

View steinhkl's full-sized avatar

Klaus Steinhauer steinhkl

View GitHub Profile
@steinhkl
steinhkl / gist:3f77fe0a4d0320e036df22f54ebc8331
Created October 23, 2019 14:20
Volksbank-Mittelhessen MonKey Office Importdefinition
' ---------------------------------------------------------------------------------
' 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
' ---------------------------------------------------------------------------------
# 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!