Extract List of Members in a GROUP in AD (Active Directory)

Here is a script can be used in PowerShell to extract list of members off the security group of an Active Directory;

dsquery group -name “GROUP_NAME” | dsget group -members > memberlist.txt

Set / Change / Reset the MySQL root password on Ubuntu Linux

Step-1 First of all STOP the MySQL Server.
$ sudo /etc/init.d/mysql stop
Step-2 Start the mysqld configuration.
$ sudo mysqld --skip-grant-tables &
Step-3 Login to MySQL as root.
$ mysql -u root mysql
Step-4 Replace YOURNEWPASSWORD with your new password!

How to connect Windows Shared folder in Linux (command line)

Sometimes you may need to connect your Windows shared folder from Linux for whatever purposes. You may use the following command to connect your shared folder or even admin shared drive!

$ mkdir /mnt/win1
$ sudo mount -t smbfs -o username=win.username,password=win.password //windows-server-name-here-or-ip-address/shared-folder-or-c$ /mnt/win1
$ cd /mnt/win1
$ ls -alt

Should you have any question please post your comments and I will try to answer those.

New iPad is in stores now

iPad3

New iPad is now available in most of the Canadian stores from today!

- Breakthrough Retina display
- 5MP iSight Camera
- iLife and iWork for iPad
- Ultrafast 4G LTE

Learn more at http://www.apple.com/ipad/

How to migrate NK2 from previous versions of Outlook to 2010?

How to migrate NK2 Recipient AutoComplete cache lists “suggested contacts” from Microsoft Outlook 2003 or 2007 to Microsoft Outlook 2010

Note: Must exit Outlook 2003, 2007, 2010 before starting the following steps. The names will be included in AutoComplete when you restart Outlook.

Ubuntu releases 12.04 beta

Testing, testing.

Ubuntu 12.04 LTS is in beta now.

Download it today

VirtualBox

VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 2. See "About VirtualBox" for an introduction.

Microsoft Announces Availability of Windows 8 Consumer Preview

Microsoft Announces Availability of Windows 8 Consumer Preview

The App Store is about to hit 25 billion downloads

Apple 25 billion downloads

As of today, nearly 25 billion apps have been downloaded worldwide.

Tags:

Subscribe to upd8ed.info RSS