Tags

Howto (51) Free Software (35) Powershell (33) Windows Server (23) AD (16) Hyper-V (16) Exchange (13) Office (13) Group Policy (10) Windows Server 2012 (9) Scripts (7) Symantec BE (5) Windows 8 (5) Cisco (4) TMG (4) Terminal Server (4) Cluster (3) HP (3) RDS (3) UAG (3) Citrix (2) DC (2) DNS (2) IE10 (2) OpenID (2) PKI (2) SCVMM (2) Windows Live (2) iLO (2) Backup (1) DPM (1) Fileserver (1) IE (1) SQL; DPM (1) Security (1) Sharepoint (1) Switch (1) VMWare (1) Veeam (1)

vrijdag 13 april 2012

VB Script wordt vanuit een GPO niet uitgevoerd

Dit komt doordat de gebruiker lid is van de Local Administrators groep. Als local admin krijg je een andere token mee tijdens het inloggen. Je kunt een registerwaarde zetten die ervoor zorgt dat LSA controleert of er een andere toegangstoken aan het account is gekoppeld.


Deze waarde kun je in de GPO opnemen.

Kanttekening: de beveiliging wordt hierdoor wel aangetast

IDE AHCI RAID en Windows XP



Tijdens het installeren van een met nLite bewerkte Windows XP installatie CD kreeg ik nog steeds een BSOD. Ik had dus mbv nLite de storage drivers in de Windows XP CD geslipstreamd, echter was dat niet voldoende.

In het BIOS bleek de storage adapter op AHCI te staan. Nadat ik deze gewijzigd had naar Native IDE ging de installatie wel gewoon door.



Meer info:



IDE stands for Integrated Drive Electronics. This has been the standard interface that is used for storage media like hard drives and optical drives for a considerable length of time. Though there were some hurdles at the beginning, the standard was eventually perfected and different drives from different manufacturers can attach to most motherboards. IDE was superseded by SATA as it introduced a lot of advantages. AHCI (Advanced Host Controller Interface) is an application programming interface that defines one mode of operation for SATA. AHCI does not affect the speed at which SATA drives operate but it exposes the advanced features that are available with SATA.



To maintain backwards compatibility with older hardware, most SATA controllers provide you with the choice of which operation mode you want to use. Operation modes include AHCI and IDE, often referred to as legacy IDE or native IDE, among others so that you have freedom. Choosing IDE as your mode of operation is just like having a good old reliable IDE drive but without the benefits of AHCI.



AHCI allows users to utilize advanced features that are available to SATA. The first feature is Native Command Queuing or NCQ. Without NCQ, each request is served sequentially without any optimization. NCQ analyzes the requests and rearranges them so that requested data locations that are physically closer to each other are grouped together so that they can be accessed in one pass and the time needed is minimized. AHCI also enables hot-plugging or the ability to attach or remove hard drives from a system that is running similar to a removable drive. This is not possible with IDE drives as they are configured during boot time.



The choice, of whether you would be using AHCI or IDE, is done prior to installing the operating system on the computer as switching from one to the other after would often lead to the system not working properly if at all. Most operating systems now have patches to address this problem but specific steps needs to be followed prior to switching.



Summary:

1.IDE is an old interface standard used for storage devices while AHCI is an application programming interface for the newer SATA interface.

2.Most SATA controllers allow you to choose between AHCI and IDE among other operation modes.

3.AHCI has advanced features like NCQ and hot plugging that is not available with IDE.

4.Switching from IDE to AHCI or vice versa after the operating system is installed can lead to problems.

woensdag 14 maart 2012

Yubico Neo

Met de Yubico Neo heb je two-factor authenticatie mogelijkheid voor zowel je computer als je smartphone.



De USB Key maakt gebruik van of de USB poort van de computer of van NFC op je telefoon.
Je telefoon moet wel NFC (Near Field Communication) ondersteunen.
Voor meer informatie:

http://www.yubico.com/yubikey-neo

Imgburn voor het maken van ISO bestanden

Lightning UK heeft versie 2.5.6.0 van Imgburn uitgebracht. Dit programma is de opvolger van DVD Decrypter en is dan ook van dezelfde maker. Het grote verschil met DVD Decrypter is dat het niet langer mogelijk is om dvd's te rippen. Onder druk van een niet nader genoemd bedrijf heeft Lightning UK de mogelijkheid om de kopieerbeveiliging te omzeilen verwijderd. Naast het maken en branden van cd- en dvd-images kunnen ook het booktype en de bitsetting worden ingesteld. Verder kunnen herschrijfbare schijfjes worden leeggemaakt en kan het programma helpen bij het bepalen van de zogeheten layerbreak van een duallayer-dvd.

http://www.imgburn.com

dinsdag 6 maart 2012

Datum en Tijd in batchbestand gebruiken

Onderstaande batch file zorgt ervoor dat een te importeren bestand wordt zodanig hernoemd dat de datum en tijd ervoor komt te staan. Wat handig is voor de chronologische volgorde.


@Echo Off
@For /F "tokens=2,3,4 delims=- " %%A in ('echo %date%') do @(
Set Day=%%A
Set Month=%%B
Set Year=%%C
Set YMD=%%C%%B%%A
)

 @For /F "tokens=1,2,3 delims=:, " %%A in ('echo %time%') do @(
Set Hour=%%A
Set Min=%%B
Set Sec=%%C
Set UMS=%%A%%B%%C
)

ren "C:\TEMP\Test\bestand.csv" "%YMD%-%UMS%-bestand.csv"

(when language settings of the logged on user are set to English, the delims of date and time change from resp "-" to "/" and from ":," to ":.")

Adobe Flash Player Version info en Installation

Om te kijken welke flash player version je geinstalleerd hebt:

http://kb2.adobe.com/cps/155/tn_15507.html

of

http://www.playerversion.com/


Om de laatste MSI versie te downloaden:

http://www.adobe.com/products/flashplayer/distribution3.html

Om te installeren kun je gebruik maken van onderstaande batchfile:

@echo off
pushd %~dp0
cd ..

set AppName=Adobe Flash Player
set AppSourcePath=Source
set AppConfigPath=Configuration
set AppInstallPath=Scripts
set AppHotfixesPath=Hotfixes
set MST=TRANSFORMS=
set LogFile="%temp%\%AppName%.log"
set Switches=/qn ALLUSERS=1 REBOOT="ReallySuppress"


cls
echo.
echo Installing %AppName%
echo.

cd %AppSourcePath%
start /wait msiexec /i "install_flash_player_11_active_x_32bit.msi" %Switches% /liewa %LOGFILE%

popd
endlocal


Voor meer informatie betreft gebruikte variabele %~dp0 in bovenstaande batchfile:
http://salfischberger.blogspot.com/2012/02/use-variable-for-current-directory-in.html

Outlook 2010 lettertype wijzigen dmv GPO

How to change fonttype/color/size through Group Policy:

Stappen:

1.     Wijzig eerst de lettertype (en kleur) van je eigen Outlook

2.     Open Groepsbeleidsbeheer (Group Policy Management) vanaf je lokale werkplek (installatie van RSAT nodig)

3.     Maak een nieuwe GPO aan en voeg hier mbv wizard een aantal registry keys aan toe
·         Lettertype en kleur worden in binary formaat in het register opgeslagen onder de sleutel:
o    HKCU\Software\Microsoft\Office\14.0\Common\MailSettings


·         Voeg deze mbv de registry wizzard aan de GPO toe:

Browse naar de juiste sleutels en selecteer de keys die je nodig hebt:

Klik op voltooien en je zult zien dat de keys worden bijgewerkt: