Skip to content

Commit cd9870e

Browse files
committed
Changes in Description
1 parent b1df4c1 commit cd9870e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Disconnect-SPOService.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,27 @@ schema: 2.0.0
1010
## SYNOPSIS
1111
Disconnects from a SharePoint Online service.
1212

13+
1314
## SYNTAX
1415

1516
```
1617
Disconnect-SPOService [<CommonParameters>]
1718
```
1819

1920
## 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.
2122

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`.
2425

2526
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.
2728

2829
You must be a SharePoint Online global administrator to run the cmdlet.
2930

3031
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).
3132

33+
3234
## EXAMPLES
3335

3436
### ------------ Example 1 --------------------
@@ -37,6 +39,7 @@ Disconnect-SPOService
3739
```
3840
This example disconnects the service for the tenant.
3941

42+
4043
## PARAMETERS
4144

4245
### CommonParameters
@@ -57,5 +60,3 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
5760
[Get-SPOAppErrors](Get-SPOAppErrors.md)
5861

5962
[Connect-SPOService](Connect-SPOService.md)
60-
61-

0 commit comments

Comments
 (0)