diff --git a/Azure AD Status/Azure AD Join Status.amp b/Azure AD Status/Azure AD Join Status.amp new file mode 100644 index 0000000..5e1c008 --- /dev/null +++ b/Azure AD Status/Azure AD Join Status.amp @@ -0,0 +1,104 @@ + + + + + + b996917c-4a3e-4ecf-8398-8b0dcab7f2ca.azureAdJoined + OutputObject + + azureAdJoined + + + b996917c-4a3e-4ecf-8398-8b0dcab7f2ca.domainJoined + OutputObject + + domainJoined + + + b996917c-4a3e-4ecf-8398-8b0dcab7f2ca.tenantName + OutputObject + + tenantName + + + b996917c-4a3e-4ecf-8398-8b0dcab7f2ca.azureAdJoinedBoolean + OutputObject + + azureAdJoinedBoolean + + + b996917c-4a3e-4ecf-8398-8b0dcab7f2ca.domainJoinedBoolean + OutputObject + + domainJoinedBoolean + + + b996917c-4a3e-4ecf-8398-8b0dcab7f2ca.status + OutputObject + + status + + + + + + + + + 504,745 + Assembly references and imported namespaces serialized as XML namespaces + + + + + + + + + + [RunPowerShellScript_azureAdJoined] + + + + + [RunPowerShellScript_domainJoined] + + + + + [RunPowerShellScript_tenantName] + + + + + [RunPowerShellScript_azureAdJoinedBoolean] + + + + + [RunPowerShellScript_domainJoinedBoolean] + + + + + [RunPowerShellScript_status] + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Azure AD Status/README.md b/Azure AD Status/README.md new file mode 100644 index 0000000..db82268 --- /dev/null +++ b/Azure AD Status/README.md @@ -0,0 +1,17 @@ +## Service Details + +The Azure AD Join Status monitoring checks if a device is added in Azure AD using the dsregcmd.exe /status command. + +This service is made to show up in n-central, as you can see in the example below + +![Screenshot](nable_status_example.png) + +## Output Details + +* Is the device Azure AD Joined? (Returns either YES or NO) +* Is the device Domain Joined? (Returns either YES or NO) +* Tenant Name (Returns the name of the tenant connected, will only show up if Device is Azure AD Joined) +* Numeric Value of AzureAdJoined value (Returns either 0 or 1 (0 = NO, 1 = YES)) +* Numeric Value of DomainJoined value (Returns either 0 or 1 (0 = NO, 1 = YES)) +* Status: (Returns either 0, 1 or 2) +0 = Azure Joined - 1 = Hybrid Joined - 2 = Not Connected diff --git a/Azure AD Status/ServiceTemplateExport.zip b/Azure AD Status/ServiceTemplateExport.zip new file mode 100644 index 0000000..a5673e9 Binary files /dev/null and b/Azure AD Status/ServiceTemplateExport.zip differ diff --git a/Azure AD Status/nable_status_example.png b/Azure AD Status/nable_status_example.png new file mode 100644 index 0000000..db3f3a3 Binary files /dev/null and b/Azure AD Status/nable_status_example.png differ