Difference between revisions of "Powershell Tasks"

From MyWiki
Jump to: navigation, search
 
 
(41 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[ Active Directory Powershell tasks ]]<br>
 
[[ Active Directory Powershell tasks ]]<br>
 
[[ O365 Powershell tasks ]]<br>
 
[[ O365 Powershell tasks ]]<br>
 +
[[ Powershell execution policy ]] <br>
 +
[[ Getting AD group members ]] <br>
 +
[[ Using Powershell for ftp ]]<br>
 +
[[ Using Powershell for ftp 2 ]]<br>
 +
[[ Using Powershell for ftp 3 ]]<br>
 +
[[ Using Powershell for ftp 4 ]]<br>
 +
[[ Disabling user and updating the notes field ]]<br>
 +
[[ find the number of cpus, cores and logical processors ]]<br>
 +
[[ Modifying the PATH in Powershell ]]  <br>
 +
[[ Setting an alias in Powershell ]]<br>
 +
[[ Finding the length of an array ]]<br>
 +
[[ Hide a user(s) from the Global address book ]]<br>
 +
[[ Investigating account lockouts with Powershell ]]<br>
 +
[[ Powershell for Certificate Services ]]<br>
 +
[[ Powershell to emulate Unix df -k ]]<br>
 +
[[ Powershell to test connectivity ]] <br>
 +
[[ Setting the powershell path ]] <br>
 +
[[ Delete a file in powershell if it exists ]]<br>
 +
[[ Powershell streams ]]<br>
 +
[[ Find all users that have a proxyAddresses entries starting with ":" and then remove the whole string. ]] <br>
 +
[[ List all AD enabled staff users ]]<br>
 +
Searching Active Directory - https://technet.microsoft.com/en-us/library/ff730967.aspx<br>
 +
[[ Get Active Directory failed logins ]]<br>
 +
[[ Create a batch of test users ]] <br>
 +
[[ Modifying home directory permissions ]]<br>
 +
[[ Change password at next login ]]<br>
 +
[[ Create home folders and set permssions ]] Used and tested <br>
 +
[[ Set quotas depending on whether staff, student, or both ]] Used and tested <br>
 +
[[ While loop in powershell ]]<br>
 +
[[ Powershell to set wallpaper ]]<br>
 +
[[ Unpinning tiles from the Windows 10 Start Menu ]]<br>
 +
[[ Move files to directory ]]<br>
 +
[[ Comparing two lists and finding entries unique to each one ]] <br>
 +
[[ Show process on the same line as the port ]]<br>
 +
[[ Convert an .evtx file to text ]]<br>

Latest revision as of 10:56, 21 February 2020

Active Directory Powershell tasks
O365 Powershell tasks
Powershell execution policy
Getting AD group members
Using Powershell for ftp
Using Powershell for ftp 2
Using Powershell for ftp 3
Using Powershell for ftp 4
Disabling user and updating the notes field
find the number of cpus, cores and logical processors
Modifying the PATH in Powershell
Setting an alias in Powershell
Finding the length of an array
Hide a user(s) from the Global address book
Investigating account lockouts with Powershell
Powershell for Certificate Services
Powershell to emulate Unix df -k
Powershell to test connectivity
Setting the powershell path
Delete a file in powershell if it exists
Powershell streams
Find all users that have a proxyAddresses entries starting with ":" and then remove the whole string.
List all AD enabled staff users
Searching Active Directory - https://technet.microsoft.com/en-us/library/ff730967.aspx
Get Active Directory failed logins
Create a batch of test users
Modifying home directory permissions
Change password at next login
Create home folders and set permssions Used and tested
Set quotas depending on whether staff, student, or both Used and tested
While loop in powershell
Powershell to set wallpaper
Unpinning tiles from the Windows 10 Start Menu
Move files to directory
Comparing two lists and finding entries unique to each one
Show process on the same line as the port
Convert an .evtx file to text