Archive for the 'Webcast' Category

Security Webcast is Today

[UPDATE] Recording of this webcast is available here.

Today at 11:00 AM EDT Randy F. Smith from Ultimate Windows Security is holding a webinar on using PowerShell to ensure Active Directory and Windows Server security. The webcast is sponsored by Quest and free to attend.

Pre-registration is required and the space is limited so you might want to register right away here.

Learn more about the PowerShell AD/Windows security webinar here.

Windows & AD Security Webcast

On June 17, Randy F. Smith from Ultimate Windows Security is holding a webinar on using PowerShell to ensure Active Directory and Windows Server security. The webcast is sponsored by Quest and free to attend.

Here’s the announcement I got from Randy:

Finding users accounts who haven’t logged on in X days is important but there’s no good way to do it in AD.  Yes Active Directory Users and Computers as the “days since last logon” query option but it doesn’t work right, doesn’t display last logon date/time and omits users how have never logged on at all.

Figuring out last logon date and time is complicated.  First, the lastlogon field isn’t displayed anywhere in Active Directory.  Second, that field is updated when you logon but only on the domain controller that authenticates you; the field is never replicated to other DCs.  If your domain is in Windows 2000 Mixed or Native mode, that means you have to query each domain controller for each user account. If your domain is in Windows 2003 higher modes, AD adds a new field called LastLogonTimeStamp which is replicated by default every 7 days.  This field isn’t displayed anywhere in AD either.

This is just one of several problems that have irked me for a decade and now these problems are solved with a new open source utility that I designed and Quest Software graciously implemented called the Windows Security PowerPack.  This is our gift to you for being such an awesome community; I’ll show you how to get the PowerPack and how to use it in my upcoming webinar.

In fact, in this webinar, I will show you 4 Windows/AD security problems that desperately need a solution and then demonstrate how this PowerPack solves them.

PowerPacks are tool sets that snap into PowerGUI which is an open source extensible graphical administrative console for managing systems based on Windows PowerShell.  PowerShell is a command-line shell and scripting language designed especially for system administration.

This new PowerPack is just one out of a world of free PowerPacks that solve all kinds of admin problems without coding or even scripting.

Register now for this webinar.  It’s more than real training for free (TM) – this one is real software for free.

Click here to register

CAN’T MAKE THE LIVE EVENT? REGISTER ANYWAY TO GET THE RECORDED VERSION.

Title: Finding Dormant User Accounts in Active Directory
Date: Thursday, June 17, 2010 11:00:00 AM EDT

Space is limited.
Reserve your Webinar seat now at:
http://www.ultimatewindowssecurity.com/webinars/register.aspx?id=97

Need CPE credit for this or any other webinar? Just visit www.ultimateWindowsSecurity.com, click on the Webinars section, and then the link for CPE credit transcript.

Thanks as always for reading and best wishes on security,
Randy Franklin Smith

Video on creating a PowerPack

If you are considering participating in the PowerPack Challenge contest (which you should ;) ) this quick video by Darin will help you get started:

Darin walks you through the process of customizing PowerGUI admin console, exporting the new functionality as a PowerPack, and sharing it on the web.

  1. Check it out,
  2. Think about what you do day to day at work and what would be the graphical console of your dream,
  3. Create it,
  4. Submit it to the contest,
  5. And become one of the winners! :)

Tags: , , , , ,

Introduction to PowerShell v2

Check out this video to learn how to start using the most important new features of PowerShell 2.0 including background jobs, modules, advanced functions, and function help (HQ and full screen recommended):

Great job by Kirk Munro! I know I will be now using these features a lot more.

Tags: , , , , , ,

Active Directory and CSV files

Here’s a new quick tip from Darin on AD exports and imports from within PowerGUI:

As usual, short and to the point.

Using CSV and text files in PowerGUI when managing AD is quite common. For example, I have seen people adding script node like:

Get-Content '\\server\share\users.txt' | Get-QADUser

If users.txt has a bunch of usernames (one per line) this outputs actual user accounts to the PowerGUI grid, which you can then manage with all the actions (disable, reset passwords, and so on.)

Alternatively, some customers are just using

Import-Csv

in a node and then define some actions to perform various activities based on the fields in the grid.

Also, although Darin did not show that, you can create your own export to CSV and use something like

Select Name, samAccountName | Export-Csv

to pick specific columns to be exported.

And there’s whole update from CSV scenario… Man, I could go on and on with these! :)

Tags: , , , , , ,

AD Recycle Bin management console

Windows Server 2008 R2 ships with a great new object undelete feature – Active Directory Recycle Bin. The only problem with this feature (apart from requiring 2008 R2 functional level ;) ) is that PowerShell command-line is the only management interface shipped for the feature.

Well, not anymore. Check out the free GUI Kirk has put together with PowerGUI (make sure you click the HD button when watching this and make it full screen):

It keeps amazing me how great PowerGUI is when you need such GUIs on top of anything exposing PowerShell.

Read more about the PowerPack in Kirk’s blog.

Download the PowerPack here.

Dockable panes in PowerGUI 1.9

Quick video from Darin showing a few new (for 1.9) features in the PowerGUI admin console. Check it out:

Build Org Charts with PowerShell

Kirk has recently published his Org Chart PowerPack which frankly I myself have been using a lot lately.

For anyone working in a medium to large size of company this is just a great tool to navigate your organization and even produce html and Visio reports about it:

Does your HR have anything like that? Send them the link to the demo and get them addicted to PowerShell!

Read more about the PowerPack in Kirk’s blog.

Tags: , , , , , , ,

Add great HTML reports to PowerGUI

Kirk has recently published a PowerPack which adds really nice-looking reports to PowerGUI Admin Console. Once you install the pack you will get these reports for any systems you manage: AD, Exchange, Operations Manager, VMware, Hyper-V – you name it.

See this video for details:

Download the PowerPack here.

Tags: , , , , ,

Video: What’s new in PowerGUI 1.8

For those preferring seeing to reading here’s Darin’s video highlighting the major improvements introduced in PowerGUI Admin Console in version 1.8:

If you want to learn more, I also had a few blog posts on 1.8 features on my blog:

Tags: , , ,


My Recent Tweets

RSS My company’s blog

  • Meet our iPad2 Winner, Bruce Burke
    Last month we ran our first sweeps contest and received over 30,000 entries in just 4 weeks! Below is a screenshot of the Facebook entries: After announcing the winner, Bruce Burke, I decided to get in touch and find out more about him and how he is using Jelastic for his projects. Hi Bruce, thanks [...]The post Meet our iPad2 Winner, Bruce Burke appeared fi […]
  • MongoDB Master Slave Replication
    As we’ve already told you in our previous post about MySQL master-slave replication the database replication offers various benefits depending on its type and the options you choose, but the common benefit of replication is the availability of data when and where it is needed.  As a result, your customers will experience improved availability of replicated d […]
  • Integration with NetBeans IDE
    Like millions of developers out there we really love NetBeans IDE, which lets you quickly and easily develop Java desktop, mobile, and web applications, while also providing great tools for PHP developers. That’s why we have created a Jelastic plugin for this platform. With the new Jelastic plugin for NetBeans IDE, you can work with your development, [...]Th […]
  • New Version of Jelastic – 1.9.1 Launched
    Today we announced the launch of a major new version of Jelastic. The new version, 1.9.1, features a CRON scheduler, the ability to schedule database backups, new notifications about running out of resources and the latest versions of software stacks (including PostgreSQL 9.2.4). The newly launched Jelastic 1.9.1 includes: CRON job scheduler, Scheduled datab […]
  • Jelastic Released Commercially by innofield!
    Switzerland is well know for chocolate, their army knives and creating fabulous watches. Thanks to innofield,  the Swiss will forever be known as the providers of the first Swiss based PaaS solution with their Flow App Engine (powered by Jelastic). This week, innofield came out of beta and launched commercially with Jelastic 1.9.1. “As Platform-as-a-Service […]
  • Play 1 vs Play 2 Framework
    Today’s guest post comes to you from our friend and user, Dane Marcelo, JArchitect product manager. He points out some interesting differences between the Play 1 and the Play 2 frameworks. So, let’s dive into this great post! Play is an open source web application framework, written in Scala and Java, which follows the model–view–controller (MVC) architectur […]
  • Cloud Software Stacks Market Share: April 2013
    It’s that time where we can share with you the updated statistics on databases, Java and PHP application servers as well as Java and PHP version popularity. Last month was hot here at Jelastic: we launched Jelastic in the Netherlands with the most technically advanced hoster in the country – info.nl and in Switzerland with our very [...]The post Cloud Softwa […]

Legal

The posts on this blog are provided “as is” with no warranties and confer no rights. The opinions expressed on this site are mine and mine alone, and do not necessarily represent those of my former employer - Quest Software, or my current employer - Jelastic or anyone else for that matter. All trademarks acknowledged.

© 2007-2013 Dmitry Sotnikov

Pages

May 2013
M T W T F S S
« Feb    
 12345
6789101112
13141516171819
20212223242526
2728293031  

Follow

Get every new post delivered to your Inbox.

Join 65 other followers

%d bloggers like this: