Windows Server Administration and User Profile Management
Classified in Computers
Written on in
English with a size of 3.64 KB
1. Local Users and Roaming Profiles
Is it possible to assign local users roaming profiles on a Windows client integrated into a domain? Why?
No. Roaming profiles can only be assigned to users in Active Directory (i.e., domain global users). Local users can manage and use only local profiles on the machine where they are registered.
2. Storage for Roaming User Profiles
Where should roaming user profiles be stored?
On the server. The system stores a local copy of the domain profile, but the actual configuration of the elements customized by the user is always stored in the folder on the domain controller designed for this purpose.
3. The %username% Variable
What does the variable %username% represent and what replaces it?
It represents the username that has been validated by the domain controller or the user who is logged onto a computer. The %username% variable is replaced by the login name of the user who is logged on locally to the domain.
4. Memory Optimization in Windows Server
What type of memory should be optimized in Windows Server?
Swapping (paging), so the system can run more efficiently and produce fewer disk accesses for open paging files.
5. Paging File Location
Can I change the location of the paging file in Windows Server?
Yes. It is highly recommended. You can choose another drive or partition in your system for file sharing. The ideal setup is to have a second, fast hard drive dedicated solely to the paging file, not used for storing user data files or proprietary operating system files.
6. Disk Space for Domain Users
How much disk space can a domain user use on a shared resource located on the domain controller?
By default, all available disk space, unless disk quotas are assigned to that user for that specific share.
7. Monitoring Disk Quota Limits
In what ways can we know when a user has exceeded their assigned disk quota?
Through the notifications generated in the System Event Viewer. Using this tool, if we set disk quotas with minimum sizes, we can establish appropriate warning limits.
8. Quota Limits Across Multiple Folders
If a user has access to two folders on the domain controller and has a disk quota of 1 MB, how much information can be stored in each folder?
In total, across all resources, the user cannot use more than 1 MB of space, even if they have access to multiple shared folders where they could write data.
9. Accessing Task Manager
In what ways can the Task Manager be run in Windows Server?
In a similar way to desktop versions of Windows: by pressing CTRL + ALT + DEL, or from the taskbar by right-clicking and selecting Task Manager.
10. Scheduling Tasks on Occasional Computers
Is it advisable to schedule tasks on a computer that is only used occasionally? Why?
No. Usually, tasks are scheduled to avoid having to manually perform common repetitive operations. If you want, for example, a disk check once a year, scheduling a task might be unnecessary, although it may be the only way to remember it. Generally, scheduling unusual tasks is not recommended.
11. Scheduled System Shutdown
Can we create a scheduled task to shut down the system? Is there a specific command?
Yes, provided we know the command used to shut down the system. In this case, it is the shutdown command used with the required parameters.