Archive for the ‘Windows Server 2016’ Category

Micosoft Windows 2016 Server – how to install Remote Desktop Service (RDS)

Montag, September 17th, 2018

Microsoft Windows Server 2016 – licensing model

Samstag, Juni 9th, 2018

Microsoft Windows Server 2016 – maximum number of files on a single folder

Freitag, Juni 8th, 2018

New Technology File System – NTFS

Maximum disk size: 256 terabytes
Maximum file size: 256 terabytes
Maximum number of files on disk: 4,294,967,295
Maximum number of files in a single folder: 4,294,967,29

Microsoft Windows Server 2016 – NIC Teaming

Montag, April 2nd, 2018

Microsoft Windows Server 2016 – Configuring DHCP Failover

Montag, April 2nd, 2018

Microsoft Windows Server 2016 – Imaging a Computer with Windows Deployment Services (WDS)

Samstag, März 10th, 2018

Microsoft Windows 10 version 1709 & Windows Server version 1709 – Intel microcode updates with KB4090007

Sonntag, März 4th, 2018

Microsoft Windows Server 2016 – is the where Docker Windows containers should be deployed for production

Sonntag, August 20th, 2017

Microsoft Windows Server 2016 supports Docker secure and efficient containerization platform and Docker runs containers on Windows Server and Windows 10. Native Windows apps can now be built, shipped and run in containers, making them more portable, easier to work on and simpler to run

Microsoft Windows Server 2016 – Update behebt einen kritischen Fehler mit NTFS Sparse Files der zu Datenverlust führen kann

Samstag, August 12th, 2017

Microsoft Windows Server 2016 – the Datacenter Edition is ideal for highly virtualized and software defined datacenter

Freitag, Juni 30th, 2017

Microsoft Windows Server 2016 – Licensing

Microsoft Windows Internet Name Service (WINS) – klafft eine Denial-of-Service-Lücke die Microsoft nicht patchen wird

Freitag, Juni 16th, 2017

mswindows_logo.jpg   Microsoft Windows Internet Name Service (WINS) – in der Implementierung von Windows Server 2008 bis 2016 ist ein Fehler in der Speicherzuordnung entdeckt worden der von Angreifern ausgenutzt werden kann um den Service zum Absturz zu bringen – wer den Service noch nutzt sollte auf den Microsoft Domain Name System (DNS) Service ausweichen

Microsoft Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 – Resilient File System (ReFS)

Montag, Juni 5th, 2017

Das Resilient File System (ReFS) ist das neuste Dateisystem von Microsoft das die Datenverfügbarkeit maximiert, große Datasets über diverse Arbeitslasten effektiv skaliert und Datenintegrität durch Resilienz gegenüber Beschädigungen von zentraler Bedeutung bereitstellt

Microsoft Windows Server 2016 – what to do if you forgot the administrator password

Sonntag, Februar 26th, 2017

As a IT administrator, you should have ever experienced trouble logging into a server with unknown password, so in this post we’ll show two simple ways to reset forgotten Windows Server 2016 administrator password. These methods work on other Windows versions as well

Boot the server from the Windows Server 2016 Installation DVD. When the Setup screen appears, press SHIFT + F10 keys to open Command Prompt

c:
cd windows
cd system32
copy Utilman.exe Utilman.exe_bak
copy cmd.exe Utilman.exe
shutdown -r -t 0

net user LocalAdmin <password>

Microsoft Windows Server 2016 Nano Server – die Installation von Updates

Sonntag, Februar 12th, 2017

microsoftwindowsserver2016_logo   Der Microsoft Windows Server 2016 Nano Server – ist ein sogenanntes Headless System das dem Nutzer keine Möglichkeit bietet sich lokal anzumelden. Ebenso fehlt eine grafische Bedienoberfläche und trotzdem muss man natürlich Verwaltungsaufgaben durchführen z.B.: die Installation von Updates

Set-Item WSMan:\localhost\Client\TrustedHosts „192.168.1.101
Start-Service WinRM
$ip = „192.168.1.101“
$user = „$ip\Administrator“
Enter-PSSession -ComputerName $ip -Credential $user
$sess = New-CimInstance -Namespace root/Microsoft/Windows/WindowsUpdate -ClassName MSFT_WUOperationsSession
$scanResults = Invoke-CimMethod -InputObject $sess -MethodName ScanForUpdates -Arguments @{SearchCriteria=“IsInstalled=0″;OnlineScan=$true}
Invoke-CimMethod -InputObject $sess -MethodName ApplyApplicableUpdates
Restart-Computer

Microsoft Windows Server 2016 Hyper-V virtual machine (VM) – including support for VMs with 12TB RAM

Montag, Februar 6th, 2017