diff --git a/Build/Build-Module.ps1 b/Build/Build-Module.ps1 index b63d563..beb54db 100644 --- a/Build/Build-Module.ps1 +++ b/Build/Build-Module.ps1 @@ -29,8 +29,8 @@ Build-Module -ModuleName 'Locksmith' { Author = 'Jake Hildreth' Copyright = "(c) 2022 - $CopyrightYear. All rights reserved." Description = 'A small tool to find and fix common misconfigurations in Active Directory Certificate Services.' - ProjectUri = 'https://github.com/TrimarcJake/Locksmith' - IconUri = 'https://raw.githubusercontent.com/TrimarcJake/Locksmith/main/Images/locksmith.ico' + ProjectUri = 'https://github.com/jakehildreth/Locksmith' + IconUri = 'https://raw.githubusercontent.com/jakehildreth/Locksmith/main/Images/locksmith.ico' PowerShellVersion = '5.1' Tags = @('Windows', 'Locksmith', 'CA', 'PKI', 'ActiveDirectory', 'CertificateServices', 'ADCS') } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62891ae..ec1d3ca 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,19 +25,19 @@ All types of contributions are encouraged and valued. See the [Table of Contents ## Code of Conduct This project and everyone participating in it is governed by the -[Locksmith Code of Conduct](https://github.com/TrimarcJake/Locksmith/blob/main/CODE_OF_CONDUCT.md). +[Locksmith Code of Conduct](https://github.com/jakehildreth/Locksmith/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to . ## I Have a Question -> If you want to ask a question, we assume that you have read the available [Documentation](https://github.com/TrimarcJake/Locksmith/blob/main/README.md). +> If you want to ask a question, we assume that you have read the available [Documentation](https://github.com/jakehildreth/Locksmith/blob/main/README.md). -Before you ask a question, it is best to search for existing [Issues](https://github.com/TrimarcJake/Locksmith/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first. +Before you ask a question, it is best to search for existing [Issues](https://github.com/jakehildreth/Locksmith/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first. If you then still feel the need to ask a question and need clarification, we recommend the following: -- Open an [Issue](https://github.com/TrimarcJake/Locksmith/issues/new/choose). +- Open an [Issue](https://github.com/jakehildreth/Locksmith/issues/new/choose). - Provide as much context as you can about what you're running into. - Provide project and platform versions (Windows Version, Powershell Version, Windows Terminal, etc.), depending on what seems relevant. @@ -57,8 +57,8 @@ We will then take care of the issue as soon as possible. A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible. - Make sure that you are using the latest version. -- Determine if your bug is really a bug and not an error on your side. e.g., using incompatible environment components or versions. (Make sure that you have read the [documentation](https://github.com/TrimarcJake/Locksmith/blob/main/README.md). If you are looking for support, you might want to check [this section](#i-have-a-question)). -- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/TrimarcJake/Locksmith/issues?q=label%3Abug). +- Determine if your bug is really a bug and not an error on your side. e.g., using incompatible environment components or versions. (Make sure that you have read the [documentation](https://github.com/jakehildreth/Locksmith/blob/main/README.md). If you are looking for support, you might want to check [this section](#i-have-a-question)). +- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/jakehildreth/Locksmith/issues?q=label%3Abug). - Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue. - Collect information about the bug: - OS, platform, and version of client machine. (Locksmith is only supported on Windows 10+/2016+ at this time.) @@ -74,7 +74,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform We use GitHub issues to track bugs and errors. If you run into an issue with the project: -- Open an [issue](https://github.com/TrimarcJake/Locksmith/issues/new/choose). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.) +- Open an [issue](https://github.com/jakehildreth/Locksmith/issues/new/choose). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.) - Explain the behavior you would expect and the actual behavior you observe. - Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports, you should isolate the problem and create a reduced test case. - Provide the information you collected in the previous section. @@ -93,14 +93,14 @@ This section guides you through submitting an enhancement suggestion for Locksmi #### Before Submitting an Enhancement - Make sure that you are using the latest version. -- Read the [documentation](https://github.com/TrimarcJake/Locksmith/blob/main/README.md) carefully and find out if the functionality is already covered, maybe by an individual configuration. -- Perform a [search](https://github.com/TrimarcJake/Locksmith/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one. +- Read the [documentation](https://github.com/jakehildreth/Locksmith/blob/main/README.md) carefully and find out if the functionality is already covered, maybe by an individual configuration. +- Perform a [search](https://github.com/jakehildreth/Locksmith/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one. - Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing a new function. #### How Do I Submit a Good Enhancement Suggestion? -Enhancement suggestions are tracked as [GitHub issues](https://github.com/TrimarcJake/Locksmith/issues). +Enhancement suggestions are tracked as [GitHub issues](https://github.com/jakehildreth/Locksmith/issues). - Use a **clear and descriptive title** for the issue to identify the suggestion. - Provide a **step-by-step description of the suggested enhancement** in as many details as possible. diff --git a/Docs/index.md b/Docs/index.md index 82d8ce7..b8571c6 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -11,12 +11,12 @@ ``` A small tool built to find and fix common misconfigurations in Active Directory Certificate Services. -![GitHub release](https://img.shields.io/github/v/release/trimarcjake/locksmith?sort=semver) -![GitHub top language](https://img.shields.io/github/languages/top/trimarcjake/locksmith) +![GitHub release](https://img.shields.io/github/v/release/jakehildreth/locksmith?sort=semver) +![GitHub top language](https://img.shields.io/github/languages/top/jakehildreth/locksmith) ![PowerShell Gallery Platform Support](https://img.shields.io/powershellgallery/p/locksmith) -[![GitHub contributors](https://img.shields.io/github/contributors/trimarcjake/locksmith.svg)](https://github.com/trimarcjake/locksmith/graphs/contributors/) +[![GitHub contributors](https://img.shields.io/github/contributors/jakehildreth/locksmith.svg)](https://github.com/jakehildreth/locksmith/graphs/contributors/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) -![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/trimarcjake/Locksmith/powershell.yml?logo=github&label=PSScriptAnalyzer) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jakehildreth/Locksmith/powershell.yml?logo=github&label=PSScriptAnalyzer) ![PowerShell Gallery Downloads](https://img.shields.io/powershellgallery/dt/locksmith?logo=powershell&label=PowerShell%20Gallery%20Downloads&color=blue) ## Contents @@ -45,7 +45,7 @@ Install-Module -Name Locksmith -Scope CurrentUser ### Alternative Installation Methods 1. Download and Use the Module Without Installing It - 1. Download the [latest module version](https://github.com/TrimarcJake/Locksmith/releases/latest/download/Locksmith.zip). + 1. Download the [latest module version](https://github.com/jakehildreth/Locksmith/releases/latest/download/Locksmith.zip). 2. Open a PowerShell prompt to the location of the extracted file and run: ```powershell Unblock-File .\Locksmith.zip # if necessary to unblock the download @@ -54,7 +54,7 @@ Install-Module -Name Locksmith -Scope CurrentUser Invoke-Locksmith ``` 2. Download the Standalone Script Without Module - 1. Download the latest monolithic (all-in-one) script version: [https://github.com/TrimarcJake/Locksmith/releases/latest/download/Invoke-Locksmith.zip](https://github.com/TrimarcJake/Locksmith/releases/latest/download/Invoke-Locksmith.zip). + 1. Download the latest monolithic (all-in-one) script version: [https://github.com/jakehildreth/Locksmith/releases/latest/download/Invoke-Locksmith.zip](https://github.com/jakehildreth/Locksmith/releases/latest/download/Invoke-Locksmith.zip). 2. Open a PowerShell prompt to the location of the downloaded file and run: ```powershell Unblock-File .\Invoke-Locksmith.zip @@ -79,7 +79,7 @@ Invoke-Locksmith # Script Syntax .\Invoke-Locksmith.ps1 ``` -Example Output for Mode 0: +Example Output for Mode 0: @@ -94,7 +94,7 @@ Invoke-Locksmith -Mode 1 # Script Syntax .\Invoke-Locksmith.ps1 -Mode 1 ``` -Example Output for Mode 1: +Example Output for Mode 1: @@ -109,7 +109,7 @@ Invoke-Locksmith -Mode 2 # Script Syntax .\Invoke-Locksmith.ps1 -Mode 2 ``` -Example Output for Mode 2: +Example Output for Mode 2: @@ -123,7 +123,7 @@ Invoke-Locksmith -Mode 3 # Script Syntax .\Invoke-Locksmith.ps1 -Mode 3 ``` -Example Output for Mode 3: +Example Output for Mode 3: @@ -138,7 +138,7 @@ Invoke-Locksmith -Mode 4 # Script Syntax .\Invoke-Locksmith.ps1 -Mode 4 ``` -Example Output for Mode 4: +Example Output for Mode 4: diff --git a/Invoke-Locksmith.ps1 b/Invoke-Locksmith.ps1 index 795b3ad..b4aeff6 100644 --- a/Invoke-Locksmith.ps1 +++ b/Invoke-Locksmith.ps1 @@ -2721,7 +2721,7 @@ function New-Dictionary { Summary = '' FindIt = { Find-AuditingIssue } FixIt = { Write-Output 'Add code to fix the vulnerable configuration.' } - ReferenceUrls = @('https://github.com/TrimarcJake/Locksmith', 'https://techcommunity.microsoft.com/t5/ask-the-directory-services-team/designing-and-implementing-a-pki-part-i-design-and-planning/ba-p/396953') + ReferenceUrls = @('https://github.com/jakehildreth/Locksmith', 'https://techcommunity.microsoft.com/t5/ask-the-directory-services-team/designing-and-implementing-a-pki-part-i-design-and-planning/ba-p/396953') } ) Return $Dictionary @@ -3647,7 +3647,7 @@ function Test-IsRecentVersion { Latest Version: 2024.12.11 Publishing Date: 01/28/2024 12:47:18 Install Module: Install-Module -Name Locksmith - Standalone Script: https://github.com/trimarcjake/locksmith/releases/download/v2.6/Invoke-Locksmith.zip + Standalone Script: https://github.com/jakehildreth/locksmith/releases/download/v2.6/Invoke-Locksmith.zip #> [CmdletBinding()] [OutputType([boolean])] @@ -3664,7 +3664,7 @@ function Test-IsRecentVersion { $Version = $Version.Replace('v', '') try { # Checking the most recent release in GitHub, but we could also use PowerShell Gallery. - $Uri = "https://api.github.com/repos/trimarcjake/locksmith/releases" + $Uri = "https://api.github.com/repos/jakehildreth/locksmith/releases" $Releases = Invoke-RestMethod -Uri $uri -Method Get -DisableKeepAlive -ErrorAction Stop $LatestRelease = $Releases | Sort-Object -Property Published_At -Descending | Select-Object -First 1 # Get the release date of the currently running version via the version parameter @@ -4342,7 +4342,7 @@ function Invoke-Locksmith { The Windows PowerShell cmdlet Restart-Service requires RunAsAdministrator. #> - [CmdletBinding(HelpUri = 'https://trimarcjake.github.io/Locksmith/Invoke-Locksmith')] + [CmdletBinding(HelpUri = 'https://jakehildreth.github.io/Locksmith/Invoke-Locksmith')] param ( #[string]$Forest, # Not used yet #[string]$InputPath, # Not used yet @@ -4381,7 +4381,7 @@ function Invoke-Locksmith { [System.Management.Automation.PSCredential]$Credential ) - $Version = '2025.1.10' + $Version = '2025.1.14' $LogoPart1 = @' _ _____ _______ _ _ _______ _______ _____ _______ _ _ | | | | |____/ |______ | | | | | |_____| diff --git a/Locksmith.psd1 b/Locksmith.psd1 index 7d19e90..5230538 100644 --- a/Locksmith.psd1 +++ b/Locksmith.psd1 @@ -7,14 +7,14 @@ Description = 'A small tool to find and fix common misconfigurations in Active Directory Certificate Services.' FunctionsToExport = 'Invoke-Locksmith' GUID = 'b1325b42-8dc4-4f17-aa1f-dcb5984ca14a' - HelpInfoURI = 'https://raw.githubusercontent.com/TrimarcJake/Locksmith/main/en-US/' - ModuleVersion = '2025.1.10' + HelpInfoURI = 'https://raw.githubusercontent.com/jakehildreth/Locksmith/main/en-US/' + ModuleVersion = '2025.1.14' PowerShellVersion = '5.1' PrivateData = @{ PSData = @{ ExternalModuleDependencies = @('ActiveDirectory', 'ServerManager', 'Microsoft.PowerShell.Utility', 'Microsoft.PowerShell.LocalAccounts', 'Microsoft.PowerShell.Management', 'Microsoft.PowerShell.Security', 'CimCmdlets', 'Dism') - IconUri = 'https://raw.githubusercontent.com/TrimarcJake/Locksmith/main/Images/locksmith.ico' - ProjectUri = 'https://github.com/TrimarcJake/Locksmith' + IconUri = 'https://raw.githubusercontent.com/jakehildreth/Locksmith/main/Images/locksmith.ico' + ProjectUri = 'https://github.com/jakehildreth/Locksmith' Tags = @('Windows', 'Locksmith', 'CA', 'PKI', 'ActiveDirectory', 'CertificateServices', 'ADCS') } } diff --git a/Private/New-Dictionary.ps1 b/Private/New-Dictionary.ps1 index 2357d4c..4a8bd9c 100644 --- a/Private/New-Dictionary.ps1 +++ b/Private/New-Dictionary.ps1 @@ -158,7 +158,7 @@ function New-Dictionary { Summary = '' FindIt = { Find-AuditingIssue } FixIt = { Write-Output 'Add code to fix the vulnerable configuration.' } - ReferenceUrls = @('https://github.com/TrimarcJake/Locksmith', 'https://techcommunity.microsoft.com/t5/ask-the-directory-services-team/designing-and-implementing-a-pki-part-i-design-and-planning/ba-p/396953') + ReferenceUrls = @('https://github.com/jakehildreth/Locksmith', 'https://techcommunity.microsoft.com/t5/ask-the-directory-services-team/designing-and-implementing-a-pki-part-i-design-and-planning/ba-p/396953') } ) Return $Dictionary diff --git a/Private/Test-IsRecentVersion.ps1 b/Private/Test-IsRecentVersion.ps1 index 739a2d4..01928b9 100644 --- a/Private/Test-IsRecentVersion.ps1 +++ b/Private/Test-IsRecentVersion.ps1 @@ -29,7 +29,7 @@ function Test-IsRecentVersion { Latest Version: 2024.12.11 Publishing Date: 01/28/2024 12:47:18 Install Module: Install-Module -Name Locksmith - Standalone Script: https://github.com/trimarcjake/locksmith/releases/download/v2.6/Invoke-Locksmith.zip + Standalone Script: https://github.com/jakehildreth/locksmith/releases/download/v2.6/Invoke-Locksmith.zip #> [CmdletBinding()] [OutputType([boolean])] @@ -46,7 +46,7 @@ function Test-IsRecentVersion { $Version = $Version.Replace('v', '') try { # Checking the most recent release in GitHub, but we could also use PowerShell Gallery. - $Uri = "https://api.github.com/repos/trimarcjake/locksmith/releases" + $Uri = "https://api.github.com/repos/jakehildreth/locksmith/releases" $Releases = Invoke-RestMethod -Uri $uri -Method Get -DisableKeepAlive -ErrorAction Stop $LatestRelease = $Releases | Sort-Object -Property Published_At -Descending | Select-Object -First 1 # Get the release date of the currently running version via the version parameter diff --git a/Public/Invoke-Locksmith.ps1 b/Public/Invoke-Locksmith.ps1 index 73a2c15..beb1478 100644 --- a/Public/Invoke-Locksmith.ps1 +++ b/Public/Invoke-Locksmith.ps1 @@ -74,7 +74,7 @@ function Invoke-Locksmith { The Windows PowerShell cmdlet Restart-Service requires RunAsAdministrator. #> - [CmdletBinding(HelpUri = 'https://trimarcjake.github.io/Locksmith/Invoke-Locksmith')] + [CmdletBinding(HelpUri = 'https://jakehildreth.github.io/Locksmith/Invoke-Locksmith')] param ( #[string]$Forest, # Not used yet #[string]$InputPath, # Not used yet diff --git a/README.md b/README.md index d329eec..d430253 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ A small tool built to find and fix common misconfigurations in Active Directory Certificate Services. -![GitHub release](https://img.shields.io/github/v/release/trimarcjake/locksmith?sort=semver) -![GitHub top language](https://img.shields.io/github/languages/top/trimarcjake/locksmith) +![GitHub release](https://img.shields.io/github/v/release/jakehildreth/locksmith?sort=semver) +![GitHub top language](https://img.shields.io/github/languages/top/jakehildreth/locksmith) ![PowerShell Gallery Platform Support](https://img.shields.io/powershellgallery/p/locksmith) -[![GitHub contributors](https://img.shields.io/github/contributors/trimarcjake/locksmith.svg)](https://github.com/trimarcjake/locksmith/graphs/contributors/) +[![GitHub contributors](https://img.shields.io/github/contributors/jakehildreth/locksmith.svg)](https://github.com/jakehildreth/locksmith/graphs/contributors/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) -![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/trimarcjake/Locksmith/powershell.yml?logo=github&label=PSScriptAnalyzer) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jakehildreth/Locksmith/powershell.yml?logo=github&label=PSScriptAnalyzer) ![PowerShell Gallery Downloads](https://img.shields.io/powershellgallery/dt/locksmith?logo=powershell&label=PowerShell%20Gallery%20Downloads&color=blue) ## Contents @@ -46,7 +46,7 @@ Install-Module -Name Locksmith -Scope CurrentUser ### Alternative Installation Methods 1. Download and Use the Module Without Installing It - 1. Download the [latest module version](https://github.com/TrimarcJake/Locksmith/releases/latest/download/Locksmith.zip). + 1. Download the [latest module version](https://github.com/jakehildreth/Locksmith/releases/latest/download/Locksmith.zip). 2. Open a PowerShell prompt to the location of the extracted file and run: ```powershell Unblock-File .\Locksmith.zip # if necessary to unblock the download @@ -55,7 +55,7 @@ Install-Module -Name Locksmith -Scope CurrentUser Invoke-Locksmith ``` 2. Download the Standalone Script Without Module - 1. Download the latest monolithic (all-in-one) script version: [https://github.com/TrimarcJake/Locksmith/releases/latest/download/Invoke-Locksmith.zip](https://github.com/TrimarcJake/Locksmith/releases/latest/download/Invoke-Locksmith.zip). + 1. Download the latest monolithic (all-in-one) script version: [https://github.com/jakehildreth/Locksmith/releases/latest/download/Invoke-Locksmith.zip](https://github.com/jakehildreth/Locksmith/releases/latest/download/Invoke-Locksmith.zip). 2. Open a PowerShell prompt to the location of the downloaded file and run: ```powershell Unblock-File .\Invoke-Locksmith.zip @@ -80,7 +80,7 @@ Invoke-Locksmith # Script Syntax .\Invoke-Locksmith.ps1 ``` -Example Output for Mode 0: +Example Output for Mode 0: @@ -95,7 +95,7 @@ Invoke-Locksmith -Mode 1 # Script Syntax .\Invoke-Locksmith.ps1 -Mode 1 ``` -Example Output for Mode 1: +Example Output for Mode 1: @@ -110,7 +110,7 @@ Invoke-Locksmith -Mode 2 # Script Syntax .\Invoke-Locksmith.ps1 -Mode 2 ``` -Example Output for Mode 2: +Example Output for Mode 2: @@ -124,7 +124,7 @@ Invoke-Locksmith -Mode 3 # Script Syntax .\Invoke-Locksmith.ps1 -Mode 3 ``` -Example Output for Mode 3: +Example Output for Mode 3: @@ -139,7 +139,7 @@ Invoke-Locksmith -Mode 4 # Script Syntax .\Invoke-Locksmith.ps1 -Mode 4 ``` -Example Output for Mode 4: +Example Output for Mode 4: diff --git a/mkdocs.yml b/mkdocs.yml index 1b39901..53df775 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,8 +9,8 @@ # mkdocs.yml --- site_name: "Locksmith" -site_url: "https://trimarcjake.github.io/Locksmith" -repo_url: "https://github.com/TrimarcJake/Locksmith" +site_url: "https://jakehildreth.github.io/Locksmith" +repo_url: "https://github.com/jakehildreth/Locksmith" repo_name: "TrimarcJake/Locksmith" # edit_uri: edit/main/docs/ # edit_uri_template: