<?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>wmi &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/wmi/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Sat, 08 May 2021 07:44:24 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>wmi &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Uptime unter Windows prüfen</title>
		<link>https://www.systemtechnics.de/uptime-unter-windows-pruefen/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sat, 08 May 2021 07:44:22 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Batch/Powershell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[uptime]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 10]]></category>
		<category><![CDATA[wmi]]></category>
		<guid isPermaLink="false">https://www.systemtechnics.de/?p=3023</guid>

					<description><![CDATA[Am einfachsten ist es unter Windows die Uptime mit der Powershell und folgenden Befehl zu prüfen:]]></description>
										<content:encoded><![CDATA[
<p>Am einfachsten ist es unter Windows die Uptime mit der Powershell und folgenden Befehl zu prüfen:</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">(Get-CimInstance -ClassName Win32_OperatingSystem).LastBootUpTime </pre>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="733" height="432" src="https://www.systemtechnics.de/wp-content/uploads/uptime.jpg" alt="" class="wp-image-3024" srcset="https://www.systemtechnics.de/wp-content/uploads/uptime.jpg 733w, https://www.systemtechnics.de/wp-content/uploads/uptime-300x177.jpg 300w" sizes="(max-width: 733px) 100vw, 733px" /></figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Merker: Mit Windows Batch Laufwerksgrößen abfragen</title>
		<link>https://www.systemtechnics.de/merker-mit-windows-batch-laufwerksgroessen-abfragen/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Fri, 03 Jun 2016 05:56:34 +0000</pubDate>
				<category><![CDATA[Batch/Powershell]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[wmi]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=1647</guid>

					<description><![CDATA[Unter Umständen möchte man mit einem einfachen Script schnell die Laufwerksgrößen von Windows Server auflisten. Mit folgendem Script ist dies [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Unter Umständen möchte man mit einem einfachen Script schnell die Laufwerksgrößen von Windows Server auflisten.<br /><span id="more-1647"></span><br />
Mit folgendem Script ist dies recht einfach zu bewerkstelligen:</p>
<p>Datei mit Liste von Servernamen:</p>
<pre><code>CTX-XENAPP02
CTX-XENAPP01
CTX-XENAPP03</code></pre>
<p>Batch-Script</p>
<pre><code>FOR /F %%A IN (servers.txt) DO (
		echo %%A && WMIC /Node:"%%A" LogicalDisk Where DriveType="3" Get DeviceID,FreeSpace,Size 
	)

</code></pre>
<p>Wenn man das Script nicht auf einem Server mit Admin-Rechten laufen lässt, also z.B. auf einem Client-PC, dann zuvor eine CMD.exe mit notwendigen Rechten starten. (Shift- rechte Maustaste CMD.exe) </p>
<p><img decoding="async" src="/wp-content/uploads/a_a_benutzer_ausfuehren.jpg" alt="a_a_benutzer_ausfuehren" width="442" height="262" /></p>
<p><img decoding="async" src="/wp-content/uploads/query-xen.jpg" alt="query-xen" width="677" height="510" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
