Toen ik thuis kwam was ik even mijn statistieken aan het bekijken. In middels hebben 3000 unieke mensen mijn site gevonden die 10.000 pagina hebben bekeken en nog steeds groeiende.
Cool 😀
Download PFDAdadmin
http://www.microsoft.com/downloads/details.aspx?familyid=635be792-d8ad-49e3-ada4-e2422c0ab424&displaylang=en
Start PFDAVAdmin
Kies voor File Connect
Vul hier de volgende gegevens is. Ben je geen Exchange Admin vul hier dan als login gegevens de gegevens in van de gebruiker dan werkt het ook.
Klik met rechter muis knop op http://…..
Kies voor Propagete Folder ACEs
Vink beide aan (NT AutorityAnonymous Logon & Everyone ) en klik vervolgens op OK.
Klik met rechter muis knop vervolgens nog maals op http://…. met
Kies voor Check DACL State
Klik op Yes
Nu is alles prima en is anoniem success vol toegevoegd.
VMware reference VI3 kaart is uit gekomen.
Wat is er in bijgewerkt.
1. Voeg in MDT onder Operating System de Windows 2003 R2 CD1 toe.
Maak hier voor ook gelijk een Task toe.
Locatie in mijn geval:
D:DistributionOperating SystemsWindows Server 2003 R2 Enterprise SP2 Eng x86
2. Maak de volgende structuur lijkend op deze
D:Distribution
-Operating System
–Windows Server 2003 R2 Enterprise SP2 Eng x86
—$OEM$
—-$1
—–R2
3. Van de Windows Server 2003 R2 CD2, kopieer de CMPNENTS map naar D:DistributionOperating SystemsWindows Server 2003 R2 Enterprise SP2 Eng x86$OEM$$1R2
4. In de OEM$$1R2 map maak een batch bestand aan genaamd InstallR2.cmd (met de onderstaande tekst er in)
reg add HKLMSoftwareMicrosoftWindowsCurrentVersionSetup /v SourcePath /t REG_SZ /d C:WindowsSourcei386 /f
reg add HKLMSoftwareMicrosoftWindowsCurrentVersionSetup /v ServicePackSourcePath /t REG_SZ /d C:R2CMPNENTSR2 /f
C:\R2CMPNENTSR2setup2.exe /q /a /sr
Opmerking: Er zijn 3 regels. Regel 1 & 2 beginnen met "reg", regel 3 begint met "C:R2".
4. Pas de Windows Server 2003 R2 X86 Task Sequence aan.
Pas de [GUIRunOnce] sectie in Unattend.txt aan zoals het hier onderstaat:
[GUIRunOnce]
"C:R2InstallR2.cmd"
"cscript.exe C:MININTScriptsLiteTouch.wsf /start"
"cscript.exe D:MININTScriptsLiteTouch.wsf /start"
"cscript.exe E:MININTScriptsLiteTouch.wsf /start"
"cscript.exe F:MININTScriptsLiteTouch.wsf /start"
Opmerking: Wil je de melding Windows Server Post-Setup Security Updates scherm niet krijgen moet je onder staan regel gebruiken.
Option 1:
Set "HKLMSoftwareMicrosoftWindowsCurrentVersionServerOOBESecurityOOBEDontLaunchSecurityOOBE" to "0"
Option 2:
Wil je Windows Firewall uitgeschakeld hebben voeg deze regels dan toe in unattend.xml
[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall
[WindowsFirewall.TurnOffFirewall]
Mode = 0
1. Open MDT
2. Ga naar Task Sequences
3. Select a Task die je hebt aangemaakt.
4. Rechter muis knop op de desbetreffende Task en kies Properties
5. Ga naar het Tabblad OS Info
6. Klik op Edit Unattend.xml
7. Zoek het stukje [Identification] op.
[Identification]
CreateComputerAccountInDomain=Yes
DomainAdmin="administrator"
DomainAdminPassword="raadjenooit"
JoinDomain="hamburger.local"
; JoinWorkgroup=WORKGROUP
MachineObjectOU="OU=desktops,dc=hamburger,dc=local"
Als je computers in de Computers container wilt terecht laten komen moet je de laatste regel weghalen.
OU=desktop veranderen in OU=Computers werkt niet aangezien de Computers geen OU is maar een Container.
Alle computers komen automatisch terecht in de Computers container als er geen domein OU mee gegeven worden.
1. Open MDT
2. Ga naar Deployments Points
3. Rechter muis op je deployment point en kies properties
4. Ga naar Rules Tab.
5. Neem de onderstaande instellingen over.
[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
OSInstall=YES
_SMSTSORGNAME=WardVissers
SkipCapture=No
SkipAdminPassword=YES
SkipProductKey=YES
SkipDeploymentType=YES
DeploymentType=Newcomputer
SkipDomainMembership=NO
JoinDomain=wardvissers.local
DomainAdmin=helpdeskÂ
DomainAdminDomain=wardvissers.local
DomainAdminPassword=***********
SkipUserData=YES
SkipBuild=NO
SkipComputerName=NO
SkipPackageDisplay=NO
SkipLocaleSelection=YES
SkipTimeZone=YES
SkipApplications=NO
SkipBitLocker=YES
SkipBitLockerDetails=YES
SkipSummary=YES
SkipFinalSummary=YES
UserDataLocation=NONE
SkipAppsOnUpgrade=YES
TimeZoneName=W. Europe Standard Time
TimeZone=110
AreaCode=0413
UserLocale=nl-NL
Language=00000413
SystemLocale=00000413
UserLocale=00000413
InputLocale=0413:00020409
InputLocale=nl-US
KeyboardLocale=nl-US
WSUSServer=http://wsus
FinishAction=REBOOT
6. Klik vervolgens op Edit Bootstrap.ini & neem onderstaande settings over.
[Settings]
Priority=Default
[Default]
DeployRoot=\\servername\DeploymentShare$
SkipBDDWelcome=Yes
KeyboardLocale=nl-US
Userid=Helpdesk
UserPassword=********
Userdomain=wardvissers.local
7. Klik vervolgens op X en kies voor Save.
8. Klik op Apply & OK.
9. Rechtermuis op je deployment en kies voor update. Hij gaat nu het wim & iso bestand updaten.
Opmerking: Vergeet de bijgewerkte WIM image niet opnieuw te koppelen aan WDS anders moet je nog steeds door veel schermen heen klikken.
Ik was aan het zoeken op een het internet naar tooltje wat mijn contacten kan exporteren in een keer naar vcf file’s.
Ik vond verschillende tooltjes maar geen een die gratis was.
Tot ik het vb script vond van Dave Moats. Het werkt als een trein.
Aanroep:
C:scripts>cscript exportContacts.vbs /p:C:scriptsoutlookContacts
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Ward.vcf
Mark.vcf
Script:
==========================================================
‘== VB Script to Export Outlook Contacts to vCard (vcf) files
‘==
‘== Copyright © 2008, Dave Moats
‘==
‘== This sample is provided ‘AS-IS’, without any
‘== express or implied warranty. In no event will the
‘== authors be held liable for any damages arising from
‘== the use of this sample code.
‘==
‘== Permission is granted to anyone to use this sample
‘== code for any purpose, including commercial applications,
‘== subject to the following restrictions:
‘==
‘== The origin of this code must not be misrepresented;
‘== you must not claim that you wrote the original code.
‘==
‘== If you use this code, an acknowledgment in the
‘== documentation is requested – shown below:
‘==
‘== Portions Copyright © 2008,
‘== Dave Moats (http://www.davemoats.com/).
‘==
‘==========================================================
‘==========================================================
‘== NOTE: watch for wrapped lines and html special
‘== characters in the web representation of this
‘== sample code
‘==========================================================
‘==========================================================
‘==
‘== exportContacts.vbs – a script used to export contacts
‘== from outlook and save them in
‘== vcf format
‘==========================================================
option explicit
‘==========================================================
‘== declare the local variables to be used
‘==========================================================
dim scriptName, namedArgs, folderPath
‘==========================================================
‘== get the name of the running script
‘==========================================================
scriptName = wscript.scriptname
‘==========================================================
‘== get the named command line arguments
‘==========================================================
set namedArgs = wscript.arguments.named
if not namedArgs.exists("p") then
wscript.echo "Usage: " & scriptName & " /p:<output folder path> is required"
wscript.echo "Example: cscript " & scriptName & " /p:c:path to the folder"
wscript.quit
else
folderPath = namedArgs.item("p")
end if
set namedArgs = nothing
‘==========================================================
‘== now call the subroutine that does all the work
‘==========================================================
exportToVCF folderPath, ".vcf"
wscript.quit
‘==========================================================
‘== sub exportToVCF – subroutine that connects to outlook
‘== and exports all contacts to the path
‘== specified in the exportPath argument
‘==========================================================
sub exportToVCF(exportPath, ext)
‘======================================================
‘== declare the local variables
‘======================================================
dim outApp, fldContacts, contactEntry, exp
‘======================================================
‘== create the outlook object and then get the contacts
‘======================================================
set outApp = createobject("Outlook.Application")
set fldContacts = outApp.getnamespace("MAPI").getdefaultfolder(10)
‘======================================================
‘== here we are looping the entries in the contacts
‘== folder looking for contacts – when a contact is
‘== found it will be exported
‘======================================================
for each contactEntry in fldContacts.items
if typename(contactEntry) = "ContactItem" then
dim tmpString, tmpArr, periodLocation, outPath
tmpString = contactEntry.lastnameandfirstname
‘================================================
‘== creating the name of the vcf file based on
‘== the first and last name fields of the contact
‘================================================
tmpString = replace( tmpString, "’", "" )
tmpArr = split( tmpString, "," )
if ubound( tmpArr ) <> 1 then
wscript.echo tmpString & ext
outPath = exportPath & "" & tmpString & ext
else
if tmpArr(0) = "com" then
wscript.echo trim(tmpArr(1)) & trim(tmpArr(0)) & ext
outPath = exportPath & "" & trim(tmpArr(1)) & trim(tmpArr(0)) & ext
else
wscript.echo trim(tmpArr(1)) & " " & trim(tmpArr(0)) & ext
outPath = exportPath & "" & trim(tmpArr(1)) & " " & trim(tmpArr(0)) & ext
end if
end if
contactEntry.saveas outPath, 6
end if
next
‘======================================================
‘== dumping the object references that were created
‘======================================================
set fldContacts = nothing
set outApp = nothing
end sub
Op Technet is een artikel geplaatst waar in Jim Lucy de nieuwe functie’s uitlegt van Exchange 14.
Jim verteld hoe Exchange 14 wordt in het Exchange Lab.
Momenteel worden er 3,5 miljoen mailboxen gehost in Exchange Labs.
Jim geeft ook een demo over gebruikers interface, zoals e-mail, kalender via Outlook en de nieuwe webinterface. Tevens ook via je Windows Mobile telefoon. Dit is de eerste video uit een reeks die uit gaan komen.
Dus hopelijk binnen kort meer info van Exchange 14.
Bekijk hier de video.
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 Windows XP Change the uValue value for Accelleration.Level from 0 (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 MDT 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 & Windows 2003.