├── AADInternals.psd1 ├── AADInternals.psm1 ├── ADFS.ps1 ├── AccessPackages.ps1 ├── AccessToken.ps1 ├── AccessToken_utils.ps1 ├── ActiveSync.ps1 ├── ActiveSync_utils.ps1 ├── AdminAPI.ps1 ├── AdminAPI_utils.ps1 ├── AzureADConnectAPI.ps1 ├── AzureADConnectAPI_utils.ps1 ├── AzureCoreManagement.ps1 ├── AzureManagementAPI.ps1 ├── AzureManagementAPI_utils.ps1 ├── B2C.ps1 ├── BouncyCastle.Crypto.dll ├── CBA.ps1 ├── CloudShell.ps1 ├── CloudShell_utils.ps1 ├── CommonUtils.ps1 ├── ComplianceAPI.ps1 ├── ComplianceAPI_utils.ps1 ├── Configuration.ps1 ├── DCaaS.ps1 ├── DCaaS_utils.ps1 ├── FederatedIdentityTools.ps1 ├── GraphAPI.ps1 ├── GraphAPI_utils.ps1 ├── HybridHealthServices.ps1 ├── HybridHealthServices_utils.ps1 ├── IPUtils.ps1 ├── Kerberos.ps1 ├── Kerberos_utils.ps1 ├── KillChain.ps1 ├── KillChain_utils.ps1 ├── LICENSE.md ├── MDM.ps1 ├── MDM_utils.ps1 ├── MFA.ps1 ├── MFA_utils.ps1 ├── MSAppProxy.ps1 ├── MSAppProxy_utils.ps1 ├── MSCommerce.ps1 ├── MSGraphAPI.ps1 ├── MSGraphAPI_utils.ps1 ├── MSPartner.ps1 ├── MSPartner_utils.ps1 ├── Microsoft.Identity.Client.dll ├── Microsoft.Identity.Client.xml ├── Microsoft.IdentityModel.Abstractions.dll ├── Microsoft.IdentityModel.Abstractions.xml ├── OfficeApps.ps1 ├── OneDrive.ps1 ├── OneDrive_utils.ps1 ├── OneNote.ps1 ├── OutlookAPI.ps1 ├── OutlookAPI_utils.ps1 ├── PRT.ps1 ├── PRT_Utils.ps1 ├── PTA.ps1 ├── ProvisioningAPI.ps1 ├── ProvisioningAPI_utils.ps1 ├── README.md ├── SARA.ps1 ├── SARA_utils.ps1 ├── SPMT.ps1 ├── SPMT_utils.ps1 ├── SPO.ps1 ├── SPO_utils.ps1 ├── SyncAgent.ps1 ├── Teams.ps1 ├── Teams_utils.ps1 ├── any_sts.pfx └── config.json /AADInternals.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/AADInternals.psd1 -------------------------------------------------------------------------------- /AADInternals.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/AADInternals.psm1 -------------------------------------------------------------------------------- /ADFS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/ADFS.ps1 -------------------------------------------------------------------------------- /AccessPackages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/AccessPackages.ps1 -------------------------------------------------------------------------------- /AccessToken.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/AccessToken.ps1 -------------------------------------------------------------------------------- /AccessToken_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/AccessToken_utils.ps1 -------------------------------------------------------------------------------- /ActiveSync.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/ActiveSync.ps1 -------------------------------------------------------------------------------- /ActiveSync_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/ActiveSync_utils.ps1 -------------------------------------------------------------------------------- /AdminAPI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/AdminAPI.ps1 -------------------------------------------------------------------------------- /AdminAPI_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/AdminAPI_utils.ps1 -------------------------------------------------------------------------------- /AzureADConnectAPI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/AzureADConnectAPI.ps1 -------------------------------------------------------------------------------- /AzureADConnectAPI_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/AzureADConnectAPI_utils.ps1 -------------------------------------------------------------------------------- /AzureCoreManagement.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/AzureCoreManagement.ps1 -------------------------------------------------------------------------------- /AzureManagementAPI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/AzureManagementAPI.ps1 -------------------------------------------------------------------------------- /AzureManagementAPI_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/AzureManagementAPI_utils.ps1 -------------------------------------------------------------------------------- /B2C.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/B2C.ps1 -------------------------------------------------------------------------------- /BouncyCastle.Crypto.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/BouncyCastle.Crypto.dll -------------------------------------------------------------------------------- /CBA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/CBA.ps1 -------------------------------------------------------------------------------- /CloudShell.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/CloudShell.ps1 -------------------------------------------------------------------------------- /CloudShell_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/CloudShell_utils.ps1 -------------------------------------------------------------------------------- /CommonUtils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/CommonUtils.ps1 -------------------------------------------------------------------------------- /ComplianceAPI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/ComplianceAPI.ps1 -------------------------------------------------------------------------------- /ComplianceAPI_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/ComplianceAPI_utils.ps1 -------------------------------------------------------------------------------- /Configuration.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/Configuration.ps1 -------------------------------------------------------------------------------- /DCaaS.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/DCaaS.ps1 -------------------------------------------------------------------------------- /DCaaS_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/DCaaS_utils.ps1 -------------------------------------------------------------------------------- /FederatedIdentityTools.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/FederatedIdentityTools.ps1 -------------------------------------------------------------------------------- /GraphAPI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/GraphAPI.ps1 -------------------------------------------------------------------------------- /GraphAPI_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/GraphAPI_utils.ps1 -------------------------------------------------------------------------------- /HybridHealthServices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/HybridHealthServices.ps1 -------------------------------------------------------------------------------- /HybridHealthServices_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/HybridHealthServices_utils.ps1 -------------------------------------------------------------------------------- /IPUtils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/IPUtils.ps1 -------------------------------------------------------------------------------- /Kerberos.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/Kerberos.ps1 -------------------------------------------------------------------------------- /Kerberos_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/Kerberos_utils.ps1 -------------------------------------------------------------------------------- /KillChain.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/KillChain.ps1 -------------------------------------------------------------------------------- /KillChain_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/KillChain_utils.ps1 -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/LICENSE.md -------------------------------------------------------------------------------- /MDM.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/MDM.ps1 -------------------------------------------------------------------------------- /MDM_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/MDM_utils.ps1 -------------------------------------------------------------------------------- /MFA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/MFA.ps1 -------------------------------------------------------------------------------- /MFA_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/MFA_utils.ps1 -------------------------------------------------------------------------------- /MSAppProxy.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/MSAppProxy.ps1 -------------------------------------------------------------------------------- /MSAppProxy_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/MSAppProxy_utils.ps1 -------------------------------------------------------------------------------- /MSCommerce.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/MSCommerce.ps1 -------------------------------------------------------------------------------- /MSGraphAPI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/MSGraphAPI.ps1 -------------------------------------------------------------------------------- /MSGraphAPI_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/MSGraphAPI_utils.ps1 -------------------------------------------------------------------------------- /MSPartner.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/MSPartner.ps1 -------------------------------------------------------------------------------- /MSPartner_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/MSPartner_utils.ps1 -------------------------------------------------------------------------------- /Microsoft.Identity.Client.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/Microsoft.Identity.Client.dll -------------------------------------------------------------------------------- /Microsoft.Identity.Client.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/Microsoft.Identity.Client.xml -------------------------------------------------------------------------------- /Microsoft.IdentityModel.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/Microsoft.IdentityModel.Abstractions.dll -------------------------------------------------------------------------------- /Microsoft.IdentityModel.Abstractions.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/Microsoft.IdentityModel.Abstractions.xml -------------------------------------------------------------------------------- /OfficeApps.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/OfficeApps.ps1 -------------------------------------------------------------------------------- /OneDrive.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/OneDrive.ps1 -------------------------------------------------------------------------------- /OneDrive_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/OneDrive_utils.ps1 -------------------------------------------------------------------------------- /OneNote.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/OneNote.ps1 -------------------------------------------------------------------------------- /OutlookAPI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/OutlookAPI.ps1 -------------------------------------------------------------------------------- /OutlookAPI_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/OutlookAPI_utils.ps1 -------------------------------------------------------------------------------- /PRT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/PRT.ps1 -------------------------------------------------------------------------------- /PRT_Utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/PRT_Utils.ps1 -------------------------------------------------------------------------------- /PTA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/PTA.ps1 -------------------------------------------------------------------------------- /ProvisioningAPI.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/ProvisioningAPI.ps1 -------------------------------------------------------------------------------- /ProvisioningAPI_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/ProvisioningAPI_utils.ps1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/README.md -------------------------------------------------------------------------------- /SARA.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/SARA.ps1 -------------------------------------------------------------------------------- /SARA_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/SARA_utils.ps1 -------------------------------------------------------------------------------- /SPMT.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/SPMT.ps1 -------------------------------------------------------------------------------- /SPMT_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/SPMT_utils.ps1 -------------------------------------------------------------------------------- /SPO.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/SPO.ps1 -------------------------------------------------------------------------------- /SPO_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/SPO_utils.ps1 -------------------------------------------------------------------------------- /SyncAgent.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/SyncAgent.ps1 -------------------------------------------------------------------------------- /Teams.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/Teams.ps1 -------------------------------------------------------------------------------- /Teams_utils.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/Teams_utils.ps1 -------------------------------------------------------------------------------- /any_sts.pfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/any_sts.pfx -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Gerenios/AADInternals/HEAD/config.json --------------------------------------------------------------------------------