├── Add-ADACE.ps1 ├── Add-AltSecIDMapping.ps1 ├── Add-CASecurityACE.ps1 ├── Check-ADCSESC13.ps1 ├── Duplicate-ADObject.ps1 ├── Expand-LatestZip.ps1 ├── Get-ACLDiff.ps1 ├── Get-ADObjectACL.ps1 ├── Get-ADProperties.ps1 ├── Get-AllADACLs.ps1 ├── Get-AltSecIDMapping.ps1 ├── Get-CreateRenameGroupACEs.ps1 ├── Get-DeletedObjects.ps1 ├── Get-PropertySets.ps1 ├── Get-RemoteInfo.ps1 ├── Get-WriteAltSecIDACEs.ps1 ├── Get-X509IssuerSerialNumberFormat.ps1 ├── LICENSE ├── Print-CertificateNameFlags.ps1 ├── README.md ├── Remediate-ESC15.ps1 ├── Remove-AltSecIDMapping.ps1 ├── Rename-ADUser.ps1 ├── Reset-ADUserPassword.ps1 ├── Run-AsDifferentUserAsAdmin.ps1 ├── Run-RawLDAP.ps1 └── Set-ADAttribute.ps1 /Add-ADACE.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Add-ADACE.ps1 -------------------------------------------------------------------------------- /Add-AltSecIDMapping.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Add-AltSecIDMapping.ps1 -------------------------------------------------------------------------------- /Add-CASecurityACE.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Add-CASecurityACE.ps1 -------------------------------------------------------------------------------- /Check-ADCSESC13.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Check-ADCSESC13.ps1 -------------------------------------------------------------------------------- /Duplicate-ADObject.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Duplicate-ADObject.ps1 -------------------------------------------------------------------------------- /Expand-LatestZip.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Expand-LatestZip.ps1 -------------------------------------------------------------------------------- /Get-ACLDiff.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Get-ACLDiff.ps1 -------------------------------------------------------------------------------- /Get-ADObjectACL.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Get-ADObjectACL.ps1 -------------------------------------------------------------------------------- /Get-ADProperties.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Get-ADProperties.ps1 -------------------------------------------------------------------------------- /Get-AllADACLs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Get-AllADACLs.ps1 -------------------------------------------------------------------------------- /Get-AltSecIDMapping.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Get-AltSecIDMapping.ps1 -------------------------------------------------------------------------------- /Get-CreateRenameGroupACEs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Get-CreateRenameGroupACEs.ps1 -------------------------------------------------------------------------------- /Get-DeletedObjects.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Get-DeletedObjects.ps1 -------------------------------------------------------------------------------- /Get-PropertySets.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Get-PropertySets.ps1 -------------------------------------------------------------------------------- /Get-RemoteInfo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Get-RemoteInfo.ps1 -------------------------------------------------------------------------------- /Get-WriteAltSecIDACEs.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Get-WriteAltSecIDACEs.ps1 -------------------------------------------------------------------------------- /Get-X509IssuerSerialNumberFormat.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Get-X509IssuerSerialNumberFormat.ps1 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/LICENSE -------------------------------------------------------------------------------- /Print-CertificateNameFlags.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Print-CertificateNameFlags.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Powershell 2 | -------------------------------------------------------------------------------- /Remediate-ESC15.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Remediate-ESC15.ps1 -------------------------------------------------------------------------------- /Remove-AltSecIDMapping.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Remove-AltSecIDMapping.ps1 -------------------------------------------------------------------------------- /Rename-ADUser.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Rename-ADUser.ps1 -------------------------------------------------------------------------------- /Reset-ADUserPassword.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Reset-ADUserPassword.ps1 -------------------------------------------------------------------------------- /Run-AsDifferentUserAsAdmin.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Run-AsDifferentUserAsAdmin.ps1 -------------------------------------------------------------------------------- /Run-RawLDAP.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Run-RawLDAP.ps1 -------------------------------------------------------------------------------- /Set-ADAttribute.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JonasBK/Powershell/HEAD/Set-ADAttribute.ps1 --------------------------------------------------------------------------------