Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. PS C:\Program Files\FSLogix\ProfileMigration\Scripts> C:\Program Files\FSLogix\ProfileMigration\Scripts\FSLProfConfig.ps1
  2. At C:\Program Files\FSLogix\ProfileMigration\Scripts\FSLProfConfig.ps1:84 char:25
  3. + Get-ItemProperty ($path -Name $valName).$valName.gettype().Name
  4. + ~~~~~
  5. Unexpected token '-Name' in expression or statement.
  6. At C:\Program Files\FSLogix\ProfileMigration\Scripts\FSLProfConfig.ps1:84 char:31
  7. + Get-ItemProperty ($path -Name $valName).$valName.gettype().Name
  8. + ~~~~~~~~
  9. Unexpected token '$valName' in expression or statement.
  10. At C:\Program Files\FSLogix\ProfileMigration\Scripts\FSLProfConfig.ps1:84 char:30
  11. + Get-ItemProperty ($path -Name $valName).$valName.gettype().Name
  12. + ~
  13. Missing closing ')' in expression.
  14. At C:\Program Files\FSLogix\ProfileMigration\Scripts\FSLProfConfig.ps1:80 char:4
  15. + try{
  16. + ~
  17. Missing closing '}' in statement block.
  18. At C:\Program Files\FSLogix\ProfileMigration\Scripts\FSLProfConfig.ps1:84 char:39
  19. + Get-ItemProperty ($path -Name $valName).$valName.gettype().Name
  20. + ~
  21. The Try statement is missing its Catch or Finally block.
  22. At C:\Program Files\FSLogix\ProfileMigration\Scripts\FSLProfConfig.ps1:84 char:39
  23. + Get-ItemProperty ($path -Name $valName).$valName.gettype().Name
  24. + ~
  25. Unexpected token ')' in expression or statement.
  26. At C:\Program Files\FSLogix\ProfileMigration\Scripts\FSLProfConfig.ps1:86 char:1
  27. + }
  28. + ~
  29. Unexpected token '}' in expression or statement.
  30. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
  31. + FullyQualifiedErrorId : UnexpectedToken
  32.  
  33.  
  34. PS C:\Program Files\FSLogix\ProfileMigration\Scripts>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement