Saturday, September 26, 2009

2010 Best Akibaonline

Hyper-V Windows 7 to be managed or not in the domain.

Introduction:
One of the things that were missing less in Hyper-V is the capacity we had in Virtual Server to remotely manage and by VMRC to boot the virtual machine console in our team.

Hyper-V until now was not that capability and we had to connect to the server via remote desktop, start the virtual machines, which should in turn be configured for remote desktop, and now from the customer access via remote desktop virtual machines.

This scenario has changed since Microsoft has released a utility to remotely manage Hyper-V servers.

For 64 bits:

http://www.microsoft.com/downloads/details.aspx?familyid=88208468-0AD6-47DE-8580-085CBA42C0C2&displaylang=en



For 32 bits:
http://www.microsoft.com/downloads/details.aspx?familyid=BF909242-2125-4D06-A968-C8A3D75FF2AA&displaylang=en


connectivity problems, begin at this time.


connectivity problems :

· If your machine belongs to a domain and the domain server
have installed Hyper-V (or on another server belonging to the estate) and have an administrator account, then we have no problem.

· Problems arise in these scenarios:

1 - Workstation is not connected to the domain from which we manage
Hyper-V which is in the domain.


2 - Hyper-V on a standalone server and want to access from a workstation.

3 - Hyper-V installed on a Core Server and we manage it from remote.

In either case, it will be impossible, we will see a screen that indicates
not have permission, we contact the administrator to select policies
. But what policies? ... no such policy or
domain or as local settings when the server is standalone.


look at each case:

1. Workstation is not connected to the domain from which we manage Hyper-V which is in the domain.

Run steps 1) 2) 3) and 4) of section SERVER bottom.

Run steps 1) 2) 3) and 4) of section CUSTOMER lower.

If at any time requested credentials, use User / Pass the Dominion.

2. Hyper-V on a standalone server and want to access from a workstation .

Run steps 1) 2) 3) and 4) of section SERVER bottom.

Run steps 1) 2) and 3) of section CUSTOMER bottom.

3. Hyper-V installed on a Core Server and we manage it from remote

SERVER:

Run step 1)

Step 2) is not possible to be on a Core Server, but it contains a group "builtin"
called "Distributed COM Users". Therefore, we add the user who will access this group
:

net localgroup "Distributed COM Users" / add server \\ user

Step 3) we run it from remote. Therefore, in the remote machine (client)
open the Computer Management and right click on Computer com Management,
select "Connect to another computer ..."

In this way we can change Root \\ CIMV2 and Root \\ virtualization as
described in Section 3)

Step 4) should also do this from remote. To do this, from the remote machine:

net use * file: / / server / c $

azman.msc and then manage the XML with the remote server as described in this step
.. We have only one problem: azmna.msc not work correctly in remote
not find user (assuming you want to register
one in particular).

As workaround: Now we are editing (on backup) the
initialstore.xml and need to incorporate the user's SID. To understand it, this script can serve
:

strComputer = "." September

objWMIService = _

GetObject ("winmgmts: \\ \\ server \\ root \\ cimv2")
September
objAccount = _
objWMIService.Get
(Win32_UserAccount.Name = 'username', Domain = ' server '") Wscript.Echo

objAccount.SID



Notepad is not an XML editor and in this case, it would be convenient to use a freeware XML editor
of many that exist in the network.

IN THE SERVER

1. firewall on the server Set .


In a console run:

advfirewall netsh firewall set rule group = "Windows M anagement Instrumentation (WMI)" new enable = yes

is necessary to ensure that the command is successful and your answer must be that it has updated
4 rules.

NOTE: Quoted string must match the name of the group defined in the
own firewall. Therefore, if you are running a Windows in a language other than English
must first check in your firewall rules
name. (Administrative Tools, Firewall with Advanced Security.)

2. Configure DCOM on the Server . To configure the DCOM
we run the command "dcomcnfg" (without the quotes
). This sets the permissions and must be consistent with the rest of
actions on the following points in security. We can give permissions to a user
, a group of users, or to any authenticated user.

Right click "My Computer", Properties, and select the tab "COM
Security."

Select "Edit Limits" at the bottom. "Launch and Activation Permissions". Not to be confused with the top button of "Edit Limits". We'll see a screen with the groups / users and their permissions. Click the button "Add" (Add):

and add

the user or group to which we give permission. In this ejmplo, we
add to the group "Authenticated Users" and on the next screen, mark
"Remote Launch" and "Remote Activation"

3. Assign permissions to WMI on Server .
Right click on Computer (Computer) and Manage. Locate the "WMI Control",
right click on it, properties and Security tab.

Notice the upper structure, we must update two keys in the same way: " CIMV2"
and "virtualization "

select the key, and click on the button "Security" below.

select the user or group, or add it (Add).
Once selected click the button "Advanced" and assign "Remote Enable".

We make three points here :

1. In "Apply to:" we should select "This namespace and subnamespaces"

2. Column Permission, select "Enable Remote."

3. Mark the checkbox below. "These Apply permissions to objects and / or containers Within this container only"

Repeat the above for other key Root \\ virtualization.

4. Set "Authorization Manager" in the server .
execute: "azman.msc" (without the quotes).

Right click on Authorization Manager and Open Authorization Store. Select "XML File
" and add:

% ProgramData% \\ Microsoft \\ Windows \\ Hyper-V \\ initialstore.xml

When opened, but to assign specific roles In this case we will give
all permissions to the group "Authenticated Users" is with which we are working
. To do this, navigate to "Role Assignments" and the right side,
right button to "Administrator" -> "Assign Users and Gropus" -> For Windows ans
Active Directory "and add the group" Authenticated Users ". It should be:

ON THE CUSTOMER

1. Configure firewall on the client .
In a console run:

advfirewall netsh firewall set rule group = "Windows Management Instrumentation (WMI)"
new enable = yes

comment Review of 1) in the Server with regard to language and content of the string
superior.


2.
Allow Console (MMC) on the client firewall :
Create an exception in the firewall to the console:

Netsh firewall add allowedprogram program =% windir% \\ system32 \\ mmc.exe name = "Microsoft Management Console"

3. Give permissions to WMI on the client . WMI
server performs a callback to the client. It is normal and is not specific to Hyper-V
. If the server was in a working group from the server the DCOM
customer is "in limited liability."

therefore execute "dcomcnfg" locate "My Computer", Properties, tab "COM
Security" and in this case go to "Edit limits" in the upper
"Access Permissions".

add "ANONYMOUS LOGON" to the user list and mark the permissions in the area of \u200b\u200b
"Remote Access / Allow"

4. Set the credentials on the client.
console booted in normal mode ( do not high
mode: this is important!) Run:

cmdkey / add remoteserver / user: remoteserver \\ username / pass

The last option in the / user must be remoteserver \\ username to be username
the user on the remote machine.

Juan Barrios and Carlos Rovira.

Birthday Money Instead Of Gifts



I went the new RSAT for Windows 7
Get It on:


http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d & displaylang = en

She-male Encounters 4

RSAT for Windows 7 Windows 7 - Boot from VHD


What is Boot from VHD?

is a new feature in Windows 7 and Windows Server 2008 R2 provides us the ability to boot our PC from a VHD file, without using virtualization or partitioning software discs.
In this way we can run the system using all the hardware on your PC, and even able to install the Hyper-V role on our Windows 2008 R2 or use the Mode in Windows XP 7.

should I know before I start?

The advantages I imagine that they are already, but what about the disadvantages.
I'm always blogging and trying "new discoveries", but reaching a certain point some functions do not run and do not know why, so I'll put this segment before.

- If you run these steps on the notebook with SATA in AHCI mode, when it seems it is starting correctly, Blue Screen!. To function properly your disk should be in IDE mode or compatible. (Like me suffer!)

- The operating system. VHD must be Windows 7 or Windows 2008 R2.

- The size of the VHD albeit dynamic, must not exceed the disk space. (In our case gave us a blue screen if exceeded)

- The performance decreases about 3% (That said, I did not notice difference.)

- Hibernate and Bitlocker can not work in some scenarios. The disk containing the VHD can not Bitlokeado.

- The procedure WAIK to me alone I ran from Windows 2008 R2. I'm seeing if I find out why.

- A request Fabian Imaz CUMUY the talk, we will investigate what happens if the VHD is on an external USB drive. This requires special SETTINGS resulting from changes in the lyrics of the units on the USB. Publish the method as soon as possible.

How to install a machine that boots from a VHD from the Installation DVD?

Here is the most practical if you want to start on your own computer.

1. Boot the computer from the installation DVD.

2. In the main screen of the installation, do not choose "Install Now", go to repair the system -> using tools, or press Shift + F10 to access the command line.

3. Start the utility partition by running the diskpart command
.

4. Create a new VHD running
create vdisk file = "C: \\ Path \\ nombre.vhd" type = maximum = TamañoenMegabyte expandable

5. Select the new VHD to mount it as a physical disk vdisk

select file = "C: \\ Path \\ nombre.vhd"

attach vdisk

6. Then close the command line and return to the home screen of the installation.

7. Start the installation as normal, selecting the virtual disk system disk. Ignore the message that Windows can not installed on this disk.

8. After installation, if you want to enable the hypervisor to:

- Start bcdedit / set {} hypervisorlaunchtype auto IDGenerado

The following image is an example of how to stay on my computer.

clip_image002

How to install a machine that boots from a VHD using WAIK?

First download Windows Automated Installation Kit from the Microsoft website:
http://www.microsoft.com/downloads/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&displaylang=en

image

Install the product to access imagex.exe tool which we will prepare the VHD.

will create the VHD using the following commands, remember to check the disc numbers and others who depend on your system.

diskpart

Create vdisk file = C: \\ virtualmachine \\ Hyper-VServer \\ HVServer.vhd maximum = 25000 type = expandable

Select vdisk file=C:\VirtualMachines\Hyper-VServer\HVServer.vhd

Attach vdisk

List disk

select disk 1

create partition primary

select partition 1

active

format fs=ntfs quick

assign

exit

En la siguiente imagen I show you how I did on my pc

image

execute console

WAIK take us to the PATH where the imagex.exe


We put the installation DVD or in my case Hyper mount ISO -V Server 2008 R2 for testing.


We run the following command: imagex / info D: \\ sources \\ install.wim


The importance of this step is to see what the IMAGE INDEX installation of the system.

As shown in the image in my case is 1.


image

ran the deployment with this command imagex

/ Apply D: \\ sources \\ install.wim / check 1 F: \\

here and have a VHD, so using the following procedure can do boot to continue the installation.


Use existing VHD.


In the operating system, running from the command line as follows.

1. bcdedit / copy {current} / d "Description"

2. bcdedit / set {} device nuevoidgenerado vhd = [C:] \\ path \\ nombre.vhd

3. bcdedit / set {} osdevice nuevoidgenerado vhd = [C:] \\ path \\ nombre.vhd

4. bcdedit / set {} detecthal nuevoidgenerado on

5. bcdedit / set {} hyperlaunchtype auto nuevoidgenerado

if I have Windows Vista?

If you have Windows Vista SP1 on they have bcdedit.exe including the executable, but this is not the same as Windows 7 and commands that do not have.

For this reason we are going to do is upgrade to hand follows:

From a computer already running Windows 7 copies the boot files, such as a flash drive. Copy
bcdedit.exe and bootmgr.

C: \\ windows \\ system32> xcopy / h / y bcdedit.exe f: \\

C: \\> xcopy / h / and bootmgr f: \\

then booted DVD equipment with Windows 7 or Vista and access to the console as we saw earlier in order to run the following commands.

C: \\> attrib bootmgr-s-h-r

E: \\> xcopy / y / h bootmgr c: \\ bootmgr

E: \\> xcopy / y / h bcdedit.exe c: \\ windows \\ system32

I was wrong! How do I delete the boot to create?

execute the following command to clear entries generated using the appropriate ID. In my case

bcdedit / delete {0c75687a-9668-11de-aa2f-8f5180f2ee69}

hope the info will help in making these settings and any questions or comments to orders.

A hug.

Juan Barrios - Carlos Rovira







Gpsphone Shiny Gold Cheats



What is Boot from VHD?

is a new feature in Windows 7 and Windows Server 2008 R2 provides us the ability to boot our PC from a VHD file, without using virtualization software or partition discos.De this way we can run the system using all the hardware on your PC, and even to install the Hyper-V role on our Windows 2008 R2 or use the Mode in Windows XP 7.
should I know before I start?
The advantages I imagine that they are already, but what about the disadvantages. I'm always blogging and trying "new discoveries", but reaching a certain point some functions do not run and do not know why, so I'll put this segment before.
- If you run these steps on the notebook with SATA in AHCI mode, when it seems it is starting correctly, Blue Screen!. To function properly your disk should be in IDE mode or compatible. (Like me suffer!)
- The operating system. VHD must be Windows 7 or Windows 2008 R2.
- The size of the VHD albeit dynamic, must not exceed the disk space. (In our case gave us a blue screen if exceeded)
- The performance decreases about 3% (That said, I did not notice difference.)
- Hibernate and Bitlocker can not work in some scenarios. The disk containing the VHD can not Bitlokeado.
- The procedure WAIK to me alone I ran from Windows 2008 R2. I'm seeing if I find out why.
- A request for Fabian Imaz CUMUY the talk, we will investigate what happens if the VHD is on an external USB drive. This requires SETTINGS Special resulting from changes in the lyrics of the units on the USB. Publish the method as soon as possible.
How to install a machine that boots from a VHD from the Installation DVD?
Here is the most practical if you want to start on your own computer.
1. Boot the computer from the installation DVD.
2. In the main screen of the installation, do not choose "Install Now", go to repair the system -> using tools, or press Shift + F10 to access the command line.
3. Start the utility partition by running the comandodiskpart.
4. Create new vdisk ejecutandocreate VHD file = "C: \\ Path \\ nombre.vhd" type = expandable maximum = TamañoenMegabyte
5. Select the new VHD to mount as a disk vdisk físicoselect file = "C: \\ Path \\ nombre.vhd" attach vdisk

6. Then close the command line and return to the home screen of the installation.
7. Start the installation as normal, selecting the virtual disk system disk. Ignore the message that Windows can not installed on this disk.
8. After installation, if you want to enable the hypervisor to do the following: - Start bcdedit / set {} hypervisorlaunchtype IDGenerado auto
The following image is an example of how to stay on my computer.


How to install a machine that boots from a VHD using WAIK?
First download the Windows Automated Installation Kit from the Microsoft website: http://www.microsoft.com/downloads/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&displaylang=en install
the product to access imagex.exe tool which we will prepare the VHD.

will create the VHD using the following commands, remember to check the disc numbers and others who depend on your system. Create
diskpart

vdisk file = C: \\ virtualmachine \\ Hyper-VServer \\ HVServer.vhd maximum = 25000 type = expandable
Select vdisk file = C: \\ virtualmachine \\ Hyper-VServer \\ HVServer.vhd Attach List

disk vdisk

select disk 1 create partition primary select partition 1


active format fs = ntfs quick exit

assign

The following image will show as did that of my pc

Execute WAIK console take us to the PATH where the imagex.exe
We put the installation DVD or in my case, mount the ISO of Hyper-V Server 2008 R2 for testing.
We run the following command: imagex / info D: \\ sources \\ install.wim
The importance of this step is to see what the IMAGE INDEX installation of the system.
As shown in the image in my case is 1.
execute the deployment
this comandoimagex / apply D: \\ sources \\ install.wim / check 1 F: \\

here already have the VHD, so using the following procedure can do boot to continue the installation.
Using an existing VHD.
In the operating system, running from the command line as follows.
1. bcdedit / copy {current} / d "Description"
2. bcdedit / set {} device nuevoidgenerado vhd = [C:] \\ path \\ nombre.vhd
3. bcdedit / set {} osdevice nuevoidgenerado vhd = [C:] \\ path \\ nombre.vhd
4. bcdedit / set {} detecthal nuevoidgenerado on
5. bcdedit / set {} hyperlaunchtype nuevoidgenerado
car if I have Windows Vista?

If you have Windows Vista SP1 on they have bcdedit.exe including the executable, but this is not the same as Windows 7 and commands that do not have.
For this reason we are going to do is update manually as follows:
From a computer already running Windows 7 copies the boot files, such as a flash drive. Copy bcdedit.exe and bootmgr.
C: \\ windows \\ system32> xcopy / h / y bcdedit.exe f: \\
C: \\> xcopy / h / and bootmgr f: \\ Then boot the computer with the DVD of Windows 7 or Vista and access to the console as we saw earlier in order to run the following commands.
C: \\> attrib bootmgr-s-h-r
E: \\> xcopy / y / H bootmgr c: \\ bootmgr
E: \\> xcopy / y / h bcdedit.exe c: \\ windows \\ system32 I was wrong! How do I delete the boot to create?
execute the following command to clear entries generated using the appropriate ID. In my case
bcdedit / delete {0c75687a-9668-11de-aa2f-8f5180f2ee69}

hope the info will help in making these settings and any questions or comments to orders.
A hug.
Carlos Rovira - Juan Barrios

Sharp Pulsating Pain In Foot

Windows 7 - Boot from VHD

What is Boot from VHD?

is a new feature in Windows 7 and Windows Server 2008 R2 provides us the ability to boot our PC from a VHD file, without using virtualization software or partition discos.De this way we can run the system using all the hardware on your PC, and even to install the Hyper-V role on our Windows 2008 R2 or use the Mode in Windows XP 7.
should I know before I start?
The advantages I imagine that they are already, but what about the disadvantages. I'm always blogging and trying "new discoveries", but reaching a certain point some functions do not run and do not know why, so I'll put this segment before.
- If you run these steps on the notebook with SATA in AHCI mode, when it seems it is starting correctly, Blue Screen!. To function properly your disk should be in IDE mode or compatible. (Like me suffer!)
- The operating system. VHD must be Windows 7 or Windows 2008 R2.
- The size of the VHD albeit dynamic, must not exceed the disk space. (In our case gave us a blue screen if exceeded)
- The performance decreases about 3% (That said, I did not notice difference.)
- Hibernate and Bitlocker can not work in some scenarios. The disk containing the VHD can not Bitlokeado.
- The procedure WAIK to me alone I ran from Windows 2008 R2. I'm seeing if I find out why.
- A request for Fabian Imaz CUMUY the talk, we will investigate what happens if the VHD is on an external USB drive. This requires SETTINGS Special resulting from changes in the lyrics of the units on the USB. Publish the method as soon as possible.
How to install a machine that boots from a VHD from the Installation DVD?
Here is the most practical if you want to start on your own computer.
1. Boot the computer from the installation DVD.
2. In the main screen of the installation, do not choose "Install Now", go to repair the system -> using tools, or press Shift + F10 to access the command line.
3. Start the utility partition by running the comandodiskpart.
4. Create new vdisk ejecutandocreate VHD file = "C: \\ Path \\ nombre.vhd" type = expandable maximum = TamañoenMegabyte
5. Select the new VHD to mount as a disk vdisk físicoselect file = "C: \\ Path \\ nombre.vhd" attach vdisk

6. Then close the command line and return to the home screen of the installation.
7. Start the installation as normal, selecting the virtual disk system disk. Ignore the message that Windows can not installed on this disk.
8. After installation, if you want to enable the hypervisor to do the following: - Start bcdedit / set {} hypervisorlaunchtype IDGenerado auto
The following image is an example of how to stay on my computer.


How to install a machine that boots from a VHD using WAIK?
First download the Windows Automated Installation Kit from the Microsoft website: http://www.microsoft.com/downloads/details.aspx?familyid=696DD665-9F76-4177-A811-39C26D3B3B34&displaylang=en install
the product to access imagex.exe tool which we will prepare the VHD.


will create the VHD using the following commands, remember to check the disc numbers and others who depend on your system. Create
diskpart

vdisk file = C: \\ virtualmachine \\ Hyper-VServer \\ HVServer.vhd maximum = 25000 type = expandable Select
vdisk file = C: \\ virtualmachine \\ Hyper-VServer \\ HVServer.vhd
Attach List
disk vdisk

select disk 1 create partition primary select partition 1


active format fs = ntfs quick exit


assign
In the next picture I show you how I made of my pc
execute console
WAIK take us to the PATH where the imagex.exe
We put the installation DVD or in my case, mount the ISO of Hyper- V Server 2008 R2 for testing.
We run the following command: imagex / info D: \\ sources \\ install.wim
The importance of this step is to see what the IMAGE INDEX installation of the system.
As shown in the image in my case is 1.


ran the deployment with this comandoimagex / apply D: \\ sources \\ install.wim / check 1 F: \\

here and have a VHD, so using the following procedure can do boot to continue the installation.
Using an existing VHD.
In the operating system, running from the command line as follows.
1. bcdedit / copy {current} / d "Description"
2. bcdedit / set {} device nuevoidgenerado vhd = [C:] \\ path \\ nombre.vhd
3. bcdedit / set {} osdevice nuevoidgenerado vhd = [C:] \\ path \\ nombre.vhd
4. bcdedit / set Nuevoidgenerado} {detecthal on
5. bcdedit / set {} hyperlaunchtype nuevoidgenerado
car if I have Windows Vista?

If you have Windows Vista SP1 on they have bcdedit.exe including the executable, but this is not the same as Windows 7 and commands that do not have.
For this reason we are going to do is update manually as follows:
From a computer already running Windows 7 copies the boot files, such as a flash drive. Copy bcdedit.exe and bootmgr.
C: \\ windows \\ system32> xcopy / h / y bcdedit.exe f: \\
C: \\> xcopy / h / and bootmgr f: \\ Then boot the computer with the DVD of Windows 7 or Vista and access to the console as we saw earlier in order to run the following commands.
C: \\> attrib bootmgr-s-h-r
E: \\> xcopy / y / h bootmgr c: \\ bootmgr
E: \\> xcopy / y / h bcdedit.exe c: \\ windows \\ system32 I was wrong! How do I delete the boot to create?
execute the following command to clear entries generated using the appropriate ID. In my case
bcdedit / delete {0c75687a-9668-11de-aa2f-8f5180f2ee69}

hope the info will help in making these settings and any questions or comments to orders.
A hug.
Carlos Rovira - Juan Barrios