Computer Hope

Microsoft => Microsoft DOS => Topic started by: blanktheman on January 22, 2018, 11:03:29 PM

Title: where is the powershell script help section?
Post by: blanktheman on January 22, 2018, 11:03:29 PM
Hi all, I'm wondering if there is a section for powershell script help? I know the basics and have played around with it and realized it's quite handy.
Title: Re: where is the powershell script help section?
Post by: patio on January 23, 2018, 06:23:38 AM
Most scripting queries land in the MS DOS section..
Title: Re: where is the powershell script help section?
Post by: Geek-9pm on January 25, 2018, 12:05:37 AM
Here is a short bit about PowerShell.
https://www.computerhope.com/jargon/p/powershell.htm

It seems that Microsoft expects more power users to try PowerShell rather that just using DOS batch for mundane things.
Microsoft and others has free tutorials that are worthwhile for almost anybody that wants to learn more about how to improve productivity.

https://www.computerworld.com/article/2879205/data-center/powershell-for-beginners-scripts-and-loops.html

If you need to work with Active Directory:
https://blog.varonis.com/top-10-powershell-tutorials-on-the-web/

Some other reasons to use PowerShell
PowerShell lets you use the .NET library without the need to write any C++ code.
There are numerous PowerShell resources, events, and even free ebooks!
You can use Powershell even if you have no formal training in programming.
Administrators can use PowerShell to  remotely restart or shut down another computer.

Here is a very short intro to PowerShell for the new user.
Running PowerShell Scripts Is as Easy as 1-2-3 (http://www.itprotoday.com/management-mobility/running-powershell-scripts-easy-1-2-3)
Quote
What you need to know about PowerShell's "secure by default" philosophy
Bill Stewart | Feb 18, 2010
itprotoday.com
He points out that first you need to check  policy settings before you start.   8)