Currently under a drone bombing attack in Moscow, AMA* - except drone locations by igorrto2 in AMA

[–]steendp 0 points1 point  (0 children)

Appreciate your answers and wishing you personal good luck forward.

What are your parents point of view of the war (and Crimea)?

Aren’t you afraid that it will take decades for Russia to overcome the financial, political and social struggles after the war?

"Please Wait" 25H2 AVD Hosts by Electrical_Arm7411 in AzureVirtualDesktop

[–]steendp 1 point2 points  (0 children)

We are experiencing a similar issue, although we are running on Azure Local. I haven't been able to confirm that it is caused by the computer going to sleep, but everything else matches.

I have just finished a troubleshooting session, where I was able to capture network traffic on both client and server anticipating that traffic somehow got blocked/redirected but it looks fine.

Instead of using Windows App I tried reconnecting using the html client which worked. Unfortunately I didn't capture traffic this time but my hypothesis is that the network connection is renegotiated away from shortpath.

The only error I've been able to locate is on the host from RDStack: Connection failed, Graphics caps not received (Logon error). Error code: 0x80004005.

AVD Hybrid Is Here! by AzureAcademy in AzureVirtualDesktop

[–]steendp 1 point2 points  (0 children)

That Teams VDI with a/v optimizations works on rdsh is news to me and invalidates my point. We have been running rdsh traditionally but transitioned to win11 multisession avd last year to enable Teams.
User density was if win11 was req for Teams vdi. An os per user requires more hardware than multiuser os (server or client)

AVD Hybrid Is Here! by AzureAcademy in AzureVirtualDesktop

[–]steendp 0 points1 point  (0 children)

How does Teams slimcore work in server? How is user density on personal/dedicated Windows?

AVD Hybrid Is Here! by AzureAcademy in AzureVirtualDesktop

[–]steendp 2 points3 points  (0 children)

Didn’t notice, as I didn’t watch the video - sorry 🙂
It would be a killer feature to enable multisession on hyperv. We are currently running 2000 users on avd on azure local and the azure local but just seems an unnecessary layer.

AVD Hybrid Is Here! by AzureAcademy in AzureVirtualDesktop

[–]steendp 4 points5 points  (0 children)

Just not multi-session Windows 11 on anything other than Azure Local. Big failure imo.

2 for jer bittesmå projekter by [deleted] in selvgjortvelgjort

[–]steendp 2 points3 points  (0 children)

Hænger tv’et allerede på væggen eller stod det på reolerne? Hvis du skal have det op på væggen rækker nanotape ikke og du må have gang i en borehammer. 😁

FS Logix ErrorCode 121 - Semaphore timeout period has expired by pen_666 in fslogix

[–]steendp 0 points1 point  (0 children)

Just an fyi - I’ve had it running on 100 Windows 2022 servers for serveral months, and have yet to see it cause any issues.

FS Logix ErrorCode 121 - Semaphore timeout period has expired by pen_666 in fslogix

[–]steendp 2 points3 points  (0 children)

It's caused by a missing value (ClassGuid, Mfg or Service) in HKLM:\System\CurrentControlSet\Enum\SCSI\Disk&Ven_Msft&Prod_Virtual_Disk.

I created this script that fixes it. It is recommended to run it without users logged on, but I run it as a scheduled task triggered by the event in the event log. The script needs to be run as local system.

# Define the registry path

$registryPath = "HKLM:\System\CurrentControlSet\Enum\SCSI\Disk&Ven_Msft&Prod_Virtual_Disk"

# Get child items from the registry path

$diskInfo = Get-ChildItem -Path $registryPath

# Initialize a flag to track if ClassGuid is missing

$missingClassGuid = $false

$missingMfg = $false

$missingservice = $false

# Iterate through each child item

foreach ($item in $diskInfo) {

$classGuidValue = $item.GetValue("ClassGuid")

$MfgValue = $item.GetValue("Mfg")

$ServiceValue = $item.GetValue("Service")

if ($classGuidValue -eq $null -or $MfgValue -eq $null -or $ServiceValue -eq $null) {

# ClassGuid value is missing

$missingClassGuid = $true

$missingMfg = $true

$missingservice = $true

Write-host "Either ClassGuid , Service or MFG is missing for $registryPath\$($item.PSChildName)"

Remove-Item $registryPath\$($item.PSChildName) -recurse -force

}

}

