Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
25 check-ins using file Copy-Shares.ps1 version 9d64b2103f
2018-06-10
| ||
13:43 | Resolves aliases and parameter shortcuts in scripts to make them more portable. Now resolves parameter aliases, and resolves ‘?’ to Where-Object correctly. check-in: 365c614111 user: Joel Bennett tags: trunk | |
13:43 | Function to update a property value within a Java properties file check-in: c11aab4b3e user: Michael Craig tags: trunk | |
13:43 | Make a phone call from Powershell and pass TextToSpeech variables like ComputerName, DiskFreeSpace. check-in: ac5a8cd4a1 user: Sunny Chakrabort tags: trunk | |
13:43 | Search Exchange tracking logs using jobs and remoting. check-in: 355adc2e9d user: evetsleep tags: trunk | |
13:43 | All bugs are mine. check-in: 145794bd44 user: greg zakharov tags: trunk | |
13:43 | Set-Wallpaper lets you set your windows desktop wallpaper. It requires PInvoke and I wrote it using PowerShell 2’s Add-Type, although it could be done in v1 using the JIT code generation tricks Lee Holmes has mentioned in the past … check-in: 1473535daa user: Joel Bennett tags: trunk | |
13:43 | Creates random file with extension which has assosiation (just for fun). check-in: 163693626f user: greg zakharov tags: trunk | |
13:43 | If you use the dark color scheme in VS, you’ll find that the powershell tools syntax highlighting is unusable. While it is possible to update the colors by hand in visual studio’s options, this is a pain in the ass. Here’s a script to run in the NuGet console that will set the token colors to something usable. The scheme is persistent. check-in: 53da4015a1 user: Oisin Grehan tags: trunk | |
13:43 | Some helper functions for getting/setting the output buffer and command history size in PowerShell.exe native. check-in: c5470146c4 user: Joel Bennett tags: trunk | |
13:43 | i would like group my ad obj report scripts to one file. i started with some functions about users and computers. i have a request to check my code to poit errors and what i could write better. thx for any tip and info! check-in: d542b12359 user: Voytas tags: trunk | |
13:43 | The Division check-in: 42ebc1cf1f user: haegar2013 tags: trunk | |
13:43 | From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 94767fd093 user: Lee Holmes tags: trunk | |
13:43 | An example of a client/server that works in PowerShell check-in: 3e0bfc339c user: Joel Bennett tags: trunk | |
13:43 | Fixed some issues check-in: 477399ce5b user: greg zakharov tags: trunk | |
13:43 | retrieve the windows product key of a specified machine using WMI check-in: 508a9591c4 user: karl prosser tags: trunk | |
13:43 | This script will list all User objects in the current Active Directory domain. The data gathered includes Display Name, Username, Last Logon Date, and Disabled Status. All data is exported to a CSV file. check-in: 922aa197fa user: Jason B tags: trunk | |
13:43 | This script will allow you to query a web site and retrieve information about the web site and whether it is available or not. check-in: 0e9dfe4d8f user: Boe Prox tags: trunk | |
13:43 | Fixed check-in: 90f19a1017 user: greg zakharov tags: trunk | |
13:43 | Compare files in multiple folders against a reference set to provide an early detection of Cryptolocker check-in: b3ae84c0de user: dfsdiag tags: trunk | |
13:43 | Windows Server Backup Script. Backs up to NAS location, include facility for rotation and email notification check-in: edfd9a227d user: James Day tags: trunk | |
13:43 | Combines two technics to get last boot system uptime check-in: 36bc41777c user: greg zakharov tags: trunk | |
13:43 | Creates hex dump of a file check-in: 684b38a12f user: greg zakharov tags: trunk | |
13:43 | Set-Wallpaper lets you set your windows desktop wallpaper. It requires PInvoke and I wrote it using CTP2’s Add-Type, although it could be done in v1 using the JIT code generation tricks Lee Holmes has mentioned in the past … check-in: 220caf000b user: Joel Bennett tags: trunk | |
13:43 | Prints “human-readable” information for specified drive check-in: c4e8281673 user: greg zakharov tags: trunk | |
13:43 | This script “copies” shares and share permissions from one computer to another. The drive letter can change between computers, but the path(s) on the drive may not. This script does not copy the data; for that you will need another solution, such as xcopy or a decent SAN that can do it for you. It works on OSes as old as Windows 2000, and at least as new as Server 2008 R2. It probably has a hundred possible improvements. check-in: 9cdf4fe5a6 user: Sysiphus tags: trunk | |