forked from dataplat/dbatools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_dbatools.help.txt
50 lines (34 loc) · 1.84 KB
/
about_dbatools.help.txt
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
TOPIC
about_dbatools
SHORT DESCRIPTION
Gives on overview over the advanced dbatools topics
LONG DESCRIPTION
Welcome to the dbatools help central.
This guide tries to show you how to best get help.
Over the project's lifetime, dbatools has grown explosively and many
features were added to cope with the sheer scale of this project. Thus,
dbatools has become highly complex as far as a PowerShell module goes. With
great complexity comes a great need for documentation.
Which is where this article comes in.
#-------------------------------------------------------------------------#
# Table of Contents #
#-------------------------------------------------------------------------#
- Getting Help
- Import Options
#-------------------------------------------------------------------------#
# Getting Help #
#-------------------------------------------------------------------------#
When something breaks unexpectedly, you'll probably want help. We have put
together a guide to help you through our process:
Get-Help about_dbatools_support
#-------------------------------------------------------------------------#
# Import Options #
#-------------------------------------------------------------------------#
When designing the way the module is imported, we had to make several trade-
offs. Not every decision we made is always the right way for everybody
however, so we set up some options that let you decide, which way you
prefer. Basically, we had to balance import time vs. security policies and
resource cost. This guide explains what the settings do and how to set them:
Get-Help about_dbatools_importoptions
KEYWORDS
dbatools general