Home
Microsoft 365
Linux
Windows
Powershell
Cloud Computing
    Citrix Xendesktop
    Citrix XenApp
Useful links
About
  • Home
  • Microsoft 365
  • Linux
  • Windows
  • Powershell
  • Cloud Computing
    • Citrix Xendesktop
    • Citrix XenApp
  • Useful links
  • About
ajni.IT -
Windows Server

Moving Files Doesn’t Update NTFS Permissions to Match New Folder Path

October 30, 2024 by AJNI No Comments

When a file is moved to a different folder on the same NTFS volume, its permissions don’t automatically update to match the destination folder’s settings. Instead, the file keeps its original permissions, which can lead to unexpected access issues if the destination has different security settings

To ensure files inherit the permissions of their new location when moved within the same NTFS volume, you can adjust the Windows Registry to change this behavior. Set the following registry key on the file server:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer
MoveSecurityAttributes
REG_DWORD 0

EDIT:

This key does not work on newer Windows Server Operating Systems. It worked on Windows XP/Server 2003.

Reading time: 1 min
Cloud Computing•Windows Server

Install Microsoft Teams NEW for Windows Server 2019

April 5, 2024 by AJNI No Comments

Microsoft Teams NEW can now be installed on Server 2019. Server 2016 is unfortunately not supported.

Firstly, enable these GPOs:

Computer Configuration > Administrative Settings > Windows Components > App Package Deployment:

  • Allows development of Windows Store apps
  • Allo all trusted apps to install

Download the MSIX Package: https://go.microsoft.com/fwlink/?linkid=2196106

Install Package:

Dism /Online /Add-ProvisionedAppxPackage /PackagePath:”C:\temp\MSTeams-x64.msix“ /SkipLicense

Tip: If you are having issues adding the MSIX Package, try removing the package first:

Get-AppxPackage -AllUsers -Name MSTeams | Remove-AppxPackage -AllUsers

Install MS Edge Webview2, which is also needed:

Evergreen Standalone x64: https://developer.microsoft.com/de-de/microsoft-edge/webview2/?form=MA13LH#download

To install Meeting Addin for Outlook check out https://www.ajni.it/2024/03/microsoft-teams-lightweight-teams-meeting-addin-in-outlook-missing/

References:

https://learn.microsoft.com/en-us/microsoftteams/new-teams-vdi-requirements-deploy

Reading time: 1 min
Windows Server

Windows Updates button greyed out on Windows Server 2016/2019/2022

March 4, 2024 by AJNI No Comments

Download button inside WIndows Updates greyed out? This could be because of a GPO which sets the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate

SetDisableUXWUAccess 0 (1 greyed out)

If you want to apply the settings without restarting your server/computer, restart Windows Updates service.

Reading time: 1 min
Hyper-V•VMware•Windows Server

Windows Server 2016/2019 System Settings Apps “Windows cannot access the specified path. You may not have the appropriate permissions to access the item”

December 15, 2021 by AJNI No Comments

Have you ever gotten this annoying error when trying to open old control panel settings from the new settings app? This usually occurs in a domain environment.

You can fix this by creating a Domain policy or locally through secpol.msc > Local Policies > Security Options > User Account Control: Admin Approval Mode for the Built-in Administrator account:

References:

https://martinsblog.dk/windows-server-2016-systemsettingsadminflows-exe-error/

Reading time: 1 min
Hyper-V•Virtualization•Windows Server

Fix poor SMB File Server performance on Windows Server 2019

June 22, 2021 by AJNI 1 Comment

If you are having performance issues with your brand new File Server running on Windows Server 2019, particularly when working with small files over a network share, these PowerShell commands might save hours of troubleshooting.

Get-NetAdapter | Set-NetAdapterAdvancedProperty -DisplayName “Large Send Offload Version 2 (IPv4)” -DisplayValue “Disabled” -NoRestart

Get-NetAdapter | Set-NetAdapterAdvancedProperty -DisplayName “Large Send Offload Version 2 (IPv6)” -DisplayValue “Disabled” -NoRestart

Get-NetAdapter | Set-NetAdapterAdvancedProperty -DisplayName “Recv Segment Coalescing (IPv4)” -DisplayValue “Disabled” -NoRestart

Get-NetAdapter | Set-NetAdapterAdvancedProperty -DisplayName “Recv Segment Coalescing (IPv6)” -DisplayValue “Disabled” -NoRestart

Get-NetAdapter | Set-NetAdapterAdvancedProperty -DisplayName “Receive Side Scaling” -DisplayValue “Disabled” -NoRestart

Get-NetAdapter | Restart-NetAdapter

Note: The VM’s network adapter will be restarted, there will be a downtime of about 10 seconds.

References:

https://community.spiceworks.com/topic/2225989-server-2019-network-performance?page=8#entry-8745935

Reading time: 1 min
Page 1 of 3123»

Like what you are reading? Buy me a coffee.

Tip Of the Day

  • Add Alias to Windows Fileserver (Server 2019, 2022, 2025)

    5 days ago

Keep in touch

Oh hi there!
It’s nice to meet you.

Sign up to receive awesome content in your inbox, every month.

Check your inbox or spam folder to confirm your subscription.

Categories

  • AI & Deep Learning (1)
  • Azure (20)
  • Citrix XenApp (21)
  • Citrix Xendesktop (13)
  • Cloud Computing (40)
  • Coding (1)
  • Hyper-V (10)
  • Linux (8)
  • Microsoft 365 (26)
  • Powershell (21)
  • Security (7)
  • VDI (16)
  • Virtualization (21)
  • VMware (12)
  • Windows (21)
  • Windows Client OS (39)
  • Windows Server (92)

Archives

  • May 2025
  • April 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • April 2023
  • March 2023
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • December 2020
  • November 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019

ajni IT © 2019