Try Catch Finally
Forum rules
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
-
- Posts: 14663
- Joined: Tue May 22, 2007 9:57 am
- Has voted: 1 time
- Been upvoted: 5 times
- Contact:
Re: Try Catch Finally
You cannot use Invoke-Command if you are not joined to a Windows NT domain. You must use authentication called CredSSP.
- MarvelManiac
- Posts: 63
- Joined: Mon May 01, 2017 8:28 pm
Re: Try Catch Finally
Everything works if the remote PC is lan connected on our 'core' network
It's the wireless I have issues with.
That's why I'm trying to figure out a work around.
It's the wireless I have issues with.
That's why I'm trying to figure out a work around.
-
- Posts: 14663
- Joined: Tue May 22, 2007 9:57 am
- Has voted: 1 time
- Been upvoted: 5 times
- Contact:
Re: Try Catch Finally
Either the net is set as public on your adapter or the wireless firewall is blocked.
- MarvelManiac
- Posts: 63
- Joined: Mon May 01, 2017 8:28 pm
Re: Try Catch Finally
It's probably the latter. We have lots of secured data...
Thanks for the guidance.
Thanks for the guidance.