Hello @Mark Stevens
Yes. If the server has simply powered off, the first step is to switch it back on and allow Windows Server to boot normally. I wouldn't change any configuration yet.
Once it's running, use one of the office PCs to check connectivity.
Open Command Prompt and try:
ping <server-IP-address>
ping <server-name>
If both respond, that's a good start.
For the shared folders, you don't need a browser. Open File Explorer and enter \server-name or \server-IP-address in the address bar.
If the shares appear and users can open their normal files, Windows file sharing has probably recovered without you needing to log into the server.
However, there's one important point here: you mentioned that both the server folders and Wi-Fi stopped working. If the Aruba access point is connected directly to the Aruba switch, the server being powered off wouldn't normally explain why the AP itself stopped providing Wi-Fi.
That suggests there may be a wider network issue involving the switch, VLANs, DHCP/DNS, firewall, or other network services. It's also possible that this Windows server provides services such as DHCP or DNS, in which case shutting down could indirectly affect other devices.
Before changing anything, I would check:
- Does the server power on and boot without errors?
- Can a workstation ping its IP address?
- Does \server-name open the expected shares?
- Run ipconfig /all on a workstation and note which servers are listed for DHCP Server and DNS Servers.
- Check whether Wi-Fi returns after the server has fully booted.
If everything starts working after the server comes back online, I would still investigate why the server unexpectedly powered itself off. Check Event Viewer → Windows Logs → System around the time it stopped. Event IDs such as 41, 6008, 1074, or 1076 can help determine whether it was an unexpected power loss, crash, or planned shutdown.
One caution: if this server is also a Domain Controller, DHCP/DNS server, or runs other business-critical services, don't start resetting passwords, changing network settings, removing/rejoining machines to the domain, or modifying AD just to get things working. If it doesn't recover after a normal boot, that's the point where I'd involve their company IT support.
And don't be embarrassed, \\server-name in File Explorer is indeed the thing you were trying to remember.
Please "Accept the Answer" if this information helped you. This will help us and others in the community.