Skip to content

Repository files navigation

cover$${\color{blue}IMM-Module}$$

To install this module, drop the entire IMM-Module folder into one of your module directories

The default PowerShell module paths are listed in the $env:PSModulePath environment variable

To make it look better, split the paths in this manner: $env:PSModulePath -split ';'

The default per-user module path is: "$env:HOMEDRIVE$env:HOMEPATH\Documents\WindowsPowerShell\Modules"

The default computer-level module path is: "$env:windir\System32\WindowsPowerShell\v1.0\Modules"

To use the module, type following command: Import-Module IMM-Module -Force -Verbose

To get the module version type following command: Get-Module -ListAvailable |? {$_.Name -eq 'IMM-Module'}

To see the commands imported, type Get-Command -Module IMM-Module

For help on each individual cmdlet or function, run Get-Help CmdletName -Full [-Online][-Examples]

IMM-Module CHANGELOG
VERSIONDATECHANGEAFFECTED FUNCTIONSDESCRIPTION
1.521/11/2017Function ImprovementsGet-IMMSystemEventLogEntryChanged data type of Num and Date properties
1.422/12/2016New Function and BugfixesALLAdded new function Get-IMMSupervisorCred
1.325/08/2015Function ImprovementsGet-IMMSubnetAdded new parameter -ExcludeIP
1.223/07/2015Content-based help ImprovementsALL.PARAMETER tags edited
1.223/07/2015BugfixAll functions that support -Confirm parameter$IMM variable replaced by $module in $PSCmdlet.ShouldProcess($module,"") method
1.127/05/2015Function ImprovementsGet-IMMISO, Mount-IMMISOAdded rdmount running process check in the Begin scope before function call
1.127/05/2015Function ImprovementsSet-IMMServerBootOrderAdded Windows Boot Manager entry in [ValidateSet()] statement for all Boot devices
1.017/05/2015Release

About

PowerShell Module for IBM/LENOVO servers management

Topics

Resources

Stars

6 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages