SPMTools

0.4.1

The Service Provider Management Tools module provides engineers with the ability to store connection information and use it quickly, eliminating the need to constantly retype passwords or maintain the same password across all companies serviced by the engineer to simplify the logon process.

Also packaged are helper cmdlets such as Format-Sorted to simplify '| sort
The Service Provider Management Tools module provides engineers with the ability to store connection information and use it quickly, eliminating the need to constantly retype passwords or maintain the same password across all companies serviced by the engineer to simplify the logon process.

Also packaged are helper cmdlets such as Format-Sorted to simplify '| sort Name | ft Name' to '| fs' and Get-TranslatedSID for quickly getting the NTAccount from a Security Identifier.

To Get started, add a new Company with New-Company and then set the required information with Set-Company.
Show more

Minimum PowerShell version

3.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name SPMTools -RequiredVersion 0.4.1

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name SPMTools -Version 0.4.1

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) Matt Small. All rights reserved.

Package Details

Author(s)

  • Matt Small

Tags

ManagedServiceProvider Windows

Functions

Connect-ExchangeOnline Connect-ExchangeOnPrem Connect-SharePointOnline Connect-SkypeOnline Connect-SkypeOnPrem Format-Sorted Get-Company Get-TranslatedSID New-Company Remove-Company Set-Company Mount-ADDrive

Dependencies

Release Notes

   ## 0.4.1
   * Added checks to New-ADDrive to make sure the active direcotry PSProvider before trying to use it
   * Changed output of Mount-ADDrive so it prints only Name and Server
   
   ## 0.4.0
   * Added the ability for module to get the Exchange PowerShell Online MFA Module programatically
   * Fixes to how Remove-Company works
   * Fixed error causing Connect-ExchangeOnPrem to fail.

   ## 0.3.2
   * Fixed further erros with Mount-ADDrive and New-ADDrive.
   
   ## 0.3.1
   * Fixed error in .psd1 that caused Mount-ADDrive not to be exported.
   
   ## 0.3.0
   * Change AD Drive Autoload behavior to Favorites. See Get-Help Mount-ADDrive for more information.
   * Added Mount-ADDrive to allow mounting of one or more ADDrives.

   ## 0.2.1
   * Changed the -Company parameter to -Name in Set-Company and Remove-Company.
   
   ## 0.2
   * Added documentation for Get-Help to all cmdlets.
   * Minor fixes
   
   ## 0.1
   * First Release
   * May be buggy, but shouldn't break anything as all cmdlets only connect to things.

FileList

Version History

Version Downloads Last updated
1.1.1 546 8/23/2018
1.1.0 23 8/23/2018
1.0.0 36 8/8/2018
0.8.1 45 6/26/2018
0.8.0 24 6/25/2018
0.7.5 28 6/21/2018
0.7.4 26 6/21/2018
0.7.3 26 6/21/2018
0.7.2 25 6/21/2018
0.7.1 23 6/20/2018
0.7.0 25 6/18/2018
0.6.0 23 6/17/2018
0.5.3 24 6/14/2018
0.5.2 29 6/14/2018
0.5.1 24 6/14/2018
0.4.1 (current version) 26 6/14/2018
0.4.0 26 6/13/2018
0.3.2 27 6/12/2018
0.3.1 25 6/12/2018
0.3.0 25 6/12/2018
0.2 24 6/11/2018
0.1 25 6/11/2018
Show less