Posts tagged: Windows XP

MDT Wachtwoord Wijzigen van een OS taak

By Ward, December 6, 2009

Voor de desbetreffende , 2003 task klik properties en ga dan naar het tabblad OS info. Pas het wachtwoord aan in de sysprep.inf & unattend.txt

image

Voor de desbetreffende 7 & Vista & 2008 & task
klik properties en ga dan naar het tabblad OS info. Klik op Unattend.xml
image 
Onder oobeSystem –> amd64_Microsoft--Shell-Setup_neutral –> UserAccounts –> AdministratorPassword
image

Post to Twitter

Related posts

Windows XP Client download geen updates van SCE 2007 Error 0×80244019

By Ward, October 14, 2009

XP Client downloaden geen update van SCE 2007.
Je vindt in c:\\windowsupdate.log error ×80244019

Probleem is dat de PC geen toegang krijg tot SCE 2007.

Vereisten
PC is in het domein.
PC heeft de laatste update client
http://support.microsoft.com/kb/949104/nl

Oplossing:
Zorg voordat je gaat nieuwe pc deployen een computer account is aangemaakt in .
Maak deze computer al lid van de SCE Managed Computers (Servernaam_MG) Groep.

Post to Twitter

Related posts

XP client geeft Deployment & Inventory error in SCE 2007

By Ward, October 5, 2009

image

1. Client Agent verwijderen in System Center

2. Register key’s verwijderen (Alles) onder HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\\CurrentVersion\WindowsUpdate

A Windows 2000-based, Windows Server 2003-based, or Windows XP-based computer that was set up by using a Windows 2000, Windows Server 2003, or Windows XP image does not appear in the WSUS console

3. Opnieuw opstarten

4. Inloggen als administrator

5. Firewall uitschakkelen

6. Controleren of de computer gekoppeld is aan SCE Managemed Computers security group

7. Agent installeren via System Center

8. wuauclt.exe /resetauthorization /detectnow /force

9. Even wachten 10min

10. Indien nog lang duurt wuauclt.exe /detectnow /force uitvoeren

11. Als het goed is moet nu Deployments & Inventory & Monitoring nu groen zijn.

12. Mocht het niet werken. Dan de volgende stappen opnieuw uitvoeren 2,3,4,5,8,9.10

image

Post to Twitter

Related posts

MDT 2010 Officieel Vrijgegeven & MDT 2010 Nieuwe Functies

By Ward, September 10, 2009

Microsoft heeft vrijgegeven. Dit is de tool van Microsoft waarmee OS mee uitgerold kunnen worden. De nieuwe versie heeft heel veel nieuwe functies. Deze versie ondersteund XP, Vista, 7, Server 2003, 2008 en .
Downloaden doe je HIER

 Michael Niehaus heeft een overzicht gemaakt van alle nieuwe functies en stuk voor stuk uitlegt wat het doet. Ik heb even een mooi overzicht van gemaakt:

Automatically update MDT 2010 boot images in WDS
Automating Long-Running MDT 2010 Tasks

MDT 2010 New Feature #1: Logging directly to the network
MDT 2010 New Feature #2: Gathering virtualization details
MDT 2010 New Feature #3: Suspend and resume a Lite Touch task sequence
MDT 2010 New Feature #4: Folders everywhere
MDT 2010 New Feature #5: Support for multiple deployment shares
MDT 2010 New Feature #6: Drag and drop
MDT 2010 New Feature #7: Boot image creation optimized
MDT 2010 New Feature #8: No more visible command windows when booting Lite Touch Windows PE
MDT 2010 New Feature #9: Copy and paste support in the Deployment Workbench task sequence editor
MDT 2010 New Feature #10: Detection of signed drivers
MDT 2010 New Feature #11: Windows 7 and Windows Server 2008 R2 support
MDT 2010 New Feature #12: USMT 4.0 hardlink support
MDT 2010 New Feature #13: New task sequence templates
MDT 2010 New Feature #14: Database improvements
MDT 2010 New Feature #15: Finish actions
MDT 2010 New Feature #16: PowerShell support
MDT 2010 New Feature #17: Customizable boot image process
MDT 2010 New Feature #18: Selection Profiles
MDT 2010 New Feature #19: Improved Driver Management
MDT 2010 New Feature #20: General Purpose ConfigMgr wizard
MDT 2010 New Feature #21: Copying extra folders

