SCJBServerTeamTools.psd1
# # Module manifest for module 'SCJBServerTeamTools' # # Generated by: Logan Kranz # # Generated on: 12/12/2024 # @{ # Script module or binary module file associated with this manifest. RootModule = 'SCJBServerTeamTools.psm1' # Version number of this module. ModuleVersion = '2025.3.14' # ID used to uniquely identify this module GUID = '4ac148d0-6ca7-4b2f-acda-4d94135f0dcc' # Author of this module Author = 'Logan Kranz' # Company or vendor of this module CompanyName = 'SC Judicial Branch' # Copyright statement for this module Copyright = '(c) 2025 Logan Kranz. All rights reserved.' # Description of the functionality provided by this module Description = 'UI for essential tools used by server administrators' # Minimum version of the Windows PowerShell engine required by this module PowerShellVersion = '5.1' # Modules that must be imported into the global environment prior to importing this module # RequiredModules = @() # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. FunctionsToExport = @( 'SCJBServerTeamTools' ) # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @() # Variables to export from this module VariablesToExport = '*' # Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. AliasesToExport = @('STT') # Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. PrivateData = @{ PSData = @{ # Prerelease = 'beta' # ReleaseNotes of this module ReleaseNotes = @' v2025.3.14 - Bug fix for relaunching in the same session. v2025.3.7 - Reworked the window loading logic. Bug fixes. v2025.3.6 - Cmdlet Help button added to Home window. v2025.3.5 - Added CmdletHelp UI to assist in finding useful commands. v2025.3.4.1 - SCCM Deployments show the deployment time. v2025.2.18 - Bug fixes. v2025.2.14.7 - Highlighting of important data in a datagrid. v2025.2.14.6 - Quicker loading for QuickLaunch windows. Bug fixes for SCCM deployments. Sorting of datagrids is smarter with dates, versions, and numbers. v2025.2.14.4 - Added sorting and filtering to computer stats. Added firewall logs and rules to computer stats. v2025.2.14.3 - Added WhatsUpGold monitoring. Cleaned up folder structure. v2025.2.5.2 - Bug fix regarding checking of RSAT tools on server OS. Added DN and Enabled status to find users. Disable/Enable/Unlock user works. v2025.1.31.1 - Addition of multiple AD domain searching. UI fixes. Bug fixes. v2025.1.30.1 - New Quick Action for creating passphrases. Better computer checking. v2025.1.29.1 - UI updates. Addition of online indicator for computer tab. Credential support added (not fully implemented). v2025.1.24 - More options changes. UI fixes. Bug fixes. v2025.1.23.1 - Addition of Options window. UI fixes. Added features to Computer Query window. Bug fixes v2025.1.21 - Group member count bug fix. Addition of Quick Actions in the Home Window menu. v2025.1.17.1 - RSOP bug fixes. UI fixes. Settings bug fixes. Added Violet theme. v2025.1.16.3 - Replaced Out-GridView with custom window. Bug fixes. v2025.1.15.3 - Dark theme properly implemented. v2025.1.15.2 - UI fixes. Addition of tabs for Users and Computers to allow future features. SCCM Computer collections v2025.1.13 - Fixed the SCCM Deployment display. UI fixes. v2025.1.9.2 - Some fixes for not honoring the settings. v2025.1.9.1 - BETA Addition of dark theme and changing between dark and light. v2025.1.8.6 - SCCM device grabbing done by API now and prompts to cache SCCM devices if they aren't v2025.1.7.1 - SCCM Deployments added, IntuneDeviceDetailsGUI integrated. v2025.1.6.4 - ADLookups: table added for find tab, optimized object searching, RSOP: fix for file path v2025.1.6.1 - ADLookups: added ability to retrieve software and updates on the computers tab. v2025.1.6 - Fix for retrieving users. RSOP: rewrote the logic for getting reports. v2025.1.4 - Storage location management. Export group member listing as a .csv. bug fixes. v2025.1.3.6 - Numerous UI and logic updates. Added ability to enable/disable SCCM and Exchange lookups. AD lookups all use the same selected DC. v2025.1.2 - ADLookups: New features for Groups tab and computer tab. v2024.12.31.4 - ADLookups: Now loads all AD data live instead of from a file. Datagrids for lists of data with context menu, RSOP: bug fix v2024.12.30.1 - Addition of RSOP reports and UI improvements. Still wonky. v2024.12.23 - Initial publish with mostly complete functionality. Known Issue: SCCM Devices don't work yet. v2024.12.18.6 - All enabled tabs now work. More UI polish. User's Groups, Group, and Computer tabs work. XAML files are local to the module. v2024.12.17 - More UI additions and polish. Disabled the non-functional tabs of ADLookups. v2024.12.16.3 - Backend is functional, still working to add the UI to all the tabs. v2024.12.13.11 - Working towards release v2024.12.12.7 - Initial publish, not fully functional '@ } # End of PSData hashtable } # End of PrivateData hashtable } |