1
00:00:01,740 --> 00:00:03,960
In addition to the links we just looked at,

2
00:00:03,960 --> 00:00:09,340
let me leave you with a few other general online links.

3
00:00:09,340 --> 00:00:13,960
First is the primary link for all PowerShell documentation.

4
00:00:13,960 --> 00:00:16,760
The link should redirect to a culture‑specific page

5
00:00:16,760 --> 00:00:21,840
or default to the en‑us site.

6
00:00:21,840 --> 00:00:26,830
What you get is a hub with links to all sorts of PowerShell information.

7
00:00:26,830 --> 00:00:29,240
There's more documentation, reference material,

8
00:00:29,240 --> 00:00:31,230
script samples, and so much more.

9
00:00:31,230 --> 00:00:33,250
I definitely encourage you to spend some time

10
00:00:33,250 --> 00:00:36,910
browsing and reading from this site.

11
00:00:36,910 --> 00:00:40,430
I also encourage you to check out the GitHub repository

12
00:00:40,430 --> 00:00:44,760
for all the PowerShell documentation.

13
00:00:44,760 --> 00:00:48,810
You don't need a GitHub account to browse or look through the material here.

14
00:00:48,810 --> 00:00:51,740
This is a great way to see the help sausage being made,

15
00:00:51,740 --> 00:00:57,610
and maybe someday you'll make your own contribution to PowerShell help.

16
00:00:57,610 --> 00:01:00,830
The last online reference is one that I make all the time,

17
00:01:00,830 --> 00:01:03,950
and that is for powershell.org.

18
00:01:03,950 --> 00:01:08,880
This is a non‑profit community‑run site.

19
00:01:08,880 --> 00:01:12,090
Now the people behind powershell.org put on the PowerShell Summit,

20
00:01:12,090 --> 00:01:13,930
plus a few other events.

21
00:01:13,930 --> 00:01:18,180
But the real reason I stress this site are the free forums.

22
00:01:18,180 --> 00:01:21,280
If you have a question that the help can't quite answer,

23
00:01:21,280 --> 00:01:23,940
or you are running a command and maybe need some guidance,

24
00:01:23,940 --> 00:01:26,270
post your question here.

25
00:01:26,270 --> 00:01:29,990
There is a potential danger in searching online for help because,

26
00:01:29,990 --> 00:01:30,260
you know,

27
00:01:30,260 --> 00:01:33,490
you most likely don't have enough experience to know

28
00:01:33,490 --> 00:01:37,850
if the answer you find is correct, or if it's even still valid.

29
00:01:37,850 --> 00:01:41,080
PowerShell has changed a lot since 2006.

30
00:01:41,080 --> 00:01:43,750
Posting in the forums here will improve your chances that you'll

31
00:01:43,750 --> 00:01:47,340
get an accurate and current answer from experienced PowerShell

32
00:01:47,340 --> 00:01:50,440
users who really want to help you.

33
00:01:50,440 --> 00:01:55,140
And you're going to want and need help, but I offer a word of caution,

34
00:01:55,140 --> 00:01:57,090
reiterating something that I just said,

35
00:01:57,090 --> 00:02:01,240
be careful with information that you find online,

36
00:02:01,240 --> 00:02:05,640
whether it's ona blog, a forum, or a site like Stack Overflow.

37
00:02:05,640 --> 00:02:08,840
Let's say you find a bit of information or an example.

38
00:02:08,840 --> 00:02:13,440
Do you have enough PowerShell experience to know if it will work?

39
00:02:13,440 --> 00:02:15,840
Will it work in your environment?

40
00:02:15,840 --> 00:02:19,340
Will it work with the current version of PowerShell that you're using?

41
00:02:19,340 --> 00:02:21,240
Is it even good PowerShell?

42
00:02:21,240 --> 00:02:24,500
I've seen plenty of PowerShell in the wild that is nothing more than a

43
00:02:24,500 --> 00:02:29,080
PowerShell version of a VBScript, and you don't want that, or maybe what you're

44
00:02:29,080 --> 00:02:33,530
looking at was good when it was posted, but since then,

45
00:02:33,530 --> 00:02:37,570
a new cmdlet or parameter was introduced that maybe makes that example

46
00:02:37,570 --> 00:02:42,220
obsolete. Again, you have to be honest with yourself.

47
00:02:42,220 --> 00:02:46,820
I can usually assess the quality of information I find online; however,

48
00:02:46,820 --> 00:02:50,870
I've been using PowerShell for 14 years on a daily basis.

49
00:02:50,870 --> 00:02:54,120
This is why I trust a forum like the ones at powershell.org

50
00:02:54,120 --> 00:03:02,000
because I know the information will be current, and the people helping you really know their stuff.

