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/Get-CsGraphPolicy.md
+31-32Lines changed: 31 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -8,51 +8,38 @@ schema: 2.0.0
8
8
# Get-CsGraphPolicy
9
9
10
10
## SYNOPSIS
11
-
Provide the topic introduction here.
11
+
Use the `Get-CsGraphPolicy` cmdlet to return information about one or more graph policies configured for your organization. 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. The Global policy can't be changed by you. Use the `Get-CsGraphPolicy` cmdlet to get a predefined graph policy in your organization.
21
+
22
+
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:
### -------------------------- Example 1 --------------------------
26
29
```
27
-
Insert example commands for example 1.
30
+
Get-CsGraphPolicy
28
31
```
29
32
30
-
Insert descriptive text for example 1.
33
+
This example returns all predefined graph policies in your organization.
31
34
32
35
33
36
## PARAMETERS
34
37
35
-
### -BypassDualWrite
36
-
PARAMVALUE: $true | $false
37
-
38
-
```yaml
39
-
Type: Object
40
-
Parameter Sets: (All)
41
-
Aliases:
42
-
Applicable: Skype for Business Online
43
-
44
-
Required: False
45
-
Position: Named
46
-
Default value: None
47
-
Accept pipeline input: False
48
-
Accept wildcard characters: False
49
-
```
50
-
51
38
### -Filter
52
-
PARAMVALUE: String
39
+
This parameter accepts a wildcard string and returns all graph policies with identities matching that string. For example, a Filter value of "*Enabled*" will return all policies which contain the string "Enabled".
If you are using a remote session of Windows PowerShell and are connected only to Skype for Business Online you do not have to include the Tenant parameter. Instead, the tenant ID will automatically be filled in for you based on your connection information. The Tenant parameter is primarily for use in a hybrid deployment.
Indicates that this cmdlet runs as a background job.
112
+
113
+
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.
114
+
115
+
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).
117
116
118
117
```yaml
119
118
Type: SwitchParameter
@@ -138,4 +137,4 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments