|
RunAs
Create a shortcut with the following target if you are using Window Vista/7/8 or Server 2008/R2...
|
05-15-2013
|
33
|
0
|
|
Windows Powershell Scripts
Using scripts vs. using the shell interactively; reviewing script security procedures and requirements;...
|
05-04-2013
|
81
|
0
|
|
Simple functions to get VM and VMhost CPU/RAM metrics
Just some easy to use functions that simplify working with the PowerCLI Get-Stat cmdlet. The 'Get...
|
05-02-2013
|
30
|
1
|
|
Copy VMhost SNMP settings from one host to another
This function copies SNMP settings from one VMhost to another. In the process it will get rid of...
|
04-29-2013
|
20
|
0
|
|
EdgeShow 56 - Windows Azure PowerShell Demos
David Tesar met with Michael Washam to discuss the new updates to Windows Azure PowerShell with...
|
04-27-2013
|
25
|
0
|
|
User account locked out mail notification with HTML report
This script will send you an notification when an user account is locked out. I modified the output...
|
04-16-2013
|
61
|
3
|
|
What's that computer's real name?
In a Windows DHCP environment you can end up with stale records, particularly if scavenging has...
|
04-15-2013
|
46
|
0
|
|
VMHost HBA info with HEX World Wide Name (WWN)
Returns some VMHost HBA info and also converts the WWN to hex. Example: PS C:\> Get-VMHostHbaWWN...
|
04-11-2013
|
26
|
1
|
|
Compare full objects (all properties)
I use compare-object alot but want a function that would compare all matching properties
|
03-26-2013
|
53
|
0
|
|
Average Boot Time
Uses the Windows Event Log to get the last 10 boot times and averages them.
|
03-14-2013
|
161
|
0
|
|
Broadcast messages
#Broadcast messages, by Maxzor1908 *12/3/2013* $Comp = "PC-TEST", "PC-TEST1"...
|
03-12-2013
|
61
|
0
|
|
Create-KLBaseContentType
It's meant to be used in conjunction with KnowledgeLake software. This script only does one...
|
03-11-2013
|
34
|
0
|
|
Rename users / Searching and replacing with regex
I needed to clean up some usernames that had been created in the form "Johnny (John) Smith">...
|
02-25-2013
|
64
|
0
|
|
Create LDIF files for importing into AD (or other LDAP server...
I needed to create an LDIF file to import into a LINUX LDAP server that is part of the mail system...
|
02-21-2013
|
79
|
0
|
|
Modify msExchAssistantName (Administrative Assistant)
I had a nuber of users that we had specified (long ago) that they had the value of "none"...
|
02-21-2013
|
43
|
0
|
|
Export-SPSolutionPackages
Copies all solution packages (.wsp files) from the SharePoint farm's solution store to a specified...
|
02-21-2013
|
47
|
0
|
|
Disable-SPDeveloperDashboard
Disables the Developer Dashboard by setting its DisplayMode property to "Off"
|
02-14-2013
|
50
|
0
|
|
Enable-SPDeveloperDashboard
Enables the Developer Dashboard by setting its DisplayMode property to "OnDemand"
|
02-14-2013
|
46
|
0
|
|
Get-SPCustomContentTypesAndFields
Running this script will prompt you for some input values, but then will list out every content...
|
02-14-2013
|
45
|
0
|
|
Get-SPSiteTemplates
Get a list of the webs and the templates from which they were built within a specified web application...
|
02-14-2013
|
50
|
0
|