-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.json
More file actions
29 lines (26 loc) · 1.25 KB
/
Copy pathsources.json
File metadata and controls
29 lines (26 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
{
"function": "Get-ADObjectGroupMembership",
"sourcecode": "https://raw.githubusercontent.com/tomstryhn/PowerShell/main/ActiveDirectory/Get-ADObjectGroupMembership/Get-ADObjectGroupMembership.ps1"
},
{
"function": "Get-GPOOverview",
"sourcecode": "https://raw.githubusercontent.com/tomstryhn/PowerShell/main/ActiveDirectory/Get-GPOOverview/Get-GPOOverview.ps1"
},
{
"function": "Get-UnresolvableSIDsFromADObjectACLAccessRules",
"sourcecode": "https://raw.githubusercontent.com/tomstryhn/PowerShell/main/ActiveDirectory/Get-UnresolvableSIDsFromADObjectACLAccessRules/Get-UnresolvableSIDsFromADObjectACLAccessRules.ps1"
},
{
"function": "New-DummyComputerURAGPO",
"sourcecode": "https://raw.githubusercontent.com/tomstryhn/PowerShell/main/ActiveDirectory/New-DummyComputerURAGPO/New-DummyComputerURAGPO.ps1"
},
{
"function": "Test-ServicePrincipalNameFromADUser",
"sourcecode": "https://raw.githubusercontent.com/tomstryhn/PowerShell/main/ActiveDirectory/Test-ServicePrincipalNameFromADUser/Test-ServicePrincipalNameFromADUser.ps1"
},
{
"function": "Set-DefaultDACL",
"sourcecode": "https://raw.githubusercontent.com/tomstryhn/PowerShell/main/ActiveDirectory/Set-DefaultDACL/src/Set-DefaultDACL.ps1"
}
]