www.vmwareadmins.com

how many VMs can you put in a box?

  • Increase font size
  • Default font size
  • Decrease font size
Welcome to VMwareAdmins.com!

Server not connecting to the correct DFS server

E-mail Print PDF

let me guess, your server is in site A, and instead of connecting to DFS server A, its connecting to DFS server B in site B? Bad cached DFS referral

here's your fix!

From the client not connecting to the correct DFS server:

ServerManagerCmd -install RSAT-DFS-Mgmt-Con

dfsutil /pktflush

This will instantly fix your problem! 

Last Updated on Wednesday, 11 January 2012 09:08
 

Find Active Directory object name from SID using Windows Powershell

E-mail Print PDF
Found some erroneous SID's within a procmon capture, trying to figure out who they belonged to.
 
What else to use, PowerShell! 
 
$objSID = New-Object System.Security.Principal.SecurityIdentifier ` ("s-1-5-21-1220945662-573735546-1417001333-500") $objUser = $objSID.Translate( [System.Security.Principal.NTAccount])$objUser.Value
 
Last Updated on Sunday, 28 August 2011 09:09
 
  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  3 
  •  4 
  •  5 
  •  6 
  •  7 
  •  8 
  •  9 
  •  10 
  •  Next 
  •  End 
  • »


Page 1 of 29

Follow Me On...

Facebook linkedin twitter youtube

Polls

What Version of vSphere are you purchasing?