diff --git a/O365Essentials.psd1 b/O365Essentials.psd1 index 090f5d63f..5225badfb 100644 --- a/O365Essentials.psd1 +++ b/O365Essentials.psd1 @@ -18,13 +18,13 @@ } } RequiredModules = @(@{ + Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe' ModuleVersion = '0.0.210' ModuleName = 'PSSharedGoods' - Guid = 'ee272aa8-baaa-4edf-9f45-b6d6f7d844fe' }, @{ + Guid = '17a2feff-488b-47f9-8729-e2cec094624c' ModuleVersion = '2.5.2' ModuleName = 'Az.Accounts' - Guid = '17a2feff-488b-47f9-8729-e2cec094624c' }, 'Microsoft.PowerShell.Utility') RootModule = 'O365Essentials.psm1' } \ No newline at end of file diff --git a/README.MD b/README.MD index ac6e565a9..a207da401 100644 --- a/README.MD +++ b/README.MD @@ -55,18 +55,4 @@ That's it. Whenever there's a new version, you run the command, and you can enjo ## Changelog - 0.0.1 - 2021.08.19 - - First version - -## Cmdlets available - -| Get cmdlet | Set cmdlet | Native API available | Description | -| -------------------------------- | -------------------------------- | -------------------- | --------------------------------------- | -| Get-O365AzureSpeechServices | Set-AzureSpeechServices | No | Get and set Azure Speech Services | -| Get-O365Forms | Set-O365Forms | | Get and set Forms | -| Get-O365Planner | Set-O365Planner | | Get and set Planner | -| Get-O365Bookinsg | ---- | Think so | Get Bookings | -| Get-O365BriefingEmail | Set-O365BriefingEmail | No | Get and set Briefing Email | -| Get-O365CalendarSharing | Set-O365CalendarSharing | Don't think so | Get and set Calendar Sharing | -| Get-O365Cortana | Set-O365Cortana | No | Get and set Cortana | -| Get-O365Dynamics365SalesInsights | Set-O365Dynamics365SalesInsights | No | Get and set Dynamics 365 Sales Insights | -| Get-O365Groups | Set-O365Groups | No | Get and set Groups | + - First version \ No newline at end of file