About 16,500 results
Open links in new tab
  1. Change the Powershell $profile directory - Server Fault

    Can you change the profile path without changing the Personal folder? I suppose it affects other programs as well.

  2. ntfs - Change owner recursively with Powershell? - Server Fault

    If you run into trouble make sure you are running the cmd/powershell window with administrator permissions. Same applies to the other powershell specific answer.

  3. Azure Powershell - Change Directory - Server Fault

    May 23, 2016 · When I login to azure using powershell cmdlet "Login-AzureRmAccount" I am connected to the wrong directory. How can I change to the other directory from within Powershell?

  4. Access network share without mapping drive letter (PowerShell)

    Oct 28, 2013 · Use Windows Credential Manager to change/delete remembered credentials. If the network share is on a domain you're not logged into, the username will need to be of the form …

  5. active directory - Powershell: How do I query pwdLastSet and have it ...

    I need to get the last password change for a group of account in an Active Directory security group, and I feel like this is something PowerShell should be good at. Right now, I'm already stuck at...

  6. Using Powershell to update users home directory - Server Fault

    Dec 15, 2014 · This is because of the way Powershell handles variables in quotes. Basically, rather than getting $_.SamAccountName You were actually getting $_ + "SamAccountName" To resolve this …

  7. How to set AD password to expired / to be changed with PowerShell

    Nov 27, 2013 · 4 I need to reset a whole load of user passwords and then set them as expired or "User must change password on next login" The password is easy to change with SetADAccountPassword.

  8. active directory - Change AD Display name from Lastname, Firstname …

    Sep 19, 2021 · My organization wants to change the Display name format to Firstname Lastname instead of Lastname, Firstname I already change the format for creating new users in the ADSI …

  9. Change current directory to the batch file directory

    The issue with the batch file is that I need to cd to the batch file directory first before executing the job, or else the script won't work. How to change to the current batch file directory?

  10. Modify new user home directory permissions with powershell

    May 24, 2019 · powershell scripting access-control-list user-permissions home-directory See similar questions with these tags.