Skip to main content

Hikmat Kanaan (Windows Servers)

Go Search
Home
About Me
  

Universities - Windows 2008 Overview sessions

Universities - Windows 2008 Overview sessions:

Two awareness sessions organized by Jordanian universities Network Company http://www.junet.edu.jo/ introduced windows 2008 server new features to two Jordanian universities. The two session where held on 14 Oct 2008 at and where attended by IT department staff in both universities. The first session was held at Hashemite University in Zarqa 17 IT staff members have attended the session. The second session was held at Al al-bayet University and attended by 15 IT department staff.

The session covered the following Topics:

  • Windows 2008 Virtualization "Hyper-v"
  • Active Directory new features and improvements
  • Windows 2008 core edition
  • Windows 2008 terminal services.
  • Network Access Protection (NAP)
  • Security Technologies & Advance Firewall
  • Internet information Server 7 "IIS7"

Irbid universities - Windows 2008 Overview sessions

Irbid universities - Windows 2008 Overview sessions:

Two awareness sessions organized by Jordanian universities Network Company http://www.junet.edu.jo/ introduced windows 2008 server new features to two Jordanian universities in Irbed Area. The two session where held on 12 Oct 2008 at and where attended by IT department staff in both universities. The first session was held at Jordan University of Science and Technology. 14 IT staff members have attended the session. The second session was held at Yarmouk University and attended by 20 IT department staff.

The session covered the following Topics:

  • Windows 2008 Virtualization "Hyper-v"
  • Active Directory new features and improvements
  • Windows 2008 core edition
  • Windows 2008 terminal services.
  • Network Access Protection (NAP)
  • Security Technologies & Advance Firewall
  • Internet information Server 7 "IIS7"

Windows 2008 and Active Directory overview

Windows 2008 and Active Directory overview

Jordev community organized a Window 2008 session at the Microsoft invention Center at the Royal Scientific Society – Jordan for community members. The session was attended by 25 members from 6:30 PM to 8:30PM. The session included and introduction to Windows 2008 server new features and services. The session focused at the new enhancement to windows 2008 manageability and Active directory enhancement. Attendee where intruded to the new Server manager tool and to the different Roles included in windows 2008.new group policy enhancement and the new core installation version of windows 2008.

Windows 2008 Multi Network Adapter / ISCSi/ Cluster Configuration

Windows 2008 Multi Network Adapter / iSCSI / Cluster configuration:

Windows 2008/Vista have a new service called Network Location awareness which is used to identify which network adapters connected to what type of networks. The network type in integrated with new Microsoft firewall configuration that supports 3 profiles:

Domain: used when your computer is part of Active Directory infrastructure

Private: used for business & home networks

Public: used to connect to unsecure networks

The three profile effect the way Microsoft firewall with advance features protect your severs , what type of traffic is allowed through the firewall.

If your windows 2008 server has 2 network adapters from different networks address spaces, one of these adapters will be assigned to the PUBLIC profile, which will block most of traffic as it will consider this adapter as unsecure network.

This will affect your Cluster traffic / Iscsi Traffic, ISA setup over windows 2008.

You can enforce windows 2008 to use private network profile for these unidentified networks using Local Security Policy editor or through domain Group policy editor as below:

  1. From Administrative tools run Local Security Policy

  2. In left side Select Network List Manager Policies
  3. On the right side , double click unidentified networks
  4. In the Pop screen under Location type select private this will enforce windows to consider any unidentified network as private network
  5. Under user permission you can allow or disallow user to change location

  6. Run Gpupdate /force to update and apply the new setting

 

This will ensure that you second adapter will be considered as private and also allow you to configure other adapters as public adapters through Sharing and security Center.

IE7 Plug-in don’t work for non administrative accounts Example (TestDirector 8.0)?

Hi, All

Some times when you open a web site that require an IE plug-in , it does not work The IE shows a place holder but nothing happen , although when running the IE under the administrator account this site will work fine.

I have faced this kind of problem when I was installing The HP / Mercury TestDirector 8.0 Enterprise Edition Service Pack 2, so let talk about this:

After installing the Test Director I had two Problems:

  1. TESTDirector doesn't support IE7 Displaying error message(Microsoft Internet Explorer : 4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30) is not supported!)
  2. When I Run IE7 as administrator I could open the TD interface and install the TD client and plugin , but as user I couldn't get the plugin to be installed or run.

 

Solutions:

Item 1:

I needed to convince TD that IE7 is not different than IE6 so what I have done is editing the start_a.htm & SiteAdmin.htm located at the IIS TD virtual folder,changing this line of code in both files by adding || (ua.lastIndexOf('MSIE 7.0') != -1) to the fmsi3456 definition:

fMSIE3456 = (ua.lastIndexOf('MSIE 3.0') != -1) || (ua.lastIndexOf('MSIE 4.0') != -1) || (ua.lastIndexOf('MSIE 5.0') != -1) || (ua.lastIndexOf('MSIE 5.5') != -1) || (ua.lastIndexOf('MSIE 6.0') != -1);

To:

fMSIE3456 = (ua.lastIndexOf('MSIE 3.0') != -1) || (ua.lastIndexOf('MSIE 4.0') != -1) || (ua.lastIndexOf('MSIE 5.0') != -1) || (ua.lastIndexOf('MSIE 5.5') != -1) || (ua.lastIndexOf('MSIE 6.0') != -1) || (ua.lastIndexOf('MSIE 7.0') != -1) ;

 

Item 2:

To get the Spider80.ocx plugin work I needed to add permission of set value & Create subkey to the local users group to access and modify the registry Key at:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Plugins

 

And now it's working Just fine.

NO POP3 mail service in windwos 2008 ?

Hi , all

 

I have started playing with windows 2008 RC1 server in preparation to my certificate upgrade, Microsoft added new great features to this product.

What I like about Microsoft server OS that is for a small office you can build your network with necessary network services out of the box.

 

Starting form:

1.     Active directory

2.     File sharing

3.     Share point web site and collaboration

4.     Backup and restore

5.     And the other features

One of the services that I depend on was the POP3 mail severs. I usually use it to provide internal or external email service.

 

Why Do I say Was because this service is no more available in windows 2008 server at least in the RC1 version , I do encourage every IT  professional to participate on the Microsoft connect program , you can make difference and get your voice heard inside Microsoft. You can do so by visiting https://connect.microsoft.com/WindowsServerFeedback

 

You can provide Microsoft with your creative ideas as well as you comments on windows 2008 sever RC1

 

How to activate windows 2008 / Vista ?
  1. Click the Start button
  2. Click Control Panel
  3. Click on System
  4. In the window that appears,
  5. In the windows activation section
  6. click on "Click here to activate Windows now" Link
Delete Old archive / Log files script !!!!

Some application don’t have the ability to delete old archive /log files , they can create the archive /log file but it can’t delete the Old one , due to this system administrator will face the problem of no more space and disk is fill massage, where he need to delete the old archive /log files manually.

 

To Over come this case you can create a script and run it on daily or weekly bases using scheduling task from the control panel below is such a script that can run under windows Xp/2000/2003, in the script we set the number of days we need to key their log if you need to keep the last 10 day archive files set this value to 10 , we also have a condition that check the number of files in the folder (45) , so that if there is a problem in the archiving process and we have file older that 10 days we don’t to delete them.

We then compare the creation date of the archive file against our target date. You can specify the extension of the archive / log file to avoid deleting other files in the folder in case there are such files

 

REM set number of last days to keep

Keeplastndays=10

 

REM Get today date minus the number of days to keep thier

dtmDate = Date - Keeplastndays

REM get the day value

strDay = Day(dtmDate)

Rem if day value is 1 digit add leading 0

If Len(strDay) < 2 Then

    strDay = "0" & strDay

End If

REM get the Month value

strMonth = Month(dtmDate)

Rem if month value is 1 digit add leading 0

If Len(strMonth) < 2 Then

    strMonth = "0" & strMonth

End If

REM get the year value

strYear = Year(dtmDate)

 

REM this the date for last date you need to keep

strTargetDate = strYear & strMonth & strDay

REM run against local computer

strComputer = "."

 

Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\cimv2")

 

REM get List of files at folder Name='F:\archivelog'

 Set FileList = objWMIService.ExecQuery _

    ("ASSOCIATORS OF {Win32_Directory.Name='F:\archivelog'} Where " _

        & "ResultClass = CIM_DataFile")

Rem Get total number of files in the folder

CC=FileList.count

Rem go through each file

For Each objFile In FileList

Rem if there is less than 45 file in the folder the quit and do nothing

If  CC < 45 then

                        Wscript.Quit

            End If

 

    strDate = Left(objFile.CreationDate, 8)

 

    If strDate < strTargetDate Then

        If objFile.Extension = "001" Then

            objFile.delete

            CC=CC-1

        End If

     End If

Next

 

 

 

 

How to enable Auto Logon for Kiosk machines?
If have a kiosk computer and you need to logon to your windows with user attendance for user name and password you can use the technet article 324737 or you could use the sysinternal tool autologon to enable autologon
New tool Microsft Active Directory Topology Diagrammer (ADTD)
Microsoft have  published a new cool tool (ADTD) the tool automate Drawing AD topology using MS Visio, to draw a diagram of the Active Directory Domain topology, including your Active Directory Site topology, your OU structure or your current Exchange 200X Server Organization.
1 - 10 Next

 ‭(Hidden)‬ Admin Links