Nova ucinkovitost – novi val tehnologij v 7 slovenskih mestih “Windows 7 je tu!”

October 22nd, 2009

Moja prezentacija in plonkci, ki sem jih uporabil pri predstavitvi…

Enjoy7

Novi val ucinkovitosti – Windows 7.ppt
Novi val ucinkovitosti – Windows 7.pptx
boot from vhd.txt – kako naredimo bootable vhd v Windows 7
25 novosti, ki sem vam jih pokazal

pa še par zanimivih povezav:
http://www.microsoft.com/windows/enterprise/products/windows-7/features.aspx - Windows 7 enterprise features
http://blogs.techrepublic.com.com/window-on-windows/?p=1176 - Bitlocker & Bitlocker to go
http://technet.microsoft.com/en-us/magazine/2009.10.77windows.aspx?sid=5cbb6c33dee24e04beee633c420481a2 77 trikov W7

Windows 7 je tu!

October 9th, 2009

http://blogs.technet.com/slitpro/archive/2009/10/08/windows-7-windows-server-2008-r2-in-exchange-server-2010-novi-val-tehnologij-v-7-slovenskih-mestih-22-10-2009.aspx

Pridruži se nam v 7 slovenskih mestih…

Maribor W2k8R2 / W7

September 21st, 2009

http://store.manojlovic.net/presentations/r2w7/Maribor.pdf

Ljubljana W2k8R2 / W7

September 16th, 2009

Kot dogovorjeno… :)

http://store.manojlovic.net/presentations/r2w7/Ljubljana.pdf
http://store.manojlovic.net/presentations/r2w7/Docs.zip
http://store.manojlovic.net/presentations/r2w7/Linki.zip
http://store.manojlovic.net/presentations/r2w7/PPTji.zip

Blacklist providers to trust II

August 24th, 2009

Almost two years ago I have posted a comment regarding Blacklist providers that I use and I trust… Well I would like to update this post by adding or commenting that now I use only two providers that sucessfuly eliminate or reduce spam that is coming to my mail servers …

I currently use:
zen.spamhaus.org provided by http://www.spamhaus.org
bl.spamcop.net
 provided by http://www.spamcop.net

As you should decide to use or not to use blocklist providers on your mail servers I am adding interesting article from august 2009 to better understand how this providers work: http://www.allspammedup.com/2009/08/understanding-blocklist-providers/

I wish you luck in fighting spam! :)

TestExchangeConnectivity.com is getting ready…

June 22nd, 2009

For all you with any problems or concerns regarding Microsoft Exchange connectivity… You can test your Exchange server services like ActiveSync, Exchange Web services or Outlook connectivity by using: https://www.testexchangeconnectivity.com/ - fresh and new :)

EHLO team r0x! http://msexchangeteam.com/

NTK 2009… Sessions

May 31st, 2009

Here they are…
I had 2 sessions on NTK 2009 – SBS 2008 overview and Remote desktop services in Windows server 2008 r2

enjoy

Windows server 2008 R2 – Direct access

April 20th, 2009

This will give us a brand new experience of “VPN” like experience… Check this video out…

http://edge.technet.com/Media/DirectAccess-with-Devrim/

Windows server 2008 R2 – Disk management… VHD Attach

April 20th, 2009

It is now possible to create a new VHD or attach an existing VHD to your Windows server 2008 R2…

Check the video…

There are some other features that you can do but it was possible also in non R2 version… That is shrinking and extending partition using Disk Management

Windows server 2008 R2 Active Directory – Recycle Bin Feature

April 20th, 2009

Sometimes you delete user from AD and it could cause a big headache :)

Well… No more. Windows server 2008 R2 Beta – which is by the way already publicly available has a new functional level for AD that allows you to activate so called Recycle Bin Feature
In this demo you will se my AD server with a domain called demoadps.local on which I will enable this feature. As I mentioned before – functional level should be Windows server 2008 R2.

Watch the video

First of all you need to enable the feature by typing a Powershell cmdlet/command:

Enable-ADOptionalFeature ‘Recycle Bin Feature’ -Scope Forest -Target ‘domain.local

after that you can check for deleted items by typing:

Get-ADObject -SearchBase “CN=Deleted Objects,DC=domain,DC=local” -ldapFilter “(objectClass=*)” -includeDeletedObjects | FT ObjectGUID,Name -A

This will show you the deleted objects which you can restore by entering:

Restore-ADObject -Identity 6ff46162-15c2-4d42-8e15-2fcac5c8422e

** domain.local should be changed with your domain name
6ff46162-15c2-4d42-8e15-2fcac5c8422e should be changed with a ID that matches your deleted object…

To make it simplier I have recorded a video tutorial to do that…