Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. $spsite = Get-SPSite "https://adress"
  2.  
  3. $spsite.allwebs
  4.  
  5. $spsite.allwebs : Exception has been thrown by the target of an invocation
  6. + CategoryInfo : NotSpecified: (:) [], TargetInvocationExcept
  7. + FullyQualifiedErrorId : System.Reflection.TargetInvocationException
  8.  
  9. PS C:Userssp_admin> $spsite.GetType()
  10.  
  11. IsPublic IsSerial Name BaseType
  12. -------- -------- ---- --------
  13. True False SPSite System.Object
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement