<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Windows &#8211; Haikos Blog</title>
	<atom:link href="https://www.hertes.net/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.hertes.net</link>
	<description>Blog von Haiko Hertes zu allen Themen rund um Microsoft, Cloud und Datacenter</description>
	<lastBuildDate>Thu, 04 Mar 2021 15:31:18 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Windows Server 2022 Preview</title>
		<link>https://www.hertes.net/2021/03/windows-server-2022-preview/</link>
					<comments>https://www.hertes.net/2021/03/windows-server-2022-preview/#respond</comments>
		
		<dc:creator><![CDATA[Haiko]]></dc:creator>
		<pubDate>Thu, 04 Mar 2021 15:31:17 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<category><![CDATA[Preview]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.hertes.net/?p=4091</guid>

					<description><![CDATA[Seit ein paar Tagen steht er fest &#8211; der Name des nächsten Windows Servers. Und wenig überraschend lautet er Windows Server 2022. Dieses ist nun als öffentlich zugängliche Preview verfügbar, sowohl als Image zum Download für lokalen Einsatz, als auch als Marketplace-Image in Azure. Dazu können folgende Links benutzt werden: http://aka.ms/WS2022Preview http://aka.ms/WS2022AzurePreview Viel Spaß beim Ausprobieren! Wenn ich etwas Zeit finde, werde ich dazu auch einen ersten Review (vermutlich dann auf YouTube) veröffentlichen.]]></description>
										<content:encoded><![CDATA[
<p>Seit ein paar Tagen steht er fest &#8211; der Name des nächsten Windows Servers. Und wenig überraschend lautet er Windows Server 2022. Dieses ist nun als öffentlich zugängliche Preview verfügbar, sowohl als Image zum Download für lokalen Einsatz, als auch als Marketplace-Image in Azure.</p>



<p>Dazu können folgende Links benutzt werden:</p>



<p><a href="http://aka.ms/WS2022Preview">http://aka.ms/WS2022Preview</a></p>



<p><a href="http://aka.ms/WS2022AzurePreview">http://aka.ms/WS2022AzurePreview</a></p>



<p>Viel Spaß beim Ausprobieren! Wenn ich etwas Zeit finde, werde ich dazu auch einen ersten Review (vermutlich dann auf YouTube) veröffentlichen.</p>



<p></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hertes.net/2021/03/windows-server-2022-preview/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PowerShell &#8211; Windows Client oder Windows Server als NTP Server benutzen</title>
		<link>https://www.hertes.net/2018/06/powershell-windows-client-oder-windows-server-als-ntp-server-benutzen/</link>
					<comments>https://www.hertes.net/2018/06/powershell-windows-client-oder-windows-server-als-ntp-server-benutzen/#comments</comments>
		
		<dc:creator><![CDATA[Haiko]]></dc:creator>
		<pubDate>Thu, 28 Jun 2018 19:41:17 +0000</pubDate>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[NTP]]></category>
		<category><![CDATA[Uhrzeit]]></category>
		<category><![CDATA[W32Time]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Zeitserver]]></category>
		<guid isPermaLink="false">https://www.hertes.net/?p=3683</guid>

					<description><![CDATA[Sicherlich ist den Meisten bekannt, dass Windows seit vielen Generationen out-of-the-box als NTP-Client genutzt werden kann &#8211; also die Uhrzeit von einem NTP-Server beziehen kann. Aber dass sowohl Windows Server (seit WS2003) als auch Windows Client (seit Win XP) auch mit Bordmitteln als NTP-Server genutzt werden können, dürfte weitgehend unbekannt sein. Das Ganze lässt sich in einigen wenigen Schritten erreichen: Windows Zeitdienst W32Time auf automatischen Start setzen W32Time als NTP-Server konfigurieren (Registrierungsschlüssel) W32Time Dienst neustarten Firewall auf udp/123 für Verbindungen von außen öffnen Natürlich kann man das sehr effizient mittels PowerShell erledigen. Dazu habe ich ein einfaches Script geschrieben: #&#8230;]]></description>
										<content:encoded><![CDATA[<p>Sicherlich ist den Meisten bekannt, dass Windows seit vielen Generationen out-of-the-box als NTP-Client genutzt werden kann &#8211; also die Uhrzeit von einem NTP-Server beziehen kann. Aber dass sowohl Windows Server (seit WS2003) als auch Windows Client (seit Win XP) auch mit Bordmitteln als NTP-Server genutzt werden können, dürfte weitgehend unbekannt sein. Das Ganze lässt sich in einigen wenigen Schritten erreichen:</p>
<ul>
<li>Windows Zeitdienst W32Time auf automatischen Start setzen</li>
<li>W32Time als NTP-Server konfigurieren (Registrierungsschlüssel)</li>
<li>W32Time Dienst neustarten</li>
<li>Firewall auf udp/123 für Verbindungen von außen öffnen</li>
</ul>
<p>Natürlich kann man das sehr effizient mittels PowerShell erledigen. Dazu habe ich ein einfaches Script geschrieben:</p>
<pre lang="PowerShell">
# This script makes a Windows 10 PC acting as a NTP server 

#Enable autostart for W32Time Service
Set-Service -Name W32Time -StartupType Automatic

# Configure W32Time Service to act as a NTP server
Set-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer -Name Enabled -Value 1

# Update W32Time service
w32tm.exe /config /update

# Restart W32Time service
Restart-Service -Name W32Time

# Check configuration - VMICTimeProvider / Enabled should be "1" now
w32tm.exe /query /configuration

# Create an inbound rule for the Windows Firewall
New-NetFirewallRule -DisplayName "Allow NTP UDP/123 Incomming" -Profile Any -Action Allow -Direction Inbound -LocalPort 123 -Protocol udp -Enabled true
</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hertes.net/2018/06/powershell-windows-client-oder-windows-server-als-ntp-server-benutzen/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Windows 10&#8211;Linux Subsystem installieren und &#180;Linux Distributionen aus dem Store nutzen</title>
		<link>https://www.hertes.net/2018/03/windows-10linux-subsystem-installieren-und-linux-distributionen-aus-dem-store-nutzen/</link>
					<comments>https://www.hertes.net/2018/03/windows-10linux-subsystem-installieren-und-linux-distributionen-aus-dem-store-nutzen/#comments</comments>
		
		<dc:creator><![CDATA[Haiko]]></dc:creator>
		<pubDate>Wed, 28 Mar 2018 17:45:40 +0000</pubDate>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Store]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Subsystem for Linux]]></category>
		<category><![CDATA[WSL]]></category>
		<guid isPermaLink="false">https://www.hertes.net/?p=3624</guid>

					<description><![CDATA[Seit einer Weile enthält Windows das “Subsystem für Linux” (WSL). Damit kann man Linux-Code nativ unter Windows ausführen, ohne dafür erst eine VM starten zu müssen oder ähnliches. Di Installation ist super einfach: Am besten und einfachsten geht es per PowerShell (womit auch sonst? ) Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux Wenn man nun direkt die WSL startet (wsl.exe), dann bekommt man erstmal eine “Fehlermeldung”: Anschließend kann man im Windows Store nach seiner Lieblings-Distribution suchen: Zur Verfügung stehen: Debian GNU/Linux Ubuntu OpenSUSE SLES Kali Linux Der Start kann dann direkt aus dem Startmenü erfolgen: Die Ersteinrichtung dauert einen Moment: Abschließend muss noch&#8230;]]></description>
										<content:encoded><![CDATA[<p>Seit einer Weile enthält Windows das “Subsystem für Linux” (WSL). Damit kann man Linux-Code nativ unter Windows ausführen, ohne dafür erst eine VM starten zu müssen oder ähnliches. Di Installation ist super einfach: </p>
<p>Am besten und einfachsten geht es per PowerShell (womit auch sonst? <img decoding="async" class="wlEmoticon wlEmoticon-smile" style="border-top-style: none; border-left-style: none; border-bottom-style: none; border-right-style: none" alt="Smiley" src="https://www.hertes.net/wp-content/uploads/2018/03/wlEmoticon-smile.png" />)</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2018/03/image-12.png"><img fetchpriority="high" decoding="async" title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="image" src="https://www.hertes.net/wp-content/uploads/2018/03/image_thumb-12.png" width="640" height="154" /></a></p>
<blockquote>
<p>Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux</p>
</blockquote>
<p>Wenn man nun direkt die WSL startet (wsl.exe), dann bekommt man erstmal eine “Fehlermeldung”:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2018/03/image-13.png"><img decoding="async" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="image" src="https://www.hertes.net/wp-content/uploads/2018/03/image_thumb-13.png" width="640" height="187" /></a></p>
<p>Anschließend kann man im Windows Store nach seiner Lieblings-Distribution suchen:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2018/03/image-14.png"><img decoding="async" title="image" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="image" src="https://www.hertes.net/wp-content/uploads/2018/03/image_thumb-14.png" width="640" height="387" /></a></p>
<p>Zur Verfügung stehen:</p>
<ul>
<li>Debian GNU/Linux </li>
<li>Ubuntu </li>
<li>OpenSUSE </li>
<li>SLES </li>
<li>Kali Linux </li>
</ul>
<p>Der Start kann dann direkt aus dem Startmenü erfolgen:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2018/03/image-15.png"><img loading="lazy" decoding="async" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="image" src="https://www.hertes.net/wp-content/uploads/2018/03/image_thumb-15.png" width="240" height="77" /></a></p>
<p>Die Ersteinrichtung dauert einen Moment:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2018/03/image-16.png"><img loading="lazy" decoding="async" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin-left: 0px; border-left: 0px; display: inline; padding-right: 0px; margin-right: 0px" border="0" alt="image" src="https://www.hertes.net/wp-content/uploads/2018/03/image_thumb-16.png" width="500" height="160" /></a></p>
<p>Abschließend muss noch ein User mit Passwort eingerichtet werden…</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2018/03/image-17.png"><img loading="lazy" decoding="async" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin-left: 0px; border-left: 0px; display: inline; padding-right: 0px; margin-right: 0px" border="0" alt="image" src="https://www.hertes.net/wp-content/uploads/2018/03/image_thumb-17.png" width="500" height="185" /></a></p>
<p>… und dann kann das Linux genutzt werden.</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2018/03/image-18.png"><img loading="lazy" decoding="async" title="image" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; margin-left: 0px; border-left: 0px; display: inline; padding-right: 0px; margin-right: 0px" border="0" alt="image" src="https://www.hertes.net/wp-content/uploads/2018/03/image_thumb-18.png" width="500" height="185" /></a></p>
<p>Viel Spaß beim Ausprobieren und Benutzen!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hertes.net/2018/03/windows-10linux-subsystem-installieren-und-linux-distributionen-aus-dem-store-nutzen/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Windows Server &#8211; nächste Version offiziell angekündigt</title>
		<link>https://www.hertes.net/2018/03/windows-server-naechste-version-offiziell-angekuendigt/</link>
					<comments>https://www.hertes.net/2018/03/windows-server-naechste-version-offiziell-angekuendigt/#respond</comments>
		
		<dc:creator><![CDATA[Haiko]]></dc:creator>
		<pubDate>Wed, 21 Mar 2018 06:25:40 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[LTSC]]></category>
		<category><![CDATA[Semi-Annual]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.hertes.net/?p=3607</guid>

					<description><![CDATA[Microsoft hat vor wenigen Stunden in einem längeren Blogartikel (siehe Link) viele Details zum nächsten Windows Server veröffentlicht. Dieser wird &#8222;Windows Server 2019&#8220; heißen und bereits in der zweiten Jahreshälfte diesen Jahres erscheinen. Über das Insider-Programm kann bereits eine Preview heruntergeladen und genutzt (natürlich nur zu Testzwecken!) werden: https://insider.windows.com/de-de/for-business-getting-started-server/ Nach Aussage von Microsoft soll der neue Server vor allem 4 Hauptthemen adressieren: Hybrid, Security, Application Platform und Hyper-converged Infrastructure Der neue Windows Server wird das nächste Release im LTSC (Long term servicing channel sein). In diesem wird es wieder eine GUI-Installationsoption sowie den Core-Server geben. Für den Semi-Annual-Channel (eher nicht&#8230;]]></description>
										<content:encoded><![CDATA[<p>Microsoft hat vor wenigen Stunden in einem <a href="https://cloudblogs.microsoft.com/windowsserver/2018/03/20/introducing-windows-server-2019-now-available-in-preview/">längeren Blogartikel (siehe Link)</a> viele Details zum nächsten Windows Server veröffentlicht. Dieser wird &#8222;Windows Server 2019&#8220; heißen und bereits in der zweiten Jahreshälfte diesen Jahres erscheinen. Über das Insider-Programm kann bereits eine Preview heruntergeladen und genutzt (natürlich nur zu Testzwecken!) werden:</p>
<p>https://insider.windows.com/de-de/for-business-getting-started-server/</p>
<p>Nach Aussage von Microsoft soll der neue Server vor allem 4 Hauptthemen adressieren:</p>
<ul>
<li>Hybrid,</li>
<li>Security,</li>
<li>Application Platform und</li>
<li>Hyper-converged Infrastructure</li>
</ul>
<p>Der neue Windows Server wird das nächste Release im LTSC (Long term servicing channel sein). In diesem wird es wieder eine GUI-Installationsoption sowie den Core-Server geben. Für den Semi-Annual-Channel (eher nicht für klassische Server-Szenarien geeignet) gibt es nur Core- und Nano-Server-Installationen.</p>
<p>Die Lizensierung des Server 2019 wird genau so wie bei 2016 organisiert sein. Microsoft kündigt aber eine Erhöhung der Preise für CALs an.</p>
<p>Details und weiteres siehe Blog-Artikel.</p>
<p>Quelle: https://cloudblogs.microsoft.com/windowsserver/2018/03/20/introducing-windows-server-2019-now-available-in-preview/</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hertes.net/2018/03/windows-server-naechste-version-offiziell-angekuendigt/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PowerShell &#8211; RAM-Konfiguration eines Systems auslesen</title>
		<link>https://www.hertes.net/2017/03/powershell-ram-konfiguration-eines-systems-auslesen/</link>
					<comments>https://www.hertes.net/2017/03/powershell-ram-konfiguration-eines-systems-auslesen/#respond</comments>
		
		<dc:creator><![CDATA[Haiko]]></dc:creator>
		<pubDate>Wed, 22 Mar 2017 20:43:00 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Arbeitsspeicher]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[RAM]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WMI]]></category>
		<guid isPermaLink="false">https://www.hertes.net/?p=3414</guid>

					<description><![CDATA[Bei der Frage, ob ein Server (oder auch Client) noch etwas mehr RAM vertragen kann, stellt sich oft die Frage, wieviel RAM dann aktuell in wie vielen Modulen verbaut ist und wieviele Slots noch frei sind. Natürlich gibt es dazu auch bereits grafische Werkzeuge, die das können, aber spätestens, wenn mehrere Maschinen (ggf. auch Core-Server ohne GUI) abgefragt werden sollen, kann die PowerShell ihre Stärken ausspielen. Daher habe ich ein kleines Skript gebaut, welches diese Aufgabe erfüllt: [Cmdletbinding()] Param( [string]$Computername = "localhost" ) cls $PysicalMemory = Get-WmiObject -class "win32_physicalmemory" -namespace "root\CIMV2" -ComputerName $Computername Write-Host "Memory Modules:" -ForegroundColor Green $PysicalMemory &#124;&#8230;]]></description>
										<content:encoded><![CDATA[<p>Bei der Frage, ob ein Server (oder auch Client) noch etwas mehr RAM vertragen kann, stellt sich oft die Frage, wieviel RAM dann aktuell in wie vielen Modulen verbaut ist und wieviele Slots noch frei sind. Natürlich gibt es dazu auch bereits grafische Werkzeuge, die das können, aber spätestens, wenn mehrere Maschinen (ggf. auch Core-Server ohne GUI) abgefragt werden sollen, kann die PowerShell ihre Stärken ausspielen. Daher habe ich ein kleines Skript gebaut, welches diese Aufgabe erfüllt:</p>
<pre lang="PowerShell" line="1">[Cmdletbinding()]
Param(
    [string]$Computername = "localhost"
)
cls
$PysicalMemory = Get-WmiObject -class "win32_physicalmemory" -namespace "root\CIMV2" -ComputerName $Computername

Write-Host "Memory Modules:" -ForegroundColor Green
$PysicalMemory | Format-Table Tag,BankLabel,@{n="Capacity(GB)";e={$_.Capacity/1GB}},Manufacturer,PartNumber,Speed -AutoSize

Write-Host "Total Memory:" -ForegroundColor Green
Write-Host "$((($PysicalMemory).Capacity | Measure-Object -Sum).Sum/1GB)GB"

$TotalSlots = ((Get-WmiObject -Class "win32_PhysicalMemoryArray" -namespace "root\CIMV2" -ComputerName $Computername).MemoryDevices | Measure-Object -Sum).Sum
Write-Host "`nTotal Memory Slots:" -ForegroundColor Green
Write-Host $TotalSlots

$UsedSlots = (($PysicalMemory) | Measure-Object).Count 
Write-Host "`nUsed Memory Slots:" -ForegroundColor Green
Write-Host $UsedSlots

If($UsedSlots -eq $TotalSlots)
{
    Write-Host "All memory slots are filled up, none is empty!" -ForegroundColor Yellow
}</pre>
<p>Die Ausgabe sieht dann etwa so aus:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2017/03/PS_Memory1.png"><img loading="lazy" decoding="async" title="PS_Memory1" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="PS_Memory1" src="https://www.hertes.net/wp-content/uploads/2017/03/PS_Memory1_thumb.png" width="644" height="389" /></a></p>
<p>Auf meinem Notebook mit nur zwei RAM-Slots (beide belegt) kommt zusätzlich noch eine kleine “Warnung”:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2017/03/PS_Memory2.png"><img loading="lazy" decoding="async" title="PS_Memory2" style="border-left-width: 0px; border-right-width: 0px; background-image: none; border-bottom-width: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; display: block; padding-right: 0px; border-top-width: 0px; margin-right: auto" border="0" alt="PS_Memory2" src="https://www.hertes.net/wp-content/uploads/2017/03/PS_Memory2_thumb.png" width="644" height="252" /></a></p>
<p>Ihr könnt das Skript auch hier herunterladen:</p>
<p><a title="https://gallery.technet.microsoft.com/scriptcenter/Get-Memory-RAM-configuratio-35dda12e" href="https://gallery.technet.microsoft.com/scriptcenter/Get-Memory-RAM-configuratio-35dda12e">https://gallery.technet.microsoft.com/scriptcenter/Get-Memory-RAM-configuratio-35dda12e</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hertes.net/2017/03/powershell-ram-konfiguration-eines-systems-auslesen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows Server Usergroup Leipzig&#8211;&#220;bersicht &#252;ber die bisherigen Treffen und Recordings</title>
		<link>https://www.hertes.net/2017/03/windows-server-usergroup-leipzigbersicht-ber-die-bisherigen-treffen-und-recordings/</link>
					<comments>https://www.hertes.net/2017/03/windows-server-usergroup-leipzigbersicht-ber-die-bisherigen-treffen-und-recordings/#respond</comments>
		
		<dc:creator><![CDATA[Haiko]]></dc:creator>
		<pubDate>Mon, 13 Mar 2017 20:48:00 +0000</pubDate>
				<category><![CDATA[ActiveDirectory]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Konferenzen]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Usergroup]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WSUGLE]]></category>
		<category><![CDATA[YouTube]]></category>
		<guid isPermaLink="false">https://www.hertes.net/?p=3408</guid>

					<description><![CDATA[Auf den bisher drei Treffen der in 2016 neu gegründeten Windows Server Usergroup Leipzig (WSUG L.E. – organisiert über Meetup unter meetup.com/de-DE/wsugle/) haben bereits diverse Leute Vorträge gehalten, darunter auch einige MVPs. Hier möchte ich eine kurze Übersicht der Video geben, die ihr dann ganz bequem von zuhause anschauen könnt. Die Qualität der Videos variiert leider recht stark – seid also bitte nicht gleich abgeschreckt, wenn das erste Video das ihr euch zum Anschauen ausgewählt habt nicht so toll ist. Danke! 11.08.2016 – 1. Treffen – Begrüßung &#38; Einleitung (Haiko Hertes) Link 11.08.2016 – 1. Treffen – Windows Server 2016&#8230;]]></description>
										<content:encoded><![CDATA[<p>Auf den bisher drei Treffen der in 2016 neu gegründeten Windows Server Usergroup Leipzig (WSUG L.E. – organisiert über Meetup unter <a href="http://meetup.com/de-DE/wsugle/" target="_blank">meetup.com/de-DE/wsugle/</a>) haben bereits diverse Leute Vorträge gehalten, darunter auch einige MVPs.</p>
<p>Hier möchte ich eine kurze Übersicht der Video geben, die ihr dann ganz bequem von zuhause anschauen könnt. Die Qualität der Videos variiert leider recht stark – seid also bitte nicht gleich abgeschreckt, wenn das erste Video das ihr euch zum Anschauen ausgewählt habt nicht so toll ist. Danke!</p>
<table cellspacing="0" cellpadding="2" width="537" border="0">
<tbody>
<tr>
<td valign="top" width="403">11.08.2016 – 1. Treffen – Begrüßung &amp; Einleitung (Haiko Hertes)</td>
<td valign="top" width="132"><a title="https://www.youtube.com/watch?v=u__ehv07Nmk&amp;index=1&amp;list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM&amp;t=4s" href="https://www.youtube.com/watch?v=u__ehv07Nmk&amp;index=1&amp;list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM&amp;t=4s">Link</a></td>
</tr>
<tr>
<td valign="top" width="403">11.08.2016 – 1. Treffen – Windows Server 2016 (Eric Berg)</td>
<td valign="top" width="132"><a href="https://www.youtube.com/watch?v=i0BCUdTnpqU&amp;index=2&amp;list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM" target="_blank">Link</a></td>
</tr>
<tr>
<td valign="top" width="403">11.08.2016 – 1. Treffen – Storage Spaces Direct S2D (Florian Klaffenbach)</td>
<td valign="top" width="132"><a href="https://www.youtube.com/watch?v=gjo3xgPlhY8&amp;index=3&amp;list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM" target="_blank">Link</a></td>
</tr>
<tr>
<td valign="top" width="403">03.11.2016 – 2. Treffen – Begrüßung &amp; Einleitung (Haiko Hertes)</td>
<td valign="top" width="132"><a href="https://www.youtube.com/watch?v=Cg_RGW8o9p8&amp;index=4&amp;list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM" target="_blank">Link</a></td>
</tr>
<tr>
<td valign="top" width="403">03.11.2016 – 2. Treffen – Windows PowerShell DSC (Haiko Hertes)</td>
<td valign="top" width="132"><a href="https://www.youtube.com/watch?v=F0H9XZRS-iI&amp;index=5&amp;list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM" target="_blank">Link</a></td>
</tr>
<tr>
<td valign="top" width="403">02.03.2017 – 3. Treffen – Begrüßung &amp; Einleitung (Haiko Hertes)</td>
<td valign="top" width="132"><a href="https://www.youtube.com/watch?v=6p3E05vs_-U&amp;index=6&amp;list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM" target="_blank">Link</a></td>
</tr>
<tr>
<td valign="top" width="403">02.03.2017 – 3. Treffen – Active Directory Security (Jan-Henrik Damaschke)</td>
<td valign="top" width="132"><a href="https://www.youtube.com/watch?v=WpPNK0-Kv40&amp;index=7&amp;list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM&amp;t=2s" target="_blank">Link</a></td>
</tr>
<tr>
<td valign="top" width="403">02.03.2017 – 3. Treffen – Übersicht System Center (Haiko Hertes)</td>
<td valign="top" width="132"><a href="https://www.youtube.com/watch?v=RLSb8vIjn7w&amp;index=8&amp;list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM&amp;t=123s" target="_blank">Link</a></td>
</tr>
<tr>
<td valign="top" width="403">02.03.2017 – 3. Treffen – Übersicht Altaro Hyper-V Backup (Haiko Hertes)</td>
<td valign="top" width="132"><a href="https://www.youtube.com/watch?v=pQ6x3IYts0Q&amp;index=9&amp;list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM" target="_blank">Link</a></td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p>Diese und auch alle folgenden Videos werdet ihr auch über diese YouTube-Playlist finden:</p>
<p><a title="https://www.youtube.com/playlist?list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM" href="https://www.youtube.com/playlist?list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM">https://www.youtube.com/playlist?list=PLPK8RW8p4Ok8-2qVVi0AHdoKuC448OEcM</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hertes.net/2017/03/windows-server-usergroup-leipzigbersicht-ber-die-bisherigen-treffen-und-recordings/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows 8 / 8.1 / 10: Bestimmte WLAN-Verbindungen per GPO als getaktet festlegen</title>
		<link>https://www.hertes.net/2016/09/windows-8-8-1-10-bestimmte-wlan-verbindungen-per-gpo-als-getaktet-festlegen/</link>
					<comments>https://www.hertes.net/2016/09/windows-8-8-1-10-bestimmte-wlan-verbindungen-per-gpo-als-getaktet-festlegen/#respond</comments>
		
		<dc:creator><![CDATA[Haiko]]></dc:creator>
		<pubDate>Thu, 29 Sep 2016 05:48:00 +0000</pubDate>
				<category><![CDATA[ActiveDirectory]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[Getaktete Verbindung]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Gruppenrichtlinien]]></category>
		<category><![CDATA[Metered Connection]]></category>
		<category><![CDATA[Update]]></category>
		<category><![CDATA[Wifi]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 8.1]]></category>
		<category><![CDATA[WLAN]]></category>
		<category><![CDATA[WSUS]]></category>
		<guid isPermaLink="false">http://www.hertes.net/?p=3265</guid>

					<description><![CDATA[Seit Windows 8 gibt es die Möglichkeit, eine WLAN- oder WWAN-Verbindung als “getaktet” (metered) festzulegen. Das hat Auswirkungen auf die Nutzung dieser Verbindung. Ziel ist es dabei, eine Verbindung mit beschränktem Datenvolumen oder Kosten pro kB/MB, möglichst wenig mit Dingen zu belasten, die man später auch über unbeschränkte Datenverbindungen machen kann, z.B. das Herunterladen von Windows Updates oder die Bereitstellung neuer Software, die erst aus dem Netzwerk geladen werden muss. Wenn man nun z.B. in einer kleinen Außenstelle, auf einer Baustelle oder sonst wo einen LTE- oder UMTS-Hotspot bereitstellt, damit einige Mitarbeiter darüber arbeiten können, dann haben diese Verbindungen in&#8230;]]></description>
										<content:encoded><![CDATA[<p>Seit Windows 8 gibt es die Möglichkeit, eine WLAN- oder WWAN-Verbindung als “getaktet” (metered) festzulegen. Das hat Auswirkungen auf die Nutzung dieser Verbindung. Ziel ist es dabei, eine Verbindung mit beschränktem Datenvolumen oder Kosten pro kB/MB, möglichst wenig mit Dingen zu belasten, die man später auch über unbeschränkte Datenverbindungen machen kann, z.B. das Herunterladen von Windows Updates oder die Bereitstellung neuer Software, die erst aus dem Netzwerk geladen werden muss.</p>
<p>Wenn man nun z.B. in einer kleinen Außenstelle, auf einer Baustelle oder sonst wo einen LTE- oder UMTS-Hotspot bereitstellt, damit einige Mitarbeiter darüber arbeiten können, dann haben diese Verbindungen in der Regel ein Datenlimit pro Monat, nach dessen Erreichen die Geschwindigkeit massiv gedrosselt wird, z.B. 3, 5 oder 10GB. Will man nun für diese Mitarbeiter erreichen, dass z.B. keine Windows-Updates über diese Verbindung geladen werden, dann kommen die getakteten Verbindungen zum Einsatz und es wäre wünschenswert, das entsprechende WLAN per Gruppenrichtlinie als “getaktet” zu bestimmen.</p>
<p>Das Problem dabei:</p>
<p>In den GPOs lassen sich zwar die Kosten für WLAN festlegen (es gibt dabei 3 Stufen, “unrestricted”, “fixed” und “variable”, wobei “fixed” bedeutet, dass die Kosten pro übertragenem Kilo- oder Megabyte entstehen und “variable” für ein monatliches Limit steht), dies gilt dann aber für ALLE WLAN-Verbindungen:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2016/09/MeteredConn1-1.png"><img loading="lazy" decoding="async" title="MeteredConn1" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="MeteredConn1" src="https://www.hertes.net/wp-content/uploads/2016/09/MeteredConn1_thumb-1.png" width="644" height="355" /></a></p>
<p>Als Alternative kann man nun aber das gute, alte “netsh” benutzen. Damit lassen sich Verbindungsdetails zeigen:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2016/09/MeteredConn2.png"><img loading="lazy" decoding="async" title="MeteredConn2" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="MeteredConn2" src="https://www.hertes.net/wp-content/uploads/2016/09/MeteredConn2_thumb.png" width="478" height="484" /></a></p>
<p>Der Befehl dazu lautet:</p>
<blockquote>
<p>netsh wlan show profile WLANSSID</p>
</blockquote>
<p>Will man nun für eine Verbindung die Kosten verändern, so geht dies folgendermaßen:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2016/09/MeteredConn3.png"><img loading="lazy" decoding="async" title="MeteredConn3" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="MeteredConn3" src="https://www.hertes.net/wp-content/uploads/2016/09/MeteredConn3_thumb.png" width="644" height="98" /></a></p>
<p>Der Befehl dazu lautet:</p>
<blockquote>
<p>netsh wlan set profileparameter name=WLANSSID cost=variable&#160; (oder alternativ “fixed”)</p>
</blockquote>
<p>Daraus braucht man nun nur noch ein passendes kleines Script basteln und dieses per GPO wirken lassen:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2016/09/MeteredConn4.png"><img loading="lazy" decoding="async" title="MeteredConn4" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; float: none; padding-top: 0px; padding-left: 0px; margin-left: auto; border-left: 0px; display: block; padding-right: 0px; margin-right: auto" border="0" alt="MeteredConn4" src="https://www.hertes.net/wp-content/uploads/2016/09/MeteredConn4_thumb.png" width="644" height="358" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hertes.net/2016/09/windows-8-8-1-10-bestimmte-wlan-verbindungen-per-gpo-als-getaktet-festlegen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows Server / Client: Alle geplanten Tasks per PowerShell auslesen</title>
		<link>https://www.hertes.net/2016/06/windows-server-client-alle-geplanten-tasks-per-powershell-auslesen/</link>
					<comments>https://www.hertes.net/2016/06/windows-server-client-alle-geplanten-tasks-per-powershell-auslesen/#respond</comments>
		
		<dc:creator><![CDATA[Haiko]]></dc:creator>
		<pubDate>Fri, 24 Jun 2016 12:30:47 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Aufgabe]]></category>
		<category><![CDATA[Client]]></category>
		<category><![CDATA[Scheduled Tasks]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Task]]></category>
		<category><![CDATA[Taskplaner]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://www.hertes.net/?p=3195</guid>

					<description><![CDATA[Insbesondere auf Servern kann es schnell vorkommen, dass hier sehr viele Gepante Tasks (&#8222;Aufgaben&#8220;) vorhanden sind, die aber über viele Ordner im Taskplaner verteilt sind: Wenn man nun einen bestimmten Task sucht oder einfach wissen möchte, was so an Aufgaben alles geplant ist, dann ist die GUI hier leider keine große Hilfe. Aber mit der PowerShell bekommt man schnell das Gewünscht: Get-ScheduledTask &#124; Select URI,@{n="LastRun";e={($_ &#124; Get-ScheduledTaskInfo).LastRunTime}} &#124; Sort-Object LastRun Viel Spaß damit!]]></description>
										<content:encoded><![CDATA[<p>Insbesondere auf Servern kann es schnell vorkommen, dass hier sehr viele Gepante Tasks (&#8222;Aufgaben&#8220;) vorhanden sind, die aber über viele Ordner im Taskplaner verteilt sind:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2016/06/TaskPlaner.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3196" src="https://www.hertes.net/wp-content/uploads/2016/06/TaskPlaner.png" alt="TaskPlaner" width="399" height="559" srcset="https://www.hertes.net/wp-content/uploads/2016/06/TaskPlaner.png 399w, https://www.hertes.net/wp-content/uploads/2016/06/TaskPlaner-214x300.png 214w" sizes="auto, (max-width: 399px) 100vw, 399px" /></a></p>
<p>Wenn man nun einen bestimmten Task sucht oder einfach wissen möchte, was so an Aufgaben alles geplant ist, dann ist die GUI hier leider keine große Hilfe. Aber mit der PowerShell bekommt man schnell das Gewünscht:</p>
<pre lang="PowerShell" line="1"> 
Get-ScheduledTask | Select URI,@{n="LastRun";e={($_ | Get-ScheduledTaskInfo).LastRunTime}} | Sort-Object LastRun
</pre>
<p><a href="https://www.hertes.net/wp-content/uploads/2016/06/TaskPlaner2.png"><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-3197" src="https://www.hertes.net/wp-content/uploads/2016/06/TaskPlaner2.png" alt="TaskPlaner2" width="1072" height="264" srcset="https://www.hertes.net/wp-content/uploads/2016/06/TaskPlaner2.png 1072w, https://www.hertes.net/wp-content/uploads/2016/06/TaskPlaner2-300x74.png 300w, https://www.hertes.net/wp-content/uploads/2016/06/TaskPlaner2-768x189.png 768w, https://www.hertes.net/wp-content/uploads/2016/06/TaskPlaner2-1024x252.png 1024w" sizes="auto, (max-width: 1072px) 100vw, 1072px" /></a></p>
<p>Viel Spaß damit!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hertes.net/2016/06/windows-server-client-alle-geplanten-tasks-per-powershell-auslesen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Digitizer / Touchscreen von Surface Pro oder anderem Tablet remote bzw. als erweiterten Bildschirm benutzen</title>
		<link>https://www.hertes.net/2016/03/digitizer-touchscreen-von-surface-pro-oder-anderem-tablet-remote-bzw-als-erweiterten-bildschirm-benutzen/</link>
					<comments>https://www.hertes.net/2016/03/digitizer-touchscreen-von-surface-pro-oder-anderem-tablet-remote-bzw-als-erweiterten-bildschirm-benutzen/#comments</comments>
		
		<dc:creator><![CDATA[Haiko]]></dc:creator>
		<pubDate>Tue, 22 Mar 2016 20:50:00 +0000</pubDate>
				<category><![CDATA[Bildbearbeitung]]></category>
		<category><![CDATA[Fotografie]]></category>
		<category><![CDATA[Surface / Surface Pro]]></category>
		<category><![CDATA[Technik]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Digitizer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Surface]]></category>
		<category><![CDATA[Surface Pro]]></category>
		<category><![CDATA[Touchscreen]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">http://www.hertes.net/?p=3150</guid>

					<description><![CDATA[Kürzlich stand ich vor der Aufgabe, altes Fotomaterial aufzuarbeiten um dabei insbesondere Schäden an den Fotos und andere Bildfehler zu korrigieren. Für derartige Aufgaben nutze ich sehr gern Photoshop Elements. Für einen schmalen Taler bekommt man viele Funktionen (natürlich nicht so viel wie beim “richtigen” Photoshop, aber das kostet fast 10x soviel). Das von mir sonst benutzte Adobe Lightroom kann das leider nicht oder nur mit riesigem Aufwand. Nachdem ich das erste Bild bearbeitet hatte, kam mir die Idee, auf meinem Surface Pro weiter zu machen, da dieses ja über einen Digitizer verfügt und mir somit das Arbeiten mit einem&#8230;]]></description>
										<content:encoded><![CDATA[<p>Kürzlich stand ich vor der Aufgabe, altes Fotomaterial aufzuarbeiten um dabei insbesondere Schäden an den Fotos und andere Bildfehler zu korrigieren. Für derartige Aufgaben nutze ich sehr gern Photoshop Elements. Für einen schmalen Taler bekommt man viele Funktionen (natürlich nicht so viel wie beim “richtigen” Photoshop, aber das kostet fast 10x soviel). Das von mir sonst benutzte Adobe Lightroom kann das leider nicht oder nur mit riesigem Aufwand.</p>
<p>Nachdem ich das erste Bild bearbeitet hatte, kam mir die Idee, auf meinem Surface Pro weiter zu machen, da dieses ja über einen Digitizer verfügt und mir somit das Arbeiten mit einem Stift ermöglicht hätte. Ein Grafiktablet ala Wacom o.ä. habe ich leider nicht, bin davon aber auch nicht so überzeugt. Bei den halbwegs bezahlbaren ist kein Display enthalten, so dass man auf dem Tablet nur arbeitet, das Ergebnis aber auf dem Monitor zu sehen ist. Beim Surface hingegen kann ich mit dem Stift direkt “im Bild” arbeiten.</p>
<p>Nun hatte ich aber kein Photoshop Elements auf dem Surface und mangels DVD-Laufwerk hätte ich erst die DVD auf USB.-Stick kopieren müssen. Also habe ich nach einer Möglichkeit gesucht, das Surface einfach nur als zweiten Bildschirm an meinem “Haupt-PC” (wo das Photoshop läuft) zu benutzen – und ich wurde fündig. Die Lösung nennt sich “Splashtop”. Wie das genau funktioniert, seht ihr in einem meiner YouTube-Videos:</p>
<p> <iframe loading="lazy" height="315" src="https://www.youtube.com/embed/IPW1ZsJT2CI" frameborder="0" width="560" allowfullscreen="allowfullscreen"></iframe></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hertes.net/2016/03/digitizer-touchscreen-von-surface-pro-oder-anderem-tablet-remote-bzw-als-erweiterten-bildschirm-benutzen/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>SCCM + WSUS + SCUP: Updates f&#252;r 3rd-Party-Anwendungen mit Hilfe des Update Publishers &#252;ber SCCM verteilen</title>
		<link>https://www.hertes.net/2015/03/sccm-wsus-scup-updates-fr-3rd-party-anwendungen-mit-hilfe-des-update-publishers-ber-sccm-verteilen/</link>
					<comments>https://www.hertes.net/2015/03/sccm-wsus-scup-updates-fr-3rd-party-anwendungen-mit-hilfe-des-update-publishers-ber-sccm-verteilen/#comments</comments>
		
		<dc:creator><![CDATA[Haiko]]></dc:creator>
		<pubDate>Mon, 16 Mar 2015 20:03:00 +0000</pubDate>
				<category><![CDATA[System Center]]></category>
		<category><![CDATA[System Center Configuration Manager]]></category>
		<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Windows Server 2012 R2]]></category>
		<category><![CDATA[WSUS]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[SCUP]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<guid isPermaLink="false">http://www.hertes.net/?p=2800</guid>

					<description><![CDATA[Mit Hilfe des System Center Configuration Manager 2012 / 2012 R2 ist es sehr einfach möglich, Windows- und Microsoft-Updates an die Clients und Server des eigenen Netzwerkes zu verteilen. Im Hintergrund arbeitet hierzu der bekannte WSUS-Dienst, welcher wiederum mit Microsoft kommuniziert, um die Updates von dort zu beziehen. Wäre es nicht auch gut, wenn man auf ähnliche Weise auch Anwendungen von anderen Herstellern patchen könnte? JA! Und man kann! Das einzige was man neben WSUS und dem SCCM braucht, ist der System Center Update Publisher, kurz SCUP. Mit diesem kann man Updates anderer Hersteller aus “externen Katalogen” beziehen. Und das&#8230;]]></description>
										<content:encoded><![CDATA[<p>Mit Hilfe des System Center Configuration Manager 2012 / 2012 R2 ist es sehr einfach möglich, Windows- und Microsoft-Updates an die Clients und Server des eigenen Netzwerkes zu verteilen. Im Hintergrund arbeitet hierzu der bekannte WSUS-Dienst, welcher wiederum mit Microsoft kommuniziert, um die Updates von dort zu beziehen.</p>
<p>Wäre es nicht auch gut, wenn man auf ähnliche Weise auch Anwendungen von anderen Herstellern patchen könnte? JA! Und man kann!</p>
<p>Das einzige was man neben WSUS und dem SCCM braucht, ist der System Center Update Publisher, kurz SCUP. Mit diesem kann man Updates anderer Hersteller aus “externen Katalogen” beziehen. Und das beste: SCUP ist kostenlos!</p>
<p>Im Folgenden möchte ich die Installation und Einrichtung von SCUP zeigen. Ausgangslage ist ein installierter SCCM mit einer einzigen Primary Site (stand-alone), einem installierten WSUS und einem darauf laufenden Software Update Point (SUP).</p>
<h3>Installation SCUP</h3>
<p>Als erstes muss SCUP heruntergeladen werden. Dies geht über diese Quellen:</p>
<p><a href="https://technet.microsoft.com/de-de/systemcenter/bb741049.aspx">https://technet.microsoft.com/de-de/systemcenter/bb741049.aspx</a></p>
<p>bzw. </p>
<p><a href="https://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;id=11940">https://www.microsoft.com/en-us/download/details.aspx?displaylang=en&amp;id=11940</a> </p>
<p>Nach dem Download kann die Installation durchgeführt werden, welche jedoch Admin-Rechte benötigt:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup2.png"><img loading="lazy" decoding="async" title="scup2" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup2" src="https://www.hertes.net/wp-content/uploads/2015/03/scup2_thumb.png" width="644" height="302" /></a>&#160;<a href="https://www.hertes.net/wp-content/uploads/2015/03/scup3.png"><img loading="lazy" decoding="async" title="scup3" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup3" src="https://www.hertes.net/wp-content/uploads/2015/03/scup3_thumb.png" width="644" height="195" /></a>&#160;<a href="https://www.hertes.net/wp-content/uploads/2015/03/scup4.png"><img loading="lazy" decoding="async" title="scup4" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup4" src="https://www.hertes.net/wp-content/uploads/2015/03/scup4_thumb.png" width="616" height="484" /></a></p>
<p>Wenn es sich bei dem WSUS-Server um einen Windows Server 2008 R2 oder älter handelt, dan ist die Installation eines Patches nötig, der während des SCUP-Setup angeboten wird:</p>
<p>&#160;<a href="https://www.hertes.net/wp-content/uploads/2015/03/scup5.png"><img loading="lazy" decoding="async" title="scup5" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup5" src="https://www.hertes.net/wp-content/uploads/2015/03/scup5_thumb.png" width="616" height="484" /></a> </p>
<p>Auf einem Windows Server 2012 / 2012 R2 ist dieses Patch nicht nötig – hier läuft WSUS 4.0!</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup6.png"><img loading="lazy" decoding="async" title="scup6" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup6" src="https://www.hertes.net/wp-content/uploads/2015/03/scup6_thumb.png" width="551" height="484" /></a></p>
<h3>Konfiguration WSUS-Berechtigungen</h3>
<p>Um nun überhaupt Updates via SCUP auf dem WSUS veröffentlichen zu können, ist noch etwas Vorarbeit nötig. Diese Vorgänge sind etwas genauer hier dokumentiert (dies betrifft idR nur den Windows Server 2012 / 2012 R2):</p>
<p><a title="https://technet.microsoft.com/en-us/library/hh134747.aspx#PublishToServer2012" href="https://technet.microsoft.com/en-us/library/hh134747.aspx#PublishToServer2012">https://technet.microsoft.com/en-us/library/hh134747.aspx#PublishToServer2012</a></p>
<p>Folgende Schritte sind im Wesentlichen nötig:</p>
<p>Regedit.exe, dort bis HKEY_CLASSES_ROOT\AppID\{8F5D3447-9CCE-455C-BAEF-55D42420143B} durchhangeln und dann den Eigentümer von diesem Pfad ändern sowie für “SYSTEM” und die “Administratoren” den Vollzugriff vergeben (Durch einen Klick auf die Bilder werden diese in größerer Auflösung gezeigt):</p>
<p> <center>   </p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup10.png"><img loading="lazy" decoding="async" title="scup10" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="scup10" src="https://www.hertes.net/wp-content/uploads/2015/03/scup10_thumb.png" width="244" height="127" /></a>&#160; <a href="https://www.hertes.net/wp-content/uploads/2015/03/scup11.png"><img loading="lazy" decoding="async" title="scup11" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="scup11" src="https://www.hertes.net/wp-content/uploads/2015/03/scup11_thumb.png" width="197" height="244" /></a> <a href="https://www.hertes.net/wp-content/uploads/2015/03/scup12.png"><img loading="lazy" decoding="async" title="scup12" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="scup12" src="https://www.hertes.net/wp-content/uploads/2015/03/scup12_thumb.png" width="244" height="166" /></a>&#160;<a href="https://www.hertes.net/wp-content/uploads/2015/03/scup13.png"><img loading="lazy" decoding="async" title="scup13" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="scup13" src="https://www.hertes.net/wp-content/uploads/2015/03/scup13_thumb.png" width="244" height="135" /></a> <a href="https://www.hertes.net/wp-content/uploads/2015/03/scup14.png"><img loading="lazy" decoding="async" title="scup14" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="scup14" src="https://www.hertes.net/wp-content/uploads/2015/03/scup14_thumb.png" width="244" height="166" /></a></p>
<p>&#160;</p>
<p> </center>  </p>
<h3>Einrichtung SCUP</h3>
<p>Nun kann der “System Center Update Publisher” über das Startmenü gestartet werden – dies sollte aber “Als Administrator” geschehen, da es sonst später zu einem Fehler kommt / kommen kann.</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup7.png"><img loading="lazy" decoding="async" title="scup7" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="scup7" src="https://www.hertes.net/wp-content/uploads/2015/03/scup7_thumb.png" width="644" height="364" /></a> </p>
<p>Dieser Fehler tritt später auf, wenn man die SCUP-Konsole ohne die nötigen Rechte startet:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup9.png"><img loading="lazy" decoding="async" title="scup9" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup9" src="https://www.hertes.net/wp-content/uploads/2015/03/scup9_thumb.png" width="488" height="484" /></a></p>
<p>Als erstes sind die Optionen zu öffnen:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup8.png"><img loading="lazy" decoding="async" title="scup8" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup8" src="https://www.hertes.net/wp-content/uploads/2015/03/scup8_thumb.png" width="644" height="396" /></a> </p>
<p>Dort muss nun die Verbindung zum WSUS-Server konfiguriert werden (dabei Port beachten – WSUS 4.0 läuft auf 8530 (non-SSL) bzw. 8531 (SSL)):</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup16.png"><img loading="lazy" decoding="async" title="scup16" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup16" src="https://www.hertes.net/wp-content/uploads/2015/03/scup16_thumb.png" width="584" height="484" /></a> </p>
<p>Nun fehlt noch ein Zertifikat zum signieren der Updates. Hier kann auch ein selbstsigniertes Zertifikat erzeugt und verwendet werden. Dies geschieht über den “Create”-Button:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup16b.png"><img loading="lazy" decoding="async" title="scup16b" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup16b" src="https://www.hertes.net/wp-content/uploads/2015/03/scup16b_thumb.png" width="488" height="484" /></a> </p>
<p>Dieses Zertifikat muss später noch weiter “behandelt” werden. Als nächster Step wird im SCUP die Verbindung zum SCCM definiert:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup17.png"><img loading="lazy" decoding="async" title="scup17" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup17" src="https://www.hertes.net/wp-content/uploads/2015/03/scup17_thumb.png" width="488" height="484" /></a> </p>
<h3>Zertifikat passend einbinden</h3>
<p>Das WSUS-/SCUP-Zertifikat muss nun in die “Trusted Publishers” (Vertrauenswürdige Herausgeber) und die “Trusted Root Certificates” (Vertrauenswürdige Stammzertifizierungsstellen) des Computer-Kontos (WSUS/SCUP-Server) importiert werden, vorher muss es natürlich exportiert werden:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup18.png"><img loading="lazy" decoding="async" title="scup18" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup18" src="https://www.hertes.net/wp-content/uploads/2015/03/scup18_thumb.png" width="644" height="367" /></a> <a href="https://www.hertes.net/wp-content/uploads/2015/03/scup18b.png"><img loading="lazy" decoding="async" title="scup18b" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup18b" src="https://www.hertes.net/wp-content/uploads/2015/03/scup18b_thumb.png" width="644" height="367" /></a> <a href="https://www.hertes.net/wp-content/uploads/2015/03/scup19.png"><img loading="lazy" decoding="async" title="scup19" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup19" src="https://www.hertes.net/wp-content/uploads/2015/03/scup19_thumb.png" width="503" height="484" /></a> <a href="https://www.hertes.net/wp-content/uploads/2015/03/scup20.png"><img loading="lazy" decoding="async" title="scup20" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup20" src="https://www.hertes.net/wp-content/uploads/2015/03/scup20_thumb.png" width="503" height="484" /></a> </p>
<h3>Updates über SCUP an den WSUS veröffentlichen</h3>
<p>Nun können die ersten Updates über den SCUP veröffentlicht werden. Dazu muss zunächst ein Katalog hinzugefügt werden:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup21.png"><img loading="lazy" decoding="async" title="scup21" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup21" src="https://www.hertes.net/wp-content/uploads/2015/03/scup21_thumb.png" width="644" height="445" /></a></p>
<p>Beispielhaft verwende ich hier den “Adobe Reader X” Katalog:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup22.png"><img loading="lazy" decoding="async" title="scup22" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup22" src="https://www.hertes.net/wp-content/uploads/2015/03/scup22_thumb.png" width="594" height="484" /></a></p>
<p>Danach können die Updates aus diesem Katalog in den SCUP importiert werden: </p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup23.png"><img loading="lazy" decoding="async" title="scup23" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup23" src="https://www.hertes.net/wp-content/uploads/2015/03/scup23_thumb.png" width="644" height="445" /></a> </p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup24.png"><img loading="lazy" decoding="async" title="scup24" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup24" src="https://www.hertes.net/wp-content/uploads/2015/03/scup24_thumb.png" width="644" height="470" /></a> </p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup25.png"><img loading="lazy" decoding="async" title="scup25" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup25" src="https://www.hertes.net/wp-content/uploads/2015/03/scup25_thumb.png" width="644" height="470" /></a> </p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup26.png"><img loading="lazy" decoding="async" title="scup26" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup26" src="https://www.hertes.net/wp-content/uploads/2015/03/scup26_thumb.png" width="644" height="459" /></a> </p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup27.png"><img loading="lazy" decoding="async" title="scup27" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup27" src="https://www.hertes.net/wp-content/uploads/2015/03/scup27_thumb.png" width="644" height="470" /></a></p>
<p>Nun können die neuen Updates zu einer neuen Veröffentlichung hinzugefügt werden: </p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup28.png"><img loading="lazy" decoding="async" title="scup28" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup28" src="https://www.hertes.net/wp-content/uploads/2015/03/scup28_thumb.png" width="644" height="445" /></a> </p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup29.png"><img loading="lazy" decoding="async" title="scup29" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup29" src="https://www.hertes.net/wp-content/uploads/2015/03/scup29_thumb.png" width="473" height="484" /></a></p>
<p>Diese neue Veröffentlichung (Bei mir heißt sie “März 2015”) kann nun veröffentlicht werden. Dazu wird sie unter “Publications” ausgewählt, die jeweiligen Updates markiert und dann auf “Publish” geklickt.</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup30.png"><img loading="lazy" decoding="async" title="scup30" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup30" src="https://www.hertes.net/wp-content/uploads/2015/03/scup30_thumb.png" width="644" height="427" /></a> </p>
<p>Dabei sollten die Updates vom SCUP signiert werden:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup31.png"><img loading="lazy" decoding="async" title="scup31" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; float: none; margin-left: auto; display: block; border-top-width: 0px; margin-right: auto" border="0" alt="scup31" src="https://www.hertes.net/wp-content/uploads/2015/03/scup31_thumb.png" width="644" height="470" /></a> </p>
<p> <center>   </p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup32.png"><img loading="lazy" decoding="async" title="scup32" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="scup32" src="https://www.hertes.net/wp-content/uploads/2015/03/scup32_thumb.png" width="244" height="179" /></a> <a href="https://www.hertes.net/wp-content/uploads/2015/03/scup33.png"><img loading="lazy" decoding="async" title="scup33" style="border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; display: inline; border-top-width: 0px" border="0" alt="scup33" src="https://www.hertes.net/wp-content/uploads/2015/03/scup33_thumb.png" width="244" height="179" /></a></p>
<p> </center>  </p>
<h3>Updates über SCCM verteilen</h3>
<p>Nun kann im SCCM eine erste Synchronisierung durchgeführt werden. Diese ist nötig, damit der SUP (SCCM) “erfährt”, dass es nun auch Adobe als neuen Hersteller und Adobe Reader als Produkt gibt:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup34.png"><img loading="lazy" decoding="async" title="scup34" style="border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto" border="0" alt="scup34" src="https://www.hertes.net/wp-content/uploads/2015/03/scup34_thumb.png" width="644" height="430" /></a> Um den Vorgang zu beobachten bietet der SCCM ein eigenes Werkzeug, alternativ würde auch CMTrace gegen die WSyncMgr.log funktionieren:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup35.png"><img loading="lazy" decoding="async" title="scup35" style="border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto" border="0" alt="scup35" src="https://www.hertes.net/wp-content/uploads/2015/03/scup35_thumb.png" width="644" height="430" /></a> <a href="https://www.hertes.net/wp-content/uploads/2015/03/scup36.png"><img loading="lazy" decoding="async" title="scup36" style="border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto" border="0" alt="scup36" src="https://www.hertes.net/wp-content/uploads/2015/03/scup36_thumb.png" width="485" height="484" /></a> <a href="https://www.hertes.net/wp-content/uploads/2015/03/scup37.png"><img loading="lazy" decoding="async" title="scup37" style="border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto" border="0" alt="scup37" src="https://www.hertes.net/wp-content/uploads/2015/03/scup37_thumb.png" width="644" height="303" /></a><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup38.png"><img loading="lazy" decoding="async" title="scup38" style="border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto" border="0" alt="scup38" src="https://www.hertes.net/wp-content/uploads/2015/03/scup38_thumb.png" width="644" height="303" /></a> </p>
<p>Die letzte Meldung zeigt an, dass die Synchronisierung abgeschlossen ist. Nun kann das neue Produkt (in meinem Fall der Adobe Reader) für die Verteilung durch den SUP aktiviert werden:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup39.png"><img loading="lazy" decoding="async" title="scup39" style="border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto" border="0" alt="scup39" src="https://www.hertes.net/wp-content/uploads/2015/03/scup39_thumb.png" width="644" height="417" /></a> <a href="https://www.hertes.net/wp-content/uploads/2015/03/scup40.png"><img loading="lazy" decoding="async" title="scup40" style="border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto" border="0" alt="scup40" src="https://www.hertes.net/wp-content/uploads/2015/03/scup40_thumb.png" width="420" height="484" /></a> </p>
<p>Dabei ist auch der Reiter “Klassifizierungen” zu beachten – wenn das gewünschte Update ein “Sicherheitsupdate” ist, SUP aber nur “Wichtige Updates” synchronisiert, dann wird man nicht zu einem positiven Ergebnis kommen.</p>
<p>Nun ist noch einmal eine Synchronisierung des SUP nötig, damit dieser die bekannten Updates vom WSUS “kennenlernt”.</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup341.png"><img loading="lazy" decoding="async" title="scup34" style="border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto" border="0" alt="scup34" src="https://www.hertes.net/wp-content/uploads/2015/03/scup34_thumb1.png" width="644" height="430" /></a> </p>
<p>Danach stehen die Updates, in meinem Fall für den Adobe Reader, im SCCM wie ein reguläres Windows Update zur Verfügung und können verteilt und bereitgestellt werden:</p>
<p><a href="https://www.hertes.net/wp-content/uploads/2015/03/scup41.png"><img loading="lazy" decoding="async" title="scup41" style="border-top: 0px; border-right: 0px; border-bottom: 0px; float: none; margin-left: auto; border-left: 0px; display: block; margin-right: auto" border="0" alt="scup41" src="https://www.hertes.net/wp-content/uploads/2015/03/scup41_thumb.png" width="644" height="430" /></a></p>
<p>Viel Spaß damit!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.hertes.net/2015/03/sccm-wsus-scup-updates-fr-3rd-party-anwendungen-mit-hilfe-des-update-publishers-ber-sccm-verteilen/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
