< Back

Get-SCServiceInfo

Sat Jan 18, 2020 5:22 pm

NAME Get-SCServiceInfo



SYNOPSIS

Returns information about the services available to the Office 365 Service Communications API.





SYNTAX

Get-SCServiceInfo [-SCSession] <Object> [<CommonParameters>]





DESCRIPTION

Returns information about the services available to the Office 365 Service Communications API.





PARAMETERS

-SCSession <Object>

Specifies the Service Communications session to retrieve events for. These sessions are created using the

New-SCSession function.



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS

O365ServiceCommunications.ServiceInfo





-------------------------- EXAMPLE 1 --------------------------



PS C:\\>$O365Admin = Get-Credential



$Session = New-SCSession -Credential $O365Admin

Get-SCServiceInfo -SCSession $Session

Initiate a session to the Service Communications API and then return service information for your tenant.











RELATED LINKS

https://msdn.microsoft.com/en-us/librar ... 76043.aspx