Category: Windows 2012/2012R2

Posted on: February 18, 2020 Posted by: Philipp Comments: 0

Powershell: Cleanup Certificates issued by Template on Workplace/Server

One of my customer deployed a Certification Authority and distributed wrong certificates (lifetime and purpose was wrong). Because the customer does not want to revoke all certificates he created a new template and supersede the old templates. Nevertheless not all certificates have been replaced on the workplace/server but new certificates …

Posted on: December 15, 2019 Posted by: Philipp Comments: 0

Powershell: Fileservermigration to new Domain

Since a long time I work for a customer and he asked if I can shortly write a script to help him to migrate a lot of fileserver from one to a new Active Directory. All former used tools had a lot of disadvantages because they would be very expensive, …

Posted on: December 4, 2019 Posted by: Philipp Comments: 0

Error 0x80070780 – The System can not access the File

Fehler 0X80070780: Das System kann nicht auf die Datei zugreifen During a migration a customer build a new Fileserver and attached the old disks from the old Fileserver to the new one.After attaching the virtual disc the access to the files was not possible on the new Server. If the …

Posted on: December 1, 2019 Posted by: Philipp Comments: 0

Powershell: Domänenübergreifend verschachtelte Gruppe entfernen

Mittels des Powershell cmdlet Remove-ADGroupMember ist es nicht möglich Gruppen als Mitglied einer anderen Domänen aus lokalen Gruppen zu entfernen. Das cmdlet sucht die zu entfernende Gruppe in der lokalen Domäne und kann diese logischerweise nicht finden.  Eine kleine und feine Lösung für diese Herausforderung.

Posted on: November 1, 2019 Posted by: Philipp Comments: 0

Powershell: Analyse Robocopy Logs for Error´s with Regex

Ein kleines Script welches Robocopy Log-Daten nach Fehlern durchsucht und konsolidiert. ein Auszug eines Fehlers: 2014/07/07 15:39:31 ERROR 123 (0x0000007B) Creating Destination Directory \\mswfil\USR$\aabbcc\””\ Mittels RegExr  (an online tool to learn, build, & test Regular Expressions) habe ich folgendes generiert: ([A-Z]{3,}).([0-9]{3,}).([(])+([0-9])+([x])+([0-9]{3,}).([)]).([A-Za-z]{3,}).([A-Za-z]{3,}).  und nun Powershell

Posted on: October 17, 2016 Posted by: Philipp Comments: 0

Powershell GPO XML to CSV Parser/Transformer

Wenn mittes Powershell GPO´s ausgewertet oder verglichen werden sollen dann entsteht eine großen Herausforderung. Die von Microsoft gelieferten XML Daten sind grütze. Es ist nicht möglich Vergleiche oder Reports out of the box zu erstellen. Genau das war eine Anforderungen in einem Projekt. Eine hohe Anzahl an Domänen mit einigen …

Posted on: September 8, 2014 Posted by: Philipp Comments: 0

Powershell Robocopy Log-Aufbereitung für Excel

Mit diesem kleinen Script war es möglich 6000 Log-Files welche durch einzelne Robocopy-Kopiervorgänge erzeugt wurden auszuwerten. Nach dem Prinzip “short&simple” setzt dieses Skript lediglich auf String replacement, sowie das Splitten von Variablen. OS:Windows2012R2

Posted on: August 31, 2014 Posted by: Philipp Comments: 0

Powershell NetzwerkTeam und IP Konfiguration

Bei einem SCCM Deployment wurde die IP Adressen durch eine Reservierung mittels DHCP vergeben. Diese dynamisch verteilte IP Adresse sollte automatisiert statisch eingetragen und gleichzeitig die Netzwerkkarten lom1a und lom2a geteamt werden. Das Skript zum Umbennenen der Interface wurde in einem vorhergehenden Post publiziert. OS: Windows2012R2

Posted on: August 13, 2014 Posted by: Philipp Comments: 0

Powershell: Local Profile to Domain Profile Migrator

This script is an exemple how a migration from a Novell Profile or Local Profile to a Domain Profile with Powershell could work does only work on Windows XP/Windows7 The user should be a member of the local admins to run this script without error. Novell: Don´t forgett to disable …

Posted on: February 7, 2014 Posted by: Philipp Comments: 0

Powershell Netzwerkkarten umbenennen

Eine Anforderung an ein SCCM Deployment war die Netzwerkkarten nach der Installation nach einer bestimmten Syntax umzubennenen. Die Netzwerkkarten sollten aufsteigend anhand der MAC Adresse umbenannt werden. OS: Windows2012R2