├── AADInternals-Endpoints.psd1 ├── AADInternals-Endpoints.psm1 ├── AADSyncSettings.ps1 ├── ADFS.ps1 ├── ADFS_utils.ps1 ├── AD_utils.ps1 ├── AccessToken_utils.ps1 ├── BouncyCastle.Crypto.dll ├── ClientTools.ps1 ├── CommonUtils.ps1 ├── CommonUtils_endpoints.ps1 ├── DCaaS.ps1 ├── DRS_Utils.ps1 ├── DSInternals ├── DSInternals.Replication.Interop.dll ├── DSInternals.Replication.Model.dll ├── DSInternals.Replication.dll ├── NDceRpc.Microsoft.dll ├── msvcp140.dll ├── vcruntime140.dll └── vcruntime140_1.dll ├── Device.ps1 ├── Device_utils.ps1 ├── FederatedIdentityTools.ps1 ├── ForceNTHash.dll ├── ForceNTHash.pfx ├── HybridHealthServices_utils.ps1 ├── InjectDLL.exe ├── LICENSE ├── MSAppProxy.ps1 ├── PRT.ps1 ├── PRT_Utils.ps1 ├── PTA.ps1 ├── ProcessTools.ps1 ├── ProxySettings.ps1 ├── README.md ├── SQLite.ps1 ├── TBRES.ps1 └── Win32Ntv.ps1 /AADInternals-Endpoints.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/AADInternals-Endpoints.psd1 -------------------------------------------------------------------------------- /AADInternals-Endpoints.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/AADInternals-Endpoints.psm1 -------------------------------------------------------------------------------- /AADSyncSettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/AADSyncSettings.ps1 -------------------------------------------------------------------------------- /ADFS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/ADFS.ps1 -------------------------------------------------------------------------------- /ADFS_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/ADFS_utils.ps1 -------------------------------------------------------------------------------- /AD_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/AD_utils.ps1 -------------------------------------------------------------------------------- /AccessToken_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/AccessToken_utils.ps1 -------------------------------------------------------------------------------- /BouncyCastle.Crypto.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/BouncyCastle.Crypto.dll -------------------------------------------------------------------------------- /ClientTools.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/ClientTools.ps1 -------------------------------------------------------------------------------- /CommonUtils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/CommonUtils.ps1 -------------------------------------------------------------------------------- /CommonUtils_endpoints.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/CommonUtils_endpoints.ps1 -------------------------------------------------------------------------------- /DCaaS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/DCaaS.ps1 -------------------------------------------------------------------------------- /DRS_Utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/DRS_Utils.ps1 -------------------------------------------------------------------------------- /DSInternals/DSInternals.Replication.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/DSInternals/DSInternals.Replication.Interop.dll -------------------------------------------------------------------------------- /DSInternals/DSInternals.Replication.Model.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/DSInternals/DSInternals.Replication.Model.dll -------------------------------------------------------------------------------- /DSInternals/DSInternals.Replication.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/DSInternals/DSInternals.Replication.dll -------------------------------------------------------------------------------- /DSInternals/NDceRpc.Microsoft.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/DSInternals/NDceRpc.Microsoft.dll -------------------------------------------------------------------------------- /DSInternals/msvcp140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/DSInternals/msvcp140.dll -------------------------------------------------------------------------------- /DSInternals/vcruntime140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/DSInternals/vcruntime140.dll -------------------------------------------------------------------------------- /DSInternals/vcruntime140_1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/DSInternals/vcruntime140_1.dll -------------------------------------------------------------------------------- /Device.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/Device.ps1 -------------------------------------------------------------------------------- /Device_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/Device_utils.ps1 -------------------------------------------------------------------------------- /FederatedIdentityTools.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/FederatedIdentityTools.ps1 -------------------------------------------------------------------------------- /ForceNTHash.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/ForceNTHash.dll -------------------------------------------------------------------------------- /ForceNTHash.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/ForceNTHash.pfx -------------------------------------------------------------------------------- /HybridHealthServices_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/HybridHealthServices_utils.ps1 -------------------------------------------------------------------------------- /InjectDLL.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/InjectDLL.exe -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/LICENSE -------------------------------------------------------------------------------- /MSAppProxy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/MSAppProxy.ps1 -------------------------------------------------------------------------------- /PRT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/PRT.ps1 -------------------------------------------------------------------------------- /PRT_Utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/PRT_Utils.ps1 -------------------------------------------------------------------------------- /PTA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/PTA.ps1 -------------------------------------------------------------------------------- /ProcessTools.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/ProcessTools.ps1 -------------------------------------------------------------------------------- /ProxySettings.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/ProxySettings.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/README.md -------------------------------------------------------------------------------- /SQLite.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/SQLite.ps1 -------------------------------------------------------------------------------- /TBRES.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/TBRES.ps1 -------------------------------------------------------------------------------- /Win32Ntv.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals-Endpoints/HEAD/Win32Ntv.ps1 --------------------------------------------------------------------------------