Year: 2019

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