├── .github └── FUNDING.yml ├── Build └── Manage-Module.ps1 ├── CHANGELOG.MD ├── Enums └── Office365Health.ps1 ├── Examples ├── Example-Office365Status.ps1 ├── Example-Office365StatusUsingDashimo.ps1 └── Health.html ├── LICENSE ├── PSWinDocumentation.O365HealthService.psd1 ├── PSWinDocumentation.O365HealthService.psm1 ├── Private ├── Connect-O365ServiceHealth.ps1 ├── ConvertFrom-UTCTime.ps1 ├── Get-Office365ServiceHealthCurrentStatus.ps1 ├── Get-Office365ServiceHealthIssues.ps1 ├── Get-Office365ServiceHealthMessages.ps1 └── Get-Office365ServiceHealthServices.ps1 ├── Public └── Get-Office365Health.ps1 └── README.MD /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /Build/Manage-Module.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/Build/Manage-Module.ps1 -------------------------------------------------------------------------------- /CHANGELOG.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/CHANGELOG.MD -------------------------------------------------------------------------------- /Enums/Office365Health.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/Enums/Office365Health.ps1 -------------------------------------------------------------------------------- /Examples/Example-Office365Status.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/Examples/Example-Office365Status.ps1 -------------------------------------------------------------------------------- /Examples/Example-Office365StatusUsingDashimo.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/Examples/Example-Office365StatusUsingDashimo.ps1 -------------------------------------------------------------------------------- /Examples/Health.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/Examples/Health.html -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/LICENSE -------------------------------------------------------------------------------- /PSWinDocumentation.O365HealthService.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/PSWinDocumentation.O365HealthService.psd1 -------------------------------------------------------------------------------- /PSWinDocumentation.O365HealthService.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/PSWinDocumentation.O365HealthService.psm1 -------------------------------------------------------------------------------- /Private/Connect-O365ServiceHealth.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/Private/Connect-O365ServiceHealth.ps1 -------------------------------------------------------------------------------- /Private/ConvertFrom-UTCTime.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/Private/ConvertFrom-UTCTime.ps1 -------------------------------------------------------------------------------- /Private/Get-Office365ServiceHealthCurrentStatus.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/Private/Get-Office365ServiceHealthCurrentStatus.ps1 -------------------------------------------------------------------------------- /Private/Get-Office365ServiceHealthIssues.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/Private/Get-Office365ServiceHealthIssues.ps1 -------------------------------------------------------------------------------- /Private/Get-Office365ServiceHealthMessages.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/Private/Get-Office365ServiceHealthMessages.ps1 -------------------------------------------------------------------------------- /Private/Get-Office365ServiceHealthServices.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/Private/Get-Office365ServiceHealthServices.ps1 -------------------------------------------------------------------------------- /Public/Get-Office365Health.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/Public/Get-Office365Health.ps1 -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EvotecIT/PSWinDocumentation.O365HealthService/HEAD/README.MD --------------------------------------------------------------------------------