Disable-SPOTenantServicePrincipal
Disables the current tenant's "SharePoint Online Client" service principal.
Syntax
Default (Default)
Disable-SPOTenantServicePrincipal
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Disables the current tenant's "SharePoint Online Client" service principal.
When the service principal's account is disabled, clients and components that use this service principal will not be able to request an access token for this service principal.
Examples
Example 1
Disable-SPOTenantServicePrincipal
Disables the current tenant's "SharePoint Online Client" service principal.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Parameter properties
Type: | System.Management.Automation.SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | cf |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Parameter properties
Type: | System.Management.Automation.SwitchParameter |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | wi |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.