Change Default Prompt in Windows Server 2008 - Server Core
Posted Thursday, 07 February 2008 by Misha Hanin

If you are planning to deploy Windows Server 2008 - Server Core installations, I think you should use the following tip, that I've found few days ago on very good blog, blogs.technet.com/aralves.

Think about you have more than one Windows Server 2008 - Server Core box and you are connecting to them by using the Terminal Services Remote Programs. What you get? Just a simple prompt. By using following tip you can change the default prompt and add at least the servername. To do this, simple open the registry editor and navigate to the following key:

    HKLM\System\CurrentControlSet\Control\Session Manager\Environment

Find a key called Prompt, if it's not there create one using the following settings.

Value Name: Prompt
Data Type: REG_EXPAND_SZ
Value Data: $_Server:[%servername%]$_Username:[%username%]$_$T$_$p$g

With this value you get the prompt as shown in the picture.



Here are some of the special codes you can use:

    * $A - & (Ampersand)
    * $B - | (pipe)
    * $C - ( (Left parenthesis)
    * $D - Current date
    * $E - Escape code (ASCII code 27)
    * $F - ) (Right parenthesis)
    * $G - > (greater-than sign)
    * $L - < (less-than sign)
    * $N - Current drive
    * $P - Current drive and path
    * $Q - = (equal sign)
    * $S - (space)
    * $T - Current time
    * $_ - Carriage return and linefeed
    * $$ - $ (dollar sign)


Now you will always know on which server you are working :) 

 

Infrastructure Planning & Design Beta Releases
Posted Tuesday, 05 February 2008 by Misha Hanin

The Infrastructure Planning and Design Beta Release for Windows Server 2008 Active Directory Domain Services and Windows Server 2008 Terminal Services are available as an open beta download.

To download, please follow this link:
https://connect.microsoft.com/Downloads/DownloadDetails.aspx?SiteID=14&DownloadID=7925

 
Microsoft doesn’t recommend creating Vista ‘Lite’
Posted Sunday, 03 February 2008 by Misha Hanin

As many of you know, it’s possible to create a “Lite” version of operating system by using well know program vLite. But, recently Microsoft said in an e-mail to CNET News.com:

“Microsoft does not recommend using any tool to strip out applications from Windows Vista prior to installing it on your system, as it may affect your ability to download future Windows updates and service packs, and may cause your system to become unstable,” 

So, think twice before you creating Vista ‘Lite’ ;)

 
Exchange Server 2007 with SP1 now available for eval!
Posted Saturday, 02 February 2008 by Misha Hanin
The latest version of Exchange Server 2007 with Service Pack 1 Enterprise Edition is now available for evaluation without time limits to TechNet Plus subscribers.

The Enterprise Edition of Exchange Server 2007 is designed for large corporations and enables creation of multiple storage groups and databases. This 64-bit Enterprise version can scale to 50 databases per server; the Standard Edition is limited to 5 databases per server.
 
Release Notes for This Release of Windows Vista SP1
Posted Friday, 01 February 2008 by Misha Hanin

These Release Notes provide important information you should know prior to deploying and using the Windows Vista SP1 operating system, including known issues. You should familiarize yourself with all of the known issues listed here prior to installing the software.

Source: www.microsoft.com

 
Microsoft + Yahoo = MicroYahoo :)
Posted Friday, 01 February 2008 by Misha Hanin

Yahoo Inc confirmed on Friday that it had received an unsolicited bid from Microsoft Corp to acquire the company and that its board of directors would consider the $44.6 billion deal.

Yahoo said in a statement that its board would evaluate the proposal "carefully and promptly in the context of Yahoo's strategic plans and pursue the best course of action to maximize long-term value for shareholders."

Source:Bink.nu

 
January 2008 - SQL Server 2005 Best Practices Analyzer
Posted Tuesday, 22 January 2008 by Misha Hanin
The SQL Server 2005 Best Practices Analyzer (BPA) gathers data from Microsoft Windows and SQL Server configuration settings. BPA uses a predefined list of SQL Server 2005 recommendations and best practices to determine if there are potential issues in the database environment. 
 
Map Network Drive problem in Vista: Force NTLM
Posted Friday, 18 January 2008 by Misha Hanin

Today I received a call from one of my friends who was trying to map network drive in Vista Business (with no Service Pack 1). His account was not administrator’s account and he was not able to see mapped network drive in Explorer though it applied through the Domain Group Policy.

The issue is that by default, Windows Vista uses NTLMV2 for authentication when attempting to map network drives. To allow NTLMv1 or LM challenge-response operations do the following:

1. Control Panel -> System Maintenance -> Administrative Tools (run as administrator) -> Local Security Policies -> Local Policies -> Security Options

2. Find the Policy Key named Network Security : LAN Manager Authentication Level

3. Set the value to "Send LM and NTLM responses" or - and it seems to make the most sense -"Send LM & NTLM - use NTLMv2 session security if negotiated"

This also can be done by making a change in the Windows Vista registry

1. Run the registry editor and open this key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

2. If it doesn't already exist, create a DWORD value named LmCompatibilityLevel

3. Set the value to 1

4. Reboot

Source: http://youradmin.ca/

 
Server Core Roles and Features of Windows Server 2008
Posted Wednesday, 16 January 2008 by Misha Hanin

For installing Server Roles & Features on Server Core we can use an OCSetup.exe (OptionalComponentsSetup).  To identify all installable and/or installed roles and features we are using other tool, OClist.exe. However, at times some of those roles are not available by default (such as Hyper-V, …).

The Server Core installation option is a new option that we can use (i think it’s a best option) for installing Windows Server 2008.

A Server Core installation provides a minimal environment for running specific server roles, which reduces the maintenance and management requirements and the attack.
To achieve this, the Server Core installation option installs ONLY the subset of the binary files that are required by the supported server roles.

Right now, a server running Windows Server Core 2008 supports the following 9 server roles:

  1. Active Directory Domain Services (AD DS) using dcpromo.exe
  2. Active Directory Lightweight Directory Services (AD LDS)
  3. DHCP Server
  4. DNS Server
  5. File Services
  6. Print Services
  7. Streaming Media Services
  8. Web Server (IIS)
  9. Hyper-V (Windows Server Virtualisation)

As i said, all Server Core server roles can be installed via OCsetup.exe, just with one exception of the Active Directory Domain Controller role. AD is done by using dcpromo and the Web Server which is done through the PackageManager (PkgMgr.exe).

Installing a specific server role follows the syntax below:

start /w ocsetup <serverrole-name>

  1. Active Directory Domain Services (AD DS): dcpromo /unattend:<unattendfile.xml>
  2. Active Directory Lightweight Directory Services (AD LDS): start /w ocsetup DirectoryServices-ADAM-ServerCore
  3. DHCP Server: start /w ocsetup DHCPServerCore
  4. DNS Server: start /w ocsetup DNS-Server-Core-Role
  5. File Services: installed by default
  6. Print Services: start /w ocsetup Printing-ServerCore-Role
  7. Streaming Media Server: start /w ocsetup MediaServer (After copying the appropriate Microsoft Update Standalone package (.msu files) to your Server Core installation, and running the .msu file(s)).
  8. Web Server: start /w pkgmgr /iu:IIS-WebServerRole;WAS-WindowsAc tivationService;WAS-ProcessModel
  9. Hyper-V

Streaming Media and Hyper-V (and may be other roles) might be missing when looking through the Optional Component list (via OClist.exe).

To add updates/roles/features to the list, use the following command:  wusa <update>.msu /quiet

A typical example is the Streaming Media Server role, which only becomes available after copying the appropriate Microsoft Update Standalone package (.msu files) to your Server Core installation and running the .msu file(s).

Installing a specific feature follows the syntax below:

start /w ocsetup <feature-name>

start /w ocsetup BitLocker
start /w ocsetup BitLocker-RemoteAdminTool
start /w ocsetup FailoverCluster-Core
start /w ocsetup WINS-SC

 
Setting Alternate Credentials to use for Accessing a System
Posted Friday, 11 January 2008 by Misha Hanin

When you connect to a new system you might be prompted for authentication or the access will fail. You can simply configure alternate sets of credentials to be used for various systems using the CMDKEY utility, as this example shows:

C:\Users\administrator>cmdkey /add:srv01.admininfo.ca /user:admininfo\pelekan /pass:
Enter the password for 'virt\bruce' to connect to 'srv.admininfo.ca': ****

CMDKEY: Credential added successfully.

C:\Users\administrator>cmdkey /list

Currently stored credentials:
Target: srv01.admininfo.ca
Type: Domain Password
User: admininfo\pelekan

Target: srv.admininfo.ca
Type: Domain Password
User: srv.admininfo.ca\admin

You can remove an entry using the cmdkey /delete: command.

 
Understanding Networking with Hyper-V
Posted Wednesday, 09 January 2008 by Misha Hanin

With Hyper-V the world of networking is quite different than it was with Virtual Server. First to set the scene, with Windows Server 2008 installed on a system with one network adapter you will see this under Network Connections:

 

And your system is operating like this:

 

Once you install Hyper-V and create a virtual network your system now operates like this:

 

As you can see the parent partition (host operating system in Virtual Server lingo) is now using a virtual network adapter to connect to the physical network.  If you look at network connections on the parent you will now see the original network adapter and a new virtual network adapter:

 

 

 

The original physical network adapter now has nothing bound to it except the Microsoft Virtual Network Switch Protocol.  The virtual network adapter now has all of the standard protocols and services bound to it instead.

Some interesting things to note here:

  • The virtual network adapter that appears under Network Connections will have the same name as the virtual network switch it is associated with.

  • It is possible to create an 'Internal' virtual network - which will expose a virtual network adapter to the parent partition without needing to have a physical network adapter associated with it.

  • Unlike with Virtual Server, Hyper-V only binds the virtual network service to a physical network adapter when a virtual switch is associated with the physical network adapter in question.  The advantage of this is that you avoid the performance overhead involved with having this service enabled on network adapters that are not associated with virtual network switches, the downside is that it means that networking gets disrupted on the network adapter in question when a virtual network switch gets created or deleted.

Source: http://blogs.msdn.com/virtual_pc_guy
 

 
Symantec Endpoint Protection 11: too early to deploy
Posted Wednesday, 09 January 2008 by Misha Hanin

After two month of intensive using of the newest product from Symantec - Endpoint Protection (SEP) 11 - I am ready to make a statement: you want to wait at least till the first service pack before deploying SEP in production.

If you decide to try anyway, spend time to develop proper policies before clients installation. Turn off all features that you do not need at the moment. Pay close attention to Network Threat Protection and Outlook Auto-Protect features. May be it will be better to refrain from using them so far.

Symantec Endpoint Protection

 
January 2008 Security updates
Posted Wednesday, 09 January 2008 by Misha Hanin

Windows Malicious Software Removal Tool

This tool checks your computer for infection by specific, prevalent malicious software (including Blaster, Sasser, and Mydoom) and helps to remove the infection if it is found. Microsoft will release an updated version of this tool on the second Tuesday of each month.

Windows Malicious Software Removal Tool x64

This tool checks your computer for infection by specific, prevalent malicious software (including Blaster, Sasser, and Mydoom) and helps to remove the infection if it is found. Microsoft will release an updated version of this tool on the second Tuesday of each month.

Security Update for Windows XP (KB943485)

A security issue has been identified in LSASS that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows XP x64 Edition (KB943485)

A security issue has been identified in LSASS that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Server 2003 x64 Edition (KB943485)

A security issue has been identified in LSASS that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Server 2003 for Itanium-based Systems (KB943485)

A security issue has been identified in LSASS that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Server 2003 (KB943485)

A security issue has been identified in LSASS that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows XP x64 Edition (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Vista for x64-based Systems (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Vista (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows XP (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Server 2003 x64 Edition (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Server 2003 for Itanium-based Systems (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows Server 2003 (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

Security Update for Windows 2000 (KB941644)

A security issue has been identified in TCPIP that could allow an attacker to compromise your Windows-based system and gain control over it.

January 2008 Security Releases ISO Image

This DVD5 ISO image file contains the security updates for Windows released on Windows Update on January 8th, 2008.

 
Changes to Remote Administration in Windows Server 2008
Posted Saturday, 29 December 2007 by Misha Hanin

In Windows Server 2003, you can start the RDC client (mstsc.exe) with the /console switch to remotely connect to the physical console session on the server (also known as session 0). In Windows Server 2008, the /consolesession 0 switch has been deprecated. In Windows Server 2008, is a non-interactive session that is reserved for services.

You can use the new /admin switch to remotely connect to a Windows Server 2008-based server for administrative purposes. The /admin switch is introduced with RDC 6.1. RDC 6.1 is included with the following operating systems:

  • Windows Server 2008
  • Windows Vista Service Pack 1 (SP1) Beta and RC
  • Windows XP Service Pack 3 (SP3) Beta and RC

Note   RDC 6.1 (6.0.6001) supports Remote Desktop Protocol (RDP) 6.1.

RDC 6.1 does not support the /console switch. However, for backward compatibility, you can use the /admin switch to connect to the physical console session on a Windows Server 2003-based server. For example, to connect from a Windows Vista SP1 RC-based client to the physical console session of a Windows Server 2003-based server, you can run the command mstsc.exe /admin.

 
TechNet Briefing - Jan 16 : Microsoft Application Virtualization
Posted Sunday, 06 January 2008 by Misha Hanin

TechNet Briefing Luxemburg: Microsoft Application Virtualization (Microsoft Softgrid)

This session will explore the Microsoft Application Virtualization solution. It will explain you how you can easily change the way you do software delivery and how this will affect the numerous issues you are facing today with standard Electronic Software Distribution (ESD) solutions. We will also explore the different steps involved in the creation, publication and delivery of the virtualized applications to the end users.

Date : 16/01/2008 - morning - English

Register NOW

 
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>