高度なセットアップ
高度なセットアップでは、権限をよりきめ細かく、カスタマイズされた方法で割り当てることができます。この方法はより柔軟ですが、より複雑で、RealmJoin PowerShell モジュールの実行が必要です。
最終更新
役に立ちましたか?
役に立ちましたか?
Install-Module -Force -Name RealmJoin
Complete-RJTenantOnboarding -Token 1234ABCD 6>&1Show-RJInteractiveSetup 6>&1Show-RJFeatureInfo 6>&1New-RJTenant 6>&1New-RJTenant -Features @() 6>&1New-RJTenant -All 6>&1New-RJTenant -ReadOnly 6>&1New-RJTenant -Features @('RealmJoinPortal', 'IntuneLAPS', 'Autopilot') 6>&1Update-RJTenant -AddFeatures @('SecurityFeatures') 6>&1Update-RJTenant -RemoveFeatures @('ShowSignin') 6>&1Update-RJTenant -ReadOnly 6>&1Update-RJTenant -AddFeatures @('SecurityFeatures') -WhatIf 6>&1Get-PSRepository 6>&1
Install-Module -Name RealmJoin -Force 6>&1Get-Help New-RJTenant -Full
Get-Help Update-RJTenant -Examples
Get-Help Show-RJInteractiveSetup -Detailed