Server 2012 R2 - AD Custom Attributes erstellen

Größe: px
Ab Seite anzeigen:

Download "Server 2012 R2 - AD Custom Attributes erstellen"

Transkript

1 Als erstes öffnen wir das Schema Management, sollte das Plug-In nicht vorhanden sein, dann muss es zuvor noch registriert werden. Dazu öffnen wir die CMD mit administrativen Rechten und führen folgenden Befehl aus: regsvr32 schemamgmt.dll

2 Nun können wir das Schema Management (Snap-In) zur Konsole hinzufügen. Wir öffnen den Stamm und navigieren zu Attribute > Rechtsklick Attribut erstellen

3 Bestätigen die Warnung mit > Weiter Zur Erstellung eines neuen Attributes benötigen wir eine einmalige OID. Diese können wir mit dem.vbs Script, siehe ganz unten erstellen. Der neuen generierten OID fügen wir am Ende die 2.1 an. Möchten wir ein weiteres Attribut erstellen fügen wir die 2.2 an Füllen die Felder entsprechend aus und wählen die benötigte Syntax.

4 Jetzt müssen wir das neue Attribut einer Klasse zuweisen. In unserem Fall ist es die Klasse > person Über die Klassen navigieren wir zu person und fügen das neue Attribut hinzu.

5 Über Hinzufügen wählen wir die gebaeudekartennummer aus und klicken auf > OK. Das neue Attribut ist mit der Klasse person verknüpft. OID = Object Identifier

6 Über Active Directory-Benutzer und -Computer öffnen wir ein Benutzerobjekt und navigieren zum Reiter > Attribut-Editor. Hier sollte jetzt das neue Attribut zu sehen sein. Wenn das Attribut auch nicht über die angepasste Filterfunktion zu sehen ist, dann starten wir den Active Directory-Domänendienst einmal durch.

7 Auf Neustart klicken und mit > Ja abschließen.

8 ' oidgen.vbs ' ' THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED ' OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR ' FITNESS FOR A PARTICULAR PURPOSE. ' ' Copyright (c) Microsoft Corporation. All rights reserved ' ' This script is not supported under any Microsoft standard support program or service. ' The script is provided AS IS without warranty of any kind. Microsoft further disclaims all ' implied warranties including, without limitation, any implied warranties of merchantability ' or of fitness for a particular purpose. The entire risk arising out of the use or performance ' of the scripts and documentation remains with you. In no event shall Microsoft, its authors, ' or anyone else involved in the creation, production, or delivery of the script be liable for ' any damages whatsoever (including, without limitation, damages for loss of business profits, ' business interruption, loss of business information, or other pecuniary loss) arising out of ' the use of or inability to use the script or documentation, even if Microsoft has been advised ' of the possibility of such damages. ' Function GenerateOID() 'Initializing Variables Dim guidstring, oidprefix Dim guidpart0, guidpart1, guidpart2, guidpart3, guidpart4, guidpart5, guidpart6 Dim oidpart0, oidpart1, oidpart2, oidpart3, oidpart4, oidpart5, oidpart6 On Error Resume Next 'Generate GUID Set TypeLib = CreateObject("Scriptlet.TypeLib") guidstring = TypeLib.Guid 'If no network card is available on the machine then generating GUID can result with an error. If Err.Number <> 0 Then Wscript.Echo "ERROR: Guid could not be generated, please ensure machine has a network card." Err.Clear WScript.Quit

9 End If 'Stop Error Resume Next On Error GoTo 0 'The Microsoft OID Prefix used for the automated OID Generator oidprefix = " " 'Split GUID into 6 hexadecimal numbers guidpart0 = Trim(Mid(guidString, 2, 4)) guidpart1 = Trim(Mid(guidString, 6, 4)) guidpart2 = Trim(Mid(guidString, 11, 4)) guidpart3 = Trim(Mid(guidString, 16, 4)) guidpart4 = Trim(Mid(guidString, 21, 4)) guidpart5 = Trim(Mid(guidString, 26, 6)) guidpart6 = Trim(Mid(guidString, 32, 6)) 'Convert the hexadecimal to decimal oidpart0 = CLng("&H" & guidpart0) oidpart1 = CLng("&H" & guidpart1) oidpart2 = CLng("&H" & guidpart2) oidpart3 = CLng("&H" & guidpart3) oidpart4 = CLng("&H" & guidpart4) oidpart5 = CLng("&H" & guidpart5) oidpart6 = CLng("&H" & guidpart6) 'Concatenate all the generated OIDs together with the assigned Microsoft prefix and return GenerateOID = oidprefix & "." & oidpart0 & "." & oidpart1 & "." & oidpart2 & "." & oidpart3 & _ "." & oidpart4 & "." & oidpart5 & "." & oidpart6 End Function 'Output the resulted OID with best practice info Wscript.Echo "Your root OID is: " & VBCRLF & GenerateOID & VBCRLF & VBCRLF & VBCRLF & _ "This prefix should be used to name your schema attributes and classes. For example: " & _ "if your prefix is ""Microsoft"", you should name schema elements like ""microsoft-employee- ShoeSize"". " & _ "For more information on the prefix, view the Schema Naming Rules in the server " & _ "Application Specification ( & _ VBCRLF & VBCRLF & _ "You can create subsequent OIDs for new schema classes and attributes by appending a.x to the OID where X may " & _ "be any number that you choose. A common schema extension scheme generally uses the following structure:" & VBCRLF & _

10 "If your assigned OID was: " & VBCRLF & VBCRLF & _ "then classes could be under: " & VBCRLF & _ "which makes the first class OID: " & VBCRLF & _ "the second class OID: & _ etc..." & VBCRLF & VBCRLF "Using this example attributes could be under: " & VBCRLF & _ "which makes the first attribute OID: " & VBCRLF & _ "the second attribute OID: VBCRLF & _ etc..." & VBCRLF & "Here are some other useful links regarding AD schema:" & VBCRLF & _ "Understanding AD Schema" & VBCRLF & _ " e52979a mspx " & _ VBCRLF & VBCRLF & _ "Developer documentation on AD Schema:" & VBCRLF & _ " " & VBCRLF & VBCRLF & _ "Extending the Schema" & VBCRLF & _ " " & VBCRLF & VBCRLF & _ "Step-by-Step Guide to Using Active Directory Schema and Display Specifiers " & VBCRLF & _ " wto/adschema.mspx " & _ VBCRLF & VBCRLF & _ "Troubleshooting AD Schema " & VBCR & _ " 51eda0d7ab mspx " & _ VBCRLF & VBCRLF Das Sript kann hier heruntergeladen werden: 6e795b2e8a06

tricerat Simplify Value Package

tricerat Simplify Value Package tricerat Simplify Value Package Das Simplify Value Package importiert mehr als 350 gebräuchliche Einstellungsobjekte in die Datenbank der Simplify Suite - so dass diese per Drag & Drop zugewiesen werden

Mehr

AKKON CNC TN022. AKKON CNC Schnellstart. Table of versions

AKKON CNC TN022. AKKON CNC Schnellstart. Table of versions TN022 Schnellstart Authors: Gerhard Burger Version: 1.0a Last update: 30.04.2012 File: TN022_AKKON_CNC_Schnellstart Attachments: no attachments Sprache: deutsch Table of versions Version Date Remarks 1.0

Mehr

ALL1688PC. Benutzerhandbuch. Passiver Powerline Verbindung (Home Plug Gerät) Phasenkoppler (Hutschienen Version)

ALL1688PC. Benutzerhandbuch. Passiver Powerline Verbindung (Home Plug Gerät) Phasenkoppler (Hutschienen Version) ALL1688PC Passiver Powerline Verbindung (Home Plug Gerät) Phasenkoppler (Hutschienen Version) Benutzerhandbuch Legal Notice 2011 All rights reserved. No part of this document may be reproduced, republished,

Mehr

FontFilter 2.0. JoLauterbach Software GmbH. XTensions Software, Plug-Ins und individuelle Lösungen. Automatische Schriftenaktivierung für QuarkXPress

FontFilter 2.0. JoLauterbach Software GmbH. XTensions Software, Plug-Ins und individuelle Lösungen. Automatische Schriftenaktivierung für QuarkXPress XTensions Software, Plug-Ins und individuelle Lösungen FontFilter 2.0 Automatische Schriftenaktivierung für QuarkXPress Stolzingstraße 4a 95445 Bayreuth Tel.: +49-921-7303363 info@jolauterbach.de https://jolauterbach.de

Mehr

MediaBoxXT 4.0. Einfache Erstellung von Postscript-Dateien mit QuarkXPress. JoLauterbach Software GmbH Stolzingstraße 4a 95445 Bayreuth Germany

MediaBoxXT 4.0. Einfache Erstellung von Postscript-Dateien mit QuarkXPress. JoLauterbach Software GmbH Stolzingstraße 4a 95445 Bayreuth Germany MediaBoxXT 4.0 Einfache Erstellung von Postscript-Dateien mit QuarkXPress JoLauterbach Software GmbH Stolzingstraße 4a 95445 Bayreuth Germany Telefon: 0921-730 3363 Fax: 0921-730 3394 Internet: email:

Mehr

Open-Source-Software core_cm3.h

Open-Source-Software core_cm3.h Open-Source-Software Bei diesem Bosch Smart Home Produkt wird Open-Source-Software eingesetzt. Nachfolgend finden Sie die Lizenzinformationen zu den eingesetzten Komponenten. core_cm3.h Copyright (C) 2009-2013

Mehr

Das folgende Script von Jason Fossen (MVP ISA), schaltet per Script einzelne Firewallregeln an oder aus.

Das folgende Script von Jason Fossen (MVP ISA), schaltet per Script einzelne Firewallregeln an oder aus. ISA Server Surfmaster Beta 1 Das folgende Script von Jason Fossen (MVP ISA), schaltet per Script einzelne Firewallregeln an oder aus. Diese Funktion kann dazu in Kombination mit einer simplen Webseite

Mehr

Open-Source-Software

Open-Source-Software Open-Source-Software Bei diesem Bosch Smart Home Produkt wird Open-Source-Software eingesetzt. Nachfolgend finden Sie die Lizenzinformationen zu den eingesetzten Komponenten. core_cm3.h Copyright (C) 2009-2013

Mehr

p^db=`oj===pìééçêíáåñçêã~íáçå=

p^db=`oj===pìééçêíáåñçêã~íáçå= p^db=`oj===pìééçêíáåñçêã~íáçå= Error: "Could not connect to the SQL Server Instance" or "Failed to open a connection to the database." When you attempt to launch ACT! by Sage or ACT by Sage Premium for

Mehr

Forefront TMG Scripting mit VBScript und Powershell

Forefront TMG Scripting mit VBScript und Powershell Forefront TMG Scripting mit VBScript und Powershell Forefront TMG kommt wird mit einer Read Only Powershell Unterstuetzung geliefert. Das folgende Bilderbuch zeigt einige Powershell-Befehle, sowie die

Mehr

Wie Programm Neighborhood Agent mit Secure Gateway konfigurieren. von Stefan Müri

Wie Programm Neighborhood Agent mit Secure Gateway konfigurieren. von Stefan Müri Wie Programm Neighborhood Agent mit von Stefan Müri Notice The information in this publication is subject to change without notice. THIS PUBLICATION IS PROVIDED AS IS WITHOUT WARRANTIES OF ANY KIND, EXPRESS

Mehr

Photometric Report 25 Lens Kit

Photometric Report 25 Lens Kit Photometric Report 25 Lens Kit R-G-B US Distribution Elation Professional Los Angeles, Ca. 800-333-0644 web: www.elationlighting.com info: sale@elationlighting.com support: support@elationlighting.com

Mehr

Password Management. Password Management Guide MF-POS 8

Password Management. Password Management Guide MF-POS 8 Password Management Password Management Guide MF-POS 8 MF-POS8 Einleitung Dieses Dokument beschreibt die Passwortverwaltung des Kassensystems MF-POS 8. Dabei wird zwischen einem Kellner und einem Verwaltungsbenutzer

Mehr

SAP Simple Finance Die Finanz- und Risikomanagementlösung für die Digital Economy

SAP Simple Finance Die Finanz- und Risikomanagementlösung für die Digital Economy SAP Simple Finance Die Finanz- und Risikomanagementlösung für die Digital Economy Elmar Hassler, Business Transformation Service, SAP Österreich GmbH Public SAP IT Summit 2015, 21. & 22. April, Salzburg

Mehr

BatchX 4.0. Stapelverarbeitung mit QuarkXPress. JoLauterbach Software GmbH. Stolzingstraße 4a Bayreuth. Telefon:

BatchX 4.0. Stapelverarbeitung mit QuarkXPress. JoLauterbach Software GmbH. Stolzingstraße 4a Bayreuth. Telefon: BatchX 4.0 Stapelverarbeitung mit QuarkXPress Stolzingstraße 4a 95445 Bayreuth Telefon: 0921-730 3363 E-Mail : info@jolauterbach.de Internet: https://jolauterbach.de 1. Übersicht Mit BatchX können verschiedenste

Mehr

CLP-380 Version 1.10

CLP-380 Version 1.10 CLP-380 Version 1.10 Neue Funktionen Für Wireless-LAN-Anwender Yamaha hat die Firmware des CLP-380 von Version 1.00 auf Version 1.10 aktualisiert. Diese Version stellt zusätzliche Funktionen bereit und

Mehr

netcim Boot-Stick erstellen Version 1.0 ( ) Netree AG CH-4658 Däniken

netcim Boot-Stick erstellen Version 1.0 ( ) Netree AG CH-4658 Däniken Boot-Stick erstellen Version 1.0 (13.07.2016) Netree AG CH-4658 Däniken +41 62 288 74 74 info@netcim.ch www.netcim.ch Published by Netree AG http://www.netree.ch Copyright 2016 by Netree AG All rights

Mehr

Exercise (Part II) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1

Exercise (Part II) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1 Exercise (Part II) Notes: The exercise is based on Microsoft Dynamics CRM Online. For all screenshots: Copyright Microsoft Corporation. The sign ## is you personal number to be used in all exercises. All

Mehr

Titelbild1 ANSYS. Customer Portal LogIn

Titelbild1 ANSYS. Customer Portal LogIn Titelbild1 ANSYS Customer Portal LogIn 1 Neuanmeldung Neuanmeldung: Bitte Not yet a member anklicken Adressen-Check Adressdaten eintragen Customer No. ist hier bereits erforderlich HERE - Button Hier nochmal

Mehr

TechNote. XCAPI-Lizenzierung in einer virtuellen Umgebung Stand: 27. Oktober

TechNote. XCAPI-Lizenzierung in einer virtuellen Umgebung Stand: 27. Oktober TechNote XCAPI-Lizenzierung in einer virtuellen Umgebung Stand: 27. Oktober 2014 www.te-systems.de Seite 2 In diesem kurzen Dokument erläutern wir die Vorgehensweise zur Ermittlung der virtuellen Hardware-ID

Mehr

LET S GET STARTED. Twist. Quick start guide

LET S GET STARTED. Twist. Quick start guide LET S GET STARTED DE Twist Quick start guide 1. Smart Home Controller installieren Falls noch nicht installiert: Bosch Smart Home App herunterladen und den Bosch Smart Home Controller installieren. 2.

Mehr

Level 1 German, 2012

Level 1 German, 2012 90886 908860 1SUPERVISOR S Level 1 German, 2012 90886 Demonstrate understanding of a variety of German texts on areas of most immediate relevance 9.30 am Tuesday 13 November 2012 Credits: Five Achievement

Mehr

Quick Reference Guide Schnellstart Anleitung

Quick Reference Guide Schnellstart Anleitung Notice: In order to sign in to the Biotest Portal (https://portal.biotest.com) a two-factor authentication is mandatory. Für die Anmeldung am Biotestportal (https://portal.biotest.com) ist eine Zwei-Faktor-

Mehr

Exercise (Part XI) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1

Exercise (Part XI) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1 Exercise (Part XI) Notes: The exercise is based on Microsoft Dynamics CRM Online. For all screenshots: Copyright Microsoft Corporation. The sign ## is you personal number to be used in all exercises. All

Mehr

Number of Maximal Partial Clones

Number of Maximal Partial Clones Number of Maximal Partial Clones KARSTEN SCHÖLZEL Universität Rostoc, Institut für Mathemati 26th May 2010 c 2010 UNIVERSITÄT ROSTOCK MATHEMATISCH-NATURWISSENSCHAFTLICHE FAKULTÄT, INSTITUT FÜR MATHEMATIK

Mehr

IBM Demokratischere Haushalte, bessere Steuerung, fundierte Entscheidungen? Was leisten das neue kommunale Finanzwesen und Business Intelligence?

IBM Demokratischere Haushalte, bessere Steuerung, fundierte Entscheidungen? Was leisten das neue kommunale Finanzwesen und Business Intelligence? Das IBM Leistungsversprechen zum Führungsinformationssystems IBM Demokratischere Haushalte, bessere Steuerung, fundierte Entscheidungen? Was leisten das neue kommunale Finanzwesen und Business Intelligence?

Mehr

Exercise (Part V) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1

Exercise (Part V) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1 Exercise (Part V) Notes: The exercise is based on Microsoft Dynamics CRM Online. For all screenshots: Copyright Microsoft Corporation. The sign ## is you personal number to be used in all exercises. All

Mehr

Disclaimer SAP SE or an SAP affiliate company. All rights reserved. Public

Disclaimer SAP SE or an SAP affiliate company. All rights reserved. Public Disclaimer Die Informationen in dieser Präsentation sind vertraulich und urheberrechtlich geschützt und dürfen nicht ohne Genehmigung von SAP offengelegt werden. Diese Präsentation unterliegt weder Ihrem

Mehr

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL USER GUIDE June 2016

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL USER GUIDE June 2016 Overview The Hamburg Süd VGM Web portal is an application that enables you to submit VGM information directly to Hamburg Süd via our e-portal Web page. You can choose to enter VGM information directly,

Mehr

SAP Identity Management 8.0. Product Availability Matrix Customer

SAP Identity Management 8.0. Product Availability Matrix Customer SAP Identity Management 8.0 Product Availability Matrix Customer Disclaimer This PAM represents current planning for SAP Identity Management only and not for other SAP products and can be subject to changes

Mehr

Word-CRM-Upload-Button. User manual

Word-CRM-Upload-Button. User manual Word-CRM-Upload-Button User manual Word-CRM-Upload for MS CRM 2011 Content 1. Preface... 3 2. Installation... 4 2.1. Requirements... 4 2.1.1. Clients... 4 2.2. Installation guidelines... 5 2.2.1. Client...

Mehr

Rev. Proc Information

Rev. Proc Information Rev. Proc. 2006-32 Information 2006, CPAs 1 Table 1-Total loss of the home Table 2- Near total loss is water to the roofline. Completely gut the home from floor to rafters - wiring, plumbing, electrical

Mehr

Order Ansicht Inhalt

Order Ansicht Inhalt Order Ansicht Inhalt Order Ansicht... 1 Inhalt... 1 Scope... 2 Orderansicht... 3 Orderelemente... 4 P1_CHANG_CH1... 6 Function: fc_ins_order... 7 Plug In... 8 Quelle:... 8 Anleitung:... 8 Plug In Installation:...

Mehr

Java Tools JDK. IDEs. Downloads. Eclipse. IntelliJ. NetBeans. Java SE 8 Java SE 8 Documentation

Java Tools JDK. IDEs.  Downloads. Eclipse. IntelliJ. NetBeans. Java SE 8 Java SE 8 Documentation Java Tools JDK http://www.oracle.com/technetwork/java/javase/ Downloads IDEs Java SE 8 Java SE 8 Documentation Eclipse http://www.eclipse.org IntelliJ http://www.jetbrains.com/idea/ NetBeans https://netbeans.org/

Mehr

Gabriela Grab Hartmann. Anlageentscheidungen messbar machen

Gabriela Grab Hartmann. Anlageentscheidungen messbar machen Gabriela Grab Hartmann Impact Investing: Sozioökologische Auswirkungen von Anlageentscheidungen messbar machen Frankfurt, 20. Juni 2013 Impact Investing Investing with Impact Wachsende Nachfrage nach Impact

Mehr

Advanced Availability Transfer Transfer absences from HR to PPM

Advanced Availability Transfer Transfer absences from HR to PPM Advanced Availability Transfer Transfer absences from HR to PPM A PLM Consulting Solution Public Advanced Availability Transfer With this solution you can include individual absences and attendances from

Mehr

Unit 4. The Extension Principle. Fuzzy Logic I 123

Unit 4. The Extension Principle. Fuzzy Logic I 123 Unit 4 The Extension Principle Fuzzy Logic I 123 Images and Preimages of Functions Let f : X Y be a function and A be a subset of X. Then the image of A w.r.t. f is defined as follows: f(a) = {y Y there

Mehr

BatchX 3.0. Stapelverarbeitung mit QuarkXPress. JoLauterbach Software GmbH Balthasar-Neumann-Str. 11 95444 Bayreuth

BatchX 3.0. Stapelverarbeitung mit QuarkXPress. JoLauterbach Software GmbH Balthasar-Neumann-Str. 11 95444 Bayreuth BatchX 3.0 Stapelverarbeitung mit QuarkXPress JoLauterbach Software GmbH Balthasar-Neumann-Str. 11 95444 Bayreuth Telefon: 0921-730 3363 Fax: 0921-730 3394 E-Mail : info@jolauterbach.de Internet: http://www.jolauterbach.de

Mehr

Ein Stern in dunkler Nacht Die schoensten Weihnachtsgeschichten. Click here if your download doesn"t start automatically

Ein Stern in dunkler Nacht Die schoensten Weihnachtsgeschichten. Click here if your download doesnt start automatically Ein Stern in dunkler Nacht Die schoensten Weihnachtsgeschichten Click here if your download doesn"t start automatically Ein Stern in dunkler Nacht Die schoensten Weihnachtsgeschichten Ein Stern in dunkler

Mehr

SAP Business Planning and Consolidation Version 10.1 for NetWeaver. Platform Information, Support Pack Dates and Maintenance Dates.

SAP Business Planning and Consolidation Version 10.1 for NetWeaver. Platform Information, Support Pack Dates and Maintenance Dates. SAP Business Planning and Consolidation Version 10.1 for NetWeaver Platform Information, Support Pack Dates and Maintenance Dates October, 2013 Disclaimer This PAM represents current planning for SAP BusinessObjects

Mehr

p^db=`oj===pìééçêíáåñçêã~íáçå=

p^db=`oj===pìééçêíáåñçêã~íáçå= p^db=`oj===pìééçêíáåñçêã~íáçå= How to Disable User Account Control (UAC) in Windows Vista You are attempting to install or uninstall ACT! when Windows does not allow you access to needed files or folders.

Mehr

JTAGMaps Quick Installation Guide

JTAGMaps Quick Installation Guide Index Index... 1 ENGLISH... 2 Introduction... 2 Requirements... 2 1. Installation... 3 2. Open JTAG Maps... 4 3. Request a free JTAG Maps license... 4 4. Pointing to the license file... 5 5. JTAG Maps

Mehr

TABLE OF CONTENTS STYLE 3293 PRODUCT NAME OPERATING INSTRUCTIONS

TABLE OF CONTENTS STYLE 3293 PRODUCT NAME OPERATING INSTRUCTIONS TABLE OF CONTENTS STYLE 3293 PRODUCT NAME OPERATING INSTRUCTIONS English... 1-2 Deutsch... 3-4 118257 Baffle Replacement Instructions for the Style 3293 FireFox Nozzle Disassembly 1. Move the electric

Mehr

Benutzer- und Referenzhandbuch

Benutzer- und Referenzhandbuch Benutzer- und Referenzhandbuch MobileTogether Client Benutzer- und Referenzhandbuch All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical,

Mehr

Benutzer-Handbuch Komponente Bewerbung, Zulassung

Benutzer-Handbuch Komponente Bewerbung, Zulassung Benutzer-Handbuch Komponente Bewerbung, Zulassung Supportadresse support@superx-projekt.de http://www.superx-projekt.de Version 0.2 Stand 17.12.12 2 3 Sun, Sun Microsystems, Solaris, Java, JavaServer Web

Mehr

DIBELS TM. German Translations of Administration Directions

DIBELS TM. German Translations of Administration Directions DIBELS TM German Translations of Administration Directions Note: These translations can be used with students having limited English proficiency and who would be able to understand the DIBELS tasks better

Mehr

Magic Figures. We note that in the example magic square the numbers 1 9 are used. All three rows (columns) have equal sum, called the magic number.

Magic Figures. We note that in the example magic square the numbers 1 9 are used. All three rows (columns) have equal sum, called the magic number. Magic Figures Introduction: This lesson builds on ideas from Magic Squares. Students are introduced to a wider collection of Magic Figures and consider constraints on the Magic Number associated with such

Mehr

Weather forecast in Accra

Weather forecast in Accra Weather forecast in Accra Thursday Friday Saturday Sunday 30 C 31 C 29 C 28 C f = 9 5 c + 32 Temperature in Fahrenheit Temperature in Celsius 2 Converting Celsius to Fahrenheit f = 9 5 c + 32 tempc = 21

Mehr

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL - USER GUIDE June 2016

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL - USER GUIDE June 2016 Overview The Hamburg Süd VGM-Portal is an application which enables to submit VGM information directly to Hamburg Süd via our e-portal web page. You can choose to insert VGM information directly, or download

Mehr

Vbs To Exe converts VBS (.vbs) files to the EXE (.exe) format.

Vbs To Exe converts VBS (.vbs) files to the EXE (.exe) format. Vbs To Exe - Help Index 1 - Program description 1.1 Description 1.2 Usage 1.3 Options 1.4 Commandline 1.5 Environment variables 1.6 System requirements 2 - License 2.1 License 2.2 Miscelleanous 3 - Contact

Mehr

VCC-HD2300/HD2300P VCC-HD2100/HD2100P

VCC-HD2300/HD2300P VCC-HD2100/HD2100P VCC-HD2300/HD2300P VCC-HD2100/HD2100P Hinweis zum Urheberrecht Hinweise zum Gebrauch dieses Handbuchs Hinweis zum Urheberrecht/Hinweise zum Gebrauch dieses Handbuchs1/8 Diese Anleitung unterliegt dem Urheberrecht

Mehr

Wenn Marketing zum Service wird! Digitales Marketing verbindet Analyse & Online Marketing

Wenn Marketing zum Service wird! Digitales Marketing verbindet Analyse & Online Marketing Wenn Marketing zum Service wird! Digitales Marketing verbindet Analyse & Online Marketing Daniel Hikel 2013 IBM Corporation 2 Wie sich Kunden heute zwischen Kanälen und Touchpoints bewegen Social SEM Display

Mehr

C1+C2: Online-Umfrage Ihre Analytics Architektur heute und morgen?

C1+C2: Online-Umfrage Ihre Analytics Architektur heute und morgen? 20.09.2018 itelligence World 2018 itelligence 1 20. September 2018 itelligence World 2018 Innovationen leben! Urs Ender, itelligence AG C1+C2: Online-Umfrage Ihre Analytics Architektur heute und morgen?

Mehr

Inptools-Handbuch. Steffen Macke

Inptools-Handbuch. Steffen Macke Inptools-Handbuch Steffen Macke Inptools-Handbuch Steffen Macke Veröffentlicht $Date 2014-01-28$ Copyright 2008, 2009, 2011, 2012, 2014 Steffen Macke Dieses Dokument wurde unter der GNU-Lizenz für freie

Mehr

Customer Support Info PP 80x

Customer Support Info PP 80x Driver Installation Open: Control Panel\Hardware and Sound\Devices and Printers Windows Treiber Installation Öffnen Ordner: Geräte und Drucker Add printer Drucker hinzufügen Add a local printer Choose

Mehr

Level 1 German, 2016

Level 1 German, 2016 90886 908860 1SUPERVISOR S Level 1 German, 2016 90886 Demonstrate understanding of a variety of German texts on areas of most immediate relevance 2.00 p.m. Wednesday 23 November 2016 Credits: Five Achievement

Mehr

APPMODULE A:SMB DOCUMENTATION. v Alto HiFi AG Gublenstrasse 1 CH-8733 Eschenbach tel +41 (0)

