Jump to content

BVersini

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation

5 Neutral

About BVersini

Personal Information

  • Location
    France
  1. Hi, In your GPO, you can add an advanced permission that prevents a user or computer from applying the GPO. In ur GPO go to delegation, and click on advanced (at the bottom of the windows) add or select User / Computer and select Block in the 'applied policy'
  2. You can create a GPO that runs on each workstation and executes the PowerShell script below Get-NetAdapter | ForEach-Object { $interfaceAlias = $_.Name Set-DnsClient -InterfaceAlias $interfaceAlias -RegisterThisConnectionsAddress $true -UseSuffixWhenRegistering $true}
  3. Try that for get all network adapter on the host: Get-VMNetworkAdapter -All or Get-VMNetworkAdapter -All | Where-Object { $_.Id -eq "3447DECC-E1C4-480A-9676-F57364662747" }
×
×
  • Create New...