Categories
Archive
![]() Blogroll
|
Posted in Virtual Machine Manager, Windows Powershell | No Comment | 1,180 views | 20/02/2009 16:19
SCVMM powershell konsolu üzerinden aşağıdaki komutla hangi işletim sistemlerinin template’lerini oluşturabileceğinizi öğrenebilirsiniz.
İşte yukardaki komut sonrası Powershell konsoluna dönen işletim sistemleri: 64-bit edition of Windows Server 2008 Datacenter
64-bit edition of Windows Server 2008 Enterprise 64-bit edition of Windows Server 2008 Standard 64-bit edition of Windows Vista Windows 2000 Advanced Server Windows 2000 Server Windows Server 2003 Datacenter Edition (32-bit x86) Windows Server 2003 Datacenter x64 Edition Windows Server 2003 Enterprise Edition (32-bit x86) Windows Server 2003 Enterprise x64 Edition Windows Server 2003 Standard Edition (32-bit x86) Windows Server 2003 Standard x64 Edition Windows Server 2003 Web Edition Windows Server 2008 Datacenter 32-Bit Windows Server 2008 Enterprise 32-Bit Windows Server 2008 Standard 32-Bit Windows Small Business Server 2003 Windows Vista Windows Web Server 2008 Windows XP 64-Bit Edition Windows XP Professional Görebileceğiniz gibi listede hiç Linux işletim sistemi yok. Bu durumda aklınıza “Hani Hyper-V, Suse Ent. destekliyordu?” sorusu gelebilir. Microsoft, Suse’ye Hyper-v üzerinden destek verse de SCVMM üzerinden Customize desteği vermiyor demek ki :)
Posted in Windows Server | No Comment | 1,083 views | 18/02/2009 11:34
We can install unattended Plesk Panel on Windows 2008. You should create a batch file and add it to your answer file. Install-Plesk-with-MSDE.cmd:
This bath file installs Plesk with Mssql Express Edition. You should add this in your answer file to execute:
Complete key is for the complete installation. You can use Typical instead of it.
Posted in Linux Server, Windows Server | No Comment | 1,412 views | 18/02/2009 01:49
Zip paketinden MySQL kurulumu yaptıysanız, boş olan root şifresini cmd ya da ssh üzerinden aşağıdaki komutla değiştirebilirsiniz.
Mysqladmin komutunun direk olarak çalışabilmesi için Mysql path’ini “System Paths” içine eklemeyi unutmayın.
Posted in Virtual Machine Manager, Windows Powershell | No Comment | 778 views | 17/02/2009 20:15
You can store a vds account in library server on SCVMM with this Powershell commands:
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 | 680 views | 17/02/2009 20:10
There is an easy way to suspend a vds account on SCVMM with Powershell.
As you see, first we saved vds then changed the owner. So user can not resume vds. Also this is resume part:
You should use Start-VM command to resume vds. In here, Fabrikam is our Domain Sam Name.
Posted in Windows Powershell, Windows Server | No Comment | 1,356 views | 17/02/2009 20:05
Active Directory üzerinde yarattığınız kullanıcıyı Powershell üzerinde aşağıdaki komutla silebilirsiniz.
John ismi Display name değil burada. Musteri OU’su girdiğinizde listede görünen isimlerdir. Bilgilerinize..
Posted in Virtual Machine Manager, Windows Powershell | No Comment | 662 views | 17/02/2009 20:02
Kullanıcıyı owner olarak atamakta kullandığınız kullanıcı rolünü, aşağıdaki komut ile powershell üzerinden kaldırabilirsiniz.
$RemoveRole’deki Get-VMMUserRole’ün önemli bir yeri var orada. Bu şekilde yapmazsanız, hata alacaksınız. Bilgilerinize.. |