search
Categories
Sponsors
VirtualMetric Hyper-V Monitoring, Hyper-V Reporting
Archive
Blogroll

Badges
MCSE
Community

Cozumpark Bilisim Portali
Posted in Virtual Machine Manager, Windows Powershell | No Comment | 9,749 views | 17/02/2009 20:15

You can store a vds account in library server on SCVMM with this Powershell commands:

1
2
3
4
5
6
7
8
9
10
11
12
13
# ------------------------------------------------------------------------------
# Store Virtual Machine Wizard Script
# ------------------------------------------------------------------------------
# Script generated on 17 Şubat 2009 Salı 14:25:54 by Virtual Machine Manager
# 
# For additional help on cmdlet usage, type get-help <cmdlet name>
# ------------------------------------------------------------------------------
 
$VMName = VM0212
$VM = Get-VM -VMMServer localhost -Name "$VMName" | where {$_.VMHost.Name -eq "hyperv02.fabrikam.contoso.net"}
$LibraryServer = Get-LibraryServer -VMMServer localhost | where {$_.Name -eq "hyperv02.fabrikam.contoso.net"}
 
Store-VM -VM $VM -LibraryServer $LibraryServer -SharePath "\\hyperv02.fabrikam.contoso.net\Library" -RunAsynchronously -UseLAN

We used “Localhost” but if you have another SCVMM and if you want to store vds in that host, you should use it like vmm02.fabrikam.contoso.net.


Posted in Virtual Machine Manager, Windows Powershell | No Comment | 2,252 views | 17/02/2009 20:10

There is an easy way to suspend a vds account on SCVMM with Powershell.

1
2
3
$VDSName = VDS022
SaveState-VM $VDSName
Set-VM $VDSName -Owner FABRIKAM\Administrator

As you see, first we saved vds then changed the owner. So user can not resume vds. Also this is resume part:

1
2
3
4
$Userid = 2512
$VDSName = VDS022
Set-VM $VDSName -Owner FABRIKAM\$Userid
Start-VM $VDSName

You should use Start-VM command to resume vds. In here, Fabrikam is our Domain Sam Name.


Posted in Hayattan | No Comment | 3,494 views | 30/01/2009 00:01

Radore Telekom ve Microsoft iş birliği ile yapılan kampanyada, üniversite öğrencilerine çok uygun fiyatlarla vds veriliyor. Kampanyadan yararlanabilmek için öğrenci olmanız ya da öğrenci bir arkadaş üzerinden hesap satın almanız yeterli olacaktır. Başvurunuzu yaptıktan sonra, başvuru bilgilerinde ismi geçen kişiye ait okul kimliği fotokopisini Radore Müşteri Hizmetlerine ileterek, satın alma işlemini tamamlayabilirsiniz.

VDS projesinde, Windows Server 2008 Standart Edition’ı ücretsiz olarak kullanmanız çok büyük bir avantaj. Hem DC edition kadar ram harcamayan, hem de DNS sunucusu olan bir işletim sistemine sahip olacaksınız. Bununla birlikte sunuculardaki 10 mbit paylaşımlı bağlantının, fiyata göre çok uygun olduğu görülebiliyor. Hyper-V, dedike ram ve işlemci kullanımı verebilmesi ile ünlü bir sanallaştırma platformu.

Kampanya ile ilgili ayrıntılı bilgi ve başvuru sayfasına:

adresinden ulaşabilirsiniz. Kolay gelsin.