You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/Grant-CsGraphPolicy.md
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -8,30 +8,29 @@ schema: 2.0.0
8
8
# Grant-CsGraphPolicy
9
9
10
10
## SYNOPSIS
11
-
Use the Grant-CsGraphPolicy cmdlet to assign a previously defined graph policy to a user or to your organization.
12
-
Graph policies determine whether users can pre-load content or files that are attached to an Outlook meeting invitation into a Skype for Business Online meeting,
11
+
Use the `Grant-CsGraphPolicy` cmdlet to assign a previously defined graph policy to a user or to your organization.
12
+
Graph policies determine whether users can pre-load content or files that are attached to an Outlook meeting invitation into a Skype for Business Online meeting.
Skype for Business Online supports a Global CsGraphPolicy that is set by default to enable Outlook content pre-load in Skype for Business Online meetings.
23
23
The Global policy can't be changed by you.
24
-
Use the Grant-CsGraphPolicy cmdlet to assign a predefined graph policy to users in your organization.
24
+
Use the `Grant-CsGraphPolicy` cmdlet to assign a predefined graph policy to users in your organization.
25
25
26
26
To return a list of all the Role-Based Access Control (RBAC) roles a cmdlet has been assigned to (including any custom RBAC roles you have created), run the following command:
Indicates that this cmdlet runs as a background job.
164
+
165
+
When you specify the AsJob parameter, the command immediately returns an object that represents the background job. You can continue to work in the session while the job finishes. The job is created on the local computer and the results from the Skype for Business Online session are automatically returned to the local computer. To get the job results, use the Receive-Job cmdlet.
166
+
167
+
For more information about Windows PowerShell background jobs, see [about_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-6) and [about_Remote_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_jobs?view=powershell-6).
166
168
167
169
```yaml
168
170
Type: SwitchParameter
@@ -193,5 +195,5 @@ The Grant-CsGraphPolicy cmdlet returns an object of type Microsoft.Rtc.Managemen
0 commit comments