Lasts steps to MCITP !

Hello you!

I was off from networking world for some time. My company asked me to become MCITP Entreprise Administrator. I now have to pass both Vista and PRO tests for WS2008. I’m glas it’s now achieved ! I can remove all this vmware stuff from my hard drive ;-) This odissey to MCITP title was not that hard but long because it has been a long time since I had to manage servers. The vista test, 70-620, was quite easy as I always found workstation exams. I got some hands on questions,  around 5.  It was pretty nice looking and well emulated. I won’t say much to avoid breaking NDA but also because I scored well !

PRO test was a real nightmare ! I sweared a lot despite of the weather that day!! I would tell anyone taking this test to prepare very strictly ! You should have a good night before and fresh ideas. You’ll deal with long text questions and though answers… To resume, practice a lot and if you’re not experienced on technologies, go back to field or server console :D

See you later !

PS : I’ll make more efforts to keep this blog updated ;)

HowTo Clean IE7 data by script

Hello,

I just found what I was looking for a long a time. I both use Firefox and IE7 browsers. Private data cleanup is quite easy with firefox and can be automated. But, for Internet Explorer, I had to navigate through different menus (Tools/Delete History/Delete all, check the addin box and click Ok then…). Petri wrote a nice article on his website explaining how to automate this by either a script or a shortcut.

Here is my batch file :

@ECHO OFF
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 1
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 9
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 16
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 32
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255
RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 4351

You can read the full article there.

Enjoy ;)

Are you MCP Certified ? Become famous !

Found on the web this morning… Enjoy !

Trika’s Blog

HowTo : Understanding GlobalNames Zone in Windows Server 2008

An interesting article found on Petri’s technical site

Here it is !

Prevent users from using MP3 files on your Windows 2003 Server

You can use Windows Server 2003 to prevent storage of unauthorized file types, including .MP3 files on your Windows 2003 file servers. This tip will show you how to configure the File Server Management Console (FSMC) to prevent the storage of .MP3 files on your server, and also how to create a file group and a file screen.
Prevent users from storing .MP3 files on your Windows Server 2003

You will need to access the Configure Your Server wizard to install the FSMC. To accomplish this, open the Configure Your Server wizard and add the role of File Server. Servers upgraded from Windows 2000 Server to Windows Server 2003 R2 have this role present. If your file server already has this role, you still need the FSMC, which you will install.

To install the FSMC component, complete the following steps:

1. Open the Control Panel.
2. Open the Add/Remove Programs applet.
3. Choose Windows Components.
4. Select the Management And Monitoring Tools component.
5. Click the Details button.
6. Check the box for the File Server Management console and click OK.
7. When the install completes, close the Windows Components wizard and the Add/Remove Programs applet.

Once you install the FSMC, open the console from the Administrative Tools menu; you can now create file groups for the disallowed file types. For example, you might create a file group called Music Files to contain .MP3 and .WMA files and create another group called Video Files to manage .MPG and .MOV files.

By creating file groups and creating a file screen that uses them, you can prevent the saving of unwanted file types. (There are other settings available for file screening, but they are outside the scope of simply preventing file saving.)

Follow these steps in the FSMC to create these groups:

1. Expand the File Screening Management node.
2. Right-click the File Groups object and select Create File Group.
3. Provide a name for the file group (in this case, Music Files).
4. Specify the types of files to include by entering the extension *.MP3. If you wish to disallow files with a certain pattern in the name, you can specify that pattern with wildcards — for example, you would add files beginning with Track using the pattern Track*.
5. Click the Add button to add the file type or pattern to the files to include dialog.
6. Add any types of files or patterns you wish to exclude from this group in the Files To Exclude box. Click Add.
7. When you finish adding all the file types to the group, click OK. The FSMC will display your new file group in the Details pane when you open the File Screening node.

You may also want to consider redirecting users’ most used folders to a network location; this will make it easier to screen files. Follow these steps to create a file screen:

1. Open the FSMC and right-click the File Screening Management node.
2. Click Create File Screen.
3. Provide the name of the folder you wish to screen. An example would be the UNC path of the redirected personal folder of a specific user, e.g., server01usersjsmith.
4. Select the Define Custom File Screen Properties option.
5. Click the Custom Properties button.
6. On the Settings tab of the Custom Properties box, select Active Screening. This will prevent anyone from saving files that meet your specified conditions to the selected folder.
7. Select the Music Files group. (You will check the boxes of the file groups you wish to use.)
8. Click OK on Custom Properties and the Create File Screen dialog box.