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: sharepoint/sharepoint-ps/sharepoint-online/Disconnect-SPOService.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,25 +10,27 @@ schema: 2.0.0
10
10
## SYNOPSIS
11
11
Disconnects from a SharePoint Online service.
12
12
13
+
13
14
## SYNTAX
14
15
15
16
```
16
17
Disconnect-SPOService [<CommonParameters>]
17
18
```
18
19
19
20
## DESCRIPTION
20
-
The Disconnect-SPOService cmdlet explicitly disconnects a previously created SharePoint Online service connection.
21
+
The `Disconnect-SPOService` cmdlet explicitly disconnects a previously created SharePoint Online service connection.
21
22
22
-
Global administrators can disconnect the service by running the Disconnect-SPOService cmdlet or by running the Connect-SPOService cmdlet to initiate another connection.
23
-
For more information, see Connect-SPOService.
23
+
Global administrators can disconnect the service by running the `Disconnect-SPOService` cmdlet or by running the `Connect-SPOService` cmdlet to initiate another connection.
24
+
For more information, see `Connect-SPOService`.
24
25
25
26
Even after a connection is terminated, operations that were started before the connection is terminated will run to completion.
26
-
In other words, long-running operations will not be terminated by running the Disconnect-SPOService cmdlet or the Connect-SPOService cmdlet.
27
+
In other words, long-running operations will not be terminated by running the `Disconnect-SPOService` cmdlet or the `Connect-SPOService` cmdlet.
27
28
28
29
You must be a SharePoint Online global administrator to run the cmdlet.
29
30
30
31
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at http://go.microsoft.com/fwlink/p/?LinkId=251832 (http://go.microsoft.com/fwlink/p/?LinkId=251832).
31
32
33
+
32
34
## EXAMPLES
33
35
34
36
### ------------ Example 1 --------------------
@@ -37,6 +39,7 @@ Disconnect-SPOService
37
39
```
38
40
This example disconnects the service for the tenant.
39
41
42
+
40
43
## PARAMETERS
41
44
42
45
### CommonParameters
@@ -57,5 +60,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments