exports/v1.0/ProxyCmdletDefinitions.ps1
# ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action wipe .Description Invoke action wipe .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Inputs Microsoft.Graph.PowerShell.Models.IPaths9Mjyr1DevicemanagementManageddevicesManageddeviceIdMicrosoftGraphWipePostRequestbodyContentApplicationJsonSchema .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER <IPaths9Mjyr1DevicemanagementManageddevicesManageddeviceIdMicrosoftGraphWipePostRequestbodyContentApplicationJsonSchema>: . [(Any) <Object>]: This indicates any property can be added to this object. [KeepEnrollmentData <Boolean?>]: [KeepUserData <Boolean?>]: [MacOSUnlockCode <String>]: INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/clear-mgdevicemanagementmanageddevice #> function Clear-MgDeviceManagementManagedDevice { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='WipeExpanded1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Wipe1', Mandatory)] [Parameter(ParameterSetName='WipeExpanded1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='WipeViaIdentity1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='WipeViaIdentityExpanded1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(ParameterSetName='Wipe1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='WipeViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPaths9Mjyr1DevicemanagementManageddevicesManageddeviceIdMicrosoftGraphWipePostRequestbodyContentApplicationJsonSchema] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='WipeExpanded1')] [Parameter(ParameterSetName='WipeViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='WipeExpanded1')] [Parameter(ParameterSetName='WipeViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${KeepEnrollmentData}, [Parameter(ParameterSetName='WipeExpanded1')] [Parameter(ParameterSetName='WipeViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${KeepUserData}, [Parameter(ParameterSetName='WipeExpanded1')] [Parameter(ParameterSetName='WipeViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.String] # . ${MacOSUnlockCode}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Wipe1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Clear-MgDeviceManagementManagedDevice_Wipe1'; WipeExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Clear-MgDeviceManagementManagedDevice_WipeExpanded1'; WipeViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Clear-MgDeviceManagementManagedDevice_WipeViaIdentity1'; WipeViaIdentityExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Clear-MgDeviceManagementManagedDevice_WipeViaIdentityExpanded1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action disableLostMode .Description Invoke action disableLostMode .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/disable-mgdevicemanagementmanageddevicelostmode #> function Disable-MgDeviceManagementManagedDeviceLostMode { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Disable1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Disable1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='DisableViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Disable1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Disable-MgDeviceManagementManagedDeviceLostMode_Disable1'; DisableViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Disable-MgDeviceManagementManagedDeviceLostMode_DisableViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action disconnect .Description Invoke action disconnect .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/disconnect-mgdevicemanagementremoteassistancepartner #> function Disconnect-MgDeviceManagementRemoteAssistancePartner { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Disconnect1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Disconnect1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of remoteAssistancePartner ${RemoteAssistancePartnerId}, [Parameter(ParameterSetName='DisconnectViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Disconnect1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Disconnect-MgDeviceManagementRemoteAssistancePartner_Disconnect1'; DisconnectViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Disconnect-MgDeviceManagementRemoteAssistancePartner_DisconnectViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action locateDevice .Description Invoke action locateDevice .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/find-mgdevicemanagementmanageddevice #> function Find-MgDeviceManagementManagedDevice { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Locate1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Locate1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='LocateViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Locate1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Find-MgDeviceManagementManagedDevice_Locate1'; LocateViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Find-MgDeviceManagementManagedDevice_LocateViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action beginOnboarding .Description Invoke action beginOnboarding .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/invoke-mgbegindevicemanagementremoteassistancepartneronboarding #> function Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Begin1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Begin1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of remoteAssistancePartner ${RemoteAssistancePartnerId}, [Parameter(ParameterSetName='BeginViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Begin1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding_Begin1'; BeginViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding_BeginViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action cleanWindowsDevice .Description Invoke action cleanWindowsDevice .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Inputs Microsoft.Graph.PowerShell.Models.IPaths1Ll2DrbDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphCleanwindowsdevicePostRequestbodyContentApplicationJsonSchema .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER <IPaths1Ll2DrbDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphCleanwindowsdevicePostRequestbodyContentApplicationJsonSchema>: . [(Any) <Object>]: This indicates any property can be added to this object. [KeepUserData <Boolean?>]: INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/invoke-mgcleandevicemanagementmanageddevicewindowdevice #> function Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='CleanExpanded1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Clean1', Mandatory)] [Parameter(ParameterSetName='CleanExpanded1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='CleanViaIdentity1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='CleanViaIdentityExpanded1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(ParameterSetName='Clean1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='CleanViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPaths1Ll2DrbDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphCleanwindowsdevicePostRequestbodyContentApplicationJsonSchema] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='CleanExpanded1')] [Parameter(ParameterSetName='CleanViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='CleanExpanded1')] [Parameter(ParameterSetName='CleanViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${KeepUserData}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Clean1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice_Clean1'; CleanExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice_CleanExpanded1'; CleanViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice_CleanViaIdentity1'; CleanViaIdentityExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice_CleanViaIdentityExpanded1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action shutDown .Description Invoke action shutDown .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/invoke-mgdowndevicemanagementmanageddeviceshut #> function Invoke-MgDownDeviceManagementManagedDeviceShut { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Down1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Down1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='DownViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Down1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgDownDeviceManagementManagedDeviceShut_Down1'; DownViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgDownDeviceManagementManagedDeviceShut_DownViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action logoutSharedAppleDeviceActiveUser .Description Invoke action logoutSharedAppleDeviceActiveUser .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/invoke-mglogoutdevicemanagementmanageddevicesharedappledeviceactiveuser #> function Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Logout1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Logout1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='LogoutViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Logout1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser_Logout1'; LogoutViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser_LogoutViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action retire .Description Invoke action retire .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/invoke-mgretiredevicemanagementmanageddevice #> function Invoke-MgRetireDeviceManagementManagedDevice { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Retire1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Retire1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='RetireViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Retire1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgRetireDeviceManagementManagedDevice_Retire1'; RetireViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgRetireDeviceManagementManagedDevice_RetireViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action windowsDefenderScan .Description Invoke action windowsDefenderScan .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Inputs Microsoft.Graph.PowerShell.Models.IPathsByrzneDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphWindowsdefenderscanPostRequestbodyContentApplicationJsonSchema .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER <IPathsByrzneDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphWindowsdefenderscanPostRequestbodyContentApplicationJsonSchema>: . [(Any) <Object>]: This indicates any property can be added to this object. [QuickScan <Boolean?>]: INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/invoke-mgscandevicemanagementmanageddevicewindowdefender #> function Invoke-MgScanDeviceManagementManagedDeviceWindowDefender { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='ScanExpanded1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Scan1', Mandatory)] [Parameter(ParameterSetName='ScanExpanded1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='ScanViaIdentity1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='ScanViaIdentityExpanded1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(ParameterSetName='Scan1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='ScanViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPathsByrzneDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphWindowsdefenderscanPostRequestbodyContentApplicationJsonSchema] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='ScanExpanded1')] [Parameter(ParameterSetName='ScanViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='ScanExpanded1')] [Parameter(ParameterSetName='ScanViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${QuickScan}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Scan1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgScanDeviceManagementManagedDeviceWindowDefender_Scan1'; ScanExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgScanDeviceManagementManagedDeviceWindowDefender_ScanExpanded1'; ScanViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgScanDeviceManagementManagedDeviceWindowDefender_ScanViaIdentity1'; ScanViaIdentityExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgScanDeviceManagementManagedDeviceWindowDefender_ScanViaIdentityExpanded1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action scheduleActionsForRules .Description Invoke action scheduleActionsForRules .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Inputs Microsoft.Graph.PowerShell.Models.IPathsY039HhDevicemanagementDevicecompliancepoliciesDevicecompliancepolicyIdMicrosoftGraphScheduleactionsforrulesPostRequestbodyContentApplicationJsonSchema1 .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER <IPathsY039HhDevicemanagementDevicecompliancepoliciesDevicecompliancepolicyIdMicrosoftGraphScheduleactionsforrulesPostRequestbodyContentApplicationJsonSchema1>: . [(Any) <Object>]: This indicates any property can be added to this object. [DeviceComplianceScheduledActionForRules <IMicrosoftGraphDeviceComplianceScheduledActionForRule[]>]: [Id <String>]: Read-only. [RuleName <String>]: Name of the rule which this scheduled action applies to. [ScheduledActionConfigurations <IMicrosoftGraphDeviceComplianceActionItem[]>]: The list of scheduled action configurations for this compliance policy. [Id <String>]: Read-only. [ActionType <String>]: [GracePeriodHours <Int32?>]: Number of hours to wait till the action will be enforced. Valid values 0 to 8760 [NotificationMessageCcList <String[]>]: A list of group IDs to speicify who to CC this notification message to. [NotificationTemplateId <String>]: What notification Message template to use DEVICECOMPLIANCESCHEDULEDACTIONFORRULES <IMicrosoftGraphDeviceComplianceScheduledActionForRule[]>: . [Id <String>]: Read-only. [RuleName <String>]: Name of the rule which this scheduled action applies to. [ScheduledActionConfigurations <IMicrosoftGraphDeviceComplianceActionItem[]>]: The list of scheduled action configurations for this compliance policy. [Id <String>]: Read-only. [ActionType <String>]: [GracePeriodHours <Int32?>]: Number of hours to wait till the action will be enforced. Valid values 0 to 8760 [NotificationMessageCcList <String[]>]: A list of group IDs to speicify who to CC this notification message to. [NotificationTemplateId <String>]: What notification Message template to use INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/invoke-mgscheduledevicemanagementdevicecompliancepolicyaction #> function Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyAction { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='ScheduleExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Schedule', Mandatory)] [Parameter(ParameterSetName='ScheduleExpanded', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of deviceCompliancePolicy ${DeviceCompliancePolicyId}, [Parameter(ParameterSetName='ScheduleViaIdentity', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='ScheduleViaIdentityExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(ParameterSetName='Schedule', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='ScheduleViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPathsY039HhDevicemanagementDevicecompliancepoliciesDevicecompliancepolicyIdMicrosoftGraphScheduleactionsforrulesPostRequestbodyContentApplicationJsonSchema1] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='ScheduleExpanded')] [Parameter(ParameterSetName='ScheduleViaIdentityExpanded')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='ScheduleExpanded')] [Parameter(ParameterSetName='ScheduleViaIdentityExpanded')] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDeviceComplianceScheduledActionForRule[]] # . # To construct, see NOTES section for DEVICECOMPLIANCESCHEDULEDACTIONFORRULES properties and create a hash table. ${DeviceComplianceScheduledActionForRules}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Schedule = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyAction_Schedule'; ScheduleExpanded = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyAction_ScheduleExpanded'; ScheduleViaIdentity = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyAction_ScheduleViaIdentity'; ScheduleViaIdentityExpanded = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyAction_ScheduleViaIdentityExpanded'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action remoteLock .Description Invoke action remoteLock .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/lock-mgdevicemanagementmanageddeviceremote #> function Lock-MgDeviceManagementManagedDeviceRemote { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Lock1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Lock1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='LockViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Lock1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Lock-MgDeviceManagementManagedDeviceRemote_Lock1'; LockViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Lock-MgDeviceManagementManagedDeviceRemote_LockViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action windowsDefenderUpdateSignatures .Description Invoke action windowsDefenderUpdateSignatures .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/new-mgdevicemanagementmanageddevicewindowsdefenderupdatesignature #> function New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Update1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Update1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='UpdateViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Update1 = 'Microsoft.Graph.DeviceManagement.Actions.private\New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature_Update1'; UpdateViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature_UpdateViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action deleteUserFromSharedAppleDevice .Description Invoke action deleteUserFromSharedAppleDevice .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Inputs Microsoft.Graph.PowerShell.Models.IPaths5C9DebDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphDeleteuserfromsharedappledevicePostRequestbodyContentApplicationJsonSchema .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER <IPaths5C9DebDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphDeleteuserfromsharedappledevicePostRequestbodyContentApplicationJsonSchema>: . [(Any) <Object>]: This indicates any property can be added to this object. [UserPrincipalName <String>]: INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/remove-mgdevicemanagementmanageddeviceuserfromsharedappledevice #> function Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='DeleteExpanded1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Delete1', Mandatory)] [Parameter(ParameterSetName='DeleteExpanded1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='DeleteViaIdentity1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='DeleteViaIdentityExpanded1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(ParameterSetName='Delete1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='DeleteViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPaths5C9DebDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphDeleteuserfromsharedappledevicePostRequestbodyContentApplicationJsonSchema] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='DeleteExpanded1')] [Parameter(ParameterSetName='DeleteViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='DeleteExpanded1')] [Parameter(ParameterSetName='DeleteViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.String] # . ${UserPrincipalName}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Delete1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice_Delete1'; DeleteExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice_DeleteExpanded1'; DeleteViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice_DeleteViaIdentity1'; DeleteViaIdentityExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice_DeleteViaIdentityExpanded1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action requestRemoteAssistance .Description Invoke action requestRemoteAssistance .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/request-mgdevicemanagementmanageddeviceremoteassistance #> function Request-MgDeviceManagementManagedDeviceRemoteAssistance { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Request1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Request1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='RequestViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Request1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Request-MgDeviceManagementManagedDeviceRemoteAssistance_Request1'; RequestViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Request-MgDeviceManagementManagedDeviceRemoteAssistance_RequestViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action resetPasscode .Description Invoke action resetPasscode .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/reset-mgdevicemanagementmanageddevicepasscode #> function Reset-MgDeviceManagementManagedDevicePasscode { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Reset1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Reset1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='ResetViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Reset1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Reset-MgDeviceManagementManagedDevicePasscode_Reset1'; ResetViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Reset-MgDeviceManagementManagedDevicePasscode_ResetViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action rebootNow .Description Invoke action rebootNow .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/restart-mgdevicemanagementmanageddevicenow #> function Restart-MgDeviceManagementManagedDeviceNow { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Reboot1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Reboot1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='RebootViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Reboot1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Restart-MgDeviceManagementManagedDeviceNow_Reboot1'; RebootViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Restart-MgDeviceManagementManagedDeviceNow_RebootViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action recoverPasscode .Description Invoke action recoverPasscode .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/restore-mgdevicemanagementmanageddevicepasscode #> function Restore-MgDeviceManagementManagedDevicePasscode { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Recover1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Recover1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='RecoverViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Recover1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Restore-MgDeviceManagementManagedDevicePasscode_Recover1'; RecoverViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Restore-MgDeviceManagementManagedDevicePasscode_RecoverViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action sendTestMessage .Description Invoke action sendTestMessage .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/send-mgdevicemanagementnotificationmessagetemplatetestmessage #> function Send-MgDeviceManagementNotificationMessageTemplateTestMessage { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Send1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Send1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of notificationMessageTemplate ${NotificationMessageTemplateId}, [Parameter(ParameterSetName='SendViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Send1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Send-MgDeviceManagementNotificationMessageTemplateTestMessage_Send1'; SendViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Send-MgDeviceManagementNotificationMessageTemplateTestMessage_SendViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action assign .Description Invoke action assign .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Inputs Microsoft.Graph.PowerShell.Models.IPathsYydoy0DevicemanagementDevicecompliancepoliciesDevicecompliancepolicyIdMicrosoftGraphAssignPostRequestbodyContentApplicationJsonSchema1 .Outputs Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDeviceCompliancePolicyAssignment .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. ASSIGNMENTS <IMicrosoftGraphDeviceCompliancePolicyAssignment[]>: . [Id <String>]: Read-only. [Target <IMicrosoftGraphDeviceAndAppManagementAssignmentTarget>]: Base type for assignment targets. [(Any) <Object>]: This indicates any property can be added to this object. BODYPARAMETER <IPathsYydoy0DevicemanagementDevicecompliancepoliciesDevicecompliancepolicyIdMicrosoftGraphAssignPostRequestbodyContentApplicationJsonSchema1>: . [(Any) <Object>]: This indicates any property can be added to this object. [Assignments <IMicrosoftGraphDeviceCompliancePolicyAssignment[]>]: [Id <String>]: Read-only. [Target <IMicrosoftGraphDeviceAndAppManagementAssignmentTarget>]: Base type for assignment targets. [(Any) <Object>]: This indicates any property can be added to this object. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/set-mgdevicemanagementdevicecompliancepolicy #> function Set-MgDeviceManagementDeviceCompliancePolicy { [OutputType([Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDeviceCompliancePolicyAssignment])] [CmdletBinding(DefaultParameterSetName='AssignExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Assign', Mandatory)] [Parameter(ParameterSetName='AssignExpanded', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of deviceCompliancePolicy ${DeviceCompliancePolicyId}, [Parameter(ParameterSetName='AssignViaIdentity', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='AssignViaIdentityExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(ParameterSetName='Assign', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='AssignViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPathsYydoy0DevicemanagementDevicecompliancepoliciesDevicecompliancepolicyIdMicrosoftGraphAssignPostRequestbodyContentApplicationJsonSchema1] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='AssignExpanded')] [Parameter(ParameterSetName='AssignViaIdentityExpanded')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='AssignExpanded')] [Parameter(ParameterSetName='AssignViaIdentityExpanded')] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDeviceCompliancePolicyAssignment[]] # . # To construct, see NOTES section for ASSIGNMENTS properties and create a hash table. ${Assignments}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Assign = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceCompliancePolicy_Assign'; AssignExpanded = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceCompliancePolicy_AssignExpanded'; AssignViaIdentity = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceCompliancePolicy_AssignViaIdentity'; AssignViaIdentityExpanded = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceCompliancePolicy_AssignViaIdentityExpanded'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action assign .Description Invoke action assign .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Inputs Microsoft.Graph.PowerShell.Models.IPathsKq4LptDevicemanagementDeviceconfigurationsDeviceconfigurationIdMicrosoftGraphAssignPostRequestbodyContentApplicationJsonSchema .Outputs Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDeviceConfigurationAssignment .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. ASSIGNMENTS <IMicrosoftGraphDeviceConfigurationAssignment[]>: . [Id <String>]: Read-only. [Target <IMicrosoftGraphDeviceAndAppManagementAssignmentTarget>]: Base type for assignment targets. [(Any) <Object>]: This indicates any property can be added to this object. BODYPARAMETER <IPathsKq4LptDevicemanagementDeviceconfigurationsDeviceconfigurationIdMicrosoftGraphAssignPostRequestbodyContentApplicationJsonSchema>: . [(Any) <Object>]: This indicates any property can be added to this object. [Assignments <IMicrosoftGraphDeviceConfigurationAssignment[]>]: [Id <String>]: Read-only. [Target <IMicrosoftGraphDeviceAndAppManagementAssignmentTarget>]: Base type for assignment targets. [(Any) <Object>]: This indicates any property can be added to this object. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/set-mgdevicemanagementdeviceconfiguration #> function Set-MgDeviceManagementDeviceConfiguration { [OutputType([Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDeviceConfigurationAssignment])] [CmdletBinding(DefaultParameterSetName='AssignExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Assign', Mandatory)] [Parameter(ParameterSetName='AssignExpanded', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of deviceConfiguration ${DeviceConfigurationId}, [Parameter(ParameterSetName='AssignViaIdentity', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='AssignViaIdentityExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(ParameterSetName='Assign', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='AssignViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPathsKq4LptDevicemanagementDeviceconfigurationsDeviceconfigurationIdMicrosoftGraphAssignPostRequestbodyContentApplicationJsonSchema] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='AssignExpanded')] [Parameter(ParameterSetName='AssignViaIdentityExpanded')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='AssignExpanded')] [Parameter(ParameterSetName='AssignViaIdentityExpanded')] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDeviceConfigurationAssignment[]] # . # To construct, see NOTES section for ASSIGNMENTS properties and create a hash table. ${Assignments}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Assign = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceConfiguration_Assign'; AssignExpanded = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceConfiguration_AssignExpanded'; AssignViaIdentity = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceConfiguration_AssignViaIdentity'; AssignViaIdentityExpanded = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceConfiguration_AssignViaIdentityExpanded'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action setPriority .Description Invoke action setPriority .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Inputs Microsoft.Graph.PowerShell.Models.IPaths1Ch2TbmDevicemanagementDeviceenrollmentconfigurationsDeviceenrollmentconfigurationIdMicrosoftGraphSetpriorityPostRequestbodyContentApplicationJsonSchema .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER <IPaths1Ch2TbmDevicemanagementDeviceenrollmentconfigurationsDeviceenrollmentconfigurationIdMicrosoftGraphSetpriorityPostRequestbodyContentApplicationJsonSchema>: . [(Any) <Object>]: This indicates any property can be added to this object. [Priority <Int32?>]: INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/set-mgdevicemanagementdeviceenrollmentconfigurationpriority #> function Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='SetExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Set', Mandatory)] [Parameter(ParameterSetName='SetExpanded', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of deviceEnrollmentConfiguration ${DeviceEnrollmentConfigurationId}, [Parameter(ParameterSetName='SetViaIdentity', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='SetViaIdentityExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(ParameterSetName='Set', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='SetViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPaths1Ch2TbmDevicemanagementDeviceenrollmentconfigurationsDeviceenrollmentconfigurationIdMicrosoftGraphSetpriorityPostRequestbodyContentApplicationJsonSchema] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='SetExpanded')] [Parameter(ParameterSetName='SetViaIdentityExpanded')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='SetExpanded')] [Parameter(ParameterSetName='SetViaIdentityExpanded')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Int32] # . ${Priority}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Set = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority_Set'; SetExpanded = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority_SetExpanded'; SetViaIdentity = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority_SetViaIdentity'; SetViaIdentityExpanded = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority_SetViaIdentityExpanded'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action assign .Description Invoke action assign .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Inputs Microsoft.Graph.PowerShell.Models.IPathsScqz9HDevicemanagementDeviceenrollmentconfigurationsDeviceenrollmentconfigurationIdMicrosoftGraphAssignPostRequestbodyContentApplicationJsonSchema .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER <IPathsScqz9HDevicemanagementDeviceenrollmentconfigurationsDeviceenrollmentconfigurationIdMicrosoftGraphAssignPostRequestbodyContentApplicationJsonSchema>: . [(Any) <Object>]: This indicates any property can be added to this object. [EnrollmentConfigurationAssignments <IMicrosoftGraphEnrollmentConfigurationAssignment[]>]: [Id <String>]: Read-only. [Target <IMicrosoftGraphDeviceAndAppManagementAssignmentTarget>]: Base type for assignment targets. [(Any) <Object>]: This indicates any property can be added to this object. ENROLLMENTCONFIGURATIONASSIGNMENTS <IMicrosoftGraphEnrollmentConfigurationAssignment[]>: . [Id <String>]: Read-only. [Target <IMicrosoftGraphDeviceAndAppManagementAssignmentTarget>]: Base type for assignment targets. [(Any) <Object>]: This indicates any property can be added to this object. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/set-mgdevicemanagementdeviceenrollmentconfiguration #> function Set-MgDeviceManagementDeviceEnrollmentConfiguration { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='AssignExpanded', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Assign', Mandatory)] [Parameter(ParameterSetName='AssignExpanded', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of deviceEnrollmentConfiguration ${DeviceEnrollmentConfigurationId}, [Parameter(ParameterSetName='AssignViaIdentity', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='AssignViaIdentityExpanded', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(ParameterSetName='Assign', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='AssignViaIdentity', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPathsScqz9HDevicemanagementDeviceenrollmentconfigurationsDeviceenrollmentconfigurationIdMicrosoftGraphAssignPostRequestbodyContentApplicationJsonSchema] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='AssignExpanded')] [Parameter(ParameterSetName='AssignViaIdentityExpanded')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='AssignExpanded')] [Parameter(ParameterSetName='AssignViaIdentityExpanded')] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IMicrosoftGraphEnrollmentConfigurationAssignment[]] # . # To construct, see NOTES section for ENROLLMENTCONFIGURATIONASSIGNMENTS properties and create a hash table. ${EnrollmentConfigurationAssignments}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Assign = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceEnrollmentConfiguration_Assign'; AssignExpanded = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceEnrollmentConfiguration_AssignExpanded'; AssignViaIdentity = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceEnrollmentConfiguration_AssignViaIdentity'; AssignViaIdentityExpanded = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementDeviceEnrollmentConfiguration_AssignViaIdentityExpanded'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action bypassActivationLock .Description Invoke action bypassActivationLock .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/skip-mgdevicemanagementmanageddeviceactivationlock #> function Skip-MgDeviceManagementManagedDeviceActivationLock { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Bypass1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Bypass1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='BypassViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Bypass1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Skip-MgDeviceManagementManagedDeviceActivationLock_Bypass1'; BypassViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Skip-MgDeviceManagementManagedDeviceActivationLock_BypassViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action sync .Description Invoke action sync .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Inputs Microsoft.Graph.PowerShell.Models.IPathsD33NzdDevicemanagementExchangeconnectorsDevicemanagementexchangeconnectorIdMicrosoftGraphSyncPostRequestbodyContentApplicationJsonSchema .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER <IPathsD33NzdDevicemanagementExchangeconnectorsDevicemanagementexchangeconnectorIdMicrosoftGraphSyncPostRequestbodyContentApplicationJsonSchema>: . [(Any) <Object>]: This indicates any property can be added to this object. [SyncType <String>]: deviceManagementExchangeConnectorSyncType INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/sync-mgdevicemanagementexchangeconnector #> function Sync-MgDeviceManagementExchangeConnector { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='SyncExpanded1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Sync1', Mandatory)] [Parameter(ParameterSetName='SyncExpanded1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of deviceManagementExchangeConnector ${DeviceManagementExchangeConnectorId}, [Parameter(ParameterSetName='SyncViaIdentity1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='SyncViaIdentityExpanded1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(ParameterSetName='Sync1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='SyncViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPathsD33NzdDevicemanagementExchangeconnectorsDevicemanagementexchangeconnectorIdMicrosoftGraphSyncPostRequestbodyContentApplicationJsonSchema] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='SyncExpanded1')] [Parameter(ParameterSetName='SyncViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='SyncExpanded1')] [Parameter(ParameterSetName='SyncViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.String] # deviceManagementExchangeConnectorSyncType ${SyncType}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Sync1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Sync-MgDeviceManagementExchangeConnector_Sync1'; SyncExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Sync-MgDeviceManagementExchangeConnector_SyncExpanded1'; SyncViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Sync-MgDeviceManagementExchangeConnector_SyncViaIdentity1'; SyncViaIdentityExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Sync-MgDeviceManagementExchangeConnector_SyncViaIdentityExpanded1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action syncDevice .Description Invoke action syncDevice .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/sync-mgdevicemanagementmanageddevice #> function Sync-MgDeviceManagementManagedDevice { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Sync1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Sync1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='SyncViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Sync1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Sync-MgDeviceManagementManagedDevice_Sync1'; SyncViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Sync-MgDeviceManagementManagedDevice_SyncViaIdentity1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # ---------------------------------------------------------------------------------- # # Copyright Microsoft Corporation # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ---------------------------------------------------------------------------------- <# .Synopsis Invoke action updateWindowsDeviceAccount .Description Invoke action updateWindowsDeviceAccount .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity .Inputs Microsoft.Graph.PowerShell.Models.IPaths1L95NseDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphUpdatewindowsdeviceaccountPostRequestbodyContentApplicationJsonSchema .Outputs System.Boolean .Notes COMPLEX PARAMETER PROPERTIES To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables. BODYPARAMETER <IPaths1L95NseDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphUpdatewindowsdeviceaccountPostRequestbodyContentApplicationJsonSchema>: . [(Any) <Object>]: This indicates any property can be added to this object. [UpdateWindowsDeviceAccountActionParameter <IMicrosoftGraphUpdateWindowsDeviceAccountActionParameter>]: updateWindowsDeviceAccountActionParameter [(Any) <Object>]: This indicates any property can be added to this object. [CalendarSyncEnabled <Boolean?>]: Not yet documented [DeviceAccount <IMicrosoftGraphWindowsDeviceAccount>]: windowsDeviceAccount [(Any) <Object>]: This indicates any property can be added to this object. [Password <String>]: Not yet documented [DeviceAccountEmail <String>]: Not yet documented [ExchangeServer <String>]: Not yet documented [PasswordRotationEnabled <Boolean?>]: Not yet documented [SessionInitiationProtocalAddress <String>]: Not yet documented INPUTOBJECT <IDeviceManagementActionsIdentity>: Identity Parameter [AndroidDeviceOwnerEnrollmentProfileId <String>]: key: id of androidDeviceOwnerEnrollmentProfile [AndroidForWorkEnrollmentProfileId <String>]: key: id of androidForWorkEnrollmentProfile [AppLogCollectionRequestId <String>]: key: id of appLogCollectionRequest [AppleUserInitiatedEnrollmentProfileId <String>]: key: id of appleUserInitiatedEnrollmentProfile [CloudPcId <String>]: key: id of cloudPC [CloudPcOnPremisesConnectionId <String>]: key: id of cloudPcOnPremisesConnection [CloudPcProvisioningPolicyId <String>]: key: id of cloudPcProvisioningPolicy [DataSharingConsentId <String>]: key: id of dataSharingConsent [DepOnboardingSettingId <String>]: key: id of depOnboardingSetting [DetectedAppId <String>]: key: id of detectedApp [DeviceAndAppManagementRoleAssignmentId <String>]: key: id of deviceAndAppManagementRoleAssignment [DeviceCompliancePolicyId <String>]: key: id of deviceCompliancePolicy [DeviceComplianceScriptId <String>]: key: id of deviceComplianceScript [DeviceConfigurationGroupAssignmentId <String>]: key: id of deviceConfigurationGroupAssignment [DeviceConfigurationId <String>]: key: id of deviceConfiguration [DeviceCustomAttributeShellScriptId <String>]: key: id of deviceCustomAttributeShellScript [DeviceEnrollmentConfigurationId <String>]: key: id of deviceEnrollmentConfiguration [DeviceHealthScriptDeviceStateId <String>]: key: id of deviceHealthScriptDeviceState [DeviceHealthScriptId <String>]: key: id of deviceHealthScript [DeviceLogCollectionResponseId <String>]: key: id of deviceLogCollectionResponse [DeviceManagementConfigurationPolicyId <String>]: key: id of deviceManagementConfigurationPolicy [DeviceManagementExchangeConnectorId <String>]: key: id of deviceManagementExchangeConnector [DeviceManagementIntentId <String>]: key: id of deviceManagementIntent [DeviceManagementResourceAccessProfileBaseId <String>]: key: id of deviceManagementResourceAccessProfileBase [DeviceManagementScriptDeviceStateId <String>]: key: id of deviceManagementScriptDeviceState [DeviceManagementScriptId <String>]: key: id of deviceManagementScript [DeviceManagementTemplateId <String>]: key: id of deviceManagementTemplate [DeviceManagementTemplateId1 <String>]: key: id of deviceManagementTemplate [DeviceShellScriptId <String>]: key: id of deviceShellScript [EmbeddedSimActivationCodePoolId <String>]: key: id of embeddedSIMActivationCodePool [EnrollmentProfileId <String>]: key: id of enrollmentProfile [GroupPolicyConfigurationId <String>]: key: id of groupPolicyConfiguration [GroupPolicyUploadedDefinitionFileId <String>]: key: id of groupPolicyUploadedDefinitionFile [IntuneBrandingProfileId <String>]: key: id of intuneBrandingProfile [ManagedDeviceId <String>]: key: id of managedDevice [MicrosoftTunnelServerId <String>]: key: id of microsoftTunnelServer [MicrosoftTunnelServerLogCollectionResponseId <String>]: key: id of microsoftTunnelServerLogCollectionResponse [MicrosoftTunnelSiteId <String>]: key: id of microsoftTunnelSite [MobileAppTroubleshootingEventId <String>]: key: id of mobileAppTroubleshootingEvent [NotificationMessageTemplateId <String>]: key: id of notificationMessageTemplate [RemoteAssistancePartnerId <String>]: key: id of remoteAssistancePartner [RoleScopeTagId <String>]: key: id of roleScopeTag [WindowsAutopilotDeploymentProfileId <String>]: key: id of windowsAutopilotDeploymentProfile [WindowsAutopilotDeviceIdentityId <String>]: key: id of windowsAutopilotDeviceIdentity [WindowsFeatureUpdateProfileId <String>]: key: id of windowsFeatureUpdateProfile [WindowsQualityUpdateProfileId <String>]: key: id of windowsQualityUpdateProfile UPDATEWINDOWSDEVICEACCOUNTACTIONPARAMETER <IMicrosoftGraphUpdateWindowsDeviceAccountActionParameter>: updateWindowsDeviceAccountActionParameter [(Any) <Object>]: This indicates any property can be added to this object. [CalendarSyncEnabled <Boolean?>]: Not yet documented [DeviceAccount <IMicrosoftGraphWindowsDeviceAccount>]: windowsDeviceAccount [(Any) <Object>]: This indicates any property can be added to this object. [Password <String>]: Not yet documented [DeviceAccountEmail <String>]: Not yet documented [ExchangeServer <String>]: Not yet documented [PasswordRotationEnabled <Boolean?>]: Not yet documented [SessionInitiationProtocalAddress <String>]: Not yet documented .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/update-mgdevicemanagementmanageddevicewindowdeviceaccount #> function Update-MgDeviceManagementManagedDeviceWindowDeviceAccount { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='UpdateExpanded1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Update1', Mandatory)] [Parameter(ParameterSetName='UpdateExpanded1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of managedDevice ${ManagedDeviceId}, [Parameter(ParameterSetName='UpdateViaIdentity1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='UpdateViaIdentityExpanded1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Path')] [Microsoft.Graph.PowerShell.Models.IDeviceManagementActionsIdentity] # Identity Parameter # To construct, see NOTES section for INPUTOBJECT properties and create a hash table. ${InputObject}, [Parameter(ParameterSetName='Update1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='UpdateViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPaths1L95NseDevicemanagementManageddevicesManageddeviceIdMicrosoftGraphUpdatewindowsdeviceaccountPostRequestbodyContentApplicationJsonSchema] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='UpdateExpanded1')] [Parameter(ParameterSetName='UpdateViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='UpdateExpanded1')] [Parameter(ParameterSetName='UpdateViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUpdateWindowsDeviceAccountActionParameter] # updateWindowsDeviceAccountActionParameter # To construct, see NOTES section for UPDATEWINDOWSDEVICEACCOUNTACTIONPARAMETER properties and create a hash table. ${UpdateWindowsDeviceAccountActionParameter}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Wait for .NET debugger to attach ${Break}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be appended to the front of the pipeline ${HttpPipelineAppend}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [Microsoft.Graph.PowerShell.Runtime.SendAsyncStep[]] # SendAsync Pipeline Steps to be prepended to the front of the pipeline ${HttpPipelinePrepend}, [Parameter()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Returns true when the command succeeds ${PassThru}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Uri] # The URI for the proxy server to use ${Proxy}, [Parameter(DontShow)] [ValidateNotNull()] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.PSCredential] # Credentials for a proxy server to use for the remote call ${ProxyCredential}, [Parameter(DontShow)] [Microsoft.Graph.PowerShell.Category('Runtime')] [System.Management.Automation.SwitchParameter] # Use the default credentials for the proxy ${ProxyUseDefaultCredentials} ) begin { try { $outBuffer = $null if ($PSBoundParameters.TryGetValue('OutBuffer', [ref]$outBuffer)) { $PSBoundParameters['OutBuffer'] = 1 } $parameterSet = $PSCmdlet.ParameterSetName $mapping = @{ Update1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Update-MgDeviceManagementManagedDeviceWindowDeviceAccount_Update1'; UpdateExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Update-MgDeviceManagementManagedDeviceWindowDeviceAccount_UpdateExpanded1'; UpdateViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Update-MgDeviceManagementManagedDeviceWindowDeviceAccount_UpdateViaIdentity1'; UpdateViaIdentityExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Update-MgDeviceManagementManagedDeviceWindowDeviceAccount_UpdateViaIdentityExpanded1'; } $wrappedCmd = $ExecutionContext.InvokeCommand.GetCommand(($mapping[$parameterSet]), [System.Management.Automation.CommandTypes]::Cmdlet) $scriptCmd = {& $wrappedCmd @PSBoundParameters} $steppablePipeline = $scriptCmd.GetSteppablePipeline($MyInvocation.CommandOrigin) $steppablePipeline.Begin($PSCmdlet) } catch { throw } } process { try { $steppablePipeline.Process($_) } catch { throw } } end { try { $steppablePipeline.End() } catch { throw } } } # SIG # Begin signature block # MIIjkgYJKoZIhvcNAQcCoIIjgzCCI38CAQExDzANBglghkgBZQMEAgEFADB5Bgor # BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG # KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCDnIzcoSyjXDhOj # JIgz91bnYsjxM9E2a828pUSmT5zDVqCCDYEwggX/MIID56ADAgECAhMzAAAB32vw # LpKnSrTQAAAAAAHfMA0GCSqGSIb3DQEBCwUAMH4xCzAJBgNVBAYTAlVTMRMwEQYD # VQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNy # b3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMTH01pY3Jvc29mdCBDb2RlIFNpZ25p # bmcgUENBIDIwMTEwHhcNMjAxMjE1MjEzMTQ1WhcNMjExMjAyMjEzMTQ1WjB0MQsw # CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u # ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMR4wHAYDVQQDExVNaWNy # b3NvZnQgQ29ycG9yYXRpb24wggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB # AQC2uxlZEACjqfHkuFyoCwfL25ofI9DZWKt4wEj3JBQ48GPt1UsDv834CcoUUPMn # s/6CtPoaQ4Thy/kbOOg/zJAnrJeiMQqRe2Lsdb/NSI2gXXX9lad1/yPUDOXo4GNw # PjXq1JZi+HZV91bUr6ZjzePj1g+bepsqd/HC1XScj0fT3aAxLRykJSzExEBmU9eS # yuOwUuq+CriudQtWGMdJU650v/KmzfM46Y6lo/MCnnpvz3zEL7PMdUdwqj/nYhGG # 3UVILxX7tAdMbz7LN+6WOIpT1A41rwaoOVnv+8Ua94HwhjZmu1S73yeV7RZZNxoh # EegJi9YYssXa7UZUUkCCA+KnAgMBAAGjggF+MIIBejAfBgNVHSUEGDAWBgorBgEE # AYI3TAgBBggrBgEFBQcDAzAdBgNVHQ4EFgQUOPbML8IdkNGtCfMmVPtvI6VZ8+Mw # UAYDVR0RBEkwR6RFMEMxKTAnBgNVBAsTIE1pY3Jvc29mdCBPcGVyYXRpb25zIFB1 # ZXJ0byBSaWNvMRYwFAYDVQQFEw0yMzAwMTIrNDYzMDA5MB8GA1UdIwQYMBaAFEhu # ZOVQBdOCqhc3NyK1bajKdQKVMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly93d3cu # bWljcm9zb2Z0LmNvbS9wa2lvcHMvY3JsL01pY0NvZFNpZ1BDQTIwMTFfMjAxMS0w # Ny0wOC5jcmwwYQYIKwYBBQUHAQEEVTBTMFEGCCsGAQUFBzAChkVodHRwOi8vd3d3 # Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2NlcnRzL01pY0NvZFNpZ1BDQTIwMTFfMjAx # MS0wNy0wOC5jcnQwDAYDVR0TAQH/BAIwADANBgkqhkiG9w0BAQsFAAOCAgEAnnqH # tDyYUFaVAkvAK0eqq6nhoL95SZQu3RnpZ7tdQ89QR3++7A+4hrr7V4xxmkB5BObS # 0YK+MALE02atjwWgPdpYQ68WdLGroJZHkbZdgERG+7tETFl3aKF4KpoSaGOskZXp # TPnCaMo2PXoAMVMGpsQEQswimZq3IQ3nRQfBlJ0PoMMcN/+Pks8ZTL1BoPYsJpok # t6cql59q6CypZYIwgyJ892HpttybHKg1ZtQLUlSXccRMlugPgEcNZJagPEgPYni4 # b11snjRAgf0dyQ0zI9aLXqTxWUU5pCIFiPT0b2wsxzRqCtyGqpkGM8P9GazO8eao # mVItCYBcJSByBx/pS0cSYwBBHAZxJODUqxSXoSGDvmTfqUJXntnWkL4okok1FiCD # Z4jpyXOQunb6egIXvkgQ7jb2uO26Ow0m8RwleDvhOMrnHsupiOPbozKroSa6paFt # VSh89abUSooR8QdZciemmoFhcWkEwFg4spzvYNP4nIs193261WyTaRMZoceGun7G # CT2Rl653uUj+F+g94c63AhzSq4khdL4HlFIP2ePv29smfUnHtGq6yYFDLnT0q/Y+ # Di3jwloF8EWkkHRtSuXlFUbTmwr/lDDgbpZiKhLS7CBTDj32I0L5i532+uHczw82 # oZDmYmYmIUSMbZOgS65h797rj5JJ6OkeEUJoAVwwggd6MIIFYqADAgECAgphDpDS # AAAAAAADMA0GCSqGSIb3DQEBCwUAMIGIMQswCQYDVQQGEwJVUzETMBEGA1UECBMK # V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0 # IENvcnBvcmF0aW9uMTIwMAYDVQQDEylNaWNyb3NvZnQgUm9vdCBDZXJ0aWZpY2F0 # ZSBBdXRob3JpdHkgMjAxMTAeFw0xMTA3MDgyMDU5MDlaFw0yNjA3MDgyMTA5MDla # MH4xCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdS # ZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKDAmBgNVBAMT # H01pY3Jvc29mdCBDb2RlIFNpZ25pbmcgUENBIDIwMTEwggIiMA0GCSqGSIb3DQEB # AQUAA4ICDwAwggIKAoICAQCr8PpyEBwurdhuqoIQTTS68rZYIZ9CGypr6VpQqrgG # OBoESbp/wwwe3TdrxhLYC/A4wpkGsMg51QEUMULTiQ15ZId+lGAkbK+eSZzpaF7S # 35tTsgosw6/ZqSuuegmv15ZZymAaBelmdugyUiYSL+erCFDPs0S3XdjELgN1q2jz # y23zOlyhFvRGuuA4ZKxuZDV4pqBjDy3TQJP4494HDdVceaVJKecNvqATd76UPe/7 # 4ytaEB9NViiienLgEjq3SV7Y7e1DkYPZe7J7hhvZPrGMXeiJT4Qa8qEvWeSQOy2u # M1jFtz7+MtOzAz2xsq+SOH7SnYAs9U5WkSE1JcM5bmR/U7qcD60ZI4TL9LoDho33 # X/DQUr+MlIe8wCF0JV8YKLbMJyg4JZg5SjbPfLGSrhwjp6lm7GEfauEoSZ1fiOIl # XdMhSz5SxLVXPyQD8NF6Wy/VI+NwXQ9RRnez+ADhvKwCgl/bwBWzvRvUVUvnOaEP # 6SNJvBi4RHxF5MHDcnrgcuck379GmcXvwhxX24ON7E1JMKerjt/sW5+v/N2wZuLB # l4F77dbtS+dJKacTKKanfWeA5opieF+yL4TXV5xcv3coKPHtbcMojyyPQDdPweGF # RInECUzF1KVDL3SV9274eCBYLBNdYJWaPk8zhNqwiBfenk70lrC8RqBsmNLg1oiM # CwIDAQABo4IB7TCCAekwEAYJKwYBBAGCNxUBBAMCAQAwHQYDVR0OBBYEFEhuZOVQ # BdOCqhc3NyK1bajKdQKVMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIAQwBBMAsGA1Ud # DwQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFHItOgIxkEO5FAVO # 4eqnxzHRI4k0MFoGA1UdHwRTMFEwT6BNoEuGSWh0dHA6Ly9jcmwubWljcm9zb2Z0 # LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18y # Mi5jcmwwXgYIKwYBBQUHAQEEUjBQME4GCCsGAQUFBzAChkJodHRwOi8vd3d3Lm1p # Y3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dDIwMTFfMjAxMV8wM18y # Mi5jcnQwgZ8GA1UdIASBlzCBlDCBkQYJKwYBBAGCNy4DMIGDMD8GCCsGAQUFBwIB # FjNodHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpb3BzL2RvY3MvcHJpbWFyeWNw # cy5odG0wQAYIKwYBBQUHAgIwNB4yIB0ATABlAGcAYQBsAF8AcABvAGwAaQBjAHkA # XwBzAHQAYQB0AGUAbQBlAG4AdAAuIB0wDQYJKoZIhvcNAQELBQADggIBAGfyhqWY # 4FR5Gi7T2HRnIpsLlhHhY5KZQpZ90nkMkMFlXy4sPvjDctFtg/6+P+gKyju/R6mj # 82nbY78iNaWXXWWEkH2LRlBV2AySfNIaSxzzPEKLUtCw/WvjPgcuKZvmPRul1LUd # d5Q54ulkyUQ9eHoj8xN9ppB0g430yyYCRirCihC7pKkFDJvtaPpoLpWgKj8qa1hJ # Yx8JaW5amJbkg/TAj/NGK978O9C9Ne9uJa7lryft0N3zDq+ZKJeYTQ49C/IIidYf # wzIY4vDFLc5bnrRJOQrGCsLGra7lstnbFYhRRVg4MnEnGn+x9Cf43iw6IGmYslmJ # aG5vp7d0w0AFBqYBKig+gj8TTWYLwLNN9eGPfxxvFX1Fp3blQCplo8NdUmKGwx1j # NpeG39rz+PIWoZon4c2ll9DuXWNB41sHnIc+BncG0QaxdR8UvmFhtfDcxhsEvt9B # xw4o7t5lL+yX9qFcltgA1qFGvVnzl6UJS0gQmYAf0AApxbGbpT9Fdx41xtKiop96 # eiL6SJUfq/tHI4D1nvi/a7dLl+LrdXga7Oo3mXkYS//WsyNodeav+vyL6wuA6mk7 # r/ww7QRMjt/fdW1jkT3RnVZOT7+AVyKheBEyIXrvQQqxP/uozKRdwaGIm1dxVk5I # RcBCyZt2WwqASGv9eZ/BvW1taslScxMNelDNMYIVZzCCFWMCAQEwgZUwfjELMAkG # A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx # HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEoMCYGA1UEAxMfTWljcm9z # b2Z0IENvZGUgU2lnbmluZyBQQ0EgMjAxMQITMwAAAd9r8C6Sp0q00AAAAAAB3zAN # BglghkgBZQMEAgEFAKCBrjAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIBBDAcBgor # BgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAvBgkqhkiG9w0BCQQxIgQgcUYsyTJI # BKgd3kB9qk2Cf8tMOE4zrZekmooGqkxNZxkwQgYKKwYBBAGCNwIBDDE0MDKgFIAS # AE0AaQBjAHIAbwBzAG8AZgB0oRqAGGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbTAN # BgkqhkiG9w0BAQEFAASCAQCuNllMWwSSiucPkjqAJcKj78TmhsdhV7STp9NBfBCf # 3dbglLY3+3cv5eHmPbZrLTVkamzCubdWGBvgIoW44Pz82wc+GtZi6FXRSuD8Wabi # hDmwUt2hsJEauzehpsKXEm3owqM9DEyVkkof+QRbotHyaq9YRMZ7c/eQgv3BMGf8 # wrfYkIxthv/oME3g57qaTURBSRnhG8YxYrf/k3HGYbJRMJBcM4d6xm4pPvRR+DbI # ikmZmCRn8DwNsYW9n7ukml+bML0SppFcpsqY1s2Ne7NyfnT9HgFtuhnEJOHgcjFw # 2qLThJrE+x3IaE1knMv59nlpAo58UYohT0PZptqQGrRqoYIS8TCCEu0GCisGAQQB # gjcDAwExghLdMIIS2QYJKoZIhvcNAQcCoIISyjCCEsYCAQMxDzANBglghkgBZQME # AgEFADCCAVUGCyqGSIb3DQEJEAEEoIIBRASCAUAwggE8AgEBBgorBgEEAYRZCgMB # MDEwDQYJYIZIAWUDBAIBBQAEIN8B3VgclswPQ3W+gLDblIKSOyUGvcqRLKUALBJd # zCyJAgZgPPUFd+IYEzIwMjEwMzEyMTI0OTE5LjY3NFowBIACAfSggdSkgdEwgc4x # CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRt # b25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKTAnBgNVBAsTIE1p # Y3Jvc29mdCBPcGVyYXRpb25zIFB1ZXJ0byBSaWNvMSYwJAYDVQQLEx1UaGFsZXMg # VFNTIEVTTjpGODdBLUUzNzQtRDdCOTElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUt # U3RhbXAgU2VydmljZaCCDkQwggT1MIID3aADAgECAhMzAAABY4tkxsmFlmV2AAAA # AAFjMA0GCSqGSIb3DQEBCwUAMHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNo # aW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29y # cG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAyMDEw # MB4XDTIxMDExNDE5MDIyM1oXDTIyMDQxMTE5MDIyM1owgc4xCzAJBgNVBAYTAlVT # MRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQK # ExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKTAnBgNVBAsTIE1pY3Jvc29mdCBPcGVy # YXRpb25zIFB1ZXJ0byBSaWNvMSYwJAYDVQQLEx1UaGFsZXMgVFNTIEVTTjpGODdB # LUUzNzQtRDdCOTElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUtU3RhbXAgU2Vydmlj # ZTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK1xF/YSncl0YpL/qN2F # nfwjf0i8a+C4ELz5UZy3JOU54XH+rHv1y3LgKYGu3wrtNSEY4Hz5z6PRlEJvv7aK # 2tm7WvFSes7iLFhQ08DV4hVx5zF6ll5uN2ti2fJNZ6JDjMSVYuY/waYdNFo7N4l8 # x87/1STIob3PDiaqAoEZ1hEbmuRr44EKP/3RDgo/AY0o01zAF4k5Hvyrfz03GaJI # Z6EIIgbYbE6E2LX2cJZ963aNYPZLYVbNnTviO7p2eGHtaAkn08QrzW9pz1aGCTUl # DLRULnMiQVLNigaU1v8OTzv7alAInTlRfFLvPIV0JJ2SPq+wVLxPGhiVswErX98/ # szUCAwEAAaOCARswggEXMB0GA1UdDgQWBBQJNcrxdnJn7j8xWp9Gx5A+1989KTAf # BgNVHSMEGDAWgBTVYzpcijGQ80N7fEYbxTNoWoVtVTBWBgNVHR8ETzBNMEugSaBH # hkVodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20vcGtpL2NybC9wcm9kdWN0cy9NaWNU # aW1TdGFQQ0FfMjAxMC0wNy0wMS5jcmwwWgYIKwYBBQUHAQEETjBMMEoGCCsGAQUF # BzAChj5odHRwOi8vd3d3Lm1pY3Jvc29mdC5jb20vcGtpL2NlcnRzL01pY1RpbVN0 # YVBDQV8yMDEwLTA3LTAxLmNydDAMBgNVHRMBAf8EAjAAMBMGA1UdJQQMMAoGCCsG # AQUFBwMIMA0GCSqGSIb3DQEBCwUAA4IBAQACiEGCB9eO4lPOjjICYfsTqam9IqdR # tMj20UBBVLhufvP9xvloI8LZ9wOPq4sCoJSdhMLawUWZd67vFlM/iBP+7Xkq109T # aeQSE4Nc9ueM15flEvao4ZtzGoWTcxpC+alYY0kVGIj6SxBSxnCkoZesT44WVITB # QL/43PmHxVAFD0C1cDzza5nv1CSiDvnZ4qNxpP6af9IYfKbJB4bJxBq52FZVQqR4 # dA6Na7H4sThh1AY/qYc6kzmSphUvEzCq5xPZ8+TlsoNNZYz6TAR6qnefT2D/3Dsn # 7XmO+wNjIi6AEWQJHaqwB7R5OWO7QJ7p07Rl/4TvkNMzvZl8BBSfX7YjMIIGcTCC # BFmgAwIBAgIKYQmBKgAAAAAAAjANBgkqhkiG9w0BAQsFADCBiDELMAkGA1UEBhMC # VVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNV # BAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEyMDAGA1UEAxMpTWljcm9zb2Z0IFJv # b3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTAwHhcNMTAwNzAxMjEzNjU1WhcN # MjUwNzAxMjE0NjU1WjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3Rv # bjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0 # aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDCCASIw # DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAKkdDbx3EYo6IOz8E5f1+n9plGt0 # VBDVpQoAgoX77XxoSyxfxcPlYcJ2tz5mK1vwFVMnBDEfQRsalR3OCROOfGEwWbEw # RA/xYIiEVEMM1024OAizQt2TrNZzMFcmgqNFDdDq9UeBzb8kYDJYYEbyWEeGMoQe # dGFnkV+BVLHPk0ySwcSmXdFhE24oxhr5hoC732H8RsEnHSRnEnIaIYqvS2SJUGKx # Xf13Hz3wV3WsvYpCTUBR0Q+cBj5nf/VmwAOWRH7v0Ev9buWayrGo8noqCjHw2k4G # kbaICDXoeByw6ZnNPOcvRLqn9NxkvaQBwSAJk3jN/LzAyURdXhacAQVPIk0CAwEA # AaOCAeYwggHiMBAGCSsGAQQBgjcVAQQDAgEAMB0GA1UdDgQWBBTVYzpcijGQ80N7 # fEYbxTNoWoVtVTAZBgkrBgEEAYI3FAIEDB4KAFMAdQBiAEMAQTALBgNVHQ8EBAMC # AYYwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSMEGDAWgBTV9lbLj+iiXGJo0T2UkFvX # zpoYxDBWBgNVHR8ETzBNMEugSaBHhkVodHRwOi8vY3JsLm1pY3Jvc29mdC5jb20v # cGtpL2NybC9wcm9kdWN0cy9NaWNSb29DZXJBdXRfMjAxMC0wNi0yMy5jcmwwWgYI # KwYBBQUHAQEETjBMMEoGCCsGAQUFBzAChj5odHRwOi8vd3d3Lm1pY3Jvc29mdC5j # b20vcGtpL2NlcnRzL01pY1Jvb0NlckF1dF8yMDEwLTA2LTIzLmNydDCBoAYDVR0g # AQH/BIGVMIGSMIGPBgkrBgEEAYI3LgMwgYEwPQYIKwYBBQUHAgEWMWh0dHA6Ly93 # d3cubWljcm9zb2Z0LmNvbS9QS0kvZG9jcy9DUFMvZGVmYXVsdC5odG0wQAYIKwYB # BQUHAgIwNB4yIB0ATABlAGcAYQBsAF8AUABvAGwAaQBjAHkAXwBTAHQAYQB0AGUA # bQBlAG4AdAAuIB0wDQYJKoZIhvcNAQELBQADggIBAAfmiFEN4sbgmD+BcQM9naOh # IW+z66bM9TG+zwXiqf76V20ZMLPCxWbJat/15/B4vceoniXj+bzta1RXCCtRgkQS # +7lTjMz0YBKKdsxAQEGb3FwX/1z5Xhc1mCRWS3TvQhDIr79/xn/yN31aPxzymXlK # kVIArzgPF/UveYFl2am1a+THzvbKegBvSzBEJCI8z+0DpZaPWSm8tv0E4XCfMkon # /VWvL/625Y4zu2JfmttXQOnxzplmkIz/amJ/3cVKC5Em4jnsGUpxY517IW3DnKOi # PPp/fZZqkHimbdLhnPkd/DjYlPTGpQqWhqS9nhquBEKDuLWAmyI4ILUl5WTs9/S/ # fmNZJQ96LjlXdqJxqgaKD4kWumGnEcua2A5HmoDF0M2n0O99g/DhO3EJ3110mCII # YdqwUB5vvfHhAN/nMQekkzr3ZUd46PioSKv33nJ+YWtvd6mBy6cJrDm77MbL2IK0 # cs0d9LiFAR6A+xuJKlQ5slvayA1VmXqHczsI5pgt6o3gMy4SKfXAL1QnIffIrE7a # KLixqduWsqdCosnPGUFN4Ib5KpqjEWYw07t0MkvfY3v1mYovG8chr1m1rtxEPJdQ # cdeh0sVV42neV8HR3jDA/czmTfsNv11P6Z0eGTgvvM9YBS7vDaBQNdrvCScc1bN+ # NR4Iuto229Nfj950iEkSoYIC0jCCAjsCAQEwgfyhgdSkgdEwgc4xCzAJBgNVBAYT # AlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYD # VQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xKTAnBgNVBAsTIE1pY3Jvc29mdCBP # cGVyYXRpb25zIFB1ZXJ0byBSaWNvMSYwJAYDVQQLEx1UaGFsZXMgVFNTIEVTTjpG # ODdBLUUzNzQtRDdCOTElMCMGA1UEAxMcTWljcm9zb2Z0IFRpbWUtU3RhbXAgU2Vy # dmljZaIjCgEBMAcGBSsOAwIaAxUA7SxgHt1J3SqTTSqzLcrMGZQBYe+ggYMwgYCk # fjB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMH # UmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQD # Ex1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0EgMjAxMDANBgkqhkiG9w0BAQUFAAIF # AOP1SzMwIhgPMjAyMTAzMTIwNjA2NDNaGA8yMDIxMDMxMzA2MDY0M1owdzA9Bgor # BgEEAYRZCgQBMS8wLTAKAgUA4/VLMwIBADAKAgEAAgIVkgIB/zAHAgEAAgIRTjAK # AgUA4/acswIBADA2BgorBgEEAYRZCgQCMSgwJjAMBgorBgEEAYRZCgMCoAowCAIB # AAIDB6EgoQowCAIBAAIDAYagMA0GCSqGSIb3DQEBBQUAA4GBAIpGMSP/QuIW90h6 # 9Qaj/5ioxOx3kcfAU8INMTuu5MT9IarVjuZ+DTXKFX/0u8HKSHCYzmhf6P5Wtuqa # PQhaV0QXX/FwqZptWyKz5ets8CLMARaaAw2a60chugh4V2/sJQkrnDGxMnoCb2E+ # +dtMsEP3ClbOQ/Vplm2d8Jdk7gA6MYIDDTCCAwkCAQEwgZMwfDELMAkGA1UEBhMC # VVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNV # BAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRp # bWUtU3RhbXAgUENBIDIwMTACEzMAAAFji2TGyYWWZXYAAAAAAWMwDQYJYIZIAWUD # BAIBBQCgggFKMBoGCSqGSIb3DQEJAzENBgsqhkiG9w0BCRABBDAvBgkqhkiG9w0B # CQQxIgQguNTi87xPEdtcLthBxmjjhKORSiihpvpBaPQME+vFaRUwgfoGCyqGSIb3 # DQEJEAIvMYHqMIHnMIHkMIG9BCCcWd2XHaFjoSikKbi4y9AYBIpLBy9Rb16ns1Gr # EfQjajCBmDCBgKR+MHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9u # MRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRp # b24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAyMDEwAhMzAAAB # Y4tkxsmFlmV2AAAAAAFjMCIEIPoVq/zdOwhhx4dncuvJAZdnyCUitqxxRexCTYMX # S8gAMA0GCSqGSIb3DQEBCwUABIIBAFJreMLQSUKx4MlQYJfTtOoYr5QDQLAHczmf # ZMg5VL76Eqvgr8IzWlADSgIw3DsQ7SuJMSXfLm38pzht2wuivFaoJc4NxFRf4CFY # b+AFuEs6fLb0ghzCNsyomoObLHbzejFKg9wARqd2d3afE4B9VJwlq8lI7u/821xh # JTGsdzby58EvTeayOBoPMzzKXJc6FRaKcWO0u9PLsI4aTSAQEy/6mxVAni8dgSL0 # Tf+m9g9dMQCAeta52uXjOgy4I7ja60zx/PIj45Jg18ln3Nr3WwZy7Q03wKqCnrC2 # 54ruCbGHkmIVVjcfnWHxPmUNt9D84tMnkARHRE52BOYghN9Y+T0= # SIG # End signature block |