Sonntag, 1. September 2013

Windows 8 Features über Command aktivieren


Features abrufen:
Dism /online /Get-Features

Beispiel .NET bei Windows 8 (mit Sourceangabe):
dism /online /enable-feature /featurename:NetFx3 /All /Source:D:\sources\sxs /LimitAccess

Beispiel Telnet bei Windows 8 (ohne Sourceangabe):
dism /online /Enable-Feature /FeatureName:TelnetClient

TechNet:
http://technet.microsoft.com/en-us/library/hh824822.aspx

Featurelist Windows 8:
Microsoft-Hyper-V-All

Microsoft-Hyper-V-Tools-All

Microsoft-Hyper-V

Microsoft-Hyper-V-Management-Clients

Microsoft-Hyper-V-Management-PowerShell

Printing-Foundation-Features

Printing-Foundation-LPRPortMonitor

Printing-Foundation-LPDPrintService

Printing-Foundation-InternetPrinting-Client

FaxServicesClientPackage

ScanManagementConsole

RemoteServerAdministrationTools

RemoteServerAdministrationTools-ServerManager

RemoteServerAdministrationTools-Roles

RemoteServerAdministrationTools-Roles-CertificateServices

RemoteServerAdministrationTools-Roles-CertificateServices-CA

RemoteServerAdministrationTools-Roles-CertificateServices-OnlineResponder

RemoteServerAdministrationTools-Roles-AD

RemoteServerAdministrationTools-Roles-AD-DS

RemoteServerAdministrationTools-Roles-AD-DS-SnapIns

RemoteServerAdministrationTools-Roles-AD-DS-AdministrativeCenter

RemoteServerAdministrationTools-Roles-AD-Powershell

RemoteServerAdministrationTools-Roles-DHCP

RemoteServerAdministrationTools-Roles-DNS

RemoteServerAdministrationTools-Roles-RemoteAccess

RemoteServerAdministrationTools-Roles-FileServices

RemoteServerAdministrationTools-Roles-FileServices-Dfs

RemoteServerAdministrationTools-Roles-FileServices-Fsrm

RemoteServerAdministrationTools-Roles-FileServices-Nfs

RemoteServerAdministrationTools-Roles-FileServices-StorageMgmt

RemoteServerAdministrationTools-Roles-RDS

RemoteServerAdministrationTools-Roles-RDS-Gateway

RemoteServerAdministrationTools-Roles-RDS-LicensingUI

RemoteServerAdministrationTools-Roles-RDS-LicensingDiagUI

RemoteServerAdministrationTools-Roles-VA

RemoteServerAdministrationTools-Roles-WSUS

RemoteServerAdministrationTools-Roles-WSUS-API

RemoteServerAdministrationTools-Roles-WSUS-UI

RemoteServerAdministrationTools-Features

RemoteServerAdministrationTools-Features-BitLocker

RemoteServerAdministrationTools-Features-Clustering

RemoteServerAdministrationTools-Features-GP

RemoteServerAdministrationTools-Features-IPAM

RemoteServerAdministrationTools-Features-LoadBalancing

RemoteServerAdministrationTools-Features-NICTeaming

RemoteServerAdministrationTools-Features-Wsrm

SimpleTCP

SNMP

WMISnmpProvider

Windows-Identity-Foundation

MicrosoftWindowsPowerShellV2Root

MicrosoftWindowsPowerShellV2

DirectoryServices-ADAM-Client

Internet-Explorer-Optional-amd64

NetFx3

IIS-WebServerRole

IIS-WebServer

IIS-CommonHttpFeatures

IIS-HttpErrors

IIS-HttpRedirect

IIS-ApplicationDevelopment

IIS-NetFxExtensibility

IIS-NetFxExtensibility45

IIS-HealthAndDiagnostics

IIS-HttpLogging

IIS-LoggingLibraries

IIS-RequestMonitor

IIS-HttpTracing

IIS-Security

IIS-URLAuthorization

IIS-RequestFiltering

IIS-IPSecurity

IIS-Performance

IIS-HttpCompressionDynamic

IIS-WebServerManagementTools

IIS-ManagementScriptingTools

IIS-IIS6ManagementCompatibility

IIS-Metabase

WAS-WindowsActivationService

WAS-ProcessModel

WAS-NetFxEnvironment

WAS-ConfigurationAPI

IIS-HostableWebCore

IIS-CertProvider

IIS-WindowsAuthentication

IIS-DigestAuthentication

IIS-ClientCertificateMappingAuthentication

IIS-IISCertificateMappingAuthentication

IIS-ODBCLogging

IIS-StaticContent

IIS-DefaultDocument

IIS-DirectoryBrowsing

IIS-WebDAV

IIS-WebSockets

IIS-ApplicationInit

IIS-ASPNET

IIS-ASPNET45

IIS-ASP

IIS-CGI

IIS-ISAPIExtensions

IIS-ISAPIFilter

IIS-ServerSideIncludes

IIS-CustomLogging