Post to Twitter

Related posts

Hoe Office 2007 distribueren met MDT

By Ward, August 18, 2009

1. “Deployment Workbench” > “Distribution Share” > “Applications” > “New”.

2. Kies voor “Application with source files”.

3. Vul de gegevens in:

image

4. Geef de locatie van de bestanden op. In mijn geval was dit de Office 2007 DVD.

image

5. Hoe moet de map heten.

image

6. Geef bij command line setup.exe in:

image

7. Finish & en hij gaat het zaakje kopieeren
image

8. Als je de properties kiest van Office 2007 Enterprise
image
9. Dan zie je dat er een tabblad is bijgekomen genaamd Office Products

image

10. Nu kunnen we deze gaan aanpassen:
image  

Display level: None betekent silent install

Vergeet niet om even op Apply te klikken. Nu wordt er een xml op de achtergrond aangemaakt.

11. Als je op Apply geklikt heb ga dan terug naar het tabblad Details.

Je ziet nu dat quint install command is aangepast naar: setup.exe /config Enterprise.WW\config.xml

12. Ga weer net tabblad Office Products

13. Wanneer je Office Customization Tool aanklikt dan krijg je het volgende te zien.
Je kunt dus alles aanpassen wat je wilt.
image

14. Als je nu op Edit config.xml doet krijg je het volgende te zien.
image

Ik heb de config even aan moeten passen zodat deze werkt aangezien ik de NL versie distribueer.

<Configuration Product="Enterprise">
  <Display Level="none" CompletionNotice="no" SuppressModal="no" AcceptEula="yes" />
  <Logging Type="standard" Path="c:\" Template="Microsoft Office Enterprise Setup(*).txt" />
  <PIDKEY Value="XXXXXXXXXXXXXXXXXXXXXXXXX" />
  <Setting Id="Reboot" Value="IfNeeded" />
</Configuration>

15. Als je het volgende in config.xml aanpast met het volgende dan wordt alleen Word, Excel, Powerpoint & Outlook geinstalleerd. ‘

   <OptionState Id="ACCESSFiles" State="Absent" /> //access
  <OptionState Id="WordFiles" State="Local" Children="force" /> //Word
  <OptionState Id="ExcelFiles" State="Local" Children="force" /> //Excel
  <OptionState Id="OUTLOOKFiles" State="Local" Children="force" /> //outlook
  <OptionState Id="PPTFiles" State="Local" Children="force" /> //Powerpoint
  <OptionState Id="PubPrimary" State="Absent" /> //publisher
  <OptionState Id="RMSFiles" State="Absent" /> //Interconnect
  <OptionState Id="XDOCSFiles" State="Absent" /> //infopath
  <OptionState Id="GrooveFiles" State="Absent" /> //groove
  <OptionState Id="OneNoteFiles" State="Absent"  /> //onenote
  <OptionState Id="SHAREDFiles" State="Absent"  /> //onenote
  <OptionState Id="ToolsFiles" State="Absent"  /> //onenote
  <OptionState Id="CAGFiles" State="Absent" /> //Clip Organizer
  <OptionState Id="DocServicesFiles" State="Local" Children="force" /> //docu update util
  <OptionState Id="HTMLSourceEditing" State="Local" Children="force" /> //script editor
  <OptionState Id="DocumentImagingUtils" State="Local" Children="force" /> //scanning,ocr,indexing
  <OptionState Id="OISFiles" State="Absent" /> //picture manager
  <OptionState Id="OSESupp" State="Absent"  /> // support
  <OptionState Id="QueryFiles" State="Absent" /> //msQuery
  <OptionState Id="VisioPreviewerFiles" State="Local" /> //visio viewer
  <OptionState Id="RefIEBarFiles" State="Absent" /> //research explorer bar
  <OptionState Id="WebDriveFiles" State="Absent"  /> //hosted webs
  <OptionState Id="VBAFiles" State="Absent" /> //VB for applications
  <OptionState Id="OfficeDigitalSFiles" State="absent" /> //vba certificates

Office 2007 aan een task toevoegen.

1.  Deployment Workbench > Task Sequences > XP > Properties.

2. Ga naar tabblad Task Sequence
image 

