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 Wipe a device .Description Wipe a device .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>]: [PersistEsimDataPlan <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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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(ParameterSetName='WipeExpanded1')] [Parameter(ParameterSetName='WipeViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Management.Automation.SwitchParameter] # . ${PersistEsimDataPlan}, [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 Disable lost mode .Description Disable lost mode .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 A request to remove the active TeamViewer connector .Description A request to remove the active TeamViewer connector .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Locate a device .Description Locate a device .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 import .Description Invoke action import .Example PS C:\> {{ Add code here }} {{ Add output here }} .Example PS C:\> {{ Add code here }} {{ Add output here }} .Inputs Microsoft.Graph.PowerShell.Models.IPaths1Jc0WclDevicemanagementImportedwindowsautopilotdeviceidentitiesMicrosoftGraphImportPostRequestbodyContentApplicationJsonSchema .Outputs Microsoft.Graph.PowerShell.Models.IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity .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 <IPaths1Jc0WclDevicemanagementImportedwindowsautopilotdeviceidentitiesMicrosoftGraphImportPostRequestbodyContentApplicationJsonSchema>: . [(Any) <Object>]: This indicates any property can be added to this object. [ImportedWindowsAutopilotDeviceIdentities <IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity[]>]: [Id <String>]: Read-only. [AssignedUserPrincipalName <String>]: UPN of the user the device will be assigned [GroupTag <String>]: Group Tag of the Windows autopilot device. [HardwareIdentifier <Byte[]>]: Hardware Blob of the Windows autopilot device. [ImportId <String>]: The Import Id of the Windows autopilot device. [ProductKey <String>]: Product Key of the Windows autopilot device. [SerialNumber <String>]: Serial number of the Windows autopilot device. [State <IMicrosoftGraphImportedWindowsAutopilotDeviceIdentityState>]: importedWindowsAutopilotDeviceIdentityState [(Any) <Object>]: This indicates any property can be added to this object. [DeviceErrorCode <Int32?>]: Device error code reported by Device Directory Service(DDS). [DeviceErrorName <String>]: Device error name reported by Device Directory Service(DDS). [DeviceImportStatus <String>]: importedWindowsAutopilotDeviceIdentityImportStatus [DeviceRegistrationId <String>]: Device Registration ID for successfully added device reported by Device Directory Service(DDS). IMPORTEDWINDOWSAUTOPILOTDEVICEIDENTITIES <IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity[]>: . [Id <String>]: Read-only. [AssignedUserPrincipalName <String>]: UPN of the user the device will be assigned [GroupTag <String>]: Group Tag of the Windows autopilot device. [HardwareIdentifier <Byte[]>]: Hardware Blob of the Windows autopilot device. [ImportId <String>]: The Import Id of the Windows autopilot device. [ProductKey <String>]: Product Key of the Windows autopilot device. [SerialNumber <String>]: Serial number of the Windows autopilot device. [State <IMicrosoftGraphImportedWindowsAutopilotDeviceIdentityState>]: importedWindowsAutopilotDeviceIdentityState [(Any) <Object>]: This indicates any property can be added to this object. [DeviceErrorCode <Int32?>]: Device error code reported by Device Directory Service(DDS). [DeviceErrorName <String>]: Device error name reported by Device Directory Service(DDS). [DeviceImportStatus <String>]: importedWindowsAutopilotDeviceIdentityImportStatus [DeviceRegistrationId <String>]: Device Registration ID for successfully added device reported by Device Directory Service(DDS). .Link https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/import-mgdevicemanagementimportedwindowautopilotdeviceidentity #> function Import-MgDeviceManagementImportedWindowAutopilotDeviceIdentity { [OutputType([Microsoft.Graph.PowerShell.Models.IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity])] [CmdletBinding(DefaultParameterSetName='ImportExpanded1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Import1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPaths1Jc0WclDevicemanagementImportedwindowsautopilotdeviceidentitiesMicrosoftGraphImportPostRequestbodyContentApplicationJsonSchema] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='ImportExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='ImportExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity[]] # . # To construct, see NOTES section for IMPORTEDWINDOWSAUTOPILOTDEVICEIDENTITIES properties and create a hash table. ${ImportedWindowsAutopilotDeviceIdentities}, [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 = @{ Import1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Import-MgDeviceManagementImportedWindowAutopilotDeviceIdentity_Import1'; ImportExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Import-MgDeviceManagementImportedWindowAutopilotDeviceIdentity_ImportExpanded1'; } $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 A request to start onboarding. Must be coupled with the appropriate TeamViewer account information .Description A request to start onboarding. Must be coupled with the appropriate TeamViewer account information .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Clean Windows device .Description Clean Windows device .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Shut down device .Description Shut down device .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Logout shared Apple device active user .Description Logout shared Apple device active user .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Retire a device .Description Retire a device .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Unassigns the user from an Autopilot device. .Description Unassigns the user from an Autopilot device. .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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-mgunassigndevicemanagementwindowautopilotdeviceidentityuserfromdevice #> function Invoke-MgUnassignDeviceManagementWindowAutopilotDeviceIdentityUserFromDevice { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='Unassign1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Unassign1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of windowsAutopilotDeviceIdentity ${WindowsAutopilotDeviceIdentityId}, [Parameter(ParameterSetName='UnassignViaIdentity1', 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 = @{ Unassign1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgUnassignDeviceManagementWindowAutopilotDeviceIdentityUserFromDevice_Unassign1'; UnassignViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Invoke-MgUnassignDeviceManagementWindowAutopilotDeviceIdentityUserFromDevice_UnassignViaIdentity1'; } $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 Remote lock .Description Remote lock .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Delete user from shared Apple device .Description Delete user from shared Apple device .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Request remote assistance .Description Request remote assistance .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Reset passcode .Description Reset passcode .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Reboot device .Description Reboot device .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Recover passcode .Description Recover passcode .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Sends test message using the specified notificationMessageTemplate in the default locale .Description Sends test message using the specified notificationMessageTemplate in the default locale .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 Assigns user to Autopilot devices. .Description Assigns user to Autopilot devices. .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.IPathsLgvh1ODevicemanagementWindowsautopilotdeviceidentitiesWindowsautopilotdeviceidentityIdMicrosoftGraphAssignusertodevicePostRequestbodyContentApplicationJsonSchema1 .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 <IPathsLgvh1ODevicemanagementWindowsautopilotdeviceidentitiesWindowsautopilotdeviceidentityIdMicrosoftGraphAssignusertodevicePostRequestbodyContentApplicationJsonSchema1>: . [(Any) <Object>]: This indicates any property can be added to this object. [AddressableUserName <String>]: [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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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-mgdevicemanagementwindowautopilotdeviceidentityusertodevice #> function Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice { [OutputType([System.Boolean])] [CmdletBinding(DefaultParameterSetName='AssignExpanded1', PositionalBinding=$false, SupportsShouldProcess, ConfirmImpact='Medium')] [Microsoft.Graph.PowerShell.Profile('v1.0')] param( [Parameter(ParameterSetName='Assign1', Mandatory)] [Parameter(ParameterSetName='AssignExpanded1', Mandatory)] [Microsoft.Graph.PowerShell.Category('Path')] [System.String] # key: id of windowsAutopilotDeviceIdentity ${WindowsAutopilotDeviceIdentityId}, [Parameter(ParameterSetName='AssignViaIdentity1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='AssignViaIdentityExpanded1', 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='Assign1', Mandatory, ValueFromPipeline)] [Parameter(ParameterSetName='AssignViaIdentity1', Mandatory, ValueFromPipeline)] [Microsoft.Graph.PowerShell.Category('Body')] [Microsoft.Graph.PowerShell.Models.IPathsLgvh1ODevicemanagementWindowsautopilotdeviceidentitiesWindowsautopilotdeviceidentityIdMicrosoftGraphAssignusertodevicePostRequestbodyContentApplicationJsonSchema1] # . # To construct, see NOTES section for BODYPARAMETER properties and create a hash table. ${BodyParameter}, [Parameter(ParameterSetName='AssignExpanded1')] [Parameter(ParameterSetName='AssignViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.Collections.Hashtable] # Additional Parameters ${AdditionalProperties}, [Parameter(ParameterSetName='AssignExpanded1')] [Parameter(ParameterSetName='AssignViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.String] # . ${AddressableUserName}, [Parameter(ParameterSetName='AssignExpanded1')] [Parameter(ParameterSetName='AssignViaIdentityExpanded1')] [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 = @{ Assign1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice_Assign1'; AssignExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice_AssignExpanded1'; AssignViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice_AssignViaIdentity1'; AssignViaIdentityExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice_AssignViaIdentityExpanded1'; } $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 Bypass activation lock .Description Bypass activation lock .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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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 } } } # ---------------------------------------------------------------------------------- # # 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 Updates properties on Autopilot devices. .Description Updates properties on Autopilot devices. .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.IPaths17Vu19LDevicemanagementWindowsautopilotdeviceidentitiesWindowsautopilotdeviceidentityIdMicrosoftGraphUpdatedevicepropertiesPostRequestbodyContentApplicationJsonSchema1 .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 <IPaths17Vu19LDevicemanagementWindowsautopilotdeviceidentitiesWindowsautopilotdeviceidentityIdMicrosoftGraphUpdatedevicepropertiesPostRequestbodyContentApplicationJsonSchema1>: . [(Any) <Object>]: This indicates any property can be added to this object. [AddressableUserName <String>]: [DisplayName <String>]: [GroupTag <String>]: [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 [CloudPcUserSettingId <String>]: key: id of cloudPcUserSetting [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 [DeviceManagementReusablePolicySettingId <String>]: key: id of deviceManagementReusablePolicySetting [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/update-mgdevicemanagementwindowautopilotdeviceidentitydeviceproperty #> function Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty { [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 windowsAutopilotDeviceIdentity ${WindowsAutopilotDeviceIdentityId}, [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.IPaths17Vu19LDevicemanagementWindowsautopilotdeviceidentitiesWindowsautopilotdeviceidentityIdMicrosoftGraphUpdatedevicepropertiesPostRequestbodyContentApplicationJsonSchema1] # . # 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')] [System.String] # . ${AddressableUserName}, [Parameter(ParameterSetName='UpdateExpanded1')] [Parameter(ParameterSetName='UpdateViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.String] # . ${DisplayName}, [Parameter(ParameterSetName='UpdateExpanded1')] [Parameter(ParameterSetName='UpdateViaIdentityExpanded1')] [Microsoft.Graph.PowerShell.Category('Body')] [System.String] # . ${GroupTag}, [Parameter(ParameterSetName='UpdateExpanded1')] [Parameter(ParameterSetName='UpdateViaIdentityExpanded1')] [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 = @{ Update1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty_Update1'; UpdateExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty_UpdateExpanded1'; UpdateViaIdentity1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty_UpdateViaIdentity1'; UpdateViaIdentityExpanded1 = 'Microsoft.Graph.DeviceManagement.Actions.private\Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty_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 # MIIjnwYJKoZIhvcNAQcCoIIjkDCCI4wCAQExDzANBglghkgBZQMEAgEFADB5Bgor # BgEEAYI3AgEEoGswaTA0BgorBgEEAYI3AgEeMCYCAwEAAAQQH8w7YFlLCE63JNLG # KX7zUQIBAAIBAAIBAAIBAAIBADAxMA0GCWCGSAFlAwQCAQUABCASbS6dl37/pKa7 # gwXy2bMPQBaSfAK7Gy+1WdcNL0uwhaCCDYEwggX/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/BvW1taslScxMNelDNMYIVdDCCFXACAQEwgZUwfjELMAkG # A1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0b24xEDAOBgNVBAcTB1JlZG1vbmQx # HjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3JhdGlvbjEoMCYGA1UEAxMfTWljcm9z # b2Z0IENvZGUgU2lnbmluZyBQQ0EgMjAxMQITMwAAAd9r8C6Sp0q00AAAAAAB3zAN # BglghkgBZQMEAgEFAKCBrjAZBgkqhkiG9w0BCQMxDAYKKwYBBAGCNwIBBDAcBgor # BgEEAYI3AgELMQ4wDAYKKwYBBAGCNwIBFTAvBgkqhkiG9w0BCQQxIgQg1wdkY+pa # FSshRSaFzV+E8HV2mn0sJSknTaL0hkZMLQwwQgYKKwYBBAGCNwIBDDE0MDKgFIAS # AE0AaQBjAHIAbwBzAG8AZgB0oRqAGGh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbTAN # BgkqhkiG9w0BAQEFAASCAQBRUx51U8HrxlBHZBpWURvAkcmwESZiVUcAreFlAU6p # IkDpnExwhpuzw+fYv0kbSfmXn3L7g5M3UIsjGlx4n0ps7dI3twzgko9N3vrnQ4IH # ROo+fgk9G0C2QOaJ4gm2OzoTr1Yk/OXh2SnCc99avmzmWDinUF10XJlDbkLDy9vI # oGVaiaWiPBp3kRvalSovcqfICwfo/IT4zWv6gTIOYBj7M6Fy0h9xttm2G4mE4DRS # 9NOPE/i2Fjj4mihe5XyQ/DW5sLxhpCCPBX+fd13QAQfUuhKQhxpVeisYZQbgceW/ # CuSEDuBLNmO60tQx6ynf+9zinUCRQynpbe5RSYs1q+FroYIS/jCCEvoGCisGAQQB # gjcDAwExghLqMIIS5gYJKoZIhvcNAQcCoIIS1zCCEtMCAQMxDzANBglghkgBZQME # AgEFADCCAVkGCyqGSIb3DQEJEAEEoIIBSASCAUQwggFAAgEBBgorBgEEAYRZCgMB # MDEwDQYJYIZIAWUDBAIBBQAEILGphyDNKUPGuHipi/CSnf9xzJpUe72V85sRH1dC # 0J1PAgZg1JCllCoYEzIwMjEwNzEyMjEzMDUxLjE2NFowBIACAfSggdikgdUwgdIx # CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRt # b25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLTArBgNVBAsTJE1p # Y3Jvc29mdCBJcmVsYW5kIE9wZXJhdGlvbnMgTGltaXRlZDEmMCQGA1UECxMdVGhh # bGVzIFRTUyBFU046ODZERi00QkJDLTkzMzUxJTAjBgNVBAMTHE1pY3Jvc29mdCBU # aW1lLVN0YW1wIFNlcnZpY2Wggg5NMIIE+TCCA+GgAwIBAgITMwAAAT7OyndSxfc0 # KwAAAAABPjANBgkqhkiG9w0BAQsFADB8MQswCQYDVQQGEwJVUzETMBEGA1UECBMK # V2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9zb2Z0 # IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQQ0Eg # MjAxMDAeFw0yMDEwMTUxNzI4MjVaFw0yMjAxMTIxNzI4MjVaMIHSMQswCQYDVQQG # EwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwG # A1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMS0wKwYDVQQLEyRNaWNyb3NvZnQg # SXJlbGFuZCBPcGVyYXRpb25zIExpbWl0ZWQxJjAkBgNVBAsTHVRoYWxlcyBUU1Mg # RVNOOjg2REYtNEJCQy05MzM1MSUwIwYDVQQDExxNaWNyb3NvZnQgVGltZS1TdGFt # cCBTZXJ2aWNlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvFTEyDzZ # fpws404gSC0kt4VSyX/vaxwOfri89gQdxvfQNvvQARebKR3plqHz0ZHZW+bmFxyG # tTh9zw20LSdpMcWYDFc1rzPuJvTNAnDkKyQP+TqrW7j/lDlCLbqi8ubo4EqSpkHr # a0Zt15j2r/IJGZbu3QaRY6qYMZxxkkw4Y5ubAwV3E1p+TNzFg8nzgJ9kwEM4xvZA # f9NhHhM2K/jx092xmKxyFfp0X0tboY9d1OyhdCXl8spOigE32g8zH12Y2NXTfI41 # 41LQU+9dKOKQ7YFF1kwofuGGwxMU0CsDimODWgr6VFVcNDd2tQbGubgdfLBGEBfj # e0PyoOOXEO1m4QIDAQABo4IBGzCCARcwHQYDVR0OBBYEFJNa8534u9BiLWvwtbZU # DraGiP17MB8GA1UdIwQYMBaAFNVjOlyKMZDzQ3t8RhvFM2hahW1VMFYGA1UdHwRP # ME0wS6BJoEeGRWh0dHA6Ly9jcmwubWljcm9zb2Z0LmNvbS9wa2kvY3JsL3Byb2R1 # Y3RzL01pY1RpbVN0YVBDQV8yMDEwLTA3LTAxLmNybDBaBggrBgEFBQcBAQROMEww # SgYIKwYBBQUHMAKGPmh0dHA6Ly93d3cubWljcm9zb2Z0LmNvbS9wa2kvY2VydHMv # TWljVGltU3RhUENBXzIwMTAtMDctMDEuY3J0MAwGA1UdEwEB/wQCMAAwEwYDVR0l # BAwwCgYIKwYBBQUHAwgwDQYJKoZIhvcNAQELBQADggEBAKaz+RF9Wp+GkrkVj6cY # 5djCdVepJFyufABJ1qKlCWXhOoYAcB7w7ZxzRC4Z2iY4bc9QU93sa2YDwhQwFPeq # fKZfWSkmrcus49QB9EGPc9FwIgfBQK2AJthaYEysTawS40f6yc6w/ybotAclqFAr # +BPDt0zGZoExvGc8ZpVAZpvSyXbzGLuKtm8K+R73VC4DUp4sRFck1Cx8ILvYdYSN # YqORyh0Gwi3v4HWmw6HutafFOdFjaKQEcSsn0SNLfY25qOqnu6DL+NAo7z3qD0eB # DISilWob5dllDcONfsu99UEtOnrbdl292yGNIyxilpI8XGNgGcZxKN6VqLBxAuKl # WOYwggZxMIIEWaADAgECAgphCYEqAAAAAAACMA0GCSqGSIb3DQEBCwUAMIGIMQsw # CQYDVQQGEwJVUzETMBEGA1UECBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9u # ZDEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTIwMAYDVQQDEylNaWNy # b3NvZnQgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgMjAxMDAeFw0xMDA3MDEy # MTM2NTVaFw0yNTA3MDEyMTQ2NTVaMHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpX # YXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQg # Q29ycG9yYXRpb24xJjAkBgNVBAMTHU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAy # MDEwMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqR0NvHcRijog7PwT # l/X6f2mUa3RUENWlCgCChfvtfGhLLF/Fw+Vhwna3PmYrW/AVUycEMR9BGxqVHc4J # E458YTBZsTBED/FgiIRUQwzXTbg4CLNC3ZOs1nMwVyaCo0UN0Or1R4HNvyRgMlhg # RvJYR4YyhB50YWeRX4FUsc+TTJLBxKZd0WETbijGGvmGgLvfYfxGwScdJGcSchoh # iq9LZIlQYrFd/XcfPfBXday9ikJNQFHRD5wGPmd/9WbAA5ZEfu/QS/1u5ZrKsajy # eioKMfDaTgaRtogINeh4HLDpmc085y9Euqf03GS9pAHBIAmTeM38vMDJRF1eFpwB # BU8iTQIDAQABo4IB5jCCAeIwEAYJKwYBBAGCNxUBBAMCAQAwHQYDVR0OBBYEFNVj # OlyKMZDzQ3t8RhvFM2hahW1VMBkGCSsGAQQBgjcUAgQMHgoAUwB1AGIAQwBBMAsG # A1UdDwQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNX2VsuP6KJc # YmjRPZSQW9fOmhjEMFYGA1UdHwRPME0wS6BJoEeGRWh0dHA6Ly9jcmwubWljcm9z # b2Z0LmNvbS9wa2kvY3JsL3Byb2R1Y3RzL01pY1Jvb0NlckF1dF8yMDEwLTA2LTIz # LmNybDBaBggrBgEFBQcBAQROMEwwSgYIKwYBBQUHMAKGPmh0dHA6Ly93d3cubWlj # cm9zb2Z0LmNvbS9wa2kvY2VydHMvTWljUm9vQ2VyQXV0XzIwMTAtMDYtMjMuY3J0 # MIGgBgNVHSABAf8EgZUwgZIwgY8GCSsGAQQBgjcuAzCBgTA9BggrBgEFBQcCARYx # aHR0cDovL3d3dy5taWNyb3NvZnQuY29tL1BLSS9kb2NzL0NQUy9kZWZhdWx0Lmh0 # bTBABggrBgEFBQcCAjA0HjIgHQBMAGUAZwBhAGwAXwBQAG8AbABpAGMAeQBfAFMA # dABhAHQAZQBtAGUAbgB0AC4gHTANBgkqhkiG9w0BAQsFAAOCAgEAB+aIUQ3ixuCY # P4FxAz2do6Ehb7Prpsz1Mb7PBeKp/vpXbRkws8LFZslq3/Xn8Hi9x6ieJeP5vO1r # VFcIK1GCRBL7uVOMzPRgEop2zEBAQZvcXBf/XPleFzWYJFZLdO9CEMivv3/Gf/I3 # fVo/HPKZeUqRUgCvOA8X9S95gWXZqbVr5MfO9sp6AG9LMEQkIjzP7QOllo9ZKby2 # /QThcJ8ySif9Va8v/rbljjO7Yl+a21dA6fHOmWaQjP9qYn/dxUoLkSbiOewZSnFj # nXshbcOco6I8+n99lmqQeKZt0uGc+R38ONiU9MalCpaGpL2eGq4EQoO4tYCbIjgg # tSXlZOz39L9+Y1klD3ouOVd2onGqBooPiRa6YacRy5rYDkeagMXQzafQ732D8OE7 # cQnfXXSYIghh2rBQHm+98eEA3+cxB6STOvdlR3jo+KhIq/fecn5ha293qYHLpwms # ObvsxsvYgrRyzR30uIUBHoD7G4kqVDmyW9rIDVWZeodzOwjmmC3qjeAzLhIp9cAv # VCch98isTtoouLGp25ayp0Kiyc8ZQU3ghvkqmqMRZjDTu3QyS99je/WZii8bxyGv # WbWu3EQ8l1Bx16HSxVXjad5XwdHeMMD9zOZN+w2/XU/pnR4ZOC+8z1gFLu8NoFA1 # 2u8JJxzVs341Hgi62jbb01+P3nSISRKhggLXMIICQAIBATCCAQChgdikgdUwgdIx # CzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdSZWRt # b25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xLTArBgNVBAsTJE1p # Y3Jvc29mdCBJcmVsYW5kIE9wZXJhdGlvbnMgTGltaXRlZDEmMCQGA1UECxMdVGhh # bGVzIFRTUyBFU046ODZERi00QkJDLTkzMzUxJTAjBgNVBAMTHE1pY3Jvc29mdCBU # aW1lLVN0YW1wIFNlcnZpY2WiIwoBATAHBgUrDgMCGgMVAKBMFej0xjCTjCk1sTdT # Ka+TzJDUoIGDMIGApH4wfDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCldhc2hpbmd0 # b24xEDAOBgNVBAcTB1JlZG1vbmQxHjAcBgNVBAoTFU1pY3Jvc29mdCBDb3Jwb3Jh # dGlvbjEmMCQGA1UEAxMdTWljcm9zb2Z0IFRpbWUtU3RhbXAgUENBIDIwMTAwDQYJ # KoZIhvcNAQEFBQACBQDklsl9MCIYDzIwMjEwNzEyMjIwMDI5WhgPMjAyMTA3MTMy # MjAwMjlaMHcwPQYKKwYBBAGEWQoEATEvMC0wCgIFAOSWyX0CAQAwCgIBAAICAmkC # Af8wBwIBAAICETQwCgIFAOSYGv0CAQAwNgYKKwYBBAGEWQoEAjEoMCYwDAYKKwYB # BAGEWQoDAqAKMAgCAQACAwehIKEKMAgCAQACAwGGoDANBgkqhkiG9w0BAQUFAAOB # gQBPP6aYD7pQO9ZNU6zfYft/Vj80adn3t081C7RWutxBl9cXCv1ix3ju58a+Abs/ # A7ll/w2hk4RoAsJq7cvbly2Fg4jjasoHS4ZpWsdrU2au05WUSjitxdBWJXILGHuQ # GIHMpCMr2VoK5bVHEaqsRmNeVVFil6a6+VLmV/1ZwWDZgTGCAw0wggMJAgEBMIGT # MHwxCzAJBgNVBAYTAlVTMRMwEQYDVQQIEwpXYXNoaW5ndG9uMRAwDgYDVQQHEwdS # ZWRtb25kMR4wHAYDVQQKExVNaWNyb3NvZnQgQ29ycG9yYXRpb24xJjAkBgNVBAMT # HU1pY3Jvc29mdCBUaW1lLVN0YW1wIFBDQSAyMDEwAhMzAAABPs7Kd1LF9zQrAAAA # AAE+MA0GCWCGSAFlAwQCAQUAoIIBSjAaBgkqhkiG9w0BCQMxDQYLKoZIhvcNAQkQ # AQQwLwYJKoZIhvcNAQkEMSIEIFLyu9cBJkEXACu1XQT6upKDkHNW0l60KBVm7n1o # dSL8MIH6BgsqhkiG9w0BCRACLzGB6jCB5zCB5DCBvQQgi+vOjaqNTvKOZGut49HX # rqtwUj2ZCnVOurBwfgQxmxMwgZgwgYCkfjB8MQswCQYDVQQGEwJVUzETMBEGA1UE # CBMKV2FzaGluZ3RvbjEQMA4GA1UEBxMHUmVkbW9uZDEeMBwGA1UEChMVTWljcm9z # b2Z0IENvcnBvcmF0aW9uMSYwJAYDVQQDEx1NaWNyb3NvZnQgVGltZS1TdGFtcCBQ # Q0EgMjAxMAITMwAAAT7OyndSxfc0KwAAAAABPjAiBCBZx5opt+k5SWRLvuEYoUtr # oSdZu4vGh7jYI1jmcxSzIjANBgkqhkiG9w0BAQsFAASCAQBJZsxWZ540beVElE7S # 3xB2UkzDRPxv8pusA4Iusgf0hPyYdz5Kf3pcmkBS/JjOzi4MztY/RTn/YccNgnqV # xhcEfnZOXOeD6ZbfebgKjPLFsLGHIfI18QzEElHrQh8AnzAome77e1LTd+qLilLy # 66LFyvj4Ec4xlbqMVtS6SNuKV2A0pP+QQzsNZ+xn+bIf13rBmTA5e8a8NaKsVQdQ # x7HHrlzR21wYVCkFhRpgO0iowoFSmxZX/GtqKB5P3dy0PO8JoAlBf+X1+7t0QEFM # pd0COcpXWlU4tcaf4p87AbkRjV7hP6gmWt8s+FQ/685XOUPewAMOI2A30zLsIwU6 # lzNR # SIG # End signature block |