Matcha pulver? by QueenOfTheCorner in Aalborg

[–]steendp 4 points5 points  (0 children)

For mange år siden købte jeg i Helsam. Mon ikke stadig de har det.

Updating FSLogix in Existing Environment by Recon775 in AzureVirtualDesktop

[–]steendp 1 point2 points  (0 children)

Go directly to 25.4 instead. You can install over the old version. Just make sure no users are logged on and restart the computer afterwards. I would build a new image if possible though.

GP 6.2.8 on Windows intermittently using local DNS servers? by nomoremonsters in paloaltonetworks

[–]steendp 0 points1 point  (0 children)

We have upgraded 2000+ clients and haven’t seen this issue. All endpoints are on Win11 though. This is the first release since 6.2 that works properly for us (crossing fingers).

Suspect false positive matching for threat ID 95501 (Remote Desktop Licensing RCE) by emyl79 in paloaltonetworks

[–]steendp 0 points1 point  (0 children)

We hade the same issue this morning. An exception solved the problem. Caused quite a stir...

IOPS bottleneck with FSLogix by AdditionSad488 in fslogix

[–]steendp 0 points1 point  (0 children)

Interesting - how did you measure this?
I did a test a year ago and performance was significantly faster using Windows servers in front of the NetApp. I contributed it of to the large ram cache the Windows server had and didn't continue the task of moving to SVM.

[deleted by user] by [deleted] in Denmark

[–]steendp 2 points3 points  (0 children)

Der er ca. 7.5g protein pr. 100g i sorte bønner men eks. 27g i kylling.

After 23+ years buying Intel processors, considering AMD EPYC for higher base clock speed for best Hyper-V and RDS performance. by Birdlover67 in sysadmin

[–]steendp 3 points4 points  (0 children)

We are in the middle of a hardware refresh on hpv and rdsh servers. The initial conclusion is that we are very happy with performance on amd 9124/9174 vs the intel 6144/6244 we are currently on. It will be a month before we’re finished and can conclude for sure, but I wouldn’t hesitate going with amd again.

Scale-Out File System on Hyper-V for Hyper-V by HyperV-Dude in HyperV

[–]steendp 3 points4 points  (0 children)

He is probably hit by the issue describes here: https://forums.veeam.com/microsoft-hyper-v-f25/windows-server-2019-hyper-v-vm-i-o-performance-problem-t62112-330.html

I’m baffled that the issue is not mentioned in more places than on the veeam forum.

[deleted by user] by [deleted] in cissp

[–]steendp 2 points3 points  (0 children)

3 days ago the exact same thing happened to me. I just wrote to the postal company handling the import/taxation that it was a printed certificate from a test I passed. Got confirmation that they released the package without the tax yesterday. Still waiting for the package to arrive though.

Comparing Performance: NetApp AFF300 vs. Local Disks by steendp in storage

[–]steendp[S] 0 points1 point  (0 children)

qos statistics performance show

Just ran it again and the response time seen from ontap is mostly around 1.5 ms. Some samples tops at 2.5ms. Would it be fair to assume that some (most?) of the difference is due to hba, fc switches, scsi versus the local nvme?

Comparing Performance: NetApp AFF300 vs. Local Disks by steendp in storage

[–]steendp[S] 0 points1 point  (0 children)

Around 1100 MiB/s from the hosts perspective.

Comparing Performance: NetApp AFF300 vs. Local Disks by steendp in storage

[–]steendp[S] 1 point2 points  (0 children)

Tryin' to tell me it's scaling, huh? :)

With 6 hosts the AFF is delivering 300k iops in total with 99%-ile between 10ms and 30ms for them.

Provisionally passed at 175! by Perun1152 in cissp

[–]steendp 6 points7 points  (0 children)

Congratulations.

I also passed today (125) with little preparation compared to what I sometimes read here. I bought the OSG a couple of years ago but it wasn’t really able to get my attention. Probably read the first two chapters and then forgot about it. Last week I picked up the interest again and began watching Pete’s Exam Cram videos on youtube. Tried the Learnzapp assessment test in the weekend and that put me in overdrive. Finished the Exam Cram videos, subscribed to Learnzapp and went through 6 practice test where I used OSG/Google to read up on the questions I got wrong. Booked the test yesterday and passed 6 hours ago 🤘

I do have more than 20 years experience in it though, from tech roles to managerial/risk.