We are building world's most useful & helpful IM-based Azure community!
$computerName = $env:COMPUTERNAME
$computer = Get-ADComputer -Identity $computerName -ErrorAction SilentlyContinue
if ($computer) {
$ouMappings = @{
'^abc-\d{3}$' = "OU=ABCComputers,OU=Computers,DC=yourdomain,DC=com" # For abc-001, abc-002, etc.
'^anc-\d{3}$' = "OU=ANCComputers,OU=Computers,DC=yourdomain,DC=com" # For anc-001, anc-002, etc.
}
# Check hostname against patterns and move to corresponding OU
foreach ($pattern in $ouMappings.Keys) {
if ($computerName -match $pattern) {
$targetOU = $ouMappings[$pattern]
Write-Host "Moving $computerName to $targetOU"
Move-ADObject -Identity $computer.DistinguishedName -TargetPath $targetOU -ErrorAction Stop
Write-Host "Successfully moved $computerName to $targetOU"
exit
}
}
Write-Host "No matching OU found for $computerName"
} else {
Write-Host "Computer $computerName not found in Active Directory"
}
CCSP COURSE LAUNCH OFFER - GRAB IT
Unlock ISC2 CCSP 2025 Success: Full Course + Practice for Just ₹500!
Unlock Your CCSP 2025 Potential! Here's what sets us apart:
✅ 28+ Hours In-Depth Video: Covering all 6 official domains.
✅ Exam-Ready Practice: Test your knowledge & build confidence.
✅ Exclusive Community: Connect & discuss in our private Telegram group.
✅ Never Study Alone: Direct access to MELVIN for personalized doubt clearing!
✅ Your Success Partner: Continuous support right up until you pass your exam!
https://www.udemy.com/course/isc2-ccsp-2025-certification-complete-course-practicetest/?referralCode=664F52D0965A01C43A9A
Yeah, I totally get that frustration. You're trying to build a seamless, smart experience for users—and the fact that AVD doesn't natively support geo-aware host pool routing puts more work on you, not less.
Читать полностью…The only challenge i see with that is whether the AVD broker service will select the host pool from the same region or not is unknown to me
Читать полностью…I suggest you consider region-based workspaces and Host pools
Читать полностью…You'll need to implement a custom, external mechanism to route users to the right workspace/host pool.
Читать полностью…The AVD broker service decides which session host within a given host pool to connect the user to, but it does not consider user geography. It only works within the host pool the user is trying to access.
The session selection is based on:
Load balancing algorithm (Breadth-first or Depth-first)
Session limits and availability
User affinity (if enabled)
My questions are:
1. Is the above doable?
2. Does the AVD broker service select session hosts based on regional proximity or is it completely random?
Hi Naveen, I need jd for Azure Network Engineer L1 position. I know someone who need job on L1. Kindly share jd contact details
Читать полностью…Hi All,
Does anyone have idea on getting blob file and dropping into SharePoint url?
While setting up Synapse in a private network, I came across this architecture where I can control access to Synapse Studio using the dev private endpoint. If that's the case, why would I need both Synapse Studio and the private link hub? Could someone explain the purpose of all four private endpoints
Читать полностью…Hii guys,
Can you list me the azure paas services, you worked with ?
Hi, I need to read the data from two ADLS storage accounts in an azure darabricks notebook. How can I do this?Please guide me. Thanks
Читать полностью…Hi
Is there any script when any specific hostnames like abc-001, anc-002 computer join in domain it will move to specific AD OU automatically.
CCSP COURSE LAUNCH OFFER - GRAB IT
Unlock ISC2 CCSP 2025 Success: Full Course + Practice for Just ₹500!
Unlock Your CCSP 2025 Potential! Here's what sets us apart:
✅ 28+ Hours In-Depth Video: Covering all 6 official domains.
✅ Exam-Ready Practice: Test your knowledge & build confidence.
✅ Exclusive Community: Connect & discuss in our private Telegram group.
✅ Never Study Alone: Direct access to MELVIN for personalized doubt clearing!
✅ Your Success Partner: Continuous support right up until you pass your exam!
https://www.udemy.com/course/isc2-ccsp-2025-certification-complete-course-practicetest/?referralCode=664F52D0965A01C43A9A
Thats as good as asking the users themselves to click on the icon they would feel is the fastest rather than me being the admin optimising this for them though 😔
Читать полностью…If this is done then it effectively means that i'd need to have 3 separate icons with distinct app groups and workspaces.
Correct me if i am going wrong though
What about using a single AFD URL to route users to the right geographic AVD gateway service?
Читать полностью…What exactly would this mean or look like?
Читать полностью…AVD endpoints (the session hosts) are not exposed publicly like a regular web service. AVD connectivity is managed by Microsoft-managed services (Gateway and Broker), not by your own DNS endpoints.
AVD does not support multi-region host pool routing out-of-the-box. You can’t have a single app group spanning host pools in multiple regions. Each host pool is tied to its own app group(s), and you can't natively aggregate them under one AVD workspace in a way that allows load balancing or geo-routing.
Hi All, I have a question regarding AVD.
I am trying to route AVD users spread out across the world to the nearest host pool. This will be a Win11 pooled session host workload with FS Logix user profiles.
My working theory is that if we deploy 3 separate host pools across 3 geographic regions and group them on a single app group and workspace, i can then use Azure traffic manager profiles to associate the host pools from each region with their respective locations. So when a user tries to login to AVD the traffic manager profile kicks in and routes the user to the nearest AVD gateway service which in turn should talk to AVD broker service located in the same region as the gateway service and then the broker service should ideally contact its regionally closest host pool from the 3 host pools i have configured.
Really appreciate 👍🏻
What are pre-requisite to configure it and how it's possible
Does anyone have knowledge on Microsoft purview ?
Читать полностью…What will you do with our responses?
Читать полностью…Guys, I have the following openings for my team in Azure domain:
1. Azure Compute & Container Engineer
2. Azure Networking Engineer
3. Azure Storage Engineer
4. Azure Migration and Management Engineer
5. Azure Sql Database Administrator
6. Azure Integration Engineer
Hybrid work Model, Immediate joiner with not more than 45 NP
Location: Hyderabad, Bangalore, Kolkata & Pune
L1 online, L2 In-person
Let me know if you are looking for a change and need JD for a specific Job listed above.
#Azure-openings
How to get api for the custom model
Читать полностью…