APPMODULE A:SMB DOCUMENTATION. v Alto HiFi AG Gublenstrasse 1 CH-8733 Eschenbach tel +41 (0) APPMODULE A:SMB DOCUMENTATION v1.2.00 Alto HiFi AG Gublenstrasse 1 CH-8733 Eschenbach tel +41 (0)55 254 90 90 altohifi.ch 1 Inhaltsverzeichnis 1. Funktion 3 2. Anwendung 3 3. Lizenzen 3 4. Konfiguration

Mehr

Kellner anlegen und bearbeiten

Kellner anlegen und bearbeiten Kellner anlegen und bearbeiten Copyright MICROS-Fidelio GmbH, Neuss 2014 All rights reserved. No part of this publication may be reproduced, photocopied, stored on a retrieval system or transmitted without

Mehr

Niedrigzinsen ade? Management von Zinsrisiken bei der Vonovia. Dr. Frank Reifenrath Finanzen & Treasury

Niedrigzinsen ade? Management von Zinsrisiken bei der Vonovia. Dr. Frank Reifenrath Finanzen & Treasury Niedrigzinsen ade? Management von Zinsrisiken bei der Vonovia. Dr. Frank Reifenrath Finanzen & Treasury Unsere 3 Kernrisiken Reputation Regulation Rates Risiko-Identifikation (1) Finanzielle Verbindlichkeiten

Mehr

Accelerating Information Technology Innovation

Accelerating Information Technology Innovation Accelerating Information Technology Innovation http://aiti.mit.edu Ghana Summer 2011 Lecture 05 Functions Weather forecast in Accra Thursday Friday Saturday Sunday 30 C 31 C 29 C 28 C f = 9 5 c + 32 Temperature

Mehr

Level 2 German, 2013

Level 2 German, 2013 91126 911260 2SUPERVISOR S Level 2 German, 2013 91126 Demonstrate understanding of a variety of written and / or visual German text(s) on familiar matters 9.30 am Monday 11 November 2013 Credits: Five

Mehr

Tube Analyzer LogViewer 2.3

Tube Analyzer LogViewer 2.3 Tube Analyzer LogViewer 2.3 User Manual Stand: 25.9.2015 Seite 1 von 11 Name Company Date Designed by WKS 28.02.2013 1 st Checker 2 nd Checker Version history Version Author Changes Date 1.0 Created 19.06.2015

Mehr

Taxation in Austria - Keypoints. CONFIDA Klagenfurt Steuerberatungsgesellschaft m.b.h

Taxation in Austria - Keypoints. CONFIDA Klagenfurt Steuerberatungsgesellschaft m.b.h Taxation in Austria - Keypoints 1 CONFIDA TAX AUDIT CONSULTING Our history: Founded in 1977 Currently about 200 employees Member of International Association of independent accounting firms since1994 Our

Mehr

Yamaha Expansion Manager

Yamaha Expansion Manager Yamaha Expansion Manager Installationshandbuch Yamaha Expansion Manager ermöglicht Ihnen nicht nur, den Inhalt von Erweiterungen zu verwalten, sondern auch, Ihre eigenen Expansion Voices zu erzeugen. Sie

Mehr

CA_MESSAGES_ORS_HDTV_IRD_GUIDELINE

CA_MESSAGES_ORS_HDTV_IRD_GUIDELINE CA_MESSAGES_ORS_HDTV_IRD_GUIDELINE 1/8 ORS NOTICE This document is property of Österreichische Rundfunksender GmbH & Co. KG, hereafter ORS, and may not be reproduced, modified and/or diffused in any way

Mehr

Installation Guide/ Installationsanleitung. Spring 16 Release

Installation Guide/ Installationsanleitung. Spring 16 Release Guide/ Installationsanleitung Spring 16 Release Visit AppExchange (appexchange.salesforce.com) and go to the CONNECT for XING listing. Login with your Salesforce.com user is required. Click on Get It Now.

Mehr

GERMAN LANGUAGE Tania Hinderberger-Burton, Ph.D American University

GERMAN LANGUAGE Tania Hinderberger-Burton, Ph.D American University GERMAN LANGUAGE Tania Hinderberger-Burton, Ph.D American University www.companyname.com 2016 Jetfabrik Multipurpose Theme. All Rights Reserved. 10. Word Order www.companyname.com 2016 Jetfabrik Multipurpose

Mehr

Exercise (Part VIII) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1

Exercise (Part VIII) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1 Exercise (Part VIII) Notes: The exercise is based on Microsoft Dynamics CRM Online. For all screenshots: Copyright Microsoft Corporation. The sign ## is you personal number to be used in all exercises.

Mehr

IBM Security Lab Services für QRadar

IBM Security Lab Services für QRadar IBM Security Lab Services für QRadar Serviceangebote für ein QRadar SIEM Deployment in 10 bzw. 15 Tagen 28.01.2015 12015 IBM Corporation Agenda 1 Inhalt der angebotenen Leistungen Allgemeines Erbrachte

Mehr

SnagIt 9.0.2. LiveJournal Output By TechSmith Corporation

SnagIt 9.0.2. LiveJournal Output By TechSmith Corporation SnagIt 9.0.2 By TechSmith Corporation TechSmith License Agreement TechSmith Corporation provides this manual "as is", makes no representations or warranties with respect to its contents or use, and specifically

Mehr

Duell auf offener Straße: Wenn sich Hunde an der Leine aggressiv verhalten (Cadmos Hundebuch) (German Edition)

Duell auf offener Straße: Wenn sich Hunde an der Leine aggressiv verhalten (Cadmos Hundebuch) (German Edition) Duell auf offener Straße: Wenn sich Hunde an der Leine aggressiv verhalten (Cadmos Hundebuch) (German Edition) Nadine Matthews Click here if your download doesn"t start automatically Duell auf offener

