[ansible-project] Re: Windows mapped drives – what the hell is going on?

2020-01-15 Thread Pjotr Banas
EDIT: 2) PowerShell as Administrator: PS C:\Windows\system32> gdr -PSProvider 'FileSystem' > > > Name Used (GB) Free (GB) Provider Root > CurrentLocation > - -

[ansible-project] Re: Windows mapped drives – what the hell is going on?

2020-01-15 Thread Pjotr Banas
Hi Jordan, First of all big thanks for your reply, I'm really surprised how efficiently this community works. So, let's cut to the chase. I focused on your first hint and according to it, I've corrected my playbook: (for others info: there was a 'typo' - name instead of letter) - name:

[ansible-project] Re: Windows mapped drives – what the hell is going on?

2020-01-15 Thread Pjotr Banas
It turned out that this issue is somehow related to permissions/security settings - any suggestions? I asked our internal IT team to check security event log: Please, look what I've found: * RDP login, user: elvis * I've mounted drive under Z: letter, Z: drive is visible.

[ansible-project] Re: Windows mapped drives – what the hell is going on?

2020-01-15 Thread Pjotr Banas
Hi Jordan, First of all big thanks for your reply, I'm really surprised how efficiently this community works. So, let's cut to the chase. I focused on your first hint and according to it, I've corrected my playbook: (for others info: there was a 'typo' - *name* instead of *letter*) -

[ansible-project] Re: Windows mapped drives – what the hell is going on?

2020-01-15 Thread Pjotr Banas
1) What is the full command you run to map the drive normally (outside of Ansible)? - net use z: \\bellagio.intra.vegas.net\how\the\hell\to\solve\this\issue /persistent:yes' 2) If you manually map it through the GUI are you connecting with explicit credentials? - I'm connecting using mRemote,

[ansible-project] Re: Windows mapped drives – what the hell is going on?

2020-01-15 Thread Pjotr Banas
1) What is the full command you run to map the drive normally (outside of Ansible)? - net use z: \\burak2.intra.noklab.net\Global_veryfication\[4]_TP\Ansible /persistent:yes' 2) If you manually map it through the GUI are you connecting with explicit credentials? - I'm connection using mRemote,

[ansible-project] Re: Windows mapped drives – what the hell is going on?

2020-01-16 Thread Pjotr Banas
Hi Jordan, 1) When you map it manually with net use, can you log off and back on and the drive still remains connected and visible in Windows Explorer? - Yes 2) The output for 'net use' on a limited process is showing that the Z map is configured but is unavailable, does the drive show up in

[ansible-project] Windows mapped drives – what the hell is going on?

2020-01-14 Thread Pjotr Banas
Hello experts, I was trying to reach Jordan on his blog: http://www.bloggingforlogging.com/2018/11/22/windows-mapped-drives-what-the-hell-is-going-on/#comment-178 ,but I see that comments are closed, so maybe here someone can help me with my issue: I've read article from the blog and I've