-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Windows PowerShell for .NET Developers - Second Edition - Second Edition
By :
Windows PowerShell modules present a simple way to organize and package our script so as to make it distributable and reusable.
In this section, we will cover the following topics:
Windows PowerShell can be created dynamically or persisted to our disk. While discussing PowerShell modules, for a moment I thought about the old-style snap-ins in PowerShell version 1.0, which still exist. Yeah! SharePoint still has snap-ins and not modules.
Snap-ins only contain cmdlets and providers, whereas in modules, we can have functions, variables, aliases, and PowerShell drives.
Before we create a module, we need to know what a module should deliver and where it should be placed. Use this code to find the module path:
$env:PSModulePath -split ';'
You will see two different paths, where one is the system location and the other is the user profile location, as follows...
Change the font size
Change margin width
Change background colour