Preplogic

0

Hi,

Well I splashed out on an audio training package from prep logic for my 290 exam, mostly just to see what it was like. The present cost of the package is $47 which I suppose translates to about £23-25 give or take. The package is offered as a direct download which is another reason I bought it, otherwise with the postage and uk import tax it wouldn't be worth it.

I've started listening to it now and again when I can first impressions are that its a bit dry with no humour and almost monotone american voice dictating the material (at least so far I have not had to endure their strange pronunciation of router, and as its audio I won't have to correct spelling my adding u's back into words) :-)

As it was only £20 I can't really complain too much but I shall listen to it all and provide more feedback when I've finished.

Sent from my BlackBerry® wireless device

Sunday night studying,

0

Well last night I sat down with a view to getting the basics right on two topics:

Native Mode Groups
DSx command line tools

Both once I’d though about them for a while started clicking into place so I am going to outline groups a little here to reinforce my understanding.

Groups have 3 scopes Domain local, Global and universal. Best practice says that you need to assign resources to local, users to global and global groups to universal groups for multiple domains.

For example If I had a printer I wanted to assign to users in the admin department I would firstly create a domain local group (lets call it printerA for this) and add the printer into the printerA group.

Then I would create a domain global group (called adminUSERS for example) and add all the relevant users into it. Now to connect the two together I simply adding the adminUSERS group into the printerA group.

I suppose this all seems a lot of work for adding access to a printer if you have less than 50 users, but consider the implications for say 200 users, heck lets go crazy and say 10,000 users. Think of all that coming a going I don’t want to spend my time adding and removing access directly to the printers NTFS properties, and also what if the adminUSERS global group wasn’t just a member of printerA what if it was also a member of several file shares. All you would need to do is add a new user into the adminUSERS group and straight away they have printer and file share access, sounds good to me, it give me far more time to drink tea and browse the internet which is what all good network admins want right!

Additional applications

0

I suppose with a bit more thinking about it I can add viirgo as a great free blackberry app. This allows me to keep up with various rss feeds by either choosing from their own selections or adding your own. You can even set how often it sychs with the feeds.

Another couple of apps that I missed out but is essential not only to my study but to organisations in general is wsus and virtual pc. Both are provided free by MS. virtual pc is pretty well documented around the net so the the only thing I'll add is that it allows me to run several servers and desktop pcs on one physical box which is good for my leccy bill.

Wsus is a server addon that allows you to roll out patches/security fixes/ program updates via the windows update service. All that is really required is an amendment to either lgpo or gp to point to the wsus server. All updates are downloaded to the server and then sent by the server to the other pc's which means internet usage for updates are kept to a minimum and you can control centrally what gets installed and what doesn't. From what I gather exam 290 touches on wsus and 291 requires extensive knowledge of it.

Sent from my BlackBerry® wireless device

Useful Apps/websites

0

Hi all,

 

I just thought I’d take a few moments to advertise the applications and general handy little bits I’ve come across recently. They are in no particular order.

 

www.portableapps.com is a site where you can download various open source projects (openoffice, firefox for instance) and copy them onto your pen drive and run them from there. So it allows you to take your favorite/backup software with you where ever you go. There is quite a list at the moment and it appears to be growing at a decent rate too.

 

http://writer.live.com is something I am using right now to create this blog. Microsoft seems to be making good inroads with releasing free goodies to the masses at the moment. Live writer allows you create a publish a blog from a word style interface pictured below, so far its great.

live writer

 

www.logmein.com I’ve written about this before I think as I’ve been using it for a couple of years now. logmein allows you to remotely control a users pc regardless of firewalls proxies etc because it uses https rather than the more traditional MS methods. all that it requires is an account on the website and a small application to be installed on the target pc (remember to install it on those troublesome pcs first, as you know trying to explain something over the phone is somewhat difficult).

 

OFFICE VIEWERS MS have also supplied free viewer software for their office suite. amonst other things their are word,excel and power point viewers, the only notable absence is a project viewer, however a opensource software called openproj can act as a viewer and a fully featured project management suite.

 

FOXIT is an adobe reader alternative which to me seems to have all the same features but looks better and seems alot less of a resource hog.

 

Well thats enough to get on with but im sure I’ll think of others.

0

So the 1gb stick has arrived for mums pc however the 4gb one for me is currentely out of stock, they have allowed me to substitute it for a different one and after a bit of smurfing I found a crucial stick that seems to be readyboost compatible so I have asked for that instead.

I am still really pleased with ebuyers service so far I cannot fault it from any angle. I know a lot of people have had issues with them but so far so good for me.

Sent from my BlackBerry® wireless device

Brief Overview on ReadyBoost

0

Reading a bit more about readyboost, im quite interested in its capability especially seeing as its first outing in an OS.

Readyboost uses USB devices to load commonly used files/programs into memory (abit like virtual memory). However its implementation is somewhat different.
The technology relies on the fact that USB seek times for random data is vastly quicker than conventional hard drives (although note that sequential data access will still be handled by VM as I understand it).

It is capable of handling any size of cache from 256MB to 4GB and the recommended ratio is 3 times the amount of system memory (which is similar if you think about it to the recommended ratio range of VM 1.5-3x). So for example a system with 512MB of ram should if recommendations are followed have a readyboost limit of 1.5GB give or take.

Readyboost also encrypts the contents of the drive so if you do take it out of the machine then it would be very difficult to access the data. Also the contents of the drive is replicated in VM so if you yank out the USB drive whilst the machine is switched on it will fall back to VM without loss of data.

The only thing I can think of that might rain of the parade is the upcoming uses of solid state drives, if the performance and availability of such drives increases then readyboost may have no advantage in the future.

Usb pen drive frenzy

0

So today in a fit of purchasing madness I've put in order a 4gb usb memory stick and a 1gb memory stick. Both are stated as readyboost compatible.

One will be put into my main pc to see if I can get more virtual machines/increased performance with it and the other will go in my mums pc which at present only has 512 megs of ram running vista business (see the dell project posts earlier). I am expecting to see the most performance gain from the 1gb stick in mums pc but of course with that amount of memory that's not difficult.

I will post a bit more on the subject later.

Sent from my BlackBerry® wireless device

Shutdown revisited

1


After a brief write up the other day I thought I would expand abit on the shutdown command and what i’ve been using it for.

The shutdown command allows you to “imaginativly” shutdown the computer from a Dos command. Common switches include -s for shutdown -r for reboot -f to force it to shutdown incase you have a stubborn app still loaded, and -t xx for time in seconds until shutdown. Also you can specific a -m COMPUTERNAME to specify a remote computer you want this to run on.

So a few examples of the command would start out and simply

SHUTDOWN -S

This would start a countdown of 30 seconds (whilst displaying a warning message) and would start the shutdown proceedure imediatly after the time has elapsed.

SHUTDOWN -S -T 10

This would do the same as above but start the timer at 10 seconds

SHUTDOWN -R -M \\HOMEPC

This would make the remote computer HOMEPC restart after the 30 second countdown.

IMPORTANT: at any point in the countdown you can type SHUTDOWN -A to abort the shutdown.

So I’ve used it at work this week as part of a scheduled task for a users pc. I was running a few diags on the machine and also doing a defrag, as I didnt want to sit there and watch it I started the scheduled task wizard and pointed it to the shutdown file located in %winddir%\system32 and then added the switches to it. Then it was just a case of following the wizard to get the machine to power itself off a 9pm. User didnt say anything the next morning so i assume it all went according to plan.

Motivation revisited

0

Hi all,

I seem to have got myself a second wind with studying at the moment. Earlier in jan I found myself not really wanting to study but now all that's gone and its books and labs ahoy for me.

I have been studying disk management today and various raid's you can haven which I have known about in the past but haven't looked into too much.

Also I have been gaining simple pleasures from the shutdown command line util. Scripting it into task one users pc's and remotely shutting down servers. Don't know why it entertains me so much but there you go.

I'll write more later!

Shutdown -s -f -m \\blog

Sent from my BlackBerry® wireless device

BOFH

0

I found this rather funny this morning, definately worth reading the BOFH if you have a moment:

“I’m terribly sorry to be the bearer of bad news,” he says. “But I’m afraid your manager’s had a nasty accident. He was just now telling me about some apparent tax dodginess when he accidentally tripped and wrapped my phone cord around his neck several times. I tried to get to him but must have tripped as well and knocked myself out. Next thing I knew security was reviving me to find that he somehow managed to end up with his head in the fish tank…”

“Terrible business,” I say. “Which just goes to show that it’s not just cellphones we should be afraid of. You’ll be needing some alcohol wipes then?”

“What for?”

“Oh, just to wipe the phone cord and fish tank down with – wouldn’t want any of those forensic people catching security’s germs off them.”

“Yes… Yes… Good point. Uh… give us a couple, I might do my desk and the visitor’s chair at the same time.”

Go to Top