-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
69 lines (56 loc) · 3.08 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
layout: index
title: home
header:
teaser: /assets/menu/scripts-blog-intro.gif
---
<h1 class="page-title">scripts.lukeleigh.com</h1>
<video width="320" height="190" controls autoplay loop muted>
<source src="/assets/menu/scripts-blog-intro.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<hr>
<div class="page">
<p class="lead">
Hey there! Welcome to my Script Repository.<br>
</p>
<hr>
<p class="message">
Feel free to browse and download any scripts that you may find useful.<br>
You can download the complete library using the download link in the menu.
</p>
<hr>
<p>
This site has been created as an index for all the <a href="/menu/_pages/scripts.html">scripts</a>, <a
href="/menu/_pages/functions.html">functions</a>, <a href="/menu/_pages/tools.html">tools</a> and <a
href="/menu/_pages/snippets.html">snippets</a> that I have written, downloaded or amended during the time I
have spent learning how to write PowerShell.<br>
<br>
I started learning PowerShell around the time PowerShell Version 2 was released (October 2009). At the time of
it's release, like so many Admins, Batch files and VBScripts and a collection of third party applications had
been the goto tools for much of the everyday work. Since PowerShell's release, it has grown into a ubiquitous
product that can be used in many different information technology roles and not just for IT Administration.<br>
<br>
When I started out learning PowerShell, there were a handful of resources available. Some provided instruction
on script writing and how to accomplish some Administration tasks and some provided generic scripts that could
be used to produce reports on things like printing or active directory content/configuration.<br>
<br>
PowerShell has been available since Microsoft published the first <a
href="https://en.wikipedia.org/wiki/PowerShell"></a>Monad</a> (PowerShell) public beta release on
June 17, 2005. The once small collection of sites has grown into a wealth of information about this
extraordinarily versatile product and include sites like <a href="https://github.com">GitHub</a>, Microsoft's
own <a href="https://docs.microsoft.com/en-us/powershell/">Docs site</a> and numerous others which you may find
listed under <a href="/menu/_pages/resources.html">resources.</a><br>
<br>
Hopefully, this site will also provide yet another place for Admins to come and find their next useful
PowerShell tool.<br>
</p>
<p>
<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script>
<script
type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#29abe0', 'Z8Z02BSLS'); kofiwidget2.draw();</script>
</p>
<hr>
<span style="font-size:11px;"><a href="#"><i class="fas fa-caret-up" aria-hidden="true"
style="color: white; margin-right:5px;"></i>Back to Top</a></span>
</div>