Microsoft.Graph.PlusPlus.psd1
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 |
@{ Description = @' Module to work the Microsoft Graph API using both AzureAD 'work or school' accounts and 'personal' Microsoft accounts it contains over 100 functions to * Navigate, upload to and download from OneDrive * Navigate and manipulate Pages & Sections in OneNote Notebooks * Create and manage Groups and Teams, and post to Teams and their Channels * Create, read and write Plans for Teams. * Read and write Calendar-events and Contacts in Outlook, * Read and send Mail messages in Outlook * Work with Sharepoint Lists * Access ToDo Lists. '@ Copyright = '(c) 2021 James O''Neill. All rights reserved.' Author = 'James O''Neill' CompanyName = 'Mobula Consulting' GUID = 'f564c0f9-7d96-4452-a715-679dc47c20cc' ModuleVersion = '1.4.1' RootModule = '.\Microsoft.Graph.PlusPlus.psm1' RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '1.4.0'; }) FormatsToProcess = 'Microsoft.Graph.PlusPlus.format.ps1xml' TypesToProcess = @('Microsoft.Graph.PlusPlus.types.ps1xml') FunctionsToExport = @('Add-FileToGraphOneNote', 'Add-GraphEvent', 'Add-GraphGroupMember', 'Add-GraphGroupThread', 'Add-GraphListItem', 'Add-GraphOneNotePage', 'Add-GraphOneNoteTab', 'Add-GraphPlanBucket', 'Add-GraphPlannerTab', 'Add-GraphPlanTask', 'Add-GraphSharePointTab', 'Add-GraphWikiTab', 'Connect-Graph', 'ConvertTo-GraphDateTimeTimeZone', 'Copy-FromGraphFolder', 'Copy-ToGraphFolder', 'Copy-GraphOneNotePage', 'Expand-GraphConditionalAccessPolicy', 'Export-GraphGroupMember', 'Export-GraphUser', 'Export-GraphWorkSheet', 'Find-GraphPeople', 'Get-AccessToken', 'Get-GraphBucketTaskList', 'Get-GraphChannel', 'Get-GraphChannelReply', 'Get-GraphConditionalAccessPolicy', 'Get-GraphContact', 'Get-GraphDeletedObject', 'Get-GraphDirectoryLog', 'Get-GraphDirectoryRole', 'Get-GraphDirectoryRoleTemplate', 'Get-GraphDomain', 'Get-GraphDrive', 'Get-GraphEvent', 'Get-GraphGroup', 'Get-GraphGroupConversation', 'Get-GraphGroupList', 'Get-GraphGroupThread', 'Get-GraphLicense', 'Get-GraphList', 'Get-GraphMailFolder', 'Get-GraphMailItem', 'Get-GraphMailTips', 'Get-GraphNamedLocation', 'Get-GraphOneNoteBook', 'Get-GraphOneNotePage', 'Get-GraphOneNoteSection', 'Get-GraphOrganization', 'Get-GraphPlan', 'Get-GraphPlanTask', 'Get-GraphReminderView', 'Get-GraphReport', 'Get-GraphServicePrincipal', 'Get-GraphSignInLog', 'Get-GraphSite', 'Get-GraphSiteColumn', 'Get-GraphSiteUserList', 'Get-GraphSKU', 'Get-GraphTeamsApp', 'Get-GraphToDoList' 'Get-GraphUser', 'Get-GraphUserList', 'Get-GraphWorkBook', 'Grant-GraphDirectoryRole', 'Grant-GraphLicense', 'Import-GraphGroup', 'Import-GraphGroupMember', 'Import-GraphUser', 'Import-GraphWorkSheet', 'Invoke-GraphRequest', 'Move-GraphMailItem', 'New-ContactAddress', 'New-EventAttendee', 'New-GraphAttendee', 'New-GraphChannel', 'New-GraphChannelMessage', 'New-GraphChannelReply' #All the different column types together! 'New-GraphColumn','New-GraphBooleanColumn', 'New-GraphCalculatedColumn', 'New-GraphChoiceColumn','New-GraphCurrencyColumn', 'New-GraphDateTimeColumn', 'New-GraphLookupColumn', 'New-GraphNumberColumn','New-GraphPersonOrGroupColumn','New-GraphTextColumn', # 'New-GraphContentType' , 'New-GraphContact' , 'New-GraphFolder', 'New-GraphGroup', 'New-GraphInvitation', 'New-GraphList', 'New-GraphMailAddress', 'New-GraphOneNoteSection', 'New-GraphPhysicalAddress', 'New-GraphRecipient', 'New-GraphRecurrence', 'New-GraphTeamPlan', 'New-GraphToDoList', 'New-GraphToDoTask', 'New-GraphUser', 'New-GraphWorkBook', 'New-RecurrencePattern', 'Out-GraphOneNote', 'Remove-GraphChannel', 'Remove-GraphContact', 'Remove-GraphEvent', 'Remove-GraphGroup', 'Remove-GraphGroupMember', 'Remove-GraphGroupThread', 'Remove-GraphListItem', 'Remove-GraphOneNotePage', 'Remove-GraphPlan', 'Remove-GraphPlanbucket', 'Remove-GraphPlanTask', 'Remove-GraphToDoList', 'Remove-GraphToDoTask', 'Remove-GraphUser', 'Rename-GraphPlanBucket', 'Reset-GraphUserPassword', 'Restore-GraphDeletedObject', 'Revoke-GraphDirectoryRole', 'Revoke-GraphLicense', 'Save-GraphMailAttachment', 'Send-GraphGroupReply', 'Send-GraphMailForward', 'Send-GraphMailMessage', 'Send-GraphMailReply', 'Set-GraphContact', 'Set-GraphEvent', 'Set-GraphGroup', 'Set-GraphHomeDrive', 'Set-GraphOneNoteHome', 'Set-GraphOptions', 'Set-GraphListItem', 'Set-GraphPlanDetails', 'Set-GraphPlanTask', 'Set-GraphTaskDetails', 'Set-GraphTeam', 'Set-GraphUser', 'Show-GraphFolder', 'Show-GraphSession', 'Test-GraphSession', 'Update-GraphOneNotePage', 'Update-GraphToDoTask' ) AliasesToExport = @('Add-FileToGraphNoteBook', 'Add-GraphNoteBookPage', 'Add-GraphTeamChannel', 'Add-GraphTeamMember', 'Copy-GraphNoteBookPage', 'Get-GraphContext', 'Get-GraphConversation', 'Get-GraphNoteBook', 'Get-GraphNoteBookPage', 'Get-GraphNoteBookSection', 'Get-GraphTeam', 'Get-GraphTeamChannel', 'Get-GraphTeamConversation', 'Get-GraphTeamThread', 'New-GraphNoteBookSection', 'New-GraphTeam', 'Out-GraphNoteBook', 'Remove-GraphNoteBookPage' 'Remove-GraphTeam', 'Remove-GraphTeamMember', 'Update-GraphNoteBookPage', 'BooleanColumn', 'CalculatedColumn', 'ChoiceColumn', 'CurrencyColumn', 'DateTimeColumn', 'ListColumn', 'LookupColumn', 'NumberColumn', 'PersonColumn', 'TextColumn', 'ggg', 'ggu', 'GWhoAmI' 'igr' ) FileList = @( '.\README.md' '.\LICENSE', '.\Microsoft.Graph.PlusPlus.psd1', '.\Microsoft.Graph.PlusPlus.psm1', '.\ActionCard.ps1', '.\Applications.ps1', '.\Authentication.ps1', '.\Groups.ps1', '.\Identity.DirectoryManagement.ps1', '.\Identity.SignIns.ps1', '.\Notes.ps1', '.\OneDrive.ps1', '.\Planner.ps1', '.\Reports.ps1', '.\Sharepoint.ps1', '.\Users.Actions.ps1', '.\Users.Functions.ps1', '.\Users.ps1', '.\Microsoft.Graph.PlusPlus.settings.ps1', '.\Microsoft.Graph.PlusPlus.format.ps1xml', '.\Microsoft.Graph.PlusPlus.types.ps1xml', '.\Blank.xlsx', '.\docs\Relationships.pdf', '.\docs\Logon options.pdf', '.\Examples\PlannerImportExport', '.\Examples\Data-XLSx-Drive.ps1', '.\Examples\Data-XLSx-Drive-dlChart.ps1', '.\Examples\Demo.ps1', '.\Examples\Link.png', '.\Examples\New-BcAuthContext.ps1', '.\Examples\OneDrive.gif', '.\Examples\Team.gif', '.\Examples\Template_groups.csv', '.\Examples\Template_membership.csv', '.\Examples\Template_users.csv' ) CompatiblePSEditions = @('Core', 'Desktop') PowerShellVersion = '5.1' PrivateData = @{ PSData = @{ Tags = @('MicrosoftGraph', 'Microsoft', 'Office365', 'Graph', 'PowerShell', 'AzureAD', 'OneNote', 'OneDrive', 'Outlook', 'Sharepoint', 'Planner', 'MSGraph') Category = 'Functions' ProjectUri = 'https://github.com/jhoneill/MsftGraph' LicenseUri = 'https://github.com/jhoneill/MsftGraph/blob/master/LICENSE' } # End of PSData hashtable } # Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. # CLRVersion = '' # HelpInfo URI of this module # HelpInfoURI = '' } |