I have an interesting problem and I'm not sure how to work around it.
My AD environment is Windows 2008 R2. My workstation in Windows 8.1 NOT joined to active directory.
I need to run/develop some PS scripts that use the ActiveDirectory module, however as I just mentioned I'm not on AD (joining is not an option at this point). Is there any way I can establish a session with the AD environment, authenticate with my AD credentials so I can run the scripts? PS Remoting is also not an option.
When I try to "Import-Module ActiveDirectory" I get an error because I'm not on the domain:
Thanks,
Paul