We are building world's most useful & helpful IM-based Azure community!
I'm waiting for that chance for more than 4 years now
Читать полностью…Certificates doesn't give you job. Experience does
Читать полностью…Anyone maybe know some about this?
Читать полностью…Currently I am supporting in windows server, Now I want to growth.
Читать полностью…🚀 We’re Live on Product Hunt! 🎉
Please vote for our new product liznr.ai 🙏
Here is the link:
https://www.producthunt.com/posts/liznr
Please Press ^ upvote button to vote
You can Find this book on Amazon
just open amazon and search "DP 700"
Any aks or k8s group is there?
Читать полностью…$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.
Читать полностью…Correct but after learning when some one gives a chance then we can get experience.
Читать полностью…After completion 104 any chance to get a job related to Azure Admin?
Читать полностью…Rn I’m having a problem with the auto enrollment to intune from sccm
Читать полностью…Could you please guide me in Azure which topic I need to learn?
Читать полностью…Here are the steps to create a Product Hunt account and upvote a product:
## Step-by-Step Guide
1. *Click on the link below*:
https://www.producthunt.com/posts/liznr
2. *Click on Upvote button on LIZNR*
3. Sign in using Gmail id.
4. *Fill HEADLINE field by sample text*: eg. ‘Exploring’
5. *Upvote*: Click the upvote button (an orange Up ⬆️ arrow).
That's it! Your upvote will help support the product.
az 204 has been terminated by Microsoft since 31 mar 2025 ... now you have to give other exam
Читать полностью…Hello Families I want to recommend how to I can get work Experience in Microsoft Azure Administration job?
Читать полностью…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?
Читать полностью…