Skip to content

Commit 8c88728

Browse files
committed
Renaming repo name in documentation.
1 parent d0e3dcc commit 8c88728

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+218
-211
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog for HelpDesk
22

3+
## v1.1.0.3
4+
5+
`Documentation`:
6+
7+
Updating the Repo owner name to `TechDufus`.
8+
- This was a rename of the repo, not an ownership change.
9+
- I feel this warranted a version bump to get this updated in all help docs for this module.
10+
311
## v1.1.0.2
412

513
`Get-LockedOutADUsers`: Aliased as `GLO`

Functions/Private/Get-PlainText.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
.NOTES
88
Author: Matthew J. DeGarmo
9-
GitHub: https://github.com/matthewjdegarmo
9+
GitHub: https://github.com/TechDufus
1010
#>
1111
Function Get-PlainText() {
1212
[CmdletBinding()]
@@ -30,4 +30,4 @@ Function Get-PlainText() {
3030
}
3131
end { }
3232
}
33-
#EndRegion Get-PlainText
33+
#EndRegion Get-PlainText

Functions/Private/Set-Password.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
.NOTES
1616
Author: Matthew J. DeGarmo
17-
GitHub: https://github.com/matthewjdegarmo
17+
GitHub: https://github.com/TechDufus
1818
#>
1919
Function Set-Password {
2020
[CmdletBinding()]
@@ -31,4 +31,4 @@ Function Set-Password {
3131
Set-ADUser -Identity $Username -ChangePasswordAtLogon $true
3232
}
3333
}
34-
#EndRegion Set-Password
34+
#EndRegion Set-Password

Functions/Public/Add-LocalAdmin.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
3333
.NOTES
3434
Author: Matthew J. DeGarmo
35-
GitHub: https://github.com/matthewjdegarmo
35+
GitHub: https://github.com/TechDufus
3636
37-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
38-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
39-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
37+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
38+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
39+
on this GitHub project at https://github.com/TechDufus/HelpDesk
4040
4141
Azure AD Joined machines will require the user to first login to a computer with their domain account before adding their domain account as a local admin.
4242
The user logging in registers their SID so that the command is successful.
@@ -79,4 +79,4 @@ Function Add-LocalAdmin() {
7979

8080
end {}
8181
}
82-
#EndRegion Add-LocalAdmin
82+
#EndRegion Add-LocalAdmin

Functions/Public/Disable-Account.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
3434
.NOTES
3535
Author: Matthew J. DeGarmo
36-
GitHub: https://github.com/matthewjdegarmo
36+
GitHub: https://github.com/TechDufus
3737
38-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
39-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
40-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
38+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
39+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
40+
on this GitHub project at https://github.com/TechDufus/HelpDesk
4141
#>
4242
Function Disable-Account() {
4343
[CmdletBinding()]
@@ -47,4 +47,4 @@ Function Disable-Account() {
4747

4848
Disable-ADAccount -Identity $Username -Confirm
4949
}
50-
#EndRegion Disable-Account
50+
#EndRegion Disable-Account

Functions/Public/Enable-Account.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
3434
.NOTES
3535
Author: Matthew J. DeGarmo
36-
GitHub: https://github.com/matthewjdegarmo
36+
GitHub: https://github.com/TechDufus
3737
38-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
39-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
40-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
38+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
39+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
40+
on this GitHub project at https://github.com/TechDufus/HelpDesk
4141
#>
4242
Function Enable-Account() {
4343
[CmdletBinding()]
@@ -48,4 +48,4 @@ Function Enable-Account() {
4848

4949
Enable-ADAccount -Identity $Username -Confirm
5050
}
51-
#EndRegion Enable-Account
51+
#EndRegion Enable-Account

Functions/Public/Get-ADGroupsManagedByUser.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
This will generate all groups (Security or Distribution) Managed by `mjdegar`.
1616
.NOTES
1717
Author: Matthew J. DeGarmo
18-
Handle: @matthewjdegarmo
18+
Handle: @TechDufus
1919
20-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
21-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
22-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
20+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
21+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
22+
on this GitHub project at https://github.com/TechDufus/HelpDesk
2323
#>
2424
Function Get-ADGroupsManagedByUser() {
2525
[CmdletBinding()]
@@ -37,4 +37,4 @@ Function Get-ADGroupsManagedByUser() {
3737
Write-Error "$($_.Exception.Message) - Line Number: $($_.InvocationInfo.ScriptLineNumber)"
3838
}
3939
}
40-
#EndRegion Get-ADGroupsManagedByUser
40+
#EndRegion Get-ADGroupsManagedByUser

Functions/Public/Get-Computer.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
PS>Get-Computer -FilePath .\Computers.txt
7878
.NOTES
7979
Author: Matthew J. DeGarmo
80-
GitHub: https://github.com/matthewjdegarmo
80+
GitHub: https://github.com/TechDufus
8181
82-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
83-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
84-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
82+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
83+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
84+
on this GitHub project at https://github.com/TechDufus/HelpDesk
8585
8686
Change Log:
8787
@@ -161,4 +161,4 @@ Function Get-Computer() {
161161
}
162162
end {}
163163
}
164-
#EndRegion Get-Computer
164+
#EndRegion Get-Computer

Functions/Public/Get-DaysUntil.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
See `Get-Help Get-DaysUntil -Parameter Date` for example date formats.
3838
.NOTES
3939
Author: Matthew J. DeGarmo
40-
GitHub: https://github.com/matthewjdegarmo
40+
GitHub: https://github.com/TechDufus
4141
42-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
43-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
44-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
42+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
43+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
44+
on this GitHub project at https://github.com/TechDufus/HelpDesk
4545
#>
4646
Function Get-DaysUntil() {
4747
[CmdletBinding()]
@@ -60,4 +60,4 @@ Function Get-DaysUntil() {
6060

6161
$Days
6262
}
63-
#EndRegion Get-DaysUntil
63+
#EndRegion Get-DaysUntil

Functions/Public/Get-DellTags.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
Providing the -ComputerName will attempt to generate this information if the computer is online, and it is a Dell computer.
4646
.NOTES
4747
Author: Matthew J. DeGarmo
48-
GitHub: https://github.com/matthewjdegarmo
48+
GitHub: https://github.com/TechDufus
4949
50-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
51-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
52-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
50+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
51+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
52+
on this GitHub project at https://github.com/TechDufus/HelpDesk
5353
#>
5454
Function Get-DellTags() {
5555
[cmdletBinding(DefaultParameterSetName='ComputerName')]
@@ -102,4 +102,4 @@ Function Get-DellTags() {
102102

103103
end {}
104104
}
105-
#EndRegion Get-DellTags
105+
#EndRegion Get-DellTags

Functions/Public/Get-LocalAdmin.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
2727
.NOTES
2828
Author: Matthew J. DeGarmo
29-
GitHub: https://github.com/matthewjdegarmo
29+
GitHub: https://github.com/TechDufus
3030
31-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
32-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
33-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
31+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
32+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
33+
on this GitHub project at https://github.com/TechDufus/HelpDesk
3434
#>
3535
#Requires -Assembly C:\Windows\system32\net.exe
3636
Function Get-LocalAdmin() {
@@ -48,4 +48,4 @@ Function Get-LocalAdmin() {
4848
}
4949
$NetAdminObject[6..(($NetAdminObject.count) - 3)]
5050
}
51-
#EndRegion Get-LocalAdmin
51+
#EndRegion Get-LocalAdmin

Functions/Public/Get-LockedOutADUsers.ps1

+6-6
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
This will show all users who are currently locked out, while displaying a message letting you know you do not have rights to read these events from the Domain Controller.
7272
.NOTES
7373
Author: Matthew.DeGarmo
74-
Github: https://github.com/matthewjdegarmo
75-
Sponsor: https://github.com/sponsors/matthewjdegarmo
74+
Github: https://github.com/TechDufus
75+
Sponsor: https://github.com/sponsors/TechDufus
7676
77-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
78-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
79-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
77+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
78+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
79+
on this GitHub project at https://github.com/TechDufus/HelpDesk
8080
#>
8181
Function Get-LockedOutADUsers() {
8282
[CmdletBinding()]
@@ -140,4 +140,4 @@ Function Get-LockedOutADUsers() {
140140
}
141141
}
142142
}
143-
#EndRegion Get-LockedOutADUsers
143+
#EndRegion Get-LockedOutADUsers

Functions/Public/Get-LockoutSource.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
-----------
3030
This will get the lockout (4740) events log from the current domain controller for the Administrator user.
3131
.NOTES
32-
Author: matthewjdegarmo
33-
GitHub: https://github.com/matthewjdegarmo
32+
Author: TechDufus
33+
GitHub: https://github.com/TechDufus
3434
#>
3535
Function Get-LockoutSource() {
3636
[CmdletBinding()]

Functions/Public/Get-User.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@
5454
This shows the usage of the alias `LU`, which points to the old command name `Lookup`, which now points to `Get-User`
5555
.NOTES
5656
Author: Matthew J. DeGarmo
57-
GitHub: https://github.com/matthewjdegarmo
57+
GitHub: https://github.com/TechDufus
5858
59-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
60-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
61-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
59+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
60+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
61+
on this GitHub project at https://github.com/TechDufus/HelpDesk
6262
6363
Change Log:
6464
@@ -150,4 +150,4 @@ Function Get-User() {
150150
}
151151
}
152152
}
153-
#EndRegion Get-User
153+
#EndRegion Get-User

Functions/Public/Get-UserProfile.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
This will retrieve User Profile CIM Objects from the remote PC.
2222
.NOTES
2323
Author: Matthew J. DeGarmo
24-
Handle: @matthewjdegarmo
24+
Handle: @TechDufus
2525
26-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
27-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
28-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
26+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
27+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
28+
on this GitHub project at https://github.com/TechDufus/HelpDesk
2929
#>
3030
Function Get-UserProfile() {
3131
[CmdletBinding()]
@@ -58,4 +58,4 @@ Function Get-UserProfile() {
5858

5959
End {}
6060
}
61-
#EndRegion Get-UserProfile
61+
#EndRegion Get-UserProfile

Functions/Public/Get-UsersWithFirstName.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
This example shows using the alias for this function. The alias is FName.
5050
.NOTES
5151
Author: Matthew J. DeGarmo
52-
GitHub: https://github.com/matthewjdegarmo
52+
GitHub: https://github.com/TechDufus
5353
54-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
55-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
56-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
54+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
55+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
56+
on this GitHub project at https://github.com/TechDufus/HelpDesk
5757
#>
5858
Function Get-UsersWithFirstName() {
5959
[CmdletBinding()]
@@ -131,4 +131,4 @@ Function Get-UsersWithFirstName() {
131131
}
132132
}
133133
}
134-
#EndRegion Get-UsersWithFirstName
134+
#EndRegion Get-UsersWithFirstName

Functions/Public/Get-UsersWithLastName.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
This example shows using the alias for this function. The alias is LName.
4949
.NOTES
5050
Author: Matthew J. DeGarmo
51-
GitHub: https://github.com/matthewjdegarmo
51+
GitHub: https://github.com/TechDufus
5252
53-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
54-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
55-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
53+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
54+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
55+
on this GitHub project at https://github.com/TechDufus/HelpDesk
5656
#>
5757
Function Get-UsersWithLastName() {
5858
[CmdletBinding()]
@@ -131,4 +131,4 @@ Function Get-UsersWithLastName() {
131131
}
132132
}
133133
}
134-
#EndRegion Get-UsersWithLastName
134+
#EndRegion Get-UsersWithLastName

Functions/Public/New-Password.ps1

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
4040
.NOTES
4141
Author: Matthew J. DeGarmo
42-
GitHub: https://github.com/matthewjdegarmo
42+
GitHub: https://github.com/TechDufus
4343
44-
You can either submit a [PR](https://github.com/matthewjdegarmo/HelpDesk/pulls)
45-
or create an [Issue](https://github.com/matthewjdegarmo/HelpDesk/issues/new)
46-
on this GitHub project at https://github.com/matthewjdegarmo/HelpDesk
44+
You can either submit a [PR](https://github.com/TechDufus/HelpDesk/pulls)
45+
or create an [Issue](https://github.com/TechDufus/HelpDesk/issues/new)
46+
on this GitHub project at https://github.com/TechDufus/HelpDesk
4747
#>
4848
Function New-Password() {
4949
[CmdletBinding()]
@@ -94,4 +94,4 @@ Function New-Password() {
9494
}
9595
}
9696
}
97-
#EndRegion New-Password
97+
#EndRegion New-Password

0 commit comments

Comments
 (0)