Mehr

DMS für besondere Anwendungen - Hochtemperatur-DMS

DMS für besondere Anwendungen - Hochtemperatur-DMS Hochtemperatur-DMS DMS für besondere Anwendungen - Hochtemperatur-DMS MERKMALE Einsatzbereich bis 115 C Freigitter-DMS aus Kanthal-Legierung zur Installation mit Keramikklebern Linear-DMS und T-Rosetten

Mehr

SnagIt 9.0.2. Movable Type Output By TechSmith Corporation

SnagIt 9.0.2. Movable Type Output By TechSmith Corporation SnagIt 9.0.2 By TechSmith Corporation TechSmith License Agreement TechSmith Corporation provides this manual "as is", makes no representations or warranties with respect to its contents or use, and specifically

Mehr

KURZANLEITUNG. Firmware-Upgrade: Wie geht das eigentlich?

KURZANLEITUNG. Firmware-Upgrade: Wie geht das eigentlich? KURZANLEITUNG Firmware-Upgrade: Wie geht das eigentlich? Die Firmware ist eine Software, die auf der IP-Kamera installiert ist und alle Funktionen des Gerätes steuert. Nach dem Firmware-Update stehen Ihnen

Mehr

Opensource Lizenzen. Frank Müller Opensource Seminar HS2014 Universität Basel

Opensource Lizenzen. Frank Müller Opensource Seminar HS2014 Universität Basel Opensource Lizenzen Frank Müller Opensource Seminar HS2014 Universität Basel Übersicht Einführung Übersicht über ausgewählte Lizenzen Transitionen zwischen Lizenzen OSS ähnliche Bewegungen ausserhalb von

Mehr

XML Template Transfer Transfer project templates easily between systems

XML Template Transfer Transfer project templates easily between systems Transfer project templates easily between systems A PLM Consulting Solution Public The consulting solution XML Template Transfer enables you to easily reuse existing project templates in different PPM

Mehr

Cloud for Customer Learning Resources. Customer

Cloud for Customer Learning Resources. Customer Cloud for Customer Learning Resources Customer Business Center Logon to Business Center for Cloud Solutions from SAP & choose Cloud for Customer https://www.sme.sap.com/irj/sme/ 2013 SAP AG or an SAP affiliate

Mehr

WCF RIA Services Datengetriebene Apps. Thomas Claudius Huber Senior Consultant Trivadis AG

WCF RIA Services Datengetriebene Apps. Thomas Claudius Huber Senior Consultant Trivadis AG WCF RIA Services Datengetriebene Apps Thomas Claudius Huber Senior Consultant Trivadis AG Thomas Claudius Huber.NET Senior Consultant @Trivadis Basel Spezialisiert auf Silverlight und WPF Autor der umfassenden

Mehr

USB -> Seriell Adapterkabel Benutzerhandbuch

USB -> Seriell Adapterkabel Benutzerhandbuch USB -> Seriell Adapterkabel Benutzerhandbuch 1. Produkt Eigenschaften 1 2. System Vorraussetzungen 1 3. Treiber Installation (Alle Windows Systeme) 1 4. Den COM Port ändern 2 5. Einstellen eines RS232

Mehr

Level 1 German, 2011

Level 1 German, 2011 90886 908860 1SUPERVISOR S Level 1 German, 2011 90886 Demonstrate understanding of a variety of German texts on areas of most immediate relevance 9.30 am uesday Tuesday 1 November 2011 Credits: Five Achievement

Mehr

JoDrop 5.0. Hilfsmittel zum vereinfachten Umgang mit Bildern für QuarkXPress. JoLauterbach Software GmbH. Balthasar-Neumann-Str.

JoDrop 5.0. Hilfsmittel zum vereinfachten Umgang mit Bildern für QuarkXPress. JoLauterbach Software GmbH. Balthasar-Neumann-Str. JoDrop 5.0 Hilfsmittel zum vereinfachten Umgang mit Bildern für QuarkXPress JoLauterbach Software GmbH Balthasar-Neumann-Str. 11 95444 Bayreuth Telefon: 0921-730 3363 Fax: 0921-730 3394 E-Mail: info@jolauterbach.de

Mehr

Application Note. Import Jinx! Scenes into the DMX-Configurator

Application Note. Import Jinx! Scenes into the DMX-Configurator Application Note Import Jinx! Scenes into the DMX-Configurator Import Jinx! Scenen into the DMX-Configurator 2 The Freeware Jinx! is an user friendly, well understandable software and furthermore equipped

Mehr

SAP PPM Enhanced Field and Tab Control

SAP PPM Enhanced Field and Tab Control SAP PPM Enhanced Field and Tab Control A PPM Consulting Solution Public Enhanced Field and Tab Control Enhanced Field and Tab Control gives you the opportunity to control your fields of items and decision

Mehr

Level 2 German, 2016

Level 2 German, 2016 91126 911260 2SUPERVISOR S Level 2 German, 2016 91126 Demonstrate understanding of a variety of written and / or visual German texts on familiar matters 2.00 p.m. Tuesday 29 November 2016 Credits: Five

Mehr

Industrie 4.0 SAP 3D Visual Enterprise Quality Management App

Industrie 4.0 SAP 3D Visual Enterprise Quality Management App Industrie 4.0 SAP 3D Visual Enterprise Quality Management App, Industriestrasse 55, 6312 Steinhausen, Schweiz Benjamin Kaulich, Chief Commercial Officer, Dominik Gempeler, Solution Architect, 3D visuals

Mehr

prorm Budget Planning promx GmbH Nordring Nuremberg

prorm Budget Planning promx GmbH Nordring Nuremberg prorm Budget Planning Budget Planning Business promx GmbH Nordring 100 909 Nuremberg E-Mail: support@promx.net Content WHAT IS THE prorm BUDGET PLANNING? prorm Budget Planning Overview THE ADVANTAGES OF

Mehr

Level 1 German, 2013

Level 1 German, 2013 90883 908830 1SUPERVISOR S Level 1 German, 2013 90883 Demonstrate understanding of a variety of spoken German texts on areas of most immediate relevance 9.30 am Tuesday 12 November 2013 Credits: Five Achievement

Mehr

Wer bin ich - und wenn ja wie viele?: Eine philosophische Reise. Click here if your download doesn"t start automatically

Wer bin ich - und wenn ja wie viele?: Eine philosophische Reise. Click here if your download doesnt start automatically Wer bin ich - und wenn ja wie viele?: Eine philosophische Reise Click here if your download doesn"t start automatically Wer bin ich - und wenn ja wie viele?: Eine philosophische Reise Wer bin ich - und

Mehr

Remotely Anywhere Verwendung von Zertifikaten Schritt für Schritt Anleitung zur Implementation von Zertifikaten in Remotely Anywhere

Remotely Anywhere Verwendung von Zertifikaten Schritt für Schritt Anleitung zur Implementation von Zertifikaten in Remotely Anywhere Remotely Anywhere Verwendung von Zertifikaten Schritt für Schritt Anleitung zur Implementation von Zertifikaten in Remotely Anywhere Copyright 1997-2005 Brainware Consulting & Development AG All rights

Mehr

Granite Gerhard Pirkl

Granite Gerhard Pirkl Granite Gerhard Pirkl 2013 Riverbed Technology. All rights reserved. Riverbed and any Riverbed product or service name or logo used herein are trademarks of Riverbed Technology. All other trademarks used

Mehr

Level 2 German, 2015

Level 2 German, 2015 91126 911260 2SUPERVISOR S Level 2 German, 2015 91126 Demonstrate understanding of a variety of written and / or visual German text(s) on familiar matters 2.00 p.m. Friday 4 December 2015 Credits: Five

Mehr

FensterHai. - Integration von eigenen Modulen -

FensterHai. - Integration von eigenen Modulen - FensterHai - Integration von eigenen Modulen - Autor: Erik Adameit Email: erik.adameit@i-tribe.de Datum: 09.04.2015 1 Inhalt 1. Übersicht... 3 2. Integration des Sourcecodes des Moduls... 3 2.1 Einschränkungen...

Mehr

Produktinformation _185PNdeen

Produktinformation _185PNdeen Produktinformation 201407_185PNdeen Solldaten-UPGRADE Juli 2014 WA 900 / 920 / 020 / 950 / 970 CURA S 800 / 860 / 060 / 900 / 960 WAB01 / WAB 02 CCT CURA R1200 / CURA R2000/ API R2000 BOSCH FWA 51x Auf

Mehr

How to create a Gift Certificate Wie man ein Gift Certificate (Gutschein) erstellt

How to create a Gift Certificate Wie man ein Gift Certificate (Gutschein) erstellt 1) Login www.lopoca.com Username, Password 2) Click My Finances Gift Certificates Summary: Overview of your Gift Certificates Übersicht Ihrer Gift Certificates Create new: Create new Gift Certificate Neues

Mehr

Hintergrund und inaktiver Bildschirm. Administratorhandbuch

Hintergrund und inaktiver Bildschirm. Administratorhandbuch Hintergrund und inaktiver Bildschirm Administratorhandbuch September 2016 www.lexmark.com Inhalt 2 Inhalt Übersicht...3 Konfigurieren der Anwendung... 4 Zugriff auf die Konfigurationsseite für die Anwendung...4

Mehr

Quick Guide Home Network Mode

Quick Guide Home Network Mode Quick Guide Home Network Mode English > 1 German > 3 About the Home Network Mode EN Tivizen Nano & iplug normally work on their own created networks (whose SSID starts with tivizentv or iplug ) in which

Mehr

Can I use an older device with a new GSD file? It is always the best to use the latest GSD file since this is downward compatible to older versions.

Can I use an older device with a new GSD file? It is always the best to use the latest GSD file since this is downward compatible to older versions. EUCHNER GmbH + Co. KG Postfach 10 01 52 D-70745 Leinfelden-Echterdingen MGB PROFINET You will require the corresponding GSD file in GSDML format in order to integrate the MGB system: GSDML-Vx.x-EUCHNER-MGB_xxxxxx-YYYYMMDD.xml

Mehr

CA_MESSAGES_ORS_HDTV_IRD_GUIDELINE

CA_MESSAGES_ORS_HDTV_IRD_GUIDELINE CA_MESSAGES_ORS_HDTV_IRD_GUIDELINE Version 1.1 02.05.2017 1/10 ORS NOTICE This document is property of Österreichische Rundfunksender GmbH & Co. KG, hereafter ORS, and may not be reproduced, modified and/or

Mehr

Release Notes BRICKware 7.5.4. Copyright 23. March 2010 Funkwerk Enterprise Communications GmbH Version 1.0

Release Notes BRICKware 7.5.4. Copyright 23. March 2010 Funkwerk Enterprise Communications GmbH Version 1.0 Release Notes BRICKware 7.5.4 Copyright 23. March 2010 Funkwerk Enterprise Communications GmbH Version 1.0 Purpose This document describes new features, changes, and solved problems of BRICKware 7.5.4.

Mehr

Beschreibung zum Übergangsstück 2spur auf 1spur (V13KDH10087)

Beschreibung zum Übergangsstück 2spur auf 1spur (V13KDH10087) Beschreibung zum Übergangsstück 2spur auf 1spur (V13KDH10087) Einsatzgebiet: Dieses Gleisobjekt dient dazu, auf einfache Art und Weise den Übergang von einer alten 2spurigen Straße auf das neuere Einwegsystem

Mehr