You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,31 @@ Some of the functionality provided by the cmdlets in this module:
11
11
- Datastore evacuation, template evacuation from VMHosts
12
12
- Mining virtual portgroup information (cluster-locations)
13
13
14
+
### QuickStart
15
+
Chomping at the bit to get going with using this module? Of course you are! Go like this:
16
+
- download the module, either from the latest release's .zip file on the [vNugglets.Utility Releases](https://github.com/vNugglets/vNuggletsPSMod/releases) page, or by cloning the project to some local folder with Git via:
- put the actual PowerShell module directory in some place that you like to keep your modules, say, like this, which copies the module to your personal Modules directory:
There are examples of some of the usages of the cmdlets in this PowerShell module at the module's GitHub Pages page [https://vNugglets.github.io/vNuggletsPSMod](https://vNugglets.github.io/vNuggletsPSMod/)
27
+
28
+
### Getting Help
15
29
The cmdlets in this module all have proper help, so you can learn and discover just as you would and do with any other legitimate PowerShell module:
16
30
-`Get-Command -Module <moduleName>`
17
31
-`Get-Help -Full <cmdlet-name>`
18
32
33
+
### Other Notes
19
34
A few notes on updates to this repo:
20
35
36
+
Dec 2016
37
+
- initial public release
38
+
21
39
Nov 2016
22
40
- started whole hog on creating PowerShell module to try to contain all of this goodness
0 commit comments