Skip to main content

Technologie Wissen

Go Search
Startseite
Technologie Wissen
Projekte
Referenzen
  

Solutionz.info | Technologieberater Mathias Rühn (Kopyczynski) > Technologie Wissen > Categories
Extend / Change Partition Size with board tools under Microsoft Server 2003/2008 / Windows XP
Howto extend / change partition size, also on 64 bit systems:
 
Partition auf Server 2003 / 2008 vergrößern
 
  1. At a command prompt, type diskpart.exe.
  2. Type list volume to display the existing volumes on the computer.
  3. Type Select volume volume number where volume number is number of the volume that you want to extend.
  4. Type extend [size=n] [disk=n] [noerr]. The following describes the parameters:
    size=n
    The space, in megabytes (MB), to add to the current partition. If you do not specify a size, the disk is extended to use all the next contiguous unallocated space.

    disk=n
    The dynamic disk on which to extend the volume. Space equal to size=n is allocated on the disk. If no disk is specified, the volume is extended on the current disk.

    noerr
    For scripting only. When an error is thrown, this parameter specifies that Diskpart continue to process commands as if the error did not occur. Without the noerr parameter, an error causes Diskpart to exit with an error code.
  5. Type exit to exit Diskpart.exe.
When the extend command is complete, you should receive a message that states that Diskpart successfully extended the volume. The new space should be added to the existing drive while maintaining the data on the volume.
NEWSID change sid after imaging- Neue SID bei Servern ab 2008 R2 und PCs ab Windows 7 generieren
 
SID nach Image Ändern - Neue Vorgehensweise ab Server 2008 R2
 
NEWSID funktioniert bis Server 2008,
wird aber seit XP/2003 Server nicht mehr weiter entwickelt,
und stirbt damit aus.
 
Ab Server 2008 R2 / Windows 7 wird das Betriebssystem zerstört!
 
Ab jetzt nutzen wir folgenden Weg,
um die SIDs von ghosted Hosts zu ändern.
 
Start / Run --> sysprep
 
Es öffnet sich ein Ordner, dort sysprep.exe ausführen
 
Option "out of Box Experience (OOBE) ausführen, reboot wählen.
Im kurzen Setup halt keyboard sprache, etc wählen.
 
Nach dem Boot ist SID geändert!