3. Ga naar State Restore > Install Applications. Kies Install a single application > Microsoft Office 2007 Enterprise. en klik op OK.

Post to Twitter

Related posts

Windows 2008 R2, Hyper V2, Exchange 2010, MDT Video’s

By Ward, July 10, 2009

Op Edge van Microsoft Technet staan een heleboel mooie Video’s gemaakt door Microsoft.

Heb er maar even een mooie verzameling van gemaakt.

Zoals normaal je heb je geen “tijd” om alles te lezen of je moet geen leven hebben

Als je iets zit wat je leukt wat er bij zit vindt doe je voordeel er mee.

Windows Server 2008 R2: Remote Desktop Services – The Series (P1)
Windows Server 2008 R2: Remote Desktop Services – The Series (P2)
Windows Server 2008 R2- Remote Desktop Services – The Series (P3)
Windows Server 2008 R2- Remote Desktop Services – The Series (P4)
Windows Server 2008 R2- Remote Desktop Services – The Series (P5)

Part 1 Master Your Environment with System Center Configuration Manager 2007
Part 2 Master Your Environment with System Center Configuration Manager 2007
Part 3 Master Your Environment with System Center Configuration Manager 2007
Part 4 Master Your Environment with System Center Configuration Manager 2007

Hyper-V R2- Failover & Live Migration
Hyper-V R2- Making Highly Available VMs
Hyper-V R2- Making Highly Available VMs
Hyper-V R2- Dynamic Storage
Hyper-V R2- USB over Network with Fabulatech
Hyper-V R2- Introducing Cluster Shared Volumes
Hyper-V R2- Building a Hyper-V R2 Cluster
Hyper-V R2- Initial Installation & Configuration

Demo 1 – Hyper-V Live Migration
Demo 2 – Boot From VHD
Demo 3 – Windows PowerShell 2.0 Remoting
Demo 4 – Active Directory Enhancements

Microsoft Deployment Toolkit – building install media for Windows 7
Windows XP Migration to Windows 7 RC using MDT Beta 1 – Part 1- The OS Install
Windows XP Migration to Windows 7 RC using MDT 2010 Beta 1 – Part 2- How To Build It…

Open Source Software (OSS) on Windows Server 2008

Exchange 2010 Demo: Read and Reply State
Exchange 2010 Demo: Conversation View
Exchange 2010 Demo: Move Conversation
Exchange 2010 Demo: Nickname Cache
Exchange 2010 Demo: UM Card

Interview with Kristian Andaker on Transitions to Exchange Server 2010
Interview with Kristian Andaker on Exchange 2010 OWA
Interview with Matt Gossage on Exchange Server 2010 and Storage
Interview with Scott Schnoll on Exchange 2010 High Availability
Interview with Scott Schnoll on Backup Strategy in Exchange 2010
Interview with Becky Benfield on Exchange 2010 Site Resiliency at Tech Ed 2009

Waarom zijn dagen zo kort!!!!!!!!!!!!!

Post to Twitter

Related posts

VMware Server 2.0.1

By Ward, April 8, 2009

VMware heeft buildnummer 156745 van zijn software .1 uitgebracht. Dit pakket doet zijn werk onder Linux en en is in staat om via een virtuele machine diverse besturingssystemen op de hostcomputer te laten draaien. Voor de gast computer kan je gebruikmaken van verschillende BSD-varianten, diverse Linux-distributies, Solaris en . Voor meer informatie verwijzen we jullie door naar deze pagina en deze handleiding in pdf-formaat. De lijst met veranderingen voor versie 2..1 ziet er als volgt uit:

What’s New
.1 is a maintenance release that resolves security as well as some known issues. With this release of VMware Server, certain new features and support have been added.
Support for New Guest Operating Systems
VMware provides support for the following operating systems for .1:

  • Asianux Server 3. Service Pack 1
  • CentoOS 4.7
  • CentOS 5.2
  • Essential Business Server (EBS) and Small Business Server (SBS) 2008
  • Small Business Server 2003 Service Pack 2
  • Service Pack 3
  • Vista Service Pack 1

