Mittwoch, 8. Januar 2014

Automatic Virtual Machine Activation AVMA in Windows Server 2012 R2

The Automatic Virtual Machine Activation is a really great feature in Windows Server 2012 R2
So read more how to configure it, it is very easy link

For faster access to the serials attached, provided in the link above

Datacenter
Y4TGP-NPTV9-HTC2H-7MGQ3-DV4TW
Standard
DBGBW-NPF86-BJVTX-K3WKJ-MTB6V


Dienstag, 7. Januar 2014

Windows Server 2012 can not see USB stick or is not able to format it

The USB Stick must be listed in Disk Management, start an administrative cmd 
 
diskpart
list disk
select disk #
clean
create partition primary
select partition 1
active
format quick fs=fat32
assign
exit

Sonntag, 5. Januar 2014

Powershell: Ping and Test-Connection

For you who want to have a "True" as PING result please use
PS > Test-Connection -ComputerName xx -Quiet 
and you get a True or False. This is useful for PowerShell Scripting.