Archiv pro měsíc: Leden 2013

Server 2012 core activate to Full Server 2012 with GUI

1. From command line Dism /online /enable-feature /featurename:ServerCore-FullServer /all restart server 2. From Powershell Import-Module Dism Enable-WindowsOptionalFeature –online -Featurename Server-Gui-Shell,Server-Gui-Mgmt restart server

Rubriky: Others | Komentáře nejsou povolené u textu s názvem Server 2012 core activate to Full Server 2012 with GUI

Powershell – get true verison of MS Exchange 2010

run as Administrator – powershell with exchange module (gcm exsetup).FileVersionInfo get-command exsetup | fl FileVersionInfo  

Rubriky: Exchange Server / Exchange Online, Powershell | Komentáře nejsou povolené u textu s názvem Powershell – get true verison of MS Exchange 2010

Powershell – output

If you have a problem with size of powershell command output take this get-process | ft processname -autosize or get-process | ft processname -autosize | out-file -width 1000 -filepath   next nice output feature is out-gridview start powershell as administrator  and … Celý příspěvek

Rubriky: Powershell | Komentáře nejsou povolené u textu s názvem Powershell – output