|
| 1 | +# |
| 2 | +# Module manifest for module 'Microsoft.Graph.Users.Actions' |
| 3 | +# |
| 4 | +# Generated by: Microsoft Corporation |
| 5 | +# |
| 6 | +# Generated on: 4/3/2020 |
| 7 | +# |
| 8 | + |
| 9 | +@{ |
| 10 | + |
| 11 | +# Script module or binary module file associated with this manifest. |
| 12 | +RootModule = './Microsoft.Graph.Users.Actions.psm1' |
| 13 | + |
| 14 | +# Version number of this module. |
| 15 | +ModuleVersion = '0.2.1' |
| 16 | + |
| 17 | +# Supported PSEditions |
| 18 | +CompatiblePSEditions = 'Core', 'Desktop' |
| 19 | + |
| 20 | +# ID used to uniquely identify this module |
| 21 | +GUID = '7f6954b5-0d11-4e9d-99da-17a45b6de060' |
| 22 | + |
| 23 | +# Author of this module |
| 24 | +Author = 'Microsoft Corporation' |
| 25 | + |
| 26 | +# Company or vendor of this module |
| 27 | +CompanyName = 'Microsoft Corporation' |
| 28 | + |
| 29 | +# Copyright statement for this module |
| 30 | +Copyright = 'Microsoft Corporation. All rights reserved.' |
| 31 | + |
| 32 | +# Description of the functionality provided by this module |
| 33 | +Description = 'Microsoft Graph PowerShell Cmdlets' |
| 34 | + |
| 35 | +# Minimum version of the PowerShell engine required by this module |
| 36 | +PowerShellVersion = '5.1' |
| 37 | + |
| 38 | +# Name of the PowerShell host required by this module |
| 39 | +# PowerShellHostName = '' |
| 40 | + |
| 41 | +# Minimum version of the PowerShell host required by this module |
| 42 | +# PowerShellHostVersion = '' |
| 43 | + |
| 44 | +# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 45 | +DotNetFrameworkVersion = '4.7.2' |
| 46 | + |
| 47 | +# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. |
| 48 | +# ClrVersion = '' |
| 49 | + |
| 50 | +# Processor architecture (None, X86, Amd64) required by this module |
| 51 | +# ProcessorArchitecture = '' |
| 52 | + |
| 53 | +# Modules that must be imported into the global environment prior to importing this module |
| 54 | +RequiredModules = @('Microsoft.Graph.Authentication') |
| 55 | + |
| 56 | +# Assemblies that must be loaded prior to importing this module |
| 57 | +RequiredAssemblies = './bin/Microsoft.Graph.Users.Actions.private.dll' |
| 58 | + |
| 59 | +# Script files (.ps1) that are run in the caller's environment prior to importing this module. |
| 60 | +# ScriptsToProcess = @() |
| 61 | + |
| 62 | +# Type files (.ps1xml) to be loaded when importing this module |
| 63 | +# TypesToProcess = @() |
| 64 | + |
| 65 | +# Format files (.ps1xml) to be loaded when importing this module |
| 66 | +FormatsToProcess = './Microsoft.Graph.Users.Actions.format.ps1xml' |
| 67 | + |
| 68 | +# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess |
| 69 | +# NestedModules = @() |
| 70 | + |
| 71 | +# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. |
| 72 | +FunctionsToExport = 'Clear-MgUserAndBlockManagedApp', |
| 73 | + 'Clear-MgUserManagedAppRegistration', 'Clear-MgUserManagedDevice', |
| 74 | + 'Clear-MgUserWindowInformationProtectionDeviceRegistration', |
| 75 | + 'Complete-MgUserOutlookTask', |
| 76 | + 'Complete-MgUserOutlookTaskFolderTask', |
| 77 | + 'Complete-MgUserOutlookTaskGroupTaskFolderTask', |
| 78 | + 'Confirm-MgUserMemberGroup', 'Confirm-MgUserMemberObject', |
| 79 | + 'Confirm-MgUserProperty', 'Copy-MgUserMailFolder', |
| 80 | + 'Copy-MgUserMailFolderChildFolder', 'Copy-MgUserMailFolderMessage', |
| 81 | + 'Copy-MgUserMessage', 'Copy-MgUserOnenoteNotebook', |
| 82 | + 'Copy-MgUserOnenoteNotebookSectionGroupSectionPageToSection', |
| 83 | + 'Copy-MgUserOnenoteNotebookSectionGroupSectionToNotebook', |
| 84 | + 'Copy-MgUserOnenoteNotebookSectionGroupSectionToSectionGroup', |
| 85 | + 'Copy-MgUserOnenoteNotebookSectionPageToSection', |
| 86 | + 'Copy-MgUserOnenoteNotebookSectionToNotebook', |
| 87 | + 'Copy-MgUserOnenoteNotebookSectionToSectionGroup', |
| 88 | + 'Copy-MgUserOnenotePageToSection', |
| 89 | + 'Copy-MgUserOnenoteSectionGroupSectionPageToSection', |
| 90 | + 'Copy-MgUserOnenoteSectionGroupSectionToNotebook', |
| 91 | + 'Copy-MgUserOnenoteSectionGroupSectionToSectionGroup', |
| 92 | + 'Copy-MgUserOnenoteSectionPageToSection', |
| 93 | + 'Copy-MgUserOnenoteSectionToNotebook', |
| 94 | + 'Copy-MgUserOnenoteSectionToSectionGroup', |
| 95 | + 'Disable-MgUserManagedDeviceLostMode', |
| 96 | + 'Enable-MgUserManagedDeviceLostMode', 'Export-MgUserPersonalData', |
| 97 | + 'Find-MgUserManagedDevice', 'Find-MgUserMeetingTime', |
| 98 | + 'Get-MgUserById', |
| 99 | + 'Get-MgUserCalendarGroupCalendarEventCalendarSchedule', |
| 100 | + 'Get-MgUserCalendarGroupCalendarSchedule', |
| 101 | + 'Get-MgUserCalendarSchedule', 'Get-MgUserDefaultCalendarSchedule', |
| 102 | + 'Get-MgUserEventCalendarSchedule', 'Get-MgUserMailTip', |
| 103 | + 'Get-MgUserMemberGroup', 'Get-MgUserMemberObject', |
| 104 | + 'Get-MgUserOnenoteNotebookFromWebUrl', |
| 105 | + 'Get-MgUserOwnedObjectByType', 'Invoke-MgAcceptUserCalendarEvent', |
| 106 | + 'Invoke-MgAcceptUserCalendarEventInstance', |
| 107 | + 'Invoke-MgAcceptUserCalendarEventInstanceTentatively', |
| 108 | + 'Invoke-MgAcceptUserCalendarEventTentatively', |
| 109 | + 'Invoke-MgAcceptUserCalendarGroupCalendarEvent', |
| 110 | + 'Invoke-MgAcceptUserCalendarGroupCalendarEventInstance', |
| 111 | + 'Invoke-MgAcceptUserCalendarGroupCalendarEventInstanceTentatively', |
| 112 | + 'Invoke-MgAcceptUserCalendarGroupCalendarEventTentatively', |
| 113 | + 'Invoke-MgAcceptUserDefaultCalendarEvent', |
| 114 | + 'Invoke-MgAcceptUserDefaultCalendarEventInstance', |
| 115 | + 'Invoke-MgAcceptUserDefaultCalendarEventInstanceTentatively', |
| 116 | + 'Invoke-MgAcceptUserDefaultCalendarEventTentatively', |
| 117 | + 'Invoke-MgAcceptUserEvent', 'Invoke-MgAcceptUserEventCalendarEvent', |
| 118 | + 'Invoke-MgAcceptUserEventCalendarEventTentatively', |
| 119 | + 'Invoke-MgAcceptUserEventInstance', |
| 120 | + 'Invoke-MgAcceptUserEventInstanceTentatively', |
| 121 | + 'Invoke-MgAcceptUserEventTentatively', |
| 122 | + 'Invoke-MgCleanUserManagedDeviceWindowDevice', |
| 123 | + 'Invoke-MgCreateOrGetUserOnlineMeeting', |
| 124 | + 'Invoke-MgDeclineUserCalendarEvent', |
| 125 | + 'Invoke-MgDeclineUserCalendarEventInstance', |
| 126 | + 'Invoke-MgDeclineUserCalendarGroupCalendarEvent', |
| 127 | + 'Invoke-MgDeclineUserCalendarGroupCalendarEventInstance', |
| 128 | + 'Invoke-MgDeclineUserDefaultCalendarEvent', |
| 129 | + 'Invoke-MgDeclineUserDefaultCalendarEventInstance', |
| 130 | + 'Invoke-MgDeclineUserEvent', |
| 131 | + 'Invoke-MgDeclineUserEventCalendarEvent', |
| 132 | + 'Invoke-MgDeclineUserEventInstance', |
| 133 | + 'Invoke-MgDismissUserCalendarEventInstanceReminder', |
| 134 | + 'Invoke-MgDismissUserCalendarEventReminder', |
| 135 | + 'Invoke-MgDismissUserCalendarGroupCalendarEventInstanceReminder', |
| 136 | + 'Invoke-MgDismissUserCalendarGroupCalendarEventReminder', |
| 137 | + 'Invoke-MgDismissUserEventCalendarEventReminder', |
| 138 | + 'Invoke-MgDismissUserEventInstanceReminder', |
| 139 | + 'Invoke-MgDismissUserEventReminder', |
| 140 | + 'Invoke-MgDownUserManagedDeviceShut', |
| 141 | + 'Invoke-MgExecuteUserManagedDeviceAction', |
| 142 | + 'Invoke-MgForwardUserCalendarEvent', |
| 143 | + 'Invoke-MgForwardUserCalendarEventInstance', |
| 144 | + 'Invoke-MgForwardUserCalendarGroupCalendarEvent', |
| 145 | + 'Invoke-MgForwardUserCalendarGroupCalendarEventInstance', |
| 146 | + 'Invoke-MgForwardUserDefaultCalendarEvent', |
| 147 | + 'Invoke-MgForwardUserDefaultCalendarEventInstance', |
| 148 | + 'Invoke-MgForwardUserEvent', |
| 149 | + 'Invoke-MgForwardUserEventCalendarEvent', |
| 150 | + 'Invoke-MgForwardUserEventInstance', |
| 151 | + 'Invoke-MgForwardUserMailFolderMessage', |
| 152 | + 'Invoke-MgForwardUserMessage', |
| 153 | + 'Invoke-MgHasUserDeviceEnrollmentConfigurationPayloadLink', |
| 154 | + 'Invoke-MgInvalidateUserRefreshToken', 'Invoke-MgLicenseUser', |
| 155 | + 'Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser', |
| 156 | + 'Invoke-MgOverrideUserManagedDeviceComplianceState', |
| 157 | + 'Invoke-MgPlayUserManagedDeviceLostModeSound', |
| 158 | + 'Invoke-MgReplyAllUserMailFolderMessage', |
| 159 | + 'Invoke-MgReplyAllUserMessage', |
| 160 | + 'Invoke-MgReplyUserMailFolderMessage', 'Invoke-MgReplyUserMessage', |
| 161 | + 'Invoke-MgRetireUserManagedDevice', |
| 162 | + 'Invoke-MgRotateUserManagedDeviceBitLockerKey', |
| 163 | + 'Invoke-MgRotateUserManagedDeviceFileVaultKey', |
| 164 | + 'Invoke-MgScanUserManagedDeviceWindowDefender', |
| 165 | + 'Invoke-MgSnoozeUserCalendarEventInstanceReminder', |
| 166 | + 'Invoke-MgSnoozeUserCalendarEventReminder', |
| 167 | + 'Invoke-MgSnoozeUserCalendarGroupCalendarEventInstanceReminder', |
| 168 | + 'Invoke-MgSnoozeUserCalendarGroupCalendarEventReminder', |
| 169 | + 'Invoke-MgSnoozeUserDefaultCalendarEventInstanceReminder', |
| 170 | + 'Invoke-MgSnoozeUserDefaultCalendarEventReminder', |
| 171 | + 'Invoke-MgSnoozeUserEventCalendarEventReminder', |
| 172 | + 'Invoke-MgSnoozeUserEventInstanceReminder', |
| 173 | + 'Invoke-MgSnoozeUserEventReminder', |
| 174 | + 'Invoke-MgTranslateUserExchangeId', |
| 175 | + 'Invoke-MgUnsubscribeUserMailFolderMessage', |
| 176 | + 'Invoke-MgUnsubscribeUserMessage', |
| 177 | + 'Invoke-MgUpgradeUserTeamworkInstalledApp', |
| 178 | + 'Lock-MgUserManagedDeviceRemote', 'Move-MgUserMailFolder', |
| 179 | + 'Move-MgUserMailFolderChildFolder', 'Move-MgUserMailFolderMessage', |
| 180 | + 'Move-MgUserMessage', |
| 181 | + 'New-MgUserCalendarEventAttachmentUploadSession', |
| 182 | + 'New-MgUserCalendarGroupCalendarEventAttachmentUploadSession', |
| 183 | + 'New-MgUserDefaultCalendarEventAttachmentUploadSession', |
| 184 | + 'New-MgUserEventAttachmentUploadSession', |
| 185 | + 'New-MgUserMailFolderMessageAttachmentUploadSession', |
| 186 | + 'New-MgUserMailFolderMessageForward', |
| 187 | + 'New-MgUserMailFolderMessageReply', |
| 188 | + 'New-MgUserMailFolderMessageReplyAll', |
| 189 | + 'New-MgUserMessageAttachmentUploadSession', |
| 190 | + 'New-MgUserMessageForward', 'New-MgUserMessageReply', |
| 191 | + 'New-MgUserMessageReplyAll', |
| 192 | + 'New-MgUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl', |
| 193 | + 'New-MgUserOutlookTaskAttachmentUploadSession', |
| 194 | + 'New-MgUserOutlookTaskFolderTaskAttachmentUploadSession', |
| 195 | + 'New-MgUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession', |
| 196 | + 'Remove-MgUserDeviceFromManagement', |
| 197 | + 'Remove-MgUserManagedDeviceUserFromSharedAppleDevice', |
| 198 | + 'Rename-MgUserPassword', |
| 199 | + 'Request-MgUserManagedDeviceRemoteAssistance', |
| 200 | + 'Reset-MgUserManagedDevicePasscode', |
| 201 | + 'Restart-MgUserManagedDeviceNow', 'Restore-MgUser', |
| 202 | + 'Restore-MgUserManagedDevicePasscode', |
| 203 | + 'Revoke-MgUserManagedDeviceAppleVppLicense', 'Revoke-MgUserSign', |
| 204 | + 'Send-MgUserMail', 'Send-MgUserMailFolderMessage', |
| 205 | + 'Send-MgUserManagedDeviceCustomNotificationToCompanyPortal', |
| 206 | + 'Send-MgUserMessage', 'Set-MgUserDeviceEnrollmentConfiguration', |
| 207 | + 'Set-MgUserDeviceEnrollmentConfigurationPriority', |
| 208 | + 'Set-MgUserLicense', 'Set-MgUserManagedDeviceName', |
| 209 | + 'Skip-MgUserManagedDeviceActivationLock', |
| 210 | + 'Start-MgUserManagedDeviceConfigurationManagerAction', |
| 211 | + 'Stop-MgUserCalendarEvent', 'Stop-MgUserCalendarEventInstance', |
| 212 | + 'Stop-MgUserCalendarGroupCalendarEvent', |
| 213 | + 'Stop-MgUserCalendarGroupCalendarEventInstance', |
| 214 | + 'Stop-MgUserDefaultCalendarEvent', |
| 215 | + 'Stop-MgUserDefaultCalendarEventInstance', 'Stop-MgUserEvent', |
| 216 | + 'Stop-MgUserEventCalendarEvent', 'Stop-MgUserEventInstance', |
| 217 | + 'Sync-MgUserManagedDevice', 'Unblock-MgUserManagedApp', |
| 218 | + 'Update-MgUserManagedDevice', |
| 219 | + 'Update-MgUserManagedDeviceWindowDeviceAccount', |
| 220 | + 'Update-MgUserOnenoteNotebookSectionGroupSectionPageContent', |
| 221 | + 'Update-MgUserOnenoteNotebookSectionPageContent', |
| 222 | + 'Update-MgUserOnenotePageContent', |
| 223 | + 'Update-MgUserOnenoteSectionGroupSectionPageContent', |
| 224 | + 'Update-MgUserOnenoteSectionPageContent' |
| 225 | + |
| 226 | +# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. |
| 227 | +CmdletsToExport = @() |
| 228 | + |
| 229 | +# Variables to export from this module |
| 230 | +# VariablesToExport = @() |
| 231 | + |
| 232 | +# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. |
| 233 | +AliasesToExport = '*' |
| 234 | + |
| 235 | +# DSC resources to export from this module |
| 236 | +# DscResourcesToExport = @() |
| 237 | + |
| 238 | +# List of all modules packaged with this module |
| 239 | +# ModuleList = @() |
| 240 | + |
| 241 | +# List of all files packaged with this module |
| 242 | +# FileList = @() |
| 243 | + |
| 244 | +# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. |
| 245 | +PrivateData = @{ |
| 246 | + |
| 247 | + PSData = @{ |
| 248 | + |
| 249 | + # Tags applied to this module. These help with module discovery in online galleries. |
| 250 | + Tags = 'Microsoft','Office365','Graph','PowerShell' |
| 251 | + |
| 252 | + # A URL to the license for this module. |
| 253 | + LicenseUri = 'https://aka.ms/devservicesagreement' |
| 254 | + |
| 255 | + # A URL to the main website for this project. |
| 256 | + ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell' |
| 257 | + |
| 258 | + # A URL to an icon representing this module. |
| 259 | + IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png' |
| 260 | + |
| 261 | + # ReleaseNotes of this module |
| 262 | + ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.' |
| 263 | + |
| 264 | + # Prerelease string of this module |
| 265 | + # Prerelease = '' |
| 266 | + |
| 267 | + # Flag to indicate whether the module requires explicit user acceptance for install/update/save |
| 268 | + # RequireLicenseAcceptance = $false |
| 269 | + |
| 270 | + # External dependent modules of this module |
| 271 | + # ExternalModuleDependencies = @() |
| 272 | + |
| 273 | + } # End of PSData hashtable |
| 274 | + |
| 275 | + } # End of PrivateData hashtable |
| 276 | + |
| 277 | +# HelpInfo URI of this module |
| 278 | +# HelpInfoURI = '' |
| 279 | + |
| 280 | +# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. |
| 281 | +# DefaultCommandPrefix = '' |
| 282 | + |
| 283 | +} |
| 284 | + |
0 commit comments