Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmknight/tmk-coremodules
Collection of PowerShell modules to ease system management in the enterprise
https://github.com/tmknight/tmk-coremodules
management powershell
Last synced: 14 days ago
JSON representation
Collection of PowerShell modules to ease system management in the enterprise
- Host: GitHub
- URL: https://github.com/tmknight/tmk-coremodules
- Owner: tmknight
- License: gpl-3.0
- Created: 2018-03-12T15:59:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T19:26:34.000Z (about 1 year ago)
- Last Synced: 2024-12-02T01:51:50.432Z (about 2 months ago)
- Topics: management, powershell
- Language: PowerShell
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TMK-CoreModules
[![GitHubPublish][GitHubPublishBadge]][GitHubPublishLink]
Collection of PowerShell modules to ease system management in the enterprise.
The latest version is also available from [PowerShell Gallery][GitHubPublishLink]:
`Install-Module -Name TMK-CoreModules -Repository PSGallery -Force`
If TMK-CoreModules is already installed from PSGallery, obtain the latest release with:
`Update-Module -Name TMK-CoreModules -Force`
| Module | Description |
|:-------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------------:|
| **Copy-WithProgress** | Module for writing file copy progress (most useful on a large number of files/directories) |
| **Find-File** | Module for quickly finding files using multi-threading |
| **Get-ADGroupMembership** | Module for performing recursive lookup of the groups to which an Active Directory object belongs |
| **Get-ADOUObject** | Module to simplify returning Active Directory object details |
| **Get-ADSite** | Module for returning Active Directory Site (ADSS) details |
| **Get-NetworkInfo** | Module to return details about interfaces on the local machine |
| **Invoke-Multithreading** | Module to perform multi-threaded tasks on large target sets (written before [ForEach-Parallel](https://github.com/PowerShell/PowerShell/pull/10229) was implemented in PowerShell Core) |
| **Test-FastPing** | Module for performing a lightnig-quick ping and TCP port check (best when used in conjunction with multi-threading on large target list) |
| **Test-SubnetMember** | Module for testing if an IP address (or portion thereof) is within a subnet boundary |
| **Write-InlineProgress** | Module for writing progress (written particularly for the VS Code Host when it did not support Write-Progress...more or less obsolete now) |[GitHubPublishBadge]: https://github.com/tmknight/TMK-CoreModules/actions/workflows/publish-module.yml/badge.svg
[GitHubPublishLink]: https://www.powershellgallery.com/packages/TMK-CoreModules/