Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
45 check-ins using file Get-WebSite.ps1 version 2c2d4d222e
2018-06-10
| ||
13:29 | This is a script to remove empty folders from a drive. I used it when i had to clear up a shared drive from a former company. check-in: b361446c1f user: Trevor Wilson tags: trunk | |
13:29 | #Ty Lopes – Calgary – Oct 2012 check-in: be72d2dda1 user: Ty Lopes tags: trunk | |
13:29 | This is a little script I wrote to logoff all users on the box except for myself. Clearly it can be cleaned up a little, making it more flexible, but thought I would share anyways. check-in: 7ff0fcca73 user: Nigel Stuke tags: trunk | |
13:29 | Writes log files in a System Center format, readable by Trace32. I haven’t yet tested functionality with CMTrace, but based on what I can find, it should work. check-in: 7f2003e53c user: John Bruckler tags: trunk | |
13:29 | Its about time I added something to this site instead of leaching all of the great scripts. check-in: 1acc262ee5 user: Ty Lopes tags: trunk | |
13:29 | This is a little script I wrote to logoff all users on the box except for myself. Clearly it can be cleaned up a little, making it more flexible, but thought I would share anyways. check-in: fa3c1abee5 user: roger tags: trunk | |
13:29 | This is a little script I wrote to logoff all users on the box except for myself. Clearly it can be cleaned up a little, making it more flexible, but thought I would share anyways. check-in: 5407dd4c39 user: Nigel Stuke tags: trunk | |
13:29 | This scConvertTo-Hex S-1-5-21-357043131-537017027-1947940980-1289ript will convert a security identifier (SID) in string format to its hexadecimal equivalent. e.g. check-in: fc6d1fd882 user: S-1-5-21-2398571 tags: trunk | |
13:29 | This scConvertTo-Hex S-1-5-21-357043131-537017027-1947940980-1289ript will convert a security identifier (SID) in string format to its hexadecimal equivalent. e.g. check-in: 6c1403f7da user: S-1-5-21-2398571 tags: trunk | |
13:29 | Inverts the mouse wheel scrolling in Windows (to match the way it works in OS X) check-in: 1e20d778f6 user: Joel Bennett tags: trunk | |
13:29 | The Split-Job function provides easy multithreading at the command line or in a script. It was created from a system administrator’s point of view and is compatible with PS v1. Supports importing functions, variables and snapins. For history and background please visit http://www.jansveld.net/powershell. check-in: 9befcf55f0 user: Stephen Mills tags: trunk | |
13:29 | Enumerate users of a given local group. Uses WMI. Outputs strings, sorry about that. check-in: 555bc2d1b6 user: Carter Shanklin tags: trunk | |
13:29 | Gathers and sorts all of the service profile associations for a list of UCS clusters. Very handy for scanning growing UCS environments for all of your associations. check-in: 043ca8ab1a user: Josh Atwell tags: trunk | |
13:29 | Function will combine common .CSV files into one large file. CSV files expect to have same header. check-in: d508e57cb4 user: Josh Atwell tags: trunk | |
13:29 | validate cmdlet and function check-in: a306414d20 user: Walid Toumi tags: trunk | |
13:29 | Functions to view/enable/disable LDAP query logging on a DC and parse eventlog message from logged queries. check-in: 9eab1ff081 user: Patrick Sczepanski tags: trunk | |
13:29 | Functions to view/enable/disable LDAP query logging on a DC and parse eventlog message from logged queries. check-in: 9e30e7fb17 user: Patrick Sczepanski tags: trunk | |
13:29 | I wrote this scrip to find and zip database trace files. There are switch parameters to search subdirectories recursively as well as removing the original trace file. check-in: a2f13573dc user: Kevin Bullen tags: trunk | |
13:29 | Use of export-csv -Append check-in: 1893f17544 user: unknown tags: trunk | |
13:29 | quick hard coded script for uploading a file to an ftp server. check-in: 9dfdb300d0 user: Stephen Price tags: trunk | |
13:29 | Ever wonder what kind of chassis your computer thinks it’s running on? Have a need to know if you’re RDP’d into a physical or virtual system? This script can probably answer the question for you. This script was adapted to PowerShell from a VBScript I’ve had for a while. It uses WMI to determine the Chassis type and translates the reported numerical code into decipherable text. – Thought i would rewrite this code using the switch function rather than elseif. Easier to read and less code to write. check-in: c8b468eb6d user: Owen08 tags: trunk | |
13:29 | I needed to deploy some DLLs to patch a program. This will copy files to a computer and log it in excel. The logging is the only weak link in this script because it uses the credentials of what ever user is running the script. I even included a backout function in the event you need to revert your changes. check-in: d35d31f137 user: HughS tags: trunk | |
13:28 | Test-Port creates a TCP connection to specified port. By default it connects to port 135 with a timeout of 3secs. check-in: 3eaa64d1e9 user: BSonPosh tags: trunk | |
13:28 | Test-Port creates a TCP connection to specified port. By default it connects to port 135 with a timeout of 3secs. check-in: 3ee247e3b5 user: BSonPosh tags: trunk | |
13:28 | This is a very meaningless demo showing how to get and work with a html document in parsed form. The actual script gets a html-table from www.apk.se (listing cheap alcohol in sweden) and parses and converts that to a object and hands that of to the pipe. check-in: 40bb918380 user: Daniel Srlv tags: trunk | |
13:28 | Hello, check-in: 84664cf181 user: Brandon Murphy tags: trunk | |
13:28 | Provides same functionality as cliconfg.exe GUI. Although there is a WMI provider to add client network aliases, the differences between SQL version make it diffult to use. This method creates the registry key. check-in: 8365332841 user: Chad Miller tags: trunk | |
13:28 | Quickly convert a .NET type’s static methods into functions. (bugfix update: $type.Name -> $type.FullName) check-in: 15cfef6a99 user: Oisin Grehan tags: trunk | |
13:28 | copy, clean and dedup DNS zones, working code, check-in: 2687b81a39 user: chriskenis tags: trunk | |
13:28 | copy, clean and dedup DNS zones, working code, check-in: 9a58bd630b user: chriskenis tags: trunk | |
13:28 | Get-Parameter is used to obtain all of the parameters for a cmdlet. It also returns info like aliases and whether a parameter is mandatory. check-in: 24cc8a3de2 user: halr9000 tags: trunk | |
13:28 | Quickly convert a .NET type’s static methods into functions. check-in: ac4d3996c9 user: Oisin Grehan tags: trunk | |
13:28 | Trim working set for a PID. check-in: 597db2ff55 user: SunnyChakraborty tags: trunk | |
13:28 | Report-RecipientCounts.ps1 check-in: 97d21c7260 user: dethompson71 tags: trunk | |
13:28 | Queries the Dell Website for a list of service tags and returns the warranty information as a custom object. check-in: a1fea14f3e user: jasser tags: trunk | |
13:28 | Queries the Dell Website for a list of service tags and returns the warranty information as a custom object. check-in: 8843904c8e user: jgrote tags: trunk | |
13:28 | Find matching members in a local group check-in: 99402f52da user: Hal Rottenberg tags: trunk | |
13:28 | This script removes all existing permissions and assigns the appropriate domain permissions. Also the Owner is set to BUILTIN\Administrators check-in: 8111debbb4 user: Littlegun tags: trunk | |
13:28 | Completely redoes Home Directory Perms check-in: 9687c8b381 user: Littlegun tags: trunk | |
13:28 | Checks all Exchange Queues in an Organization check-in: e782ebaf66 user: Littlegun tags: trunk | |
13:28 | This script checks services on Exchange Servers and restarts them if needed. check-in: 2e557b8b9e user: Littlegun tags: trunk | |
13:28 | A few helper functions for generating some random data (in some specific formats/types) check-in: 5d08cddd6e user: CrazyDave tags: trunk | |
13:28 | Improved version of http://poshcode.org/2352. Nobody seems to know how that should be used. See also MSDN for FindPrivateKey documentation. check-in: 4cd367d5a9 user: HQJaTu tags: trunk | |
13:28 | The kitchen timer with a kitchen sink -full of features check-in: 0931e661d0 user: Joel Bennett tags: trunk | |
13:28 | 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: 9f1b4e7c01 user: Boe Prox tags: trunk | |