Author's posts
Jan 01 2011
Hacking Windows Passwords
If you’ve ever been in a situation where you didn’t know a password to login to a windows computer then there are several methods you can use. These methods require local access to a computer and work on workgroup as well as domain computers. However, it is possible to extend your access throughout a domain …
Jan 01 2011
Recovery Console XP Password Hack
The recovery console for Windows XP requires you to enter the the local administrator password in order to access it. However, if you do not know the password you will not be able to access the recovery console… That is unless you know this little trick. Obtain a Windows 2000 installation or boot disk then …
Jan 01 2011
EnumerateComputersByOU.vbs
- Filed under AD Computers, VBScript
‘========================================================================= ‘ EnumerateComputersByOU.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: Pass the ADsPath or Dinstinguised Name of the Container/Organizational ‘ Unit to the Function, and it’ll return all of the Computers Within. ‘ EXAMPLE: strCompPath = “LDAP://CN=Computers,DC=domain,DC=com” ‘ strCompPath = “CN=Computers,DC=domain,DC=com” ‘ strCompPath = …
Jan 01 2011
ListComputerOS.vbs
- Filed under AD Computers, VBScript
‘========================================================================= ‘ ListComputerOS.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: Pass the ADsPath or Distinguished Name of the Computer Object or ‘ Container/Organizational Unit to the Function, and it’ll return the Computer Name ‘ and Operating System as Listed In Active Directory. ‘ EXAMPLE: …
Jan 01 2011
EnumerateContactsByOU.vbs
- Filed under AD Contacts, VBScript
‘========================================================================= ‘ EnumerateContactsByOU.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: Pass the ADsPath or Dinstinguised Name of the Container/Organizational ‘ Unit to the Function, and it’ll return all of the Contacts Within. ‘ EXAMPLE: strContactPath = “LDAP://CN=Users,DC=domain,DC=com” ‘ strContactPath = “CN=Users,DC=domain,DC=com” ‘ strContactPath = …
Jan 01 2011
GroupBackupRestore.vbs
‘========================================================================= ‘ GroupBackupRestore.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: This Script Will Bulk Backup Groups to a Text File and Can Also ‘ Restore the Groups After a Backup. It is Useful to Restore Accidentally ‘ Deleted Groups, Migrating Groups Across Domains, and …
Jan 01 2011
GroupModifyMessageRestrictions.vbs
‘========================================================================= ‘ GroupModifyMessageRestrictions.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: Modifies Messages Restrictions on Email Enabled Groups as Shown ‘ on the Exchange General Tab under the Properties. Set the Group Path, ‘ Whether to Only Accept Messages from Authenticated Users, the Restriction ‘ …
Jan 01 2011
GroupModifyType.vbs
‘========================================================================= ‘ GroupModifyType.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: Pass the ADsPath or Dinstinguished Name of the Group, the Group ‘ Type (Global, Local, Universal), and Whether It Should Be Security Enabled ‘ and the Function Will Modify the Group Type. To Bulk …
Jan 01 2011
EnumerateUsersByOU.vbs
‘========================================================================= ‘ EnumerateUsersByOU.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: Pass the ADsPath or Dinstinguished Name of the Container/Organizational ‘ Unit to the Function, and it’ll return all of the Users Within. ‘ EXAMPLE: strUserPath = “LDAP://CN=Users,DC=domain,DC=com” ‘ strUserPath = “CN=Users,DC=domain,DC=com” ‘========================================================================= Option Explicit …
Jan 01 2011
ListUserForwardTo.vbs
‘========================================================================= ‘ ListUserForwardTo.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: In AD the altRecipient Attribute aka Forward To, is the Email ‘ Address a User’s Email Forwards to. ‘ Pass the ADsPath or Dinstinguised Name of the User or ‘ Container/Organizational Unit to the …
Recent Posts
- Shrink a Raspberry Pi or RetroPie .img On Windows with PiShrink
- Install Linux on Windows with WSL
- L2TP Behind Double NAT
- Earn 40,000 Southwest Rapid Rewards Points with Southwest RR Credit Card
- Find RetroPie Unscraped Data
- Compare RetroPie ROM Folders
- RetroPie Install Guide RaspberryPi 4
- Remove Spam/Phishing Email From All Mailboxes
Categories
- AD (3)
- Delegation (1)
- LDAP (1)
- RSAT (1)
- C# (2)
- DHCP (2)
- Cisco (4)
- ASA (2)
- Router (1)
- Wireless LAN Controller (1)
- Coupon Codes (3)
- Exchange (2)
- Outlook (2)
- Funny (2)
- Hacks (5)
- IIS (1)
- Linux (8)
- Office 365 (5)
- Distribution Groups (1)
- Licensing (1)
- Mail Flow (3)
- PERL (2)
- Basic PERL (1)
- Cisco (1)
- Playstation 3 (1)
- Media Server (1)
- Powershell (14)
- AD Users (1)
- Computers (2)
- DNS (1)
- Email (3)
- Exchange 365 (3)
- General (2)
- Office 365 Reporting (2)
- Passwords (2)
- RDS (1)
- Raspberry Pi (6)
- RetroPie (6)
- Regular Expressions (1)
- Credit Card (1)
- SQL (1)
- Ubiquiti (1)
- Uncategorized (6)
- VBScript (32)
- AD Computers (2)
- AD Contacts (3)
- AD Groups (4)
- AD Users (6)
- Backup (4)
- Basic VBScript (6)
- Computers (4)
- Network (2)
- Services (1)
- Sitemap (1)
- Text Files (3)
- Websites (1)
- Windows (17)
Tags
Recent Posts
- Shrink a Raspberry Pi or RetroPie .img On Windows with PiShrink
- Install Linux on Windows with WSL
- L2TP Behind Double NAT
- Earn 40,000 Southwest Rapid Rewards Points with Southwest RR Credit Card
- Find RetroPie Unscraped Data
- Compare RetroPie ROM Folders
- RetroPie Install Guide RaspberryPi 4
- Remove Spam/Phishing Email From All Mailboxes
Categories
- AD (3)
- Delegation (1)
- LDAP (1)
- RSAT (1)
- C# (2)
- DHCP (2)
- Cisco (4)
- ASA (2)
- Router (1)
- Wireless LAN Controller (1)
- Coupon Codes (3)
- Exchange (2)
- Outlook (2)
- Funny (2)
- Hacks (5)
- IIS (1)
- Linux (8)
- Office 365 (5)
- Distribution Groups (1)
- Licensing (1)
- Mail Flow (3)
- PERL (2)
- Basic PERL (1)
- Cisco (1)
- Playstation 3 (1)
- Media Server (1)
- Powershell (14)
- AD Users (1)
- Computers (2)
- DNS (1)
- Email (3)
- Exchange 365 (3)
- General (2)
- Office 365 Reporting (2)
- Passwords (2)
- RDS (1)
- Raspberry Pi (6)
- RetroPie (6)
- Regular Expressions (1)
- Credit Card (1)
- SQL (1)
- Ubiquiti (1)
- Uncategorized (6)
- VBScript (32)
- AD Computers (2)
- AD Contacts (3)
- AD Groups (4)
- AD Users (6)
- Backup (4)
- Basic VBScript (6)
- Computers (4)
- Network (2)
- Services (1)
- Sitemap (1)
- Text Files (3)
- Websites (1)
- Windows (17)
Tags
Archives
- October 2022 (2)
- April 2021 (1)
- November 2020 (1)
- September 2020 (3)
- May 2020 (1)
- April 2020 (2)
- June 2019 (4)
- August 2017 (1)
- October 2016 (1)
- September 2016 (1)
- July 2016 (2)
- March 2016 (1)
- October 2015 (1)
- July 2015 (3)
- May 2015 (1)
- April 2015 (1)
- February 2015 (3)
- January 2015 (1)
- December 2014 (1)
- October 2014 (1)
- August 2014 (2)
- July 2014 (1)
- May 2014 (1)
- April 2014 (6)
- March 2014 (1)
- October 2013 (1)
- June 2013 (1)
- May 2013 (1)
- February 2013 (5)
- January 2013 (11)
- December 2012 (6)
- October 2012 (1)
- April 2012 (2)
- January 2011 (19)