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
This is the PowerShell module created from the nugglets from [vNugglets.com](http://vNugglets.com). This repo is meant to be a place where the vNugglets.com code can reside, separate from the blog, for easier/central consumption and collaboration.
10
+
This is the PowerShell module created from the nugglets from [vNugglets.com](http://vNugglets.com). This repo is the place where the vNugglets.com code can reside, separate from the blog, for easier/central consumption and collaboration.
9
11
10
12
Some of the functionality provided by the cmdlets in this module:
11
13
- VIRole management (copying/duplicating)
@@ -20,21 +22,17 @@ Some of the functionality provided by the cmdlets in this module:
20
22
<aid="quickStart"></a>
21
23
### QuickStart
22
24
Chomping at the bit to get going with using this module? Of course you are! Go like this:
23
-
- 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/)
35
33
36
34
### Getting Help
37
-
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:
35
+
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:
38
36
-`Get-Command -Module <moduleName>`
39
37
-`Get-Help -Full <cmdlet-name>`
40
38
@@ -43,6 +41,17 @@ The cmdlets in this module all have proper help, so you can learn and discover j
43
41
The [ChangeLog](ChangeLog.md) for this module is, of course, a log of the major changes through the module's hitory. Enjoy the story.
44
42
45
43
### Other Notes
44
+
#### Manual install if one were so inclined:
45
+
- 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:
0 commit comments