Getting started!
- Download the zip archive
- Right click the archive, click Properties and Unblock
- Extract the archive to: C:\Windows\System32\WindowsPowerShell\v1.0\modules
- Open the powershell window as administrator
- Then run "PS> Import-Module SMLetes"
Your now ready to use the module.
To learn what's in the module, run the following command:
PS>get-command -module smlets |sort commandtype | ft commandtype,name -au
To learn which parameters a cmdlets makes use of, run the following command:
PS>get-hep Get-SCSMClass
Note: Replace Get-SCSMClass with the cmdlet you want to get parameters for.To run commands remotely, make use of the
-ComputerName parameter.