<?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>powershell &#8211; About Things | A Hans Scharler Blog</title>
	<atom:link href="https://nothans.com/tag/powershell/feed" rel="self" type="application/rss+xml" />
	<link>https://nothans.com</link>
	<description>Life, Comedy, Games, Tech, Marketing, and Community</description>
	<lastBuildDate>Tue, 01 Oct 2024 21:08:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/nothans.com/wp-content/uploads/2023/02/cropped-settings.png?fit=32%2C32&#038;ssl=1</url>
	<title>powershell &#8211; About Things | A Hans Scharler Blog</title>
	<link>https://nothans.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114568856</site>	<item>
		<title>Send Your Windows Server’s Disk Free Space to ThingSpeak Using PowerShell</title>
		<link>https://nothans.com/thingspeak-powershell-for-free-disk-space</link>
					<comments>https://nothans.com/thingspeak-powershell-for-free-disk-space#respond</comments>
		
		<dc:creator><![CDATA[Hans Scharler]]></dc:creator>
		<pubDate>Wed, 11 Mar 2015 20:26:27 +0000</pubDate>
				<category><![CDATA[ThingSpeak]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[internet of things]]></category>
		<category><![CDATA[iot]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[thingspeak]]></category>
		<category><![CDATA[web of things]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows server]]></category>
		<guid isPermaLink="false">http://nothans.com/thingspeak-powershell-for-free-disk-space</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<p>I manage many servers. One of the things that I am always curious about is how much disk space is left on my servers. I know there are many ways to track this, but almost always, the service that I am using changes or breaks over time.</p>



<p>My super simple solution for tracking server disk space is to use Windows PowerShell and <a href="https://thingspeak.com" target="_blank" rel="noopener">ThingSpeak</a>. I went to the trouble <span style="margin: 0px; padding: 0px;">of releasing the code to <a href="https://github.com/nothans/ThingSpeak-PowerShell" target="_blank" rel="noopener">GitHub</a> so that you can try this out for yourself. This can be used on any Windows Server as long as you can execute PowerShell scripts. ThingSpeak gives you a place to store data from anything. In this case, I am sending my disk-free</span> space to ThingSpeak once per day by scheduling a Windows Task.</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://github.com/nothans/thingspeak-powershell-examples"><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="750" height="463" data-attachment-id="4819" data-permalink="https://nothans.com/thingspeak-powershell-for-free-disk-space/image-1-27" data-orig-file="https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?fit=865%2C534&amp;ssl=1" data-orig-size="865,534" data-comments-opened="0" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Windows PowerShell and ThingSpeak" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?fit=300%2C185&amp;ssl=1" data-large-file="https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?fit=750%2C463&amp;ssl=1" src="https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?resize=750%2C463&#038;ssl=1" alt="" class="wp-image-4819" style="width:498px;height:auto" srcset="https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?w=865&amp;ssl=1 865w, https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?resize=300%2C185&amp;ssl=1 300w, https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?resize=768%2C474&amp;ssl=1 768w, https://i0.wp.com/nothans.com/wp-content/uploads/2024/10/image-1.png?resize=750%2C463&amp;ssl=1 750w" sizes="(max-width: 750px) 100vw, 750px" /></a></figure>
</div>


<p><strong><em>Check out the open-source code on <a href="https://github.com/nothans/ThingSpeak-PowerShell" target="_blank" rel="noopener">GitHub</a>!</em></strong></p>
]]></content:encoded>
					
					<wfw:commentRss>https://nothans.com/thingspeak-powershell-for-free-disk-space/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">624</post-id>	</item>
	</channel>
</rss>
