Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. PS>TerminatingError(Get-ADUser): "Cannot find an object with identity: 'fakename.righthere' under: 'DC=itsa,DC=domain,DC=com'."
  2. Get-ADUser : Cannot find an object with identity: 'fakename.righthere' under: 'DC=itsa,DC=domain,DC=com'.
  3. At C:\Powershell\Samanage_All_In_One.ps1:90 char:20
  4. + $Enabled = Get-ADUser $User.SamanageAccountName | Select-Object -ExpandProperty Enabled
  5. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. + CategoryInfo : ObjectNotFound: (fakename.righthere:ADUser) [Get-ADUser], ADIdentityNotFoundException
  7. + FullyQualifiedErrorId : Cannot find an object with identity: 'fakename.righthere' under:
  8. 'DC=itsa,DC=domain,DC=com'.,Microsoft.ActiveDirectory.Management.Commands.GetADUser
  9. Get-ADUser : Cannot find an object with identity: 'fakename.righthere' under:'DC=itsa,DC=domain,DC=com'.
  10. At C:\Powershell\Samanage_All_In_One.ps1:90 char:20
  11. + $Enabled = Get-ADUser $User.SamanageAccountName | Select-Object -ExpandProperty Enabled
  12. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  13. + CategoryInfo : ObjectNotFound: (fakename.righthere:ADUser) [Get-ADUser], ADIdentityNotFoundException
  14. + FullyQualifiedErrorId : Cannot find an object with identity: 'fakename.righthere' under: 'DC=itsa,DC=domain,DC=com'.,Microsoft.ActiveDirectory.Management.Commands.GetADUser
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement