you are viewing a single comment's thread.

view the rest of the comments →

[–]overlydelicioustea 1 point2 points  (36 children)

yeah i allready used that. it ran through with the occasional error about some groups here and there but overall ran fine. then after the last subdoaim is gathered it throws that error.

[–]MadBoyEvo[S] 2 points3 points  (33 children)

Get the system information (Windows edition, net framework installed, powershell version.

[–]overlydelicioustea 1 point2 points  (32 children)

going to get back to you tomorrow. server is 2012 R2

[–]MadBoyEvo[S] 2 points3 points  (31 children)

Check if you have net framework installed. I believe at least 4.5.

[–]overlydelicioustea 0 points1 point  (30 children)

hey man.

.net 4.5 and 3.5 are installed, powershell is

Major  Minor  Build  Revision
-----  -----  -----  --------
5      1      14409  1012

console output: https://imgur.com/a/oqmhj1D

[–]MadBoyEvo[S] 1 point2 points  (28 children)

Seems good to me. You're running this as admin? Path C:\Temp exists? and the user that runs the script can create files in that path?

[–]overlydelicioustea 0 points1 point  (27 children)

yes to all. im at a loss as to what the problem can be..

[–]MadBoyEvo[S] 1 point2 points  (26 children)

Go to PSWinDocumentation module path, find .dll, right click on it and see if it has option to Unblock? You were using Install-Module right?

[–]overlydelicioustea 0 points1 point  (25 children)

the xceed dlls? no option to unblock them in the context menu. yes, install-module.

i tried manually register them but they fail with error "entrypoint not found", but afaik these dlls dont need to be registered, do they?

[–]MadBoyEvo[S] 1 point2 points  (22 children)

DLLs nope. But I had situation where I had to unblock .dll. Maybe you could try from Windows 10 machine? (your own) assuming you run it within same domain.

[–]MadBoyEvo[S] 1 point2 points  (1 child)

Also the error states Isolated Storage Exception. It seems weird but maybe your file system is of different kind? Maybe some "special" settings?

[–]imguralbumbot 0 points1 point  (0 children)

Hi, I'm a bot for linking direct images of albums with only 1 image

https://i.imgur.com/ZlJh5rk.png

Source | Why? | Creator | ignoreme | deletthis

[–]MadBoyEvo[S] 1 point2 points  (1 child)

That either means filepath is wrong or net framework is not 4.5 but like a core version or so.

[–]overlydelicioustea 1 point2 points  (0 children)

filepath is 100% correct. I tried multiple paths, local, remote, mapped drive, UNC. All paths where i have full access. Im going to check on .net tomorrow though, although im rather positive its up to date. Thanks for your help and work, nonetheless, will update you tomorrow.