SMLets - SCSM PowerShell Cmdlets
Перейти к файлу
microsoft-github-policy-service[bot] cd64478795
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 19:31:58 +00:00
smlets-98120 Migrated Develop and Main folders 2017-12-14 19:37:21 +05:30
README.md Update README.md 2017-12-14 18:48:26 +05:30
SECURITY.md Microsoft mandatory file 2023-06-02 19:16:22 +00:00
SMLets.msi Add files via upload 2017-12-14 18:51:11 +05:30
license.md Add files via upload 2017-12-14 18:51:11 +05:30

README.md

smlets

This project provides cmdlets for System Center Service Manager 2010/2010 SP1/2012/2012 SP1/2012 R2 which can be used to automate common tasks.

Getting started!

  1. Download the .msi and run it
  2. If you had PS running when you installed the .msi, restart PS
  3. Then run "PS> Import-Module SMLets"

Your now ready to use the module.

To learn what's in the module, run the following command: PS>Get-SCSMCommand

To learn which parameters a cmdlets makes use of, run the following command: PS>Get-Help 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.