diff --git a/Asteroid.ps1 b/Asteroid.ps1 index 4b11aa9..299f441 100644 --- a/Asteroid.ps1 +++ b/Asteroid.ps1 @@ -73,4 +73,4 @@ Function Get-AdfsServerTrace { } else { Write-Output $results } -} +} \ No newline at end of file diff --git a/Binoculars.ps1 b/Binoculars.ps1 index dfdad58..2e8c7c6 100644 --- a/Binoculars.ps1 +++ b/Binoculars.ps1 @@ -48,4 +48,4 @@ while ($true) { # Wait for 10 seconds (10 seconds) Start-Sleep -Seconds 10 -} +} \ No newline at end of file diff --git a/Cartographer.ps1 b/Cartographer.ps1 index b60be46..c7df3ea 100644 --- a/Cartographer.ps1 +++ b/Cartographer.ps1 @@ -313,5 +313,4 @@ $exportButton.Add_Click({ }) # Show the form -[void]$form.ShowDialog() - +[void]$form.ShowDialog() \ No newline at end of file diff --git a/Contrast.ps1 b/Contrast.ps1 index 2a4f970..ec0909b 100644 --- a/Contrast.ps1 +++ b/Contrast.ps1 @@ -199,5 +199,4 @@ $buttonHelp.Add_Click({ # Show the form $form.ShowDialog() - # Disclaimer: TWFkZSBieSBaYWsgQmVhcm1hbiAtIERhdGFjb20gV2ludGVsIC0gUHJvdmlkZWQgYXMgaXMgd2hlcmUgaXMuIElmIGJyb2tlbiB3aWxsIGJlIGxvb2tlZCBhdCBpbiBhIGJlc3QgZWZmb3J0IGF0dGVtcHQ= \ No newline at end of file diff --git a/Conversation.ps1 b/Conversation.ps1 index 2952c91..cb853a3 100644 --- a/Conversation.ps1 +++ b/Conversation.ps1 @@ -77,4 +77,3 @@ Function Receive-TCPMessage { } } - \ No newline at end of file diff --git a/EggBasket.ps1 b/EggBasket.ps1 index 1adb570..1f86603 100644 --- a/EggBasket.ps1 +++ b/EggBasket.ps1 @@ -129,4 +129,4 @@ $form.Add_MouseClick({ # Show the form $form.Topmost = $true $form.Add_Shown({$form.Activate()}) -[void]$form.ShowDialog() +[void]$form.ShowDialog() \ No newline at end of file diff --git a/Haystack.ps1 b/Haystack.ps1 index 1beae89..dcb125d 100644 --- a/Haystack.ps1 +++ b/Haystack.ps1 @@ -88,4 +88,4 @@ $form.Controls.Add($ipLabel) $form.Controls.Add($ipTextBox) # Show the form -$form.ShowDialog() | Out-Null \ No newline at end of file +$form.ShowDialog() | Out-Null diff --git a/Ledger.ps1 b/Ledger.ps1 index 286c287..822d0d8 100644 --- a/Ledger.ps1 +++ b/Ledger.ps1 @@ -26,4 +26,4 @@ foreach ($user in $users) { } elseif ($adUser.LastLogon -lt $thresholdDate) { Write-Output "$samAccountName Password was last set on $($adUser.PasswordLastSet)" } -} +} \ No newline at end of file diff --git a/Perfmon-Template.xml b/Perfmon-Template.xml index e741c46..def387d 100644 --- a/Perfmon-Template.xml +++ b/Perfmon-Template.xml @@ -105,4 +105,4 @@ - + \ No newline at end of file diff --git a/Darth-SPooN.ps1 b/SPooN.ps1 similarity index 98% rename from Darth-SPooN.ps1 rename to SPooN.ps1 index 0dc7414..9757989 100644 --- a/Darth-SPooN.ps1 +++ b/SPooN.ps1 @@ -108,4 +108,4 @@ if ($wrongSPNs) { Write-Host "`n[OK] No unexpected MSSQLSvc SPNs found." -ForegroundColor Green } -Write-Host "`n=== MSSQLSvc + HADR SPN Check Complete ===" +Write-Host "`n=== MSSQLSvc + HADR SPN Check Complete ===" \ No newline at end of file diff --git a/Scope.ps1 b/Scope.ps1 index 5300d2b..0953180 100644 --- a/Scope.ps1 +++ b/Scope.ps1 @@ -55,4 +55,4 @@ if ($results.Count -eq 0) { Write-Host "No certificates found matching the criteria." -ForegroundColor Red } else { $results | Format-Table -AutoSize -} +} \ No newline at end of file diff --git a/Stacker.ps1 b/Stacker.ps1 index ac1dabc..bc773bb 100644 --- a/Stacker.ps1 +++ b/Stacker.ps1 @@ -30,4 +30,4 @@ Get-ChildItem -Path $CsrFolder -Filter *.csr | ForEach-Object { } catch { Write-Warning "Could not add DNS record for $fqdn : $_" } -} +} \ No newline at end of file diff --git a/Tentacles.ps1 b/Tentacles.ps1 index 5cd5267..fa608ff 100644 --- a/Tentacles.ps1 +++ b/Tentacles.ps1 @@ -43,4 +43,4 @@ foreach ($csr in $csrFiles) { Write-Host "Done processing $($csr.Name)" } -Write-Host "`nAll CSR filenames processed as hostnames." +Write-Host "`nAll CSR filenames processed as hostnames." \ No newline at end of file diff --git a/Warden.ps1 b/Warden.ps1 index 49b493a..f1b0681 100644 --- a/Warden.ps1 +++ b/Warden.ps1 @@ -149,5 +149,6 @@ Write-Output "The original CSV file has been renamed to $newFilePath." # Open the folder containing the renamed CSV file Start-Process -FilePath "explorer.exe" -ArgumentList "/select,`"$newFilePath`"" + # Clear all variables from active memory Remove-Variable -Name form, label, label2, textBox, browseButton, acceptButton, cancelButton, csvPath, userList, destinationPath, todaysDate, outputCsvPath, originalFileName, originalFileExtension, directory, newFileName, newFilePath -ErrorAction SilentlyContinue \ No newline at end of file