Questions tagged [domain]

A collection of computers or other networked resources.

A collection of computers or other networked resources within an organisation. A domain is identified by a domain name. Domains can be divided into hierarchical sub-domains.

A Microsoft domain is such a collection, often managed by the Active Directory product. The centralized authority for a Microsoft domain is one or more Domain Controllers. These Domain Controllers are responsible for authentication and other security services within the domain.

2711 questions
1
vote
1 answer

Trying to test Domain Collapsing / Consoldiation validity for SEO purposes

At work, we're trying to determine the effectiveness of domain collapsing for SEO purposes. Our current structure is to have multiple web apps served from different servers, such as PUBLIC URLS - directly accessed by…
Roy Rico
  • 612
  • 2
  • 9
  • 20
1
vote
4 answers

How to host Exchange mailboxes for another organisation outside of domain?

We have a branch office out in another country who currently have their own domain and AD and Exchange Server. We want to look at hosting their Exchange mailboxes so that we can improve presence information through the use of Calenders etc. Whats…
Fred
  • 163
  • 1
  • 1
  • 6
1
vote
0 answers

LAPS "Not Authorized to Administer"

Problem Description: When I open up dsa.msc, navigate to my LAPS controlled OU, right click on a target system, goto Properties>LAPS>Expire Now and click "Apply" it displays the message You may not be authorized to administer LAPS related state on…
Shrout1
  • 363
  • 2
  • 7
  • 18
1
vote
1 answer

How to change A record in DNS and keep email working when MX record point to the domain itself

For my client, I'm migrating domain to point to a new website server. In order to do that, I'm changing A records to point to new server IP. After such change, client has lost possibility to send e-mails from his mail accounts located on old server.…
1
vote
0 answers

NS not propagating after about 9 days

About 9 days ago I migrated my Cloudflare hosted site to StablePoint's cPanel cloud hosting. The last step I took was removing my CloudFlare's NS records and adding StablePoint's in GoDaddy's dashboard. Also srv.yiu.ch is still resolvable; I don't…
1
vote
0 answers

Microsoft Active Directory Admin - Discriminate usable USB Disk devices

good morning, I have been trying for a while through policy management or other microsoft media to restrict the use of USB removable disks. I know that through Active Direcory I can enable and disable indisciminately or discriminating users, usb…
Cris9400
  • 11
  • 1
1
vote
0 answers

Security Key Hybrid Azure AD

Environment: Windows 11, Server 2016, Azure AD Free. Problem: Your credentials could not be verified. (0xc000005f) I am trying to activate fido2 security key in my domain. The key which I am using is a Yubikey Bio Fido Edition. First: I…
Stody
  • 11
  • 2
1
vote
1 answer

Clone a domain machine, rename the PC, join to the domain error

I have a question about renaming a computer and joining it to a domain. Quick story. We are running a machine on our domain"PC01" and we want to clone it, rename it and join it to the domain. We restored "PC01" to a virtual machine off the domain…
1
vote
0 answers

Switching from ADFS to password sync, how to check dependencies

Is there a way to check if there is any dependencies on swichting from ADFS => PHS? We are doing migration of another company into ours, and in that regard want to get rid of their ADFS. Changeing the setting to PHS, seems straightforward. I am…
1
vote
0 answers

Going to example.com redirects to example.com/www

So firstly I'm not entirely sure if this is the right place to ask but I couldn't find another stack site relevant to servers so. Recently I bought a domain with OVH, and have setup the site with an index page and such. My issue is every time I type…
tygzy
  • 111
  • 2
1
vote
0 answers

Changing IP range that holds the Primary Domain Controller

My domain includes a few /24 ranges over an MPLS and we've recently acquired a business which uses the same /24 range as my Primary domain controller (172.17.0.0/24). Because of this clash, I have 2 options. Change the range of the acquired…
aufly
  • 11
  • 1
1
vote
1 answer

Apache outputs all urls of a second domain as a subfolder of the primary domain name

Would anyone be able to possibly give me some guidance? Basically, I have a 'shared hosting' account with a large internet hosting provider, and my account lets me have multiple separate domains within this folder structure. (Note: not aliased…
1
vote
1 answer

How to handle requests to non-existent subdomains with Nginx

Here's my Nginx configuration for my domain example.com which serves a trivial static website. server { root /var/www/example.com; index index.html index.htm index.nginx-debian.html; server_name example.com www.example.com; …
Ratatosk
  • 11
  • 1
1
vote
1 answer

how to migrate existing profiles to new domain

We had our Server 2019 RAID fail and we had to rebuild it from scratch. This has now been completed and we're finding another issue - we now have to migrate users to this new domain w/o having them setup a new profile on their computers. I've read…
Ryan Ternier
  • 113
  • 1
  • 5
1
vote
1 answer

Replacing A record on apex domain to cname

We have our current corporate website hosted on traditional servers that we point to with an ip address. Our website is available at example.com and www.example.com and both domains have A records pointing at the the server ip. We are now starting…