Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
146 check-ins using file Test-ADCredentials.ps1 version 89c8569a61
2018-06-10
| ||
13:39 | This file was uploaded by a PowerGUI Script Editor Add-on. check-in: e88b1567d8 user: Anonymous tags: trunk | |
13:39 | This file was uploaded by a PowerGUI Script Editor Add-on. check-in: 2048f2251d user: Anonymous tags: trunk | |
13:39 | Where-like function works as a pipeline console filter. check-in: 02558a9c7e user: sibroller tags: trunk | |
13:38 | Reboot a cluste or stand-alone server. For cluster, reboot each node one by one. Verify that RDP works for each server, verify all SQL Server instances can be connected, and all databases are in healthy state. Send email with the result of rebooting. The script works for Windows Server 2003 and later versions. This script requires Powershell3.0. check-in: 00e89ac20d user: William Wang tags: trunk | |
13:38 | retrieve the windows product key of a specified machine using WMI check-in: 8cc87c7955 user: karl prosser tags: trunk | |
13:38 | retrieve the windows product key of a specified machine using WMI check-in: be0f07106b user: karl prosser tags: trunk | |
13:38 | A simple df (disk free) function for PowerShell check-in: c284a845fe user: unknown tags: trunk | |
13:38 | Connect to an exchange mailbox and get your latest emails. check-in: fc3c03aac3 user: George Mauer tags: trunk | |
13:38 | Where-like function works as a pipeline console filter. check-in: 37abeb7d04 user: unknown tags: trunk | |
13:38 | Test the Prompt features check-in: 5c6fc334b7 user: Damien Ryan tags: trunk | |
13:38 | This file was uploaded by a PowerGUI Script Editor Add-on. check-in: 12fa0db6b9 user: Les Papier tags: trunk | |
13:38 | This file was uploaded by a PowerGUI Script Editor Add-on. check-in: bc7fce381f user: Gyorgy Nemesmagasi tags: trunk | |
13:38 | This file was uploaded by a PowerGUI Script Editor Add-on. check-in: a02b132f68 user: Adam Driscoll tags: trunk | |
13:38 | Writes data only to SQL Server tables. However, the data source is not limited to SQL Server; any data source can be used, as long as the data can be loaded to a DataTable instance or read with a IDataReader instance. check-in: 5335dfcaff user: Chad Miller tags: trunk | |
13:38 | This file was uploaded by a PowerGUI Script Editor Add-on. check-in: 29aba11ea8 user: Anonymous tags: trunk | |
13:38 | This file was uploaded by a PowerGUI Script Editor Add-on. check-in: 3bdf0352cc user: Anonymous tags: trunk | |
13:38 | Find-String and Highligh-Matches work together to do formatted output of matches in strings check-in: 93fd2b540a user: unknown tags: trunk | |
13:38 | ‘Get-exif’ doesn’t seem to exist. There are various solutions suggested for this, but I could not find a way to get FNumber and Focal Length in 35mm. So I have parsed out ‘exif’ output in this script. check-in: ac8e16f453 user: unknown tags: trunk | |
13:38 | Another modification to Get-PerformanceHistory to allow it to work in PowerShell 1.0 and still show averages. check-in: 1c18f4680e user: Joel Bennett tags: trunk | |
13:38 | Enables SNMP via Add-WindowsFeature (If not already enabled) check-in: 556b373eb2 user: 8i5i9 tags: trunk | |
13:38 | A simple script to download and install Java 7 u 25. Yeah, you could use chocolatey but I don’t want to install it. check-in: 4bbf905c51 user: DoNotNotTouch tags: trunk | |
13:38 | Causes a blue screen on Windows 8 machines. Run at your own risk!! The reason is due to an access violation caused by passing in a null value to the access mask of the CreateDesktop function. check-in: 40f17b1cdc user: adamdriscoll tags: trunk | |
13:38 | Function/script to launch Remote Desktop sessions from command line, RDP file or pipeline using Terminal Services Client. check-in: 187da153ac user: Jason Archer tags: trunk | |
13:38 | Generate an extmap.xml for a DLL. This is used for assembly library caching in Silverlight. check-in: f71a658b05 user: Chui Tey tags: trunk | |
13:38 | Generates External MAML Powershell help file for any loaded cmdlet or function check-in: 40ee392041 user: Chad Miller tags: trunk | |
13:38 | Reading temperature data from the Carbon Dioxide Information Analysis Center check-in: 6ee792713e user: Joel Bennett tags: trunk | |
13:38 | A collection of functions for working with the script repository: check-in: 0cafc050e9 user: Joel Bennett tags: trunk | |
13:38 | Converts aliases and parameter shortcuts in scripts to make them more portable. Now resolves command names to include the module (make sure you load modules you need), resolves parameter aliases, etc. (Works in PowerShell 3 CTP1 too). check-in: edd9f00c0f user: Joel Bennett tags: trunk | |
13:38 | Just launch script to see what’s about this script. Press F12 to hide window it and show it again. Use Escape to close Window. check-in: d4c1e46e84 user: greg zakharov tags: trunk | |
13:38 | http://stackoverflow.com/questions/17171531/powershell-string-to-array/17173367#17173367 check-in: 8f4cf5804b user: Dang_it_Bobby tags: trunk | |
13:38 | http://en.wikipedia.org/wiki/List_of_SMS_gateways check-in: c22aea7730 user: dvsbobloblaw tags: trunk | |
13:38 | 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: 988b00b22e user: S-1-5-21-2398571 tags: trunk | |
13:38 | Replaces Get-Credential, with options to set the dialog title and message, as well as defaulting the domain and username, and offering the option to prompt in-line in the console, and to get generic (non-domain) credentials (without a leading “\”). Better in every way than the built-in Get-Credential ;) check-in: 4c30d01004 user: Joel Bennett tags: trunk | |
13:38 | Get the system uptime of the localhost or a remote host. check-in: 704cd963e2 user: Tony Sathre tags: trunk | |
13:38 | Clear displayNamePrintable attribute on AD user objects check-in: 13128a1ed1 user: chriskenis tags: trunk | |
13:38 | This is a demo of one way you could implement handling Ctrl+C (CancelKeyPressed) without using PSEvent or PInvoke … check-in: 362bbd731d user: Joel Bennett tags: trunk | |
13:38 | New-ZipFile and Expand-ZipFile — two functions for zipping and unzipping the way I like doing it… check-in: ad29ef3e58 user: Joel Bennett tags: trunk | |
13:38 | Easy Migration Script for VMware Using PowerCLI – The Easy Migration script enables you to manually VMotion and SVMotion virtual machines very quickly and easily. You don’t have to specify the resource pools and it reduces the amount of mouse clicks required. There is also an Undo feature. check-in: 793d937ca1 user: Richard Yaw tags: trunk | |
13:38 | a quick script to re-create Exchange 2013 performance counters, more information check: http://www.ntsystems.it/post/Exchange-2013-clean-install-but-many-MSExchange-Common-106-errors.aspx check-in: 1f83696024 user: thomas torggler tags: trunk | |
13:38 | Sets properties for a given user local username. check-in: 1877604882 user: robyn tags: trunk | |
13:38 | Proxy function for New-Object that allows you to specify a CLSID in the ComObject parameter. Example: check-in: 8a8a22ec26 user: Matt Graeber tags: trunk | |
13:38 | Update vmtools check-in: 1e7a06c6bd user: Leon Scheltema tags: trunk | |
13:37 | This function get the local group membership on a local or remote computer using ADSI/WinNT. By default the function will run on the localhost ($env:computername) and will query the group “Administrators”. check-in: c709b984bd user: LazyWinAdmin tags: trunk | |
13:37 | Get the system uptime of the localhost or a remote host. check-in: 464232cd09 user: Tony Sathre tags: trunk | |
13:37 | Specify target host and root directory. The script will then recursively check for all folders and report on their NTFS permissions. check-in: dea4adf75d user: vidrine tags: trunk | |
13:37 | Simple PowerCLI example to find old snapshots. Note that I would not actually use the techniques shown here, this script was intentionally written this way as a part of a training video in which I am building on techniques. check-in: 263e06740c user: halr9000 tags: trunk | |
13:37 | Script to find on which host a particular VM is running when vCenter is down check-in: 3f003eb53b user: Leon Scheltema tags: trunk | |
13:37 | Get-NetView check-in: 8df0043a08 user: Daniel tags: trunk | |
13:37 | This file was uploaded by PowerGUI. check-in: b9aa9498c4 user: Poshoholic tags: trunk | |
13:37 | Functions to encrypt and decrypt strings using the Rijndael symmetric key algorithm check-in: e10d78b8a8 user: Joel Bennett tags: trunk | |
13:37 | This is how I would go about recursively getting AD Group Members. check-in: 1c25c6cd40 user: ERROR_SUCCESS tags: trunk | |
13:37 | http://www.mytechinterviews.com/sub-array-with-the-largest-sum check-in: d8a4cd3d86 user: BobLobLaw tags: trunk | |
13:37 | 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: 272975fb4f user: Joel Bennett tags: trunk | |
13:37 | An upgrade to my wget script which can output the downloaded html to the pipeline. Get-WebFile can download text or binary files, automatically determine file names, and present a progress report for large files… check-in: ebc26dbe9c user: Joel Bennett tags: trunk | |
13:37 | ############################################################################################# check-in: b88d5f9535 user: unknown tags: trunk | |
13:37 | custom directory creation using UI in power shell check-in: a71dc5eea4 user: himanshu tags: trunk | |
13:37 | ############################################################################################# check-in: eb4bb599fe user: SQLDBAwithabeard tags: trunk | |
13:37 | Wrapper script for executing a T-SQL call and optionally returning a delimited file. Informational/Error messages are written to the Application EventLog. Purpose of script is run T-SQL commands from external scheduler (UniCenter, AutoSys, etc.), log messages to EventLog and return success/failed status. check-in: d72b45740c user: Chad Miller tags: trunk | |
13:37 | Gets creator, creation date and lastbackup information per VM and adds it as values of a custom attribute check-in: e21e1452a9 user: Leon Scheltema tags: trunk | |
13:37 | Another fun script that used PowerShell v3 ASTs. Have fun! check-in: f1403f85a5 user: bielawb tags: trunk | |
13:37 | This function will enable or disable CBT on a VM, and optionally apply the change by stunning the VM with a snapshot. It is useful when CBT needs to be reset or disabled en masse. check-in: 25706761c4 user: Justin Grote tags: trunk | |
13:37 | Fast (using text) and easy to get large Fibonacci numbers. The 5000th fib takes like 15 secs for my computer. Wonder how many loops that is? ALOT! check-in: 4e3c53d4d5 user: DVSPUPOP tags: trunk | |
13:37 | Pulls label-value pairs from text. Note that this version is still REALLY optimistic, and assumes that your label-value pairs are each, always, on their own line … but it exposes the Get-Captures separately so you can write any regex you like (with named captures). check-in: c49b323008 user: Joel Bennett tags: trunk | |
13:37 | Pulls label-value pairs from text. Note that this version is REALLY, REALLY optimistic, and assumes that your label-value pairs are each, always, on their own line. check-in: 810eb32bf2 user: Joel Bennett tags: trunk | |
13:37 | Pulls label-value pairs from text. Note that this version is REALLY, REALLY optimistic, and assumes that your label-value pairs are each, always, on their own line. check-in: 18a28be982 user: Joel Bennett tags: trunk | |
13:37 | Pulls label-value pairs from text. Note that this version is REALLY, REALLY optimistic, and assumes that your label-value pairs are each, always, on their own line. check-in: b1cac2c0cf user: Joel Bennett tags: trunk | |
13:37 | Invoke-Sqlcmd2 : Cannot process argument transformation on parameter ‘ConnectionString’. Cannot convert the “System.Col check-in: d138c8f7e8 user: unknown tags: trunk | |
13:37 | Modeled after SQL Server 2008 Invoke-Sqlcmd, but fixes bug in QueryTimeout, and allows for paramaterized queries and more! check-in: ac06746fbb user: Atamido tags: trunk | |
13:37 | Function to report uptimes for single/multiple hosts as objects. Useful if not very original. check-in: 1b30accbbd user: 81stPerson tags: trunk | |
13:37 | How-To Extract MS Cluster Resources and Create Powershell Commands out of them. check-in: 39d2734076 user: unknown tags: trunk | |
13:37 | I found Managed DirectX on one of my computers, so I thought write about how to play MP3 files with it. But note, this script has been tested on WinXP only. For example: check-in: 5ed219314c user: greg zakharov tags: trunk | |
13:37 | The first version of a Start-Demo script (module) for ISE from PowerShell 3+ check-in: 8a0175650a user: Joel Bennett tags: trunk | |
13:37 | Windows PowerShell script to map a network printer based on Active Directory group membership. check-in: 8eee1ef4aa user: Jan Egil Ring tags: trunk | |
13:37 | First of all this is a great script! Is there a way to extend the size limit? check-in: 021c679311 user: unknown tags: trunk | |
13:37 | Displays active TCP connections and includes the process ID (PID) and Name for each connection. check-in: 32b22ae18e user: Shay Levy tags: trunk | |
13:37 | Uses the ILSpy assemblies to decompile .NET assemblies on the fly using a simple PowerShell advanced function. It can be chained together with Get-Member calls. check-in: 6140c16d63 user: Adam Driscoll tags: trunk | |
13:37 | Uses the ILSpy assemblies to decompile .NET assemblies on the fly using a simple PowerShell advanced function. It can be chained together with Get-Member calls. check-in: f87abc4658 user: Adam Driscoll tags: trunk | |
13:37 | This is very simple module that you can use with PowerShell v3. It’s using PowerShell Abstract Syntax Tree to import functions from any script without running any code. check-in: 9862e5953a user: bielawb tags: trunk | |
13:37 | Export top n Deadlock graphs for all databases of a given SQLServer (SQL2008+) Instance check-in: bd3ed77a72 user: alzdba tags: trunk | |
13:37 | This demo shows how to highlight text in RichTextBox with Dictionary<string, color>. Tested on PowerShell v2 check-in: c8f8412bc1 user: greg zakharov tags: trunk | |
13:37 | This demo shows how to highlight text in RichTextBox with Dictionary<string, color>. Tested on PowerShell v2 check-in: 626cbb34e1 user: greg zakharov tags: trunk | |
13:36 | Get-DellWarranty (Uses new Dell API; the old Get-DellWarranty scripts screen scrape their site and no longer work because they changed the formatting of the tables. This relies on their API service so in theory it should be maintained by Dell and remain working. The script itself has an array of computer names at the top and will cycle through each system and query that warranty information. Based off of all warranty lines, the highest warranty is tracked and outputted as well. The Get-DellWarranty function itself is configured to accept a -servicetag or -serialnumber parameter or accept piped input, and outputs an object that contains objects of warranty entitlement lines. check-in: c933b7b0d1 user: Dane Kantner tags: trunk | |
13:36 | A cmdlet to run a script/scriptblock under a different culture (language). Useful for testing localization. check-in: ff9a46990e user: unknown tags: trunk | |
13:36 | This script generates a pseudo dialog for the next twilight movie. check-in: 41ac9850c1 user: dvsdeedee tags: trunk | |
13:36 | Add VM to DRS group function check-in: 80f08e4896 user: unknown tags: trunk | |
13:36 | Find who created a VM check-in: 1bcbc84304 user: unknown tags: trunk | |
13:36 | Now Snippet Compiler looks like this (see screenshot at http://my.opera.com/samplez/blog/2013/04/18/snippet-compiler) and has some new features such as “Quick Save” and etc. check-in: 9da1706234 user: greg zakharov tags: trunk | |
13:36 | Now Snippet Compiler looks like this (see screenshot at https://files.myopera.com/samplez/files/SnippetCompiler_300.jpg) and has some new features such as “Quick Save” and etc. check-in: d28fad70b8 user: greg zakharov tags: trunk | |
13:36 | Author: Ranger6 aka Bitspider on Twitter check-in: 32b16d227b user: Ranger69 tags: trunk | |
13:36 | Powershell script to get data from Exchange server check-in: 8ee4c61e1c user: unknown tags: trunk | |
13:36 | Powershell script to get data from Exchange server check-in: ccc7c90938 user: unknown tags: trunk | |
13:36 | ISE-Comments module v 1.1 check-in: ed73e90819 user: Scott Hardwick tags: trunk | |
13:36 | Ex2010_MBDB_Info check for Check_MK check-in: c4003360ae user: unknown tags: trunk | |
13:36 | Script to compress files from command line. check-in: a259de2e2c user: Shadow tags: trunk | |
13:36 | Show all the comments from a script, and ONLY the comments. check-in: c3cc7ad912 user: Joel Bennett tags: trunk | |
13:36 | Quick script to get compressed or partitioned SQL Server tables using sqlps provider check-in: 1740b73506 user: Chad Miller tags: trunk | |
13:36 | Script to get the LastBootUpTime of a computer. check-in: d40f728a98 user: DVSBOBLOBLAW tags: trunk | |
13:36 | A few wrapper functions to make working with the SSH portion of SharpSSH easier: New-SshSession, Invoke or Send Ssh commands, Receive output, all with support for “Expect” ... which means we’ll continue reading from the ssh output until we see the expected output, and then stop. check-in: c0b7ac6397 user: Joel Bennett tags: trunk | |
13:36 | The script saves a username and password, encrypted with a custom key to to a file. The key is coded into the script but can be changed if required. The key allows the password to be decrypted by any user who has the key, on any machine. If the key parameter is omitted from ConvertFrom-SecureString, only the user who generated the file on the computer that generated the file can decrypt the password. check-in: 477a5d366b user: Daniel tags: trunk | |
13:36 | This PowerShell function returns a list of the Active Directory FSMO role holders for one or more Active Directory domains and forests. This function depends on the Active Directory module, specifically the Get-ADDomain and Get-ADForest cmdlets. This module can either be installed locally, via the Remote Server Administration Tools or imported via Implicit remoting prior to running this function. More information about this function can be found on my blog site: http://mikefrobbins.com/2013/04/11/use-powershell-to-find-where-the-current-fsmo-roles-are-assigned-in-active-directory/ check-in: a3426cb561 user: Mike F Robbins tags: trunk | |
13:36 | Syncs the system time with that of a remote time server. Uses NetCmdlets. check-in: 13922b9727 user: boggers tags: trunk | |
13:36 | Syncs the system time with that of a remote time server. Uses NetCmdlets. check-in: 284416b06b user: Lance Robinson tags: trunk | |
13:36 | Syncs the system time with that of a remote time server. Uses NetCmdlets. check-in: a7ad647e6a user: Lance Robinson tags: trunk | |
13:36 | What is a FileCop? It’s a script that shows extended data of files such as hashes, streams and etc. in compact GUI style. Note that script has been tested on Win2K3, so I do not have any idea about its workability on other systems. Please, let me know about bugs. check-in: b234d5014b user: greg zakharov tags: trunk | |
13:36 | Combine powershell and ImbBurn to burn all the iso’s in a directory. Useful for burning the 7 vista iso files etc. check-in: 558b2d96ff user: Michael tags: trunk | |
13:36 | I really am still working on this replacement for the WASP module ;-) check-in: 32d2f69b84 user: Jaykul tags: trunk | |
13:36 | Guns N’ Roses Sweet Child O Mine script (inspired by Christophe Cremon) check-in: 15af5132f1 user: Sean Buss tags: trunk | |
13:36 | This is a simple little script that will read in your favorites and sort them into folders based on the hostname in the URL. check-in: 5dde9732b7 user: Jeff Patton tags: trunk | |
13:36 | This is a simple little script that will read in your favorites and sort them into folders based on the hostname in the URL. check-in: 0b2762b5ab user: Jeff Patton tags: trunk | |
13:36 | Shows fields, properties and methods in public classes in loaded assemblies. This is just demo. check-in: 944a144f19 user: greg zakharov tags: trunk | |
13:36 | Super Mario Bros Theme in PowerShell :-) check-in: 0d8b5559b0 user: ChristopheCREMON tags: trunk | |
13:36 | Use [/e | -e | e] argument to open and [/c | -c | c] to close. check-in: 7ff5a775d4 user: greg zakharov tags: trunk | |
13:36 | Just for fun! check-in: 5b71cd584e user: greg zakharov tags: trunk | |
13:36 | To close app: check-in: 0bd48b5080 user: greg zakharov tags: trunk | |
13:36 | To close app: check-in: 1ed7a60e35 user: greg zakharov tags: trunk | |
13:36 | This console application demonstrates PInvoke way to work with buffer. check-in: 03f3e078c9 user: greg zakharov tags: trunk | |
13:36 | It’s just for fun because it does not correctly work (if you want stable code then use New-Object “Collections.Generic.Dictionary[String, [Drawing.Color]]) check-in: 53b472cb0a user: greg zakharov tags: trunk | |
13:36 | ConvertFrom-PropertyString 3.7 can convert ini files, property files, and other flat key-value data strings into PSObjects. check-in: 9223aeafbc user: Joel Bennett tags: trunk | |
13:36 | Use the wide unicode versions (FindFirstFileW and FindNextFileW) to report a directory listing of all files, including those that exceed the MAX_PATH ANSI limitations check-in: cdd286859b user: Wayne Martin tags: trunk | |
13:36 | Fixed bug with output textbox (other improvements are in progress). check-in: c657bdb6ed user: greg zakharov tags: trunk | |
13:36 | Use this script to detect installed .NET versions on a remote server using WMI. Requires credentials and a computername. check-in: 041c3eb6c4 user: halr9000 tags: trunk | |
13:35 | Use this script to detect installed .NET versions on a remote server using WMI. Requires credentials and a computername. check-in: 0213b24305 user: halr9000 tags: trunk | |
13:35 | Parses an Apache redirect file to identify broken entries. check-in: 0670521e9a user: anonymous tags: trunk | |
13:35 | Some improvements for GUI. And there are some known bugs with output compiling directory (fixing in progress), also I removed code which highlight code in RichTextBox (because it’s unstable). check-in: 09479a5658 user: greg zakharov tags: trunk | |
13:35 | RESTful server in pure PowerShell. Does not require a webserver. Requires PowerShell v3.0 check-in: 7c410b6942 user: Parul Jain tags: trunk | |
13:35 | Modified the script to fix a few typos. check-in: a2593ba13d user: unknown tags: trunk | |
13:35 | I wrote this for our first line team, they aren’t the best with Powershell so I wrote a GUI that would help them find which user has a specific email address in Office 365. check-in: 9b8d2a17e0 user: Adrian Woodrup tags: trunk | |
13:35 | Set applications/windows on top of other windows check-in: ec1530322f user: Shay Levy tags: trunk | |
13:35 | Use this to create a .url file which can then be opened in your default browser using the Invoke-Item cmdlet. Usage: New-UrlFile $url # or invoke-item (new-urlfile $url) check-in: 097624294a user: halr9000 tags: trunk | |
13:35 | Converts an input string into its C ASCI Hex equivalent, useful for converting a string into an unsigned char array check-in: 8a717fc18f user: CrazyDave tags: trunk | |
13:35 | script to wrap arround mstsc.exe and start multiple rdp sesions in one command check-in: f16a18efea user: AllanData tags: trunk | |
13:35 | script to wrap arround mstsc.exe and start miltiple rdp sesions in one command check-in: ac726b3177 user: AllanData tags: trunk | |
13:35 | A first draft at a logging function that can rotate log files as they “fill up” (that is, not by date, but by size). check-in: 6528b24380 user: Joel Bennett tags: trunk | |
13:35 | Discovers DHCP online servers and if SystemRoot\Windows\System32\DHCP\Backup exists, copies the folder on each server to a network share (\\network\share\hostname). check-in: 45f6bcde7d user: R Derickson tags: trunk | |
13:35 | It’s useful if you offen use Alt+Space to manipulate host data (copy\paste). check-in: 813b01b55a user: greg zakharov tags: trunk | |
13:35 | This powershell script can be used to reset alerts on a SharePoint site. This may be necessary if scheduled alerts are arriving an hour early or late due to daylight savings time. This script was inspired by: http://gallery.technet.microsoft.com/scriptcenter/877d2abd-fce9-4545-b223-7637936dd888 which while as a side effect will reset the alerts, however it does a lot more than restarting the alerts. check-in: 36024ac8ca user: AlanO tags: trunk | |
13:35 | TEST ME check-in: 8f28746494 user: unknown tags: trunk | |
13:35 | MSagent speech script with voice selection and interluded speaking check-in: c83c01d646 user: chriskenis tags: trunk | |
13:35 | Map network drive using powershell to call wscript.network. psdrive just does not act the same as a mapped network drive. I finally wrote these to connect to specific servers and directories to move files around. check-in: 181f796cc4 user: 4wheels tags: trunk | |
13:35 | enumerate + add + remove users or groups to any local group on a local, single or multiple remote computers check-in: 43bb8feb8c user: chriskenis tags: trunk | |
13:35 | A pair with ConvertTo-CliXml — this version closes and disposes the string reader handle. Now works in PowerShell 3 and later as well. check-in: d13083eab4 user: Joel Bennett tags: trunk | |
13:35 | Export-CliXml and Import-CliXml only work with files. This is an implementation for sending CliXML directly to the pipeline. Requires PowerShell 2.0 or later. check-in: f20a565c31 user: Joel Bennett tags: trunk | |
13:35 | Creates config bundle backup for ESXi hosts. Works where 80 is blocked to ESXi host check-in: da3f11501c user: Jimmy Hester tags: trunk | |
13:35 | Gets Sophos weekly scan time stats from the generated log file remotely using WMI. Log file name may need to be changed for your environment. Doesn’t require access to Sophos Admin console. check-in: 61c5ffc036 user: Chad Miller tags: trunk | |
13:35 | Just for fun script for converting image files to excel. Very slow, try 50×50 images first check-in: e587c2ffb2 user: AxCoder tags: trunk | |
13:35 | Validates a username and password against Active Directory. Requires .NET 3.5 and PowerShell V2. check-in: e4eaf61cd6 user: Mike Pfeiffer tags: trunk | |