-
Hi there ! i just wanted to post a script i just made. At work, the path to profile and homefolders have been, in the past years, put through the unc with ip instead of dns names. So, i was asked to make a script to make massively the change for a certain IP address to a certain dns name. I thus thought...
-
1. A list of all GPOs that run a script, what the scripts name is, and what it’s function is, if you can figure it out. If the script is mapping drives, printers, or pulling files from a location we need to verify that those devices/locations/files still exist. 2. A list of all GPOs that are not...
Posted to
PowerShell for Active Directory
(Forum)
by
vbr.mohan
on
02-11-2013
Filed under: Active Directory, AD, Get-ADDefaultDomainPasswordPolicy, powershell, powershel active directory change profile path homefolder homedirectory ip to dns, Get-ADComputer, AD Auditing using PowerShell, power shell, Active Directory Management
-
does anyone know of a powershell script to do a Read-Host to get user input for an AD account name. and then set the account to force the user to change their password at the next login? Thanks in advance for any help.
-
There is an AD Exchange attribute "MsExchUseOAB" to show what oab users are pointing to. How could I view this in powershell for a user? I tried get-aduser, get-user, and get-mailbox but no luck. Any ideas?? Thanks!