IIS-BasicAuthentication

IIS-HttpCompressionStatic

IIS-ManagementConsole

IIS-ManagementService

IIS-WMICompatibility

IIS-LegacyScripts

IIS-LegacySnapIn

IIS-FTPServer

IIS-FTPSvc

IIS-FTPExtensibility

MSMQ-Container

MSMQ-Server

MSMQ-Triggers

MSMQ-ADIntegration

MSMQ-HTTP

MSMQ-Multicast

MSMQ-DCOMProxy

WCF-Services45

WCF-HTTP-Activation45

WCF-TCP-Activation45

WCF-Pipe-Activation45

WCF-MSMQ-Activation45

WCF-TCP-PortSharing45

WCF-HTTP-Activation

WCF-NonHTTP-Activation

NetFx4-AdvSrvs

NetFx4Extended-ASPNET45

MediaPlayback

WindowsMediaPlayer

Microsoft-Windows-MobilePC-Client-Premium-Package-net

Microsoft-Windows-MobilePC-LocationProvider-INF

Printing-XPSServices-Features

RasCMAK

RasRip

MSRDC-Infrastructure

SearchEngine-Client-Package

TelnetClient

TelnetServer

TFTP

TIFFIFilter

Xps-Foundation-Xps-Viewer

Windows-Defender-Default-Definitions

ServicesForNFS-ClientOnly

ClientForNFS-Infrastructure

NFS-Administration

SUA

Windows 8 - unerwarteter Sleep Mode

Verhalten:
Windows 8 geht während des Betriebs unerwartet in den Standby.

Option Unattended Sleep Timeout hinzufügen:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0]
"Attributes"=dword:00000002


Anschliessend werden die Energie Optionen durch untenstehende Einstellung erweitert:



Option Unattended Sleep Timeout entfernen:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\238C9FA8-0AAD-41ED-83F4-97BE242C8F20\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0]
"Attributes"=dword:00000001

Freitag, 30. August 2013

WCF Activation Fehler

Fehler: im Log wird angezeigt, dass WCF Activation nicht verfügbar ist.
Lösung: Installation .NET - HTTP Activation

Download from Distribution Point failed - 80091007 - hash values couldn't be matched error


Fehler: Ein Windows Image wird beim Staging nicht (oder zeitweise nicht ) heruntergeladen mit folgendem Error: 80091007 - hash values couldn't be matched error

Ursache:
Fehler kann auftreten, wenn der Server virtuell auf VMware betrieben wird und die Netzwerkkarte E1000 konfiguriert ist.

Lösung:
Netzwerkkarte auf VMXNET3 wechseln

Dienstag, 27. August 2013

WSUS auf Server 2012

Wenn WSUS nicht über den Server Manager installiert werden kann (Fehler bei Post Installation Setup), Installation über Powershell versuchen: %programfiles%\update services\tools\wsusutil.exe postinstall CONTENT_DIR=C:\Wsus SQL_INSTANCE_NAME=<database server Name>

Donnerstag, 8. August 2013

Windows LogonScreen

Windows LogonScreen

Bei einem Client Wartungsfenster ist es wünschenswert, temporär den Logon Screen auf ein
Wartungsbild zu wechseln. Somit weiss der Benutzer, wann die Wartung abgeschlossen ist.

Windows 7

Unter Windows 7 konnte mit der Datei:
C:\Windows\System32\oobe\Info\backgrounds\backgroundDefault.jpg

und dem Registry Key:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\System\
DWORD = UseOEMBackground / (Value = 1)

Der Logonscreen auf ein benutzerspezifisches Bild geändert werden. Das Bild darf dabei nicht grösser als 256 KB sein.

Windows 8

Unter Windows 8 funktioniert dieses Vorgehen nicht mehr. Neu kann der Logon Screen mit folgenden Registry Keys gesetzt werden:

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization /v NoChangingLockScreen /t REG_DWORD /d 1 /f

reg add HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization /v LockScreenImage /t REG_SZ /d C:\Windows\Web\Wallpaper\Maintenance\backgroundDefault.jpg /f

Durch entfernen der Keys wird das Bild vom Benutzer angezeigt.


Dienstag, 7. Mai 2013

Microsoft führend im Client Management Quadrant von Gartner

 
Im frisch veröffentlichten Magic Quadrant (April 2013) vom renommierten Analysten Gartner, hat Microsoft seine Position als führender Hersteller im Bereich Client Management Lösungen weiter ausgebaut.
Durch die umfangreiche und visionäre Deployment Lösung "System Center Configuration Manager" hat Microsoft ein sehr leistungsfähiges und stabiles Produkt im Portfolio. Die Positionierung im Quadrant ist weiter auf die stetige Entwicklung und Ausbau der Lösungen zurückzuführen. So beispielsweise mit der Integration von virtuellen Software Paketen oder der Benutzer-zentrierten Verteilung. Anderseits bietet Microsoft mit Windows Intune eine Cloud-basierende Client und Mobile Device Lösung an.