WSUS Content auf neues Drive verschieben
Es kann ja mal vorkommen, dass man den WSUS Content (Patches, Service Packs,...) auf ein anderes Drive verschieben muss. Dafür gibts ein Tool, d.h. "wsusutil".
Dies ist im Tools Ordner der WSUS Installation. Die Syntax lautet wie folgt:
C:\Program Files\Update Services\Tools>wsusutil movecontent D:\OrdnerXyz
Certificate Services von Windows 2003 auf neuen Server verschieben
der Titel war eine meiner Aufgaben heute. Dazu gibts auch einen MS Artikel. Bei mir ging der Restore jedoch nur, wenn ich die Registry nicht importiert habe!
| 1. | Note the certificate templates that are configured in the Certificate Templates folder in the Certification Authority snap-in. The Certificate Templates settings are stored in Active Directory. They are not automatically backed up. You must manually configure the Certificate Templates settings on the new CA to maintain the same set of templates.
Note The Certificate Templates folder exists only on an enterprise CA. Stand-alone CAs do not use certificate templates. Therefore, this step does not apply to a stand-alone CA. |
||||||||||||||||||||
| 2. | Use the Certification Authority snap-in to back up the CA database and private key. To do this, follow these steps:
|
||||||||||||||||||||
| 3. | Save the registry settings for this CA. To do this, follow these steps:
|
||||||||||||||||||||
| 4. | Remove Certificate Services from the old server. | ||||||||||||||||||||
| 5. | Rename the old server, or permanently disconnect it from the network. | ||||||||||||||||||||
| 6. | Install Certificate Services on the new server. To do this, follow these steps.
Note The new server must have the same computer name as the old server.
|
||||||||||||||||||||
| 7. | Stop the Certificate Services service. | ||||||||||||||||||||
| 8. | Locate the registry file that you saved in step 3, and then double-click it to import the registry settings. If the path that is shown in the registry export from the old CA differs from the new path, you must adjust your registry export accordingly. By default, the new path is C:\Windows in Windows Server 2003. | ||||||||||||||||||||
| 9. | Use the Certification Authority snap-in to restore the CA database. To do this, follow these steps:
|
||||||||||||||||||||
| 10. | In the Certification Authority snap-in, manually add or remove certificate templates to duplicate the Certificate Templates settings that you noted in step 1. |
MMC cannot open Snap-in Name…
Heute morgen begrüsste mich die folgende Meldung auf einem Windows Server 2003 mit Citrix 4.5 FR 1 installiert:
MMC cannot open Snap-in Name. This may be because the file does not exist, is not an MMC console, or was created with a later version of MMC. This may also be because you do not have sufficient access rights to the file.
Der Server wurde am vorhergehenden Tag installiert und konfiguriert und lief eigentlich ohne Probleme - vor allem alle MMC Snapins liefen ohne Probleme.
Nunja, warum dieser Fehler jetzt auftaucht ist schleierhaft, ausser dem Virenscanner und Citrix ist nichts auf dem Server, hmm.
Nach einiger Zeit fand ich die Lösung. Mit dem Befehl
regsvr32 msxml3.dll
liefen alle MMC Snapins ohne Probleme.
W2K8: GUI für Windows Server 2008 Core
Bei Windows Server 2008 gibt es zwei versch. Installationsmöglichkeiten, mit oder ohne GUI.
Für die Variante ohne GUI (Core) hat Guy Teverovsky nun eine GUI entwickelt
Features:
- Product Activation
- Configuration of display resolution
- Clock and time zone configuration
- Remote Desktop configuration
- Management of local user accounts (creation, deletion, group membership, passwords)
- Firewall configuration
- WinRM configuration
- IP configuration
- Computer name and domain/workgroup membership
- Installation of Server Core features/roles
W2k3: Alter DHCP Server entfernen
Falls in der DHCP MMC SnapIn noch alte "authorized" DHCP Server zu finden sind, können die wie folgt entfernt werden:
netsh dhcp delete server example.domain.local 10.10.10.10
Um einen DHCP via Command Line hinzuzufügen, kann der folgende Befehl verwendet
werden.
Taskmanager – SVCHOST.EXE identifizieren
Das Problem mit SVCHOST.exe kennt jeder, es gibt viele Prozesse davon im Taskmanager, aber was dahinter steckt, ist auf den ersten Blick nicht ersichtlich.
Um dies herauszufinden gibt man in der CMD folgenden Befehl ein.
tasklist /svc
Nun kann der Task aufgrund der Process-ID, welche im Taskmanager ersichtlich ist, identifiziert werden.
z.B.:
svchost.exe 1580 TapiSrv
longhorn server build 6001
microsoft hat longhorn server build 6001 an die tester rausgegeben.
ich habe mir das ganze angeschaut und auch einige screens gemacht.
die bilder sind in der gallery unter "Microsoft" "Longhorn Server 6001" zu finden.
