<?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; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Tue, 06 Aug 2019 06:54:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.13</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>PowerShell &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Top 4 PowerShell commands</title>
		<link>https://help.hostry.com/knowledge-base/top-4-powershell-commands/</link>
					<comments>https://help.hostry.com/knowledge-base/top-4-powershell-commands/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Fri, 12 Jul 2019 09:49:53 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=250</guid>

					<description><![CDATA[PowerShell is Microsoft’s expandable open source automation tool. Initially, PowerShell was used as a Windows component called Windows PowerShell on August 2016. Later it became an integral component of the system. All administrative tasks are usually performed using cmdlets [⇨], which are specialized .NET classes. This device combines the speed [&#8230;]]]></description>
										<content:encoded><![CDATA[
<figure class="wp-block-image"><img width="1024" height="357" src="https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-1024x357.png" alt="" class="wp-image-241" srcset="https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-1024x357.png 1024w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-300x105.png 300w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-768x268.png 768w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-50x17.png 50w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-920x320.png 920w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-600x209.png 600w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG-320x111.png 320w, https://help.hostry.com/wp-content/uploads/2019/07/RTGRSG.png 1088w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p><strong>PowerShell</strong> is Microsoft’s expandable open source automation tool. Initially, PowerShell was used as a Windows component called Windows PowerShell on August 2016. Later it became an integral component of the system. All administrative tasks are usually performed using cmdlets [⇨], which are specialized .NET classes. This device combines the speed of a command line with the flexibility of a scripting language, making it a valuable Windows administration tool.<br></p>



<p>Today, almost all new server products require PowerShell. Therefore, we have prepared for you the 7 most common command lines, which are also among the most important in the work of PowerShell.</p>



<p></p>



<ul><li><strong><em>Get-Help </em></strong></li></ul>



<p>This program line allows you to get help or any information on any other command. She is at the core of PowerShell administration. For example, if you need to find out how any command works (take Get-Process as an example), you should enter:</p>



<pre class="wp-block-preformatted">Get-Help -Name Get-Process
</pre>



<ul><li><strong><em>Get-Service</em></strong></li></ul>



<p>This command will provide a complete list of all services that were previously installed on the system. In this case, when you are interested in any service or process, you can add the -Name parameter and then the name of the service itself </p>



<p><code>Get-Service -Name</code></p>



<ul><li><strong><em>Get-EventLog </em></strong></li></ul>



<p>With this command, you can analyze the event log of your computer. You can try this command, specify the -Log key, followed by the name of the log file. So, to see the log of visits, enter:</p>



<pre class="wp-block-preformatted">Get-EventLog -Log "Application"</pre>



<ul><li><strong><em>Set-Variable</em></strong></li></ul>



<p></p>



<p></p>



<p>A command that sets and sets the values ​​of a variable or the creation of a variable. The value of a variable is always changed during the execution of the script and, therefore, the name &#8220;variable&#8221;. Variables can be set to a value, and values ​​set once can be changed any number of times. Use this command: </p>



<pre class="wp-block-preformatted">Set-Variable</pre>



<p>Detailed <a href="https://ss64.com/ps/set-variable.html">information</a> will tell you how to manage this program!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/top-4-powershell-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