Security Fixes:

  • VMnc codec heap overflow vulnerabilities
    The VMnc codec assists in record and replay of sessions which are records of the dynamic virtual machine state over a period of time. Two heap overflow vulnerabilities might allow a remote attacker to execute arbitrary code on VMware hosted products. For an attack to be successful, the user must visit a malicious Web page or open a malicious video file. The Common Vulnerabilities and Exposures project has assigned the names CVE-2009-0909 and CVE-2009-0910 to these issues.
  • A VMCI privilege escalation on -based hosts or -based guests
    The Virtual Machine Communication Interface (VMCI) provides fast and efficient communication between two or more virtual machines on the same host and between a virtual machine and the host operating system. A vulnerability in vmci.sys might allow privilege escalation on -based machines. This might occur on -based hosts or inside -based guest operating systems. Current versions of ESX Server do not support the VMCI interface and hence they are not affected by this vulnerability. The Common Vulnerabilities and Exposures project has assigned the name CVE-2009-1147 to this issue.
  • A remote denial-of-service vulnerability in authd for -based hosts
    A vulnerability in vmware-authd.exe might cause a denial-of-service condition on hosts. The Common Vulnerabilities and Exposures project has assigned the name CVE-2009-0177 to this issue.
  • Updated vm-support script
    This release improves data collection when the vm-support script is run by the Server administrator on request of VMware support or its support partners. The file that contains the SSL keys for communication between Server and vCenter and other applications is no longer collected. For more details, see the KB article Data Security Best Practices – SSL keys for communicating with VirtualCenter and other applications (KB 1008166).
  • -based host privilege escalation in hcmon.sys
    A vulnerability in an I/O Control (ioctl) function in hcmon.sys might be used to escalate privileges on a -based host. The Common Vulnerabilities and Exposures project has assigned the name CVE-2009-1146 to this issue. New releases of hosted products address a denial-of-service problem described in CVE-2008-3761, which can only be exploited by a privileged account.
  • Denial-of -service vulnerability in a virtual device
    A vulnerability in a guest virtual device driver might allow a guest operating system to cause the host and consequently any virtual machine on that host to fail. The Common Vulnerabilities and Exposures project has assigned the name CVE-2008-4916 to this issue.

Miscellaneous Fixes:

  • Mount installer option mounts current CD-ROM image instead of VMware Tools installer image
    If a CD-ROM image is mounted to a virtual machine with VMware Tools installed, the Mount installer option in the Web UI incorrectly mounts the CD-ROM image instead of the VMware Tools image. The issue is resolved in this release.
  • Unable to install the latest version of VIX API on .x
    You cannot install VMware VIX API 1.6.2 of due to an issue with the MSI installer for VIX API. This issue is resolved in this release.
  • The default VI Web Access HTTP connection port is 8222 and the default HTTPS port is 8333. If you use these defaults, or any values other than 80 (HTTP) and 443 (HTTPS), you must specify the port number when you connect to VMware Server using VI Web Access. You must also allow connection to these ports through your firewall. An example URL to connect to VI Web Access is http://server_host:8222 If you want to use ports 80 (HTTP) and 443 (HTTPS), override the default values during installation. Note: If you are running IIS or Apache web server on the default ports, specify alternate HTTP and HTTP ports when prompted by the installer or vmware-config.pl. Alternatively, stop IIS’s default Web site or any other Web site running on these ports. On Linux, shut down Apache or any other application using these ports and make sure they are not configured to restart automatically. This issue is resolved in this release.

Post to Twitter

Related posts

VMware heeft ESX(i) 3.5 U4 Vrijgegeven

By Ward, March 31, 2009

VMware heeft update 4 vrijgegeven. Release info bekijk het HIER.

Bekijk zeker de  compatability matrix, ESX(i) 3.5 U4 vereist vCenter 2.5 U2 of hoger.

Nieuwe ondersteunende Functies

Nieuw ondersteunde Operating Systems:

  • SUSE Linux Enterprise Server 11 (32-bit and 64-bit).
  • SUSE Linux Enterprise Desktop 11 (32-bit and 64-bit).
  • Ubuntu 8.10 Desktop Edition and Server Edition (32-bit and 64-bit).
  • Preinstallation Environment 2. (32-bit and 64-bit).

Nieuwe ondersteunde SAS/SATA controllers:

  • PMC 8011 (for SAS and SATA drives)
  • Intel ICH9
  • Intel ICH10
  • CERC 6/I SATA/SAS Integrated RAID Controller (for SAS and SATA drivers)
  • HP Smart Array P700m Controller

Expanded support for the Enhanced VMXNET driver :

  • Microsoft Server 2003, Standard Edition (32-bit)
  • Microsoft Server 2003, Standard Edition (64-bit)
  • Microsoft Server 2003, Web Edition
  • Microsoft Small Business Server 2003
  • Microsoft Professional (32-bit)

Post to Twitter

Related posts

Set Hardware Acceleration Level

By Ward, January 8, 2009

Ik vond een mooi script op het Edugeek. Het zet automatisch Hardware Acceleration Level op full.

Const HKEY_LOCAL_MACHINE = &H80000002
sComputer = "."
sMethod = "GetStringValue"
hTree = HKEY_LOCAL_MACHINE
sKey = "HARDWAREDEVICEMAPVIDEO"
sValue = "DeviceVideo0"
Set oRegistry = GetObject("winmgmts:{impersonationLevel=impersonate}//" & sComputer & "/root/default:StdRegProv")
Set oMethod = oRegistry.Methods_(sMethod)
Set oInParam = oMethod.inParameters.SpawnInstance_()
oInParam.hDefKey = hTree
oInParam.sSubKeyName = sKey
oInParam.sValueName = sValue
Set oOutParam = oRegistry.ExecMethod_(sMethod, oInParam)
strParse = oOutParam.Properties_("sValue")
sMethod = "SetDWordValue"
hTree = HKEY_LOCAL_MACHINE
sKey = Replace(strParse, "RegistryMachine", "")
sValueName = "Acceleration.Level"
‘* In Change the uValue value for Accelleration.Level from (FULL) to 5 (none)
uValue = 1
Set oRegistry = GetObject("winmgmts:{impersonationLevel=impersonate}//" & sComputer & "/root/default:StdRegProv")
Set oMethod = oRegistry.Methods_(sMethod)
Set oInParam = oMethod.inParameters.SpawnInstance_()
oInParam.hDefKey = hTree
oInParam.sSubKeyName = sKey
oInParam.sValueName = sValueName
oInParam.uValue = uValue
Set oOutParam = oRegistry.ExecMethod_(sMethod, oInParam)
sComputer = Empty
sMethod = Empty
hTree = Empty
sKey = Empty
sValue = Empty
sValueName = Empty
uValue = Empty
Set oRegistry = Nothing
Set oMethod = Nothing
Set oInParam = Nothing
Set oOutParam = Nothing
WScript.Quit

Sla het bovengenoemde script op als een vbs.
Je kunt dit ideaal gebruiken tijdens het deployen van virtuele machines via in combinatie met automatische uitrol van VMware Tools. Nu hoef je zelf niet meer de Hardware Acceleration level aan te passen. Ik heb het getest onder XP & .

Post to Twitter

Related posts

Outlook 2007 Anywhere Exchange 2007

By Ward, January 4, 2009

1. Klik in het menu Extra op Accountinstellingen, selecteer het Exchange-account en klik vervolgens op Wijzigen.

2. Klik op Meer instellingen en klik vervolgens op het tabblad Verbinding.

3. Schakel onder Outlook Anywhere het selectievakje Via HTTP verbinding maken met Microsoft Exchange in.

clip_image002

Opmerking: Als de sectie Outlook Anywhere niet beschikbaar is, is Service Pack 2 of hoger vermoedelijk niet op de computer geïnstalleerd.

4. Als u een proxyserver wilt opgeven, klikt u op Proxy-instellingen van Exchange.

clip_image004

1 Voer bij url in je domein naam in waarmee je vanaf buiten kunt connecten naar de exchange server.

2.  Als je een SSL verbinding wilt gebruiken vinkje aan Alleen verbinden via SSL in.

5. Klik onder Instellingen voor proxyverificatie op Basisverificatie of NTLM-verificatie, NTLM-Verificatie wordt standaard gebruikt die uitleg hieronder.

clip_image006

Opmerking: Bij het gebruik van Basisverificatie wordt het wachtwoord in de vorm van leesbare tekst verzonden. Voor de beste beveiliging wordt geadviseerd de opties NTLM-verificatie en Alleen verbinden via SSL in te schakelen.

Post to Twitter

Related posts

OfficeFolders theme by Themocracy

Ward Vissers is Digg proof thanks to caching by WP Super Cache