User Profile
DomAnnicette
Brass Contributor
Joined 7 years ago
User Widgets
Recent Discussions
Re: Exchange Online migration: how to export skipped items details?
I think I've found what I was looking for: Get-MigrationUserStatistics -Identity email address removed for privacy reasons -IncludeSkippedItems | Select-Object -ExpandProperty SkippedItems | Format-List DateReceived, Subject, FolderName2.6KViews1like0CommentsExchange Online migration: how to export skipped items details?
Hi all, We performed a migration to Exchange Online and we have some mailboxes with the status "Investigate". I can see the messages that haven't been migrated in the details of each mailbox. I can see the date, subject, kind, scocring classification and folder name for each message. I would like to export this information in a txt or better a CSV file. Do you have hints to how to proceed? I tried the Get- MigrationUser and Get-MigrationUserStatistics cmdlets without success. Thanks for your help guys. Regards, DomSolved2.3KViews0likes1CommentRe: Prevent messages from being deleted in Outlook
Hi Leon, Thanks for your feedback. This settings seem ok on a user-basis configuration. I need to do this at scale for multiple users at once. This is why I'm looking at retention policies. Also I don't think this setup prevent emails from being deleted manually, right? Thanks again for your help. Regards, Dom23KViews0likes1CommentPrevent messages from being deleted in Outlook
Hi all! I'm trying to see if there is a way to prevent e-mails messages from being deleted from Outlook. I've tried to put my mailbox under litigation hold AND under In-Place hold. In both cases, even if I can still retrieve the messages through eDiscovery, I can still delete the messages from the inbox, the deleted items and the recoverable items. Is there a way to keep the messages in the inbox no matter what? Thank you. DomSolved28KViews0likes4CommentsRe: Install Azure AD Connect when Azure AD Connect Cloud sync is already set
Thanks for your quick answer Elie. We are already using Azure AD Connect Cloud sync. The problem is that we also want to have some computers as Hybrid Azure AD joined devices. And as far as I can tell, Cloud sync does not support devices. Thus my question to install Azure AD Connect to manage devices only. I can leave the rest to Cloud sync. In my scenario, Azure AD Connect will be installed after the domain is already syned using Cloud sync. Is it still relevant? Thanks again! Dom3.4KViews0likes2CommentsInstall Azure AD Connect when Azure AD Connect Cloud sync is already set
Hi, Quick question here. I need to enable Hybrid Azure AD joined devices and for this I follow this procedure: https://learn.microsoft.com/en-us/azure/active-directory/devices/howto-hybrid-azure-ad-join#managed-domains As I already have Azure AD Connect Cloud sync setup for my environment (and knowing that it does not support devices), can I install Azure AD Connect now and set it up as required? Thanks for your feedback guys. Regards, DomSolved3.6KViews0likes4CommentsRe: Azure AVD RDP connection session disconnecting
Dave, The latest version available is version 1.2.4240 which can be downloaded here: https://go.microsoft.com/fwlink/?linkid=2139369 To follow the versions released, go tp this link: https://learn.microsoft.com/en-us/azure/virtual-desktop/whats-new-client-windows3.5KViews0likes1CommentMicrosoft windows 10 image won't change the default language
Hi, I deployed a session host in a existing host pool. I used a MS Windows image to proceed. By default, the image is in English. I'd like to change the display language and regional settings. To do so, I download the desired language and I'm requested to loggo the session. When I log back in, the language is still in English. Any clue? Thanks. D.615Views0likes1CommentCan't login to AVD using a UPN
Hi Community, I just deployed a session host in a new host pool (not my first time). I deployed a DC in Azure (VM). The session host is joined to the DC. I have assigned my user to the desktop application group. When I try to connect to with my UPN, I receive the message that the username or password is incorrect. When I try to connect using DOMAIN\username, it works. I can't figure out why it doesn't work. The domain is verified. AAD sync works fine and on tis e nvironment, I already have a host pool but with AVD Classic (which works well when I'm connecting with my UPN). Any advice on what I can check ? Thanks for your help. D.1.7KViews0likes2CommentsRe: RDP Shortpath configuration
After chcking the logs in AVD, it seems that RDP Shortpath is enabled. Running the command gives me the following results: WVDCheckpoints | where Name contains "Shortpath" IT doesn't work every time though. I think it depends where the users are connecting from (office o home). You can disregard my question. Thanks. 🙂 Dom686Views0likes0CommentsRDP Shortpath configuration
Hi all, Quick questions about configuring RDP Shortpath: Is is supported for Appstreaming (I guess so but I'd prefer a confirmation)? Is it mandatory to set the ICEConnect registry key for it to work? I set RDP Shorpath on a test environement with no configuration whatsoever on the neither on the AVD nor on the client macine used to connect. I just set the correct rule in the NSG and it works. On my prod environment with the same rule, it deos not work. The prod connects Azure to the office using a site-to-site VPN. But I'm connecting from outside the office directly via the Internet. Thanks for your feedback on this one,. Regards, Dom.741Views0likes1CommentRe: AVD with AzureAD-joined VMs: bug?
One more information. The VM in my host pool is a Windows 11. I just created a new host pool with a Windows 10 VM. The same thing happen regarding the properties. BUT I'm still able to connect to the VM with the client back to back to back. Thanks.981Views0likes0CommentsAVD with AzureAD-joined VMs: bug?
Hi, I setup a test environment for AVD with Azure AD-joined VMs. I wanted to try the FSlogix file share with Azure AD as an identity provider. I followed the steps in this procedure to try and connect to an AVD configuring the host pool's RDP Properties (my computer was not part of the Azure AD tenant): https://learn.microsoft.com/en-us/azure/virtual-desktop/azure-ad-joined-session-hosts#access-azure-ad-joined-vms "If your local PC doesn't meet one of these conditions, add targetisaadjoined:i:1 as a https://learn.microsoft.com/en-us/azure/virtual-desktop/customize-rdp-properties to the host pool. These connections are restricted to entering user name and password credentials when signing in to the session host." It works but every time I connect, the RDP properties are modified and the targetisaadjoined:i:1 parameter goes to the very beginning of the parameters. When the parameter is located here, I can't connect anymore and I receive an error message: Remote Desktop [Content] There was a problem connecting to the remote resource. Ask your network administrator for help. [^] Hide details [OK] [Expanded Information] Error code: 0x3000008 Extended error code: 0x0 Timestamp (UTC): 2023-04-27T13:28:30.512Z Activity ID: 9a624aec-49b2-4ea6-b396-8e95582b0000 I must set the parameter at the end again to be able to connect properly. Is there a but here? For the record, I'm running on a trial M365 Business Premium license. Thanks for your feedback guys! Dom1.1KViews0likes1CommentCan't register an application group to a new workspace.
Hi, here's my environment : - 2 host pools - 2 workspaces (Created with each host pool). - Session hosts in both host pools - Application groups in both host pools My problem: I need to create a new workspace and new application groups WITHIN an existing host pool. From what I'm trying, I can't register a new app group to a newly created workspace. I must rgister it within the existing workspace associated to the existing host pool. Can you please confirm that? Thanks guys. Regards, Dom2.2KViews0likes3CommentsMSIX App Attach and Remote App Streaming
Hi there, Quick question: I'm deploying AVD and I want to use the MSIX App Attach technology. Is MSIX App Attach compatible with Remote app streaming? In other words, can we publish an app which has been packaged to be used as a MSIX App Attach? Thanks for your feedbacks! Dom651Views0likes0Comments
Recent Blog Articles
No content to show