PoshCode Archive  Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

155 check-ins using file Start-Encryption.ps1 version 7b55440feb

2018-06-10
13:41
This script will go through your ITunes library and check the paths for each of the Tracks. If it doesn’t find a file at the specified location it will remove that track from your ITunes Library. check-in: 67c3689e17 user: Mark Schill tags: trunk
13:41
Added Try block and missing brackets for sample GUI from post made by Vinith Menon. check-in: a7f90f8119 user: BrianK tags: trunk
13:41
############################################################################################# check-in: d57f052d52 user: Rob Sewell tags: trunk
13:41
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: 69e8cdf5fb user: Richard Yaw tags: trunk
13:41
############################################################################################# check-in: 2ae558fca4 user: Rob Sewell tags: trunk
13:41
A Module to solve fileshare permission issues once and for all. Allows you to impersonate other network credentials for windows network authentication. check-in: 43aea21893 user: Joel Bennett tags: trunk
13:41
IMCEAEX-_O=PORTMED_OU=First+20Administrative+20Group_cn=Recipients_cn=brady+2Eanderson@portmed.org check-in: 16cfe4ab06 user: IMMTZ tags: trunk
13:41
just a quick re-write of gmagerr’s Powershell Template script to enable his template to create Powershell ISE help-comment based structure which I often use; I just put this function into an add-isemenu custom menu array. Thanks to gmagerr for the structure I just added a couple of things (most of which work fine!). thx for the base gmagerr. check-in: 06d42b3e4b user: biryani tags: trunk
13:41
############################################################################################# check-in: 7c89b93864 user: SQLDBAwithabeard tags: trunk
13:41
############################################################################################# check-in: 0e72990b8e user: SQLDBAwithabeard tags: trunk
13:41
############################################################################################# check-in: 11d1cb1fda user: SQLDBAwithabeard tags: trunk
13:41
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. If the host is running 64-bit architecture, it will add a matching alias for the 32-bit SQL client also. check-in: 18fc79dbe4 user: Chad Miller tags: trunk
13:41
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: aa7cd6d5a7 user: Lee Holmes tags: trunk
13:41
This is a customizable application launcher that saves configuration across multiple executions, and allows you to launch applications with credentials from a different domain in your current forest. check-in: 729dc6b675 user: Geoff Guynn tags: trunk
13:41
############################################################################################# check-in: 4b5fb4d250 user: Rob Sewell tags: trunk
13:41
# check-in: 5131b10ce9 user: Rob Sewell tags: trunk
13:41
############################################################################################# check-in: d037999507 user: SQLDBAwithabeard tags: trunk
13:41
############################################################################################# check-in: e3ef9c3fcf user: SQLDBAwithabeard tags: trunk
13:41
############################################################################################# check-in: ae72c9957c user: SQLDBAwithabeard tags: trunk
13:41
############################################################################################# check-in: 7574ea7aac user: Rob Sewell tags: trunk
13:41
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: 13c5d57a99 user: halr9000 tags: trunk
13:41
############################################################################################# check-in: 4692bd13dc user: SQLDBAwithabeard tags: trunk
13:41
############################################################################################# check-in: c7cfa33639 user: Rob Sewell tags: trunk
13:41
############################################################################################# check-in: b766696cb8 user: Rob Sewell tags: trunk
13:41
Returns $true if the Windows Firewall is enabled, $false if it is disabled. check-in: 4cf6010080 user: rfoust tags: trunk
13:41
NAME: Drop-SQLUsers.ps1 check-in: 3a67e9c1cd user: Rob Sewell tags: trunk
13:41
http://www.powershellmagazine.com/2012/10/15/pstip-get-your-reboot-history/?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A+PowershellMagazine+%28PowerShell+Magazine%29 check-in: 98c58efd5f user: Fishee tags: trunk
13:41
This is command line script that invoke cscript by itself to download a file. Just save this code with CMD or BAT extension and lanch, for example, with next way: CmdWget E:\arc http://download.sysinternals.com/files/Autoruns.zip – this allow you to download autoruns.exe tool of Sysinternals into E:\arc directory. Note that directory shoul be exist and you do not need specify name of file which you want to download, script saves file with name that specified in url (url is sensitive for register). check-in: 792fc93274 user: greg zakharov tags: trunk
13:41
############################################################################################# check-in: f69af65443 user: Rob Sewell tags: trunk
13:41
############################################################################################# check-in: fa61b81298 user: Rob Sewell tags: trunk
13:40
############################################################################################# check-in: 01737ec7d5 user: Rob Sewell tags: trunk
13:40
############################################################################################# check-in: afa204d20b user: Rob Sewell tags: trunk
13:40
############################################################################################# check-in: 68de7807b5 user: Rob Sewell tags: trunk
13:40
Poor man’s network scanner check-in: 21268a3554 user: unknown tags: trunk
13:40
What is MUICache and why it necessary to ask your favorite search engine, for example, Google, Bing and etc. I just updated version of my old script which is analog of eponymous Nir Sofer’s tool (Hi, Nir! How are you?) In this version: 1)MUI added; 2)added ability to display icons of items; 3)Russian localization. Please, report me about founded bugs! check-in: bd98dbf158 user: greg zakharov tags: trunk
13:40
#Created by Ty Lopes check-in: fc57d2cd83 user: Ty Lopes tags: trunk
13:40
Script creates one-way connections between one sending member server and a list of receiving member servers. The group schedule is used. check-in: 0826b77780 user: J Palmero tags: trunk
13:40
Script creates one-way connections between one sending member server and a list of receiving member servers. The group schedule is used. check-in: 100afbeee9 user: J Palmero tags: trunk
13:40
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: 34c231a8e3 user: obaid tags: trunk
13:40
A demonstration of how to do menus and commands in ShowUI that works with ShowUI 1.4 check-in: 8fcfa37d98 user: Joel Bennett tags: trunk
13:40
Import certificate files to the cert store check-in: 701e28a1ad user: Joel Bennett tags: trunk
13:40
<dl><dt>Description</dt> check-in: 73135c4991 user: halr9000 tags: trunk
13:40
Import certificate files to the cert store check-in: 55edc62822 user: Joel Bennett tags: trunk
13:40
Import certificate files to the cert store check-in: af0c846e8a user: Joel Bennett tags: trunk
13:40
Here is a quick script I created to convert files to ASCII character set. This came about because I found Out-File was creating files as Unicode and Add-Content was writing ASCII (Even though the help says it defaults to Unicode). So writing to the files with Add-Content would use the wrong encoding and add garbage to the log files. I changed all my code to include the -Encoding ASCII parameter, but had thousands of files encoded as Unicode. (Note: To see what format it is, open in Notepad and select Save As… it will be listed at the bottom). It replaces the file with a new ASCII encoded file so I also added some logic to capture and set the original file timestamps. This is my first draft so I’m sure there is room for improvements. Such as error handling and adjustments so the input parameters don’t have to be so exact, but it works and thought I would share. -=Levon check-in: 9eff237e50 user: Levon Becker tags: trunk
13:40
Get-WifiNetwork – return the parsed output of netsh wlan show network mode=bssid in psobject form. Does exactly what it says on the tin. Requires Vista/2008 or higher, or XP SP3 with a hotfix (I can’t recall which one, sorry.) check-in: 09f51b2c2b user: Oisin Grehan tags: trunk
13:40
Simple Function to get powershell version check-in: b3924f9d72 user: angry birds rio tags: trunk
13:40
Simple Function to get powershell version check-in: 9e49d76a35 user: Powershell Jedi tags: trunk
13:40
Validates a username and password against Active Directory. Requires .NET 3.5 and PowerShell V2. check-in: ccf8910cba user: hello tags: trunk
13:40
A function to rename a computer check-in: 397f224ac0 user: JesusBorbolla tags: trunk
13:40
<dl><dt>Description</dt> check-in: 3ef191b6bb user: halr9000 tags: trunk
13:40
ISE-Lines module v 1.2 check-in: fb21b9ff75 user: Scott Hardwick tags: trunk
13:40
This script will take a Twitter User’s Screen name and get their RSS feed of posts check-in: 29d457cee3 user: CrazyDave tags: trunk
13:40
Validates a username and password against Active Directory. Requires .NET 3.5 and PowerShell V2. check-in: 1f98e2da50 user: Mike Pfeiffer tags: trunk
13:40
A Whois script for powershell. check-in: bf7c6e2065 user: Joel Bennett tags: trunk
13:40
A Whois script for powershell. check-in: d19f89a628 user: Joel Bennett tags: trunk
13:40
<dl><dt>Description</dt> check-in: b03d55bf7c user: halr9000 tags: trunk
13:40
Remember locations under defined labels and navigate back to those locations with the label. check-in: 3858c8d0be user: D3M80L tags: trunk
13:40
Remotely force WSUS Check on Servers within your network. Powershell remoting must be enabled. check-in: 1486127abe user: St3v3o tags: trunk
13:40
Enable Powershell Remoting allowing access for all trusted hosts check-in: 1cae681a56 user: St3v3o tags: trunk
13:40
Generate a new PowerShell module from a few scripts. check-in: 69a92fdfe3 user: Joel Bennett tags: trunk
13:40
retrieve the windows product key of a specified machine using WMI check-in: 1b534e5f3f user: karl prosser tags: trunk
13:40
Send a WakeOnLan packet to computers check-in: f1cb15564d user: Joel Bennett tags: trunk
13:40
A new Bing module that supports command-line search against the new datamarket APIs. check-in: e5a3e38c8d user: Joel Bennett tags: trunk
13:40
This module replaces Get-Credential with a better version that supports customizing the prompt dialog. check-in: c4ab6172ef user: Joel Bennett tags: trunk
13:40
IMCEAEX-_O=CONTOSO_OU=First+20Administrative+20Group_cn=Recipients_cn=john+5Fjacob+2Esmith@contoso.com check-in: 4c1f5d1e0e user: Test1 tags: trunk
13:40
The beginning of a Module for EFT server. PowerShell functions that use the SFTPCOMInterface.CIServer class to invoke methods and properties of the EFT server. check-in: 687e44f487 user: DoNotNotTouch tags: trunk
13:40
VERSION 1.1 check-in: fbef68647a user: Joel Bennett tags: trunk
13:40
Function to create a Tab delimited Excel .xls File from Objects. check-in: 9c951cac17 user: Peter Kriegel tags: trunk
13:39
A multithreaded remote registry gathering function. Includes the ability to return both a specific subkey value or an entire key of subkey values in a custom psobject. check-in: 23ff37c417 user: Zachary Loeber tags: trunk
13:39
A multi-threaded, windows asset gathering function. check-in: 8d745461b6 user: Zachary Loeber tags: trunk
13:39
Move mailboxes from one mailbox database to another mailbox database or balance them across a group of mailbox databases. check-in: 559665fd4e user: dethompson71 tags: trunk
13:39
Uses Get-StorageReliabilityCounter method to obtain information about the temperature of the physical disks check-in: 5e467e6eed user: akaNeo tags: trunk
13:39
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: 53c6e7bef4 user: Joel Bennett tags: trunk
13:39
Wrappers for the Get-AuthenticodeSignature and Set-AuthenticodeSignature which properly parse paths and don’t kill your pipeline and script when you hit a folder by accident… check-in: 742626ff38 user: unknown tags: trunk
13:39
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: 26ec4bf730 user: Joe Hayes tags: trunk
13:39
Will capture failed and Successful logins for a remote server for the last 24 hours and email to user. Utilizes Get-eventlog for Server 2003. Change variables on lines 5-13 check-in: 7a7ad58c41 user: Robert tags: trunk
13:39
Will capture failed and Successful logins for a remote server for the last 24 hours and email to user. Utilizes Get-eventlog for Server 2003. Change variables on lines 5-13 check-in: e0fa6b8054 user: Robert tags: trunk
13:39
retrieve the windows product key of a specified machine using WMI check-in: 08cccaaa02 user: karl prosser tags: trunk
13:39
A multi-threaded, windows asset gathering function. check-in: caa49f5b5a user: Zachary Loeber tags: trunk
13:39
List all the members of the “AssociatedOwnerGroup” of each site (including root site) of each Site Collection of each Web Application in the farm. check-in: b4edb4d7bf user: Lucas Araujo tags: trunk
13:39
Improved version of http://poshcode.org/2352. Nobody seems to know how that should be used. See also MSDN for FindPrivateKey documentation. check-in: b53837bda8 user: HQJaTu tags: trunk
13:39
Dot Sourced PSISE Snippet Editor Form check-in: f206ab29fd user: unknown tags: trunk
13:39
Will capture failed and Successful logins for a remote server for the last 24 hours and email to user. Utilizes Get-eventlog for Server 2003. Change variables on lines 5-13 check-in: f86a221e52 user: Robert tags: trunk
13:39
Will capture failed and Successful logins for a remote server for the last 24 hours and email to user. Utilizes Get-eventlog for Server 2003. check-in: 8eab56c542 user: Robert tags: trunk
13:39
Script changes the storage profile on al VMs in the vApp, this triggers a relocate action per VM moving it to a other datastore or other storage system. check-in: 843a649bf7 user: Leon Scheltema tags: trunk
13:39
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: 0a653dae01 user: Joel Bennett tags: trunk
13:39
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: 0fa4f1c476 user: Joel Bennett tags: trunk
13:39
Originally posted by Keith Hill on microsoft.public.windows.powershell. check-in: fff5e1e04d user: halr9000 tags: trunk
13:39
Creates a symbolic link just like mklink.exe but doesn’t rely on having to call it like ‘cmd.exe /c mklink.exe’. check-in: ad106c0592 user: Boe Prox tags: trunk
13:39
This file was uploaded by a PowerGUI Script Editor Add-on. check-in: 71083ab402 user: Anonymous tags: trunk
13:39
This file was uploaded by a PowerGUI Script Editor Add-on. check-in: 6ad008911f user: Anonymous tags: trunk
13:39
This file was uploaded by a PowerGUI Script Editor Add-on. check-in: 070014872d user: Anonymous tags: trunk
13:39
The following changes were made: check-in: 278d399629 user: Peter Kriegel tags: trunk
13:39
Function to get all logged on sessions (numbers) and coresponding users (domain name) on a local or remote system with WMI check-in: 07661c7c7a user: Peter Kriegel tags: trunk
13:39
Author: check-in: 86c59da84e user: steelestengergm tags: trunk
13:39
Flashview App from SMA has several bugs, drops out from full screen, freezes and crashes. I have had most success with Windows 32bit and can only get it to reliably work for a whole day continuously by launching with this script. check-in: 37df5dda69 user: MatthewPainter tags: trunk
13:39
Demo of different ways to split a text into lines. Sorry I have not yet another nice way to post code in my blog. http://pauerschell.blogspot.com/. Understanding TextToLines splitting is basic to ISE-Extensions. check-in: e4e4386cf1 user: Bernd Kriszio tags: trunk
13:39
Create/Insert/Extract Well formatted and indexed based64 payload of files check-in: b968396427 user: Nicolas Tremblay tags: trunk
13:39
Create/Insert/Extract Well formatted and indexed based64 payload of files check-in: 8609f96099 user: Nicolas Tremblay tags: trunk
13:39
Create/Insert/Extract Well formatted and indexed based64 payload of files check-in: f17d12b3a4 user: Nicolas Tremblay tags: trunk
13:39
This file was uploaded by a PowerGUI Script Editor Add-on. check-in: 7deb7a6325 user: Anonymous tags: trunk
13:39
This file was uploaded by a PowerGUI Script Editor Add-on. check-in: ae1d85cc64 user: Anonymous tags: trunk
13:39
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: d1c38df3fd user: S-1-5-21-2398571 tags: trunk
13:39
Validates a username and password against Active Directory. Requires .NET 3.5 and PowerShell V2. check-in: b4a36e94fa user: Mike Pfeiffer tags: trunk
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