This article covers different ways to manage Domain User Profiles in Windows 10 Enterprise, Professional and Education
Continue reading…
User Environment Management
Powershell – List Users Logged Into A Range Of Computers
So this script get a list of users logged into computers. It uses my personal favourite RDS PowerShell module but works on PCs. Note: some firewall rule(s) inbound may be required.
Continue reading…
Powershell – Manage User Profiles
To Delete user profiles with PowerShell you can use Remove-CIMInstance. But with great power comes great responsibility..
Continue reading…
Powershell – Update Computer Description on Logon
This script updates the Computer’s AD object description when a user logs into it. YOu would run this as a logon task via a Group Policy
Continue reading…
Roaming Profile Issues
Roaming profiles are great! Well they are until, you start using shared or generic accounts and the users long on times slow right down. Be very very very wary of using roaming profiles. Particularly if you use “generic or shared accounts” (an account logged in by more than one physical person at the same time) […]
Continue reading…