Jump to content

proximagr

Moderators
  • Posts

    2468
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by proximagr

  1. Thanks Νίκο, φαίνεται καλό και πρόθυμο!
  2. Βαγγέλη πρέπει να κάνεις και ένα Eventbrite registration για τον Ηλία!!!!
  3. Ξεκίνησε η δυνατότητα recertify των MCSE μέσο του Microsoft Virtual Academy Για την ώρα είναι μόνο για MCSE: Data Platform or MCSE: Business Intelligence αλλά στο μέλλον θα συμπεριληφθούν και τα υπόλοιπα MCSE Περισσότερα: https://www.microsoft.com/learning/en-us/recertification-virtual-academy.aspx
  4. Από εδώ το βρήκα το link http://itknowledgeexchange.techtarget.com/itanswers/is-it-possible-to-promote-a-windows-storage-server-2008-os-to-a-domain-controller-as-well/ κάτω κάτω που λέει "according to this" σε πάει σε ένα link http://www.google.com/url?sa=t&source=web&ct=res&cd=1&ved=0CBIQFjAA&url=http%3A%2F%2Fdownload.microsoft.com%2Fdownload%2Fd%2F7%2F3%2Fd733574e-d82f-4015-bf44-b6735ecf4fb3%2FWSS2003R2_ITPro_WP.doc&ei=nnbzS4e_C4T4sgPKwpD4Cw&usg=AFQjCNE9mHqipKjZHVpvTND3EhExUGnDPw&sig2=kAhVpiMhQwIlOtldWx6YiA και σου κατεβάζει ένα documentation της microsoft Που μέσα στη σελίδα 57 λέει για τα licenses του WSS
  5. When we create a VM on Azure, at the same time we create a Cloud Service. Later we can create more VMs on the same cloud service. Each cloud service has a unique Public IP. For as long the Cloud Service has at least one VS running this Public IP remains the same. If all VMs of a Cloud Service are off then the Public IP is released and next time the VM is powered on it will take a new Public IP. Using PowerShell we can reserve a Public IP for as long as the Cloud Service exists, with or without VMs. First we need to create a Virtual Network from the portal. Go to “Networks” and create a new Virtual Network. We can use the “Quick Create”. Second we need the Azure PowerShell installed, it can be found here: http://azure.microsoft.com/en-us/documentation/articles/install-configure-powershell/ and we connect using the username/password method, the command is Add-AzureAccount #Create the Public IP Reservation:$reservedIP = "reserved ip name"$location = "West Europe"New-AzureReservedIP -ReservedIPName $reservedIP -Location $location #Collect the configuration settings for the new VM:$serviceName = "azure service name for VM"$adminUser = "VM admin user name"$password = "VM admin password"$location = "West Europe"$reservedIP = "reserved ip name"$vmName = "VM name" #Choose the size of the VM. Use this list: https://msdn.microsoft.com/en-us/library/dn168976%28v=nav.70%29.aspx#$vmSize = "Medium" #Provide the Operating System. Use this post to get a list of the available images: https://msdn.microsoft.com/en-us/library/azure/jj157191.aspx?f=255&MSPPError=-2147217396$imageFamily = "Windows Server 2012 R2 Datacenter"$imageName = Get-AzureVMImage | where { $_.ImageFamily -eq $imageFamily } | sort PublishedDate -Descending | select -ExpandProperty ImageName -First 1 #Add the configuration settings for the new VM to a variable:$vm1 = New-AzureVMConfig -Name $vmName -InstanceSize $vmSize -imagename $imagename | Add-AzureProvisioningConfig -Windows -AdminUsername $adminUser -Password $password | set-azuresubnet subnet-1 #Create the VM and the Cloud Service with the Reserved Public IPNew-AzureVM -Location $location -VMs $vm1 -vnetname testnet2 -servicename $servicename -reservedipname $reservedipname Δίνουμε την εντολή για να ξεκινήσει η δημιουργία.
  6. Νίκο όταν πας να κάνεις dcpromo έναν WSS 2008. τρως error "The Active Directory Domain Services Installation Wizard is not supported on this SKU" Το license του WSS 2008 και WSS 2008 R2 δεν επιτρέπουν να γίνει Domain Controller. Και αυτό το document λέει στη σελίδα 57 ότι το Microsoft Active Directοry είναι blocked.
  7. Νίκο κοίτα το screnshot: http://1drv.ms/1y5mjmP εδώ βλέπεις ένα mailbox που είχα κάνει shared mailox και τώρα είναι στα shared mailboxes και όταν το επιλέξεις, δεξιά εμφανίζετε η επιλογή "Convert to regular mailbox". Πατάς convert και γίνετε mailbox. Παίρνεις ένα warning "Are you sure you want to convert this shared mailbox into regular mailbox? You will need to assign a license and reset password on O365 admin center after conversion" πατάς OK, του δίνεις license και όλα καλά. Κάνε μια δοκιμή με έναν dummy user, το μόνο που δεν είμαι σίγουρος είναι αν παίζει σε όλα τα Office 365 πακέτα και αν είναι αναγκαίο το hybrid deployment.
  8. Γιώργο Windows 2008 R2 std λέει ο τίτλος
  9. Εκτός αν έχει storage service interruption http://azure.microsoft.com/blog/2014/11/19/update-on-azure-storage-service-interruption/
  10. Today I received my copy of the Lync Server Cookbook, from Packt Publications. I am one of the reviewers of the book. The link to the book is: https://www.packtpub.com/networking-and-servers/lync-server-2013-cookbook http://www.e-apostolidis.gr/everything/lync-server-cookbook-packt/
  11. Καλησπέρα, για διαχείριση δεν ξέρω, αλλά μπορείς να διαγράψεις εγγραφές. Δημιουργείς ένα νέο email και στο TO: πατάς το πρώτο γράμμα ώστε να εμφανιστεί η autocomplete list. Πηγαίνεις με τα βελάκια του πληκτρολογίου στην εγγραφή που θες και πατάς το πλήκτρο Delete.
  12. Συμφωνώ, το Private Cloud δεν είναι δύο HyperV Hosts σε cluster και άντε και ένα VMM στην καλύτερη. Δεν είναι μια ταμπέλα για το local data center ή computer room. Το Private Cloud αποτελείτε από κάποια πολύ βασικά στοιχεία όπως Self-Service & Automation, Application & Infrastructure Monitoring, Cost Control & Service Management (Ticketing). Με λίγα λόγια θα πρέπει να μπορεί ο πελάτης-χρήστης, να κάνει login σε μια web σελίδα, να διαλέγει την υπηρεσία που θέλει και να του σερβίρετε αυτόματα. Να είναι διαθέσιμη αυτή η υπηρεσία από παντού ή όπου επιτρέπετε. Από και και πέρα, για αυτήν την υπηρεσία, πρέπει να έχει κάποιο Monitoring, Κάποιο Cost Control και κάποιο ticketing για τυχόν προβλήματα. Αν δεν υπάρχουν αυτά τότε δεν υπάρχει και Private Cloud. Και όπως είπε και ο Παναγιώτης: "Το συζητάω φυσικά, δεν είμαι απόλυτος."
  13. Άντε από αύριο περιμένουμε το confirmation email για τα 2GB
  14. Καλησπέρα και πάλι. Τελικά η λύση έγινε με Squid proxy. Νίκο είχες δίκιο. Απλά θέλει λίγη linuxοδουλίστα. Όλο free! Τι έχω υλοποιήσει: 1. Squid proxy σε Ubuntu Server 14.04. Έφτιαξα ένα autoconfig file και το έκανα Publish με Group Policy, DNS entry & DHCP entry. Guide: https://help.ubuntu.com/lts/serverguide/squid.html Το proxy.pac αρχείο: function FindProxyForURL(url,host) { if (isPlainHostName(host) || shExpMatch(host, "*.local") || isInNet(dnsResolve(host), "XXX.XXX.XXX.XXX", "XXX.XXX.XXX.XXX") || dnsDomainIs(host, ".mydomain.net") || (host == "mydomain.net") || dnsDomainIs(host, ".myseconddomain.net") || (host == "myseconddomain.net") ) return "DIRECT"; else return "PROXY XXX.XXX.XXX.XXX:XXXX"; } 2. SARG για Reporting, βγάζει reports για το σε ποιό site μπήκε ο κάθε client, πόση ώρα κάθισε, πόσα bytes μεταδόθηκαν, πόσες φορές συνδέθηκε στο εκάστοτε site ανά μέρα, στατιστικά για TOP clients, TOP sites και πολλά άλλα. Πολύ καλό άρθρο http://www.server-world.info/en/note?os=Ubuntu_14.04&p=squid&f=7 3. Ένα βήμα παραπέρα, έβαλα το squidGuard για Web Filtering. SquidGuard is a web filter plugin for Squid which is used to restrict access to domains/URLs based upon access control lists.Του κατέβασα και ένα κάρο έτοιμα free rules. To guide: https://help.ubuntu.com/community/SquidGuard Το Ubuntu είναι VM σε HyperV 2012 R2. Του έχω δώσει 2 vCPU & 3072 GB Ram. Το Squid proxy ως transparent proxy παίζει και με 512 MB Ram, μόλις μπει το squidGuard και το φορτώσεις με Rules τρώει περί τα 2,5 GB Ram. Αυτό που έχω να πω είναι ότι σε μικρή εταιρεία με 15 Clients μειώθηκε αρκετά το traffic και αυξήθηκε το responce πολλών websites, αφού το squidguard κόβει όλες τις διαφημίσεις. Μέσο του Group Policy πέρασε αυτόματα σε όλα τα Windows Workstations. Τα MAC desktops/laptops, τα Android & iPhones/iPads χρειάστηκε να μπει χειροκίνητα... Pain in the a... Τουλάχιστον παίξανε όλα!
  15. Νίκο το καλύτερο που έχεις να κάνεις είναι να το κάνεις Convert σε Shared Mailbox. Δεν χρειάζεται άδεια, μπορείς να έχεις όσα Shared Mailboxes θέλεις. Και ανά πάσα στιγμή μπορείς να κάνεις Convert το Shared Mailbox σε User Mailbox και να δόσεις άδεια. Το convert γίνετε με ένα click από το Exchange Admin Center, στους receipients, διαλέγεις τον user και στη δεξιά στήλη πατάς "Convert to Shared Mailbox". Μετά το convert τον βρίσκεις στο tab "shared" όπου πλέον έχεις την επιλογή "Convert to Regular Mailbox" Αυτό ισχύει σίγουρα για O365 Small Business, O365 Enterprice και για Hybrid deployment. Στο Shared Mailbox μπορείς να έχεις πρόσβαση παίρνοντας full access http://autoexec.gr/index.php?/blog/52/entry-2065-exchange-2013-exchange-online-grand-full-access-to-mailboxes/
  16. Το μόνο που έχω να πω, είναι ότι ξέρω καλά το Ζαχαρία και πραγματικά τον είχαμε χάσει τελείως, δούλευε καθημερινά μέχρι αργά (9-10+ το βράδυ) και πολλά Σαββατοκύριακα, με πολύ λάντζα (μετακομίσεις κλπ). Το μόνο που σκεφτόμουν είναι ότι βρίσκετε σε μια μεγάλη, δυνατή, πολυεθνική εταιρεία και έχει μέλλον... τελικά η διάψευση ήρθε νωρίς.
  17. The DirSync by default runs every three hours. And you will realized that there is no GUI way to change that. To change the sync interval we need to change a configuration file. 1. Go to the below directory on your DirSync Server: C:\Program Files\WindowsAzureActiveDirectorySync (there are two similar directories, one with spaces between the words and one without. We want the one without spaces) Here we will find the main executable of the DirSync Scheduler, the “Microsoft.Online.DirSync.Scheduler.exe” and its assosiated Config file, the “”Microsoft.Online.DirSync.Scheduler.exe.Config”. 2. Open the “Microsoft.Online.DirSync.Scheduler.exe.Config” file using notepad Find the line with key=”SyncTimeInterval”, the default is the below: <add key=”SyncTimeInterval” value=”3:00:0″ /> The “value” is the frequency of the schedule. The default “3:00:0″ means 3 hours. We can change the value to what best fits our organization’s needs and based to how often we make changes to Active Directory. To reduce it to one hour change it to: <add key=”SyncTimeInterval” value=”1:00:0″ /> 3. Once we finish changing the file, save and close it. Then go to the Services (services.msc) and restart the “Windows Azure Active Directory Sync Service” service, Service name: “MSOnlineSyncScheduler”. Source: http://www.e-apostolidis.gr/microsoft/alter-the-office-365-dirsync-schedule/
  18. Ευχαριστώ Βαγγέλη, πετάει το SMTP, μου ήρθε και το notification της απάντησής σου και τώρα το resend validation email.
  19. Καλησπέρα, αυτό είναι προς τους administrators του forum, τελευταία έχω παρατηρήσει ότι σταμάτησα να λαμβάνω emails από το forum. Δεν μου έρχονται notifications για τίποτε. Το τελευταίο Notification emails που πήρα είναι στις 20/01/2015 Από εκεί και πέρα τίποτα. το email που είχα είναι το [email protected] και φυσικά κοιτάζω all mails, spam, κάνω spesific search, τίποτε, από το email της Πίτας και μετά τέλος. Σήμερα μάλιστα πήγα και άλλαξα το email μου στο [email protected] και μετά μου ζήτησε Validation. Έχω πατήσει από το πρωί σίγουρα 5 φορές "Resend Validation" αλλά δεν έχω λάβει τίποτα. καμία ιδέα?
  20. Νίκο το squid proxy δεν αναφέρει πουθενά ότι κάνει αυτά που θέλω, μήπως σε συνδυασμό με κάτι άλλο? Το δοκίμασα, το εγκατέστησα και σε Centos & σε Ubuntu, σαν Proxy παίζει μια χαρά. Το μόνο add-in που βρήκα που να κάνει αυτό που θέλω είναι το Internet Access Control http://sourceforge.net/projects/iac/το οποίο δεν κατάφερα να το κάνω να παίξει με αυτά τα distributions και οι οδηγίες είναι μόνο για Gentoo... κλάφτα. Παναγιώτη ευχαριστώ για το sophos, φυσικά και θα το δοκιμάσω και θα σας πω. Αυτήν την στιγμή έχω βάλει το GFI Webmonitor 30 days trial το οποίο παίζει μια χαρά μέχρι να δω τι θα κάνω. Το κόστος για την παρούσα εγκατάσταση αν πάμε σε αυτό θα είναι γύρο στα 400 ευρώ το χρόνο. Έχει πολύ καλά reports για το Internet usage (soscial networks, IM, downloads, access time per site, detailed user activity κλπ).
  21. Παναγιώτη φυσικά και δεν λέω να γίνει εγκατάσταση όλης της σουίτας με τη μια. Φυσικά και δεν γίνετε. Αλλά μια εγκατάσταση π.χ. SCOM (μόνο τις ρυθμίσεις στα παράθυρα εγκατάστασης και να υπάρχει έτοιμο στημένο για να μην χάνουμε χρόνο στην εγκατάσταση) και μετά client deploy & λίγο Alerts, Health monitoring. Αυτό θα μπορούσε νομίζω να γίνει στα πλαίσια ενός autoexec event 6-9. Και αν πάει καλά τότε στα επόμενα events θα παρουσιαστεί κάποιο άλλο, τώρα η σειρά θα βγει από κάποιο Poll σίγουρα. Φυσικά αν δεν υπάρχει συμμετοχή δεν αξίζει τον κόπο.
  22. Ένα θέμα που προσωπικά πιστεύω ότι θα έχει απήχηση είναι μια τυπική εγκατάσταση αλλά και παραμετροποίηση των επιμερών συστημάτων της σουίτας System Center. Όχι εμβάθυνση ούτε μια περίπλοκη λύση που ουσιαστικά ελάχιστες εταιρείες στην Ελλάδα θα υλοποιήσουν. Μιλάω για κάτι που πάνω κάτω θα μπορούσαν να έχουν οι περισσότερες εταιρείες. Παράδειγμα SCOM: Απαιτήσεις - Προαπαιτούμενα - Εγκατάσταση - High Availabilty - Configuration - Deploy agent - Import management packs - και ίσως λίγα πράγματα για Alerts, Health monioring κλπ. κάτι παρόμοιο για SCVMM, SCCM, SCDPM κλπ Η ιδέα μου ήρθε γιατί πάρα πολλοί αντιμετωπίζουν τη σουίτα System Center σαν κάτι εξωγήινο, εξαιρετικά πολύπλοκο και δύσκολο. Αλλά, όπως ίσως και με τα περισσότερα συστήματα, αν δούνε μια εγκατάσταση και τυπική/απλή παραμετροποίηση θα δουν ότι μπορούν να το εγκαταστήσουν, να το πουλήσουν, να το υποστηρίξου και να επωφεληθούν οι ίδιοι και οι πελάτες τους.
  23. This is a fast way to manage Calendar permissions of a mailbox. Same commands are for both Exchange on-premises and Exchange Online (Office 365). For Exchange Online first connect Powershell to Office365, as described to previous posts. # To check current permissions Get-MailboxFolderPermission -Identity "[email protected]":\calendar # To add calendar permissions, permission can be Editor,Reviewer,Author etc Add-MailboxFolderPermission -Identity "[email protected]":\calendar -User "manager@mydomain" -AccessRights Editor # To change the calendar permission of an existing access (thi swill change the access to Author Set-MailboxFolderPermission -Identity "[email protected]":\calendar -User "manager@mydomain" -AccessRights Author # To remove calendar permissions Remove-MailboxFolderPermission -Identity "[email protected]":\calendar -User "manager@mydomain" source: http://www.e-apostolidis.gr/microsoft/exchange-calendar-permissions-using-powershell/
  24. You can easily provide Full Access Permissions using the GUI, just Edit the mailbox you want, go to Mailbox Delegation and provide Full Access. Both Exchange 2013 and Online is the same. But if you have to provide Full Access massively then you need PowerShell. The command for a single user is: Add-MailboxPermission -Identity "employee" -User "manager" -AccessRights FullAccess with that command user “manager” will be granded with Full Access permissions to user “employee” Now lets see how the user “manager” can take Full Access to many users, lets say “all Sales department”. The steps are two, first we need to query the “Sales Department” users and then we need to pipeline it to provide access to user “manager” example 1: Using Active Directory OU container get-mailbox -OrganizationalUnit domain.local/users/salesdpt | Add-MailboxPermission -User "manager" -AccessRights FullAccess example 2: Using a txt list. As usual create a txt file and make a per-line list with title “employee” like this: employeeusername1username2username3 Save it as c:\access.txt and then run this command: Import-CSV c:\access.txt | Foreach { Add-MailboxPermission -User "manager" -AccessRights FullAccess } To view the permission change the “Add-MailboxPermission” with “Get-MailboxPermission” To remove the permission change the “Add-MailboxPermission” with “Remove-MailboxPermission” Just a final addition, when you provide Full Access permission to a user, at my example the “manager”, Outlook auto-maps the accounts that the manager gains access. So the next time he will open outlook, all mailboxes will be visible. You can force to don’t auto-map by adding -AutoMapping:$false at the end of the script, like this: Add-MailboxPermission -Identity "employee" -User "manager" -AccessRights FullAccess -AutoMapping:$false Be careful: with great power comes great responsibility! source: http://www.e-apostolidis.gr/microsoft/exchange-2013-online-grand-full-access-to-mailboxes/
×
×
  • Create New...