Skip to content

Commit

Permalink
Update PSD1/Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Aug 24, 2021
1 parent 55762ee commit b63c32b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
4 changes: 2 additions & 2 deletions O365Essentials.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
16 changes: 1 addition & 15 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b63c32b

Please sign in to comment.