Questions tagged [mapping]
97 questions
1
vote
1 answer
Using credential name to map network folder that has identical form
We have a network share over vpn to a windows server in a different city. each person has a username to access the folder (and only that specific folder) his/her folder is same as username. user os is win 10
usr: john_smith;
pw:…

bogga88
- 21
- 4
1
vote
1 answer
TFS 2017/2018: Migrate local to AD users
We have (evolved historically) about 50 "local" user accounts on the old server for external users.
These users add Backlog Items and see work progress on subordinate elements (like tasks).
Old Windows Server 2008 R2 with SQL 2014 and TFS 2017.
New…

StefanK
- 125
- 1
- 2
- 8
1
vote
1 answer
Q: NGINX - Dynamically mapping multiple different domain names through 'map' to use as "server_name"
Looking for some advice and peer input - I'm currently trying to configure NGINX in a way so that I can configure multiple websites at the same time without having to set up individual VHost configs or declaring multiple 'server {}' entries with…

Kārlis K.
- 43
- 1
- 2
- 9
1
vote
1 answer
Give exclusive AD access to Mapped Drive via GPO
I want to know how to provide a user with exclusive access to a folder, but not other folders. The folder root is located here:
DC1\\UserFolders\%username%
I use a GPO to map that user's folder. But the problem is that it only maps if the user…

billsecond
- 199
- 9
1
vote
1 answer
Setting up nginx redirect map: how to handle spaces
How can you handle spaces in the original url in a redirect map? The map I have set up seems to be working properly for other redirects.
However, for urls with spaces, I tried:
‘/banner ads.htm’ /links/link-humor-times/;
…but that’s not working.…

jamminjames
- 71
- 7
1
vote
2 answers
Setting up a virtual ftp directory that points to another computer
I have II5 sitting on an old Windows 2000 Professional box. It has an FTP site there that allows me to access files. It works great, no problem at all.
However, now I need to setup a virtual directory that points to a share on another computer on…

AngryHacker
- 2,877
- 6
- 32
- 33
1
vote
1 answer
How do I add new users so the drives are mapped upon login?
In an existing Windows Server 2008 domain the users added by professional IT administrators automatically mapped drives when they logged onto any office machine.
The new users I've added, however, don't appear to be mapping drives as expected.
My…

Adam Davis
- 5,446
- 3
- 37
- 52
1
vote
0 answers
AWS Windows Drive Letter Device Mapping and Naming
How to change assigned letter for Ephemeral drives automatically?
Answers part of my question. I'm not sure how to, after assigning a drive letter in ec2config, to then rename the drive. Not re-letter, that was already done via the drive mapping…

Hsnopi
- 21
- 4
1
vote
0 answers
How to redirect a domain to a specific IP and port using nginx?
I have read several similar questions to this one in this forum, but not exactly the same, I tried every solution in very different ways but I am not able to manage this.
I was given some data about a server. In this server, I have to install an…

forvas
- 161
- 1
- 9
1
vote
1 answer
iis Client Certificate Mapping Authentication
I have been googling this for hours. I cannot get my mapping to work on certain certificate fields. Fx this sample code:
…

Oliver Nilsen
- 205
- 2
- 8
1
vote
1 answer
IPv6 and IPv4 mapped address
I've a box with 1 private IPv4 (192.168.0.X) and some IPv6 (let's call one Y::Z).
I have an application listening on 192.168.0.X on port 1234 and an application that want to connect to that service but use Y::Z as source address.
So I thought about…

Steve81
- 13
- 3
1
vote
2 answers
Physical Layout Mapping
I'm curious to know what kind of tools or methods, if any, you guys use for tracking and mapping physical hardware at the network drop level - things like individual NIC Cards, cables, drops, switches, servers themselves, workstations, etc. within a…

Univ426
- 2,149
- 14
- 26
1
vote
1 answer
cPanel server - redirect from local IP to URL
This is a very basic question. I'm running a VPS, and I can run web apps on the server to any local ip/port as I choose. How do I actually get these local ips/ports mapped to live domains registered on the server to make my site accessible?
It's a…

ankit
- 123
- 6
1
vote
2 answers
GPO for drive mapping won't work with %LogonUser% in location field
I'm struggling with a problematic drive mapping user preference where I'm trying to use the user's %LogonUser% variable to a network location (eg. \server\folder\users\%LogonUser%), but the drive mapping fails to appear after logging off and logging…

CokoBWare
- 113
- 1
- 1
- 4
1
vote
2 answers
how to configure Lighttpd to redirect page.cgi to page.php?
We have an older web-enabled device serving an info.cgi web page to a client device. We would like to have that same client device access a newer device without any changes, which runs lighttpd with php-cgi. The functionality is easily accessible on…

quadmore
- 11
- 2