PoshCode Archive  Timeline

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

44 check-ins using file Please-hep.ps1 version f02ebf32c9

2018-06-10
14:02
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: b8821a5050 user: AlphaSun tags: trunk
14:02
Actually this’s not mine script (you can find original post at https://github.com/gregzakharov/ps/blob/master/ps4/Get-SIVTAPIKey.ps1). It really works! check-in: 79a84b0773 user: greg zakharov tags: trunk
14:02
Creates a SQL Server table from a DataTable using SMO. check-in: 894c3acc1d user: Chad Miller tags: trunk
14:02
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: 9b1eae8e46 user: Mark Buckley tags: trunk
14:02
ISE-Lines module v 1.2 check-in: bc2516f129 user: Scott Hardwick tags: trunk
14:02
This simple function translates a wireless AP’s BBID (mac) through the SkyhookWireless API’s to return location information… check-in: 0f6a2b4518 user: CrazyDave tags: trunk
14:02
Enables SNMP via Add-WindowsFeature (If not already enabled) check-in: de3d1fae0d user: St3v3o tags: trunk
14:02
Two cmdlets for and from the Active-Directory uninitiated… check-in: c184018c2e user: Joel Bennett tags: trunk
14:02
I wrote this a while back to be able to automate stuff on a hp san and ilo. It’s pretty much mritten ad-hoc so please feel free to improve on it. Anyway, might be useful for someone out there. The function send-command logs on to a telnet server and executes the piped in commands. check-in: 3fa2a9cb52 user: yavu305z tags: trunk
14:02
I wrote this a while back to be able to automate stuff on a hp san and ilo. It’s pretty much mritten ad-hoc so please feel free to improve on it. Anyway, might be useful for someone out there. The function send-command logs on to a telnet server and executes the piped in commands. check-in: 366f8b752e user: David Sjstrand tags: trunk
14:02
This script changes the local administrator password. check-in: 0e4788ccad user: Jeff Patton tags: trunk
14:02
01 00 00 00 d0 8c 9d df 01 15 d1 11 8c 7a 00 c0 4f c2 97 eb 01 check-in: 6bd9f582df user: CrazyDave tags: trunk
14:02
retrieve the windows product key of a specified machine using WMI check-in: f5a4f2e000 user: Veronika tags: trunk
14:02
Tags alert with PrincipalName, Severity and MP name in Custom fields. check-in: 552a1b7967 user: unknown tags: trunk
14:02
retrieve the windows product key of a specified machine using WMI check-in: 852c3cc9d0 user: karl prosser tags: trunk
14:02
Change the inheritance from parent with PowerShell check-in: 9e6f5c00bf user: Vern Anderson tags: trunk
14:01
This script performs OpenLdap query against specified Server. check-in: 6e56deae8b user: BSonPosh tags: trunk
14:01
From Windows PowerShell Cookbook (O’Reilly) by Lee Holmes check-in: 75a2c04246 user: Lee Holmes tags: trunk
14:01
Buying groceries with PowerShell, because why not? ;-) check-in: 4496768f55 user: DollarUnderscore tags: trunk
14:01
This script generates an output file from a template and a driver table. Both of the inputs are files. The template file contains plain check-in: f7997aa94b user: Walter Mitty tags: trunk
14:01
This scripts converts Raw SID such as 010500000000000515000000A065CF7E784B9B5FE77C8770091C0100 into a standard SID output such as S-1-5-21-2127521184-1604012920-1887927527-72713 check-in: f07f243fa3 user: S-1-5-21-2127521 tags: trunk
14:01
ISE-Lines module v 1.2 check-in: 58812311f8 user: Scott Hardwick tags: trunk
14:01
Extension of sqlcmd or invoke-sqlcmd and invoke-sqlcmd2 to include things like ApplicationName, ApplicationIntent and other settings that would be in a connection string. check-in: b8510f2a0e user: Ben Miller tags: trunk
14:01
WinSCP wrapper module I created out of necessity that I put together through my own exploration of the objects and the WinSCP documentation/examples. check-in: 8b6d4964bf user: BattleChicken tags: trunk
14:01
Function to create ACE objects to simplify making changes to folder permissions. New-ACE function plus a usage example check-in: bbd060b724 user: BattleChicken tags: trunk
14:01
Encrypting and Decrypting passwords using securestring. Simple example. check-in: ff4a91425a user: BattleChicken tags: trunk
14:01
Powershell function I made to generate a random password that enforces one of each of UPPER, lower, and number characters, with optional special characters. check-in: 59ac08011a user: BattleChicken tags: trunk
14:01
Powershell example using Task Scheduler managed wrapper I drafted up some time ago. The task this creates is harmless; it just launches notepad.exe. you can run the code and examine the created task to see what you need to change to create a task that does something useful. check-in: 50c6aa6458 user: BattleChicken tags: trunk
14:01
Converts an input string into its C ASCI Hex equivalent, useful for converting a string into an unsigned char array check-in: bbed48d094 user: CrazyDave tags: trunk
14:01
The function hex2sid will convert HEX-represented SID string like 010500000000000515000000358A021A75B9755407E53B2B1EF10108 to SID string (also known as SSDL) check-in: ae9e1ab49b user: 931819 tags: trunk
14:01
The function hex2sid will convert HEX-represented SID string like 010500000000000515000000358A021A75B9755407E53B2B1EF10108 to SID string (also known as SSDL) check-in: 9a00272929 user: Dormidont tags: trunk
14:01
As written it will poll Cisco routers and switches and if the snmp OID’s match it will pull out model, serial, and IOS version. The resulting spreadsheet contains IP, host name, serial, model, IOS version, and rack location. The script is heavily documented internally. See the script for more info. check-in: 5952b9cd8b user: Kenneth C Mazie tags: trunk
14:01
Sets properties for a given user local username. check-in: 8e8a9b2c65 user: Andy Arismendi tags: trunk
14:01
ConfigMgr CI Detection script for detecting if WMI Wifi Connection Metric is greater than LAN check-in: 269ffbab6d user: brockie tags: trunk
14:01
ConfigMgr CI remediation Sets WMI IPConnectionMetric of laptop Wi-Fi adapter to 100 + IPConnectionMetric of the LAN adaptor. based of Richard Siddaway’s work from powershell.com forum. check-in: 0a7a369a06 user: brockie tags: trunk
14:01
Function for retrieving certificates from a CA instance. It can also return the public key, which I use to encrypt credentials in DSC resources (thumbprint is also returned). check-in: 71e01261a4 user: DollarUnderscore tags: trunk
14:01
Test the Prompt features check-in: 117393c95b user: Damien Ryan tags: trunk
14:01
This PowerShell code performs a SOAP webrequest to the school check-in: c891fbe0b5 user: Paul Wiegmans tags: trunk
14:01
Can anyone help me here and explain the below code check-in: 6416ae180c user: Praveen tags: trunk
14:01
A couple functions I use to convert DN to Canonical, and canonical to DN. I find them handy for adhoc AD tasks… I saw someone ask about it on #powershell and figured I would share :) check-in: 989c6445e6 user: Glenn Sizemore glnsize tags: trunk
14:01
Search true log files generated by Robocopy for error / success messages check-in: d7c7e450c7 user: vanwyngaarden tags: trunk
14:01
Repost from http://forum.script-coding.com/viewtopic.php?id=10475 check-in: 7b818072a9 user: unknown tags: trunk
14:01
This code searches your AD for servers that have active computer accounts within the last 30 days, pings them, and returns a list of Service objects for installed SQL instances. check-in: a96225b878 user: jgrote tags: trunk
14:01
Can someone explain to me what the following code is used to do? And how many it will produce? and How would the output be used? check-in: 684155b64b user: ThaBare1 tags: trunk