charbelnemnom.com
TechDays – CHARBEL NEMNOM MVP – Cloud & Datacenter Management
http://charbelnemnom.com/category/microsoft/techdays
CHARBEL NEMNOM MVP - Cloud and Datacenter Management. The only source of knowledge is experience. Albert Einstein. Speaking at The Azure IT Camp – Dubai #Microsoft #Azure. March 23, 2016. Microsoft and the IT community are partnering once again to run the Azure IT Camp in Dubai. The IT camp is a one-day event where […]. Slide Deck: #HyperV Know-Your-Tech #6 @ITPro MSGulf #HyperV #KnowYourTech #Microsoft. May 25, 2015. Announcing The 6th Know-Your-Tech Session Focused on #HyperV #Azure #Microsoft #WS2016.
charbelnemnom.com
Microsoft – CHARBEL NEMNOM MVP – Cloud & Datacenter Management
http://charbelnemnom.com/tag/microsoft
CHARBEL NEMNOM MVP - Cloud and Datacenter Management. The only source of knowledge is experience. Albert Einstein. Speaking AT ITCAMP In Dubai – Hybrid Infrastructure #WS2016 #HyperV #AzureStack #Azure. May 12, 2016. Today, I am proud to announce that I am speaking at the ITCamp – Hybrid Infrastructure in Dubai, United Arab Emirates. I am super excited […]. How To Create a Certain Plans/Offers for Specific Tenants in Azure Stack? April 6, 2016. Microsoft Cloud and Datacenter Conference in Germany. Decemb...
charbelnemnom.com
MVPbuzz – CHARBEL NEMNOM MVP – Cloud & Datacenter Management
http://charbelnemnom.com/tag/mvpbuzz
CHARBEL NEMNOM MVP - Cloud and Datacenter Management. The only source of knowledge is experience. Albert Einstein. Microsoft Cloud and Datacenter Conference in Germany. March 24, 2016. I am so happy and grateful now that I can share with you the first edition of Cloud and Datacenter Conference is scheduled on May […]. Speaking at The Azure IT Camp – Dubai #Microsoft #Azure. March 23, 2016. 50% On All Five eBooks With Exclusive #MVP PromoCode For You! February 24, 2016. January 27, 2016. January 12, 2016.
yusufozturk.info
Yusuf Ozturk » 2015 » July
http://www.yusufozturk.info/2015/07
Getting IIS Application Pools Process Information via PowerShell using CIM. Posted in Windows Powershell. 586 views 28/07/2015 17:51. These are IIS Application Pool Process properties that you can get using CIM via PowerShell. 1 2 3 4 5 6 7 8 9 10 11 12 13 14. IIS AppPool Process Information. You can find more properties in my blog. Getting IIS WebSites Authentication via PowerShell using CIM. Posted in Windows Powershell. 574 views 27/07/2015 17:36. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17. Personally ...
yusufozturk.info
Yusuf Ozturk » Data Protection Manager
http://www.yusufozturk.info/category/data-protection-manager
Checkpoint ve Data Protection Manager 2010 Erişim Problemi. Posted in Data Protection Manager. 3,473 views 10/04/2011 19:41. Yukarıda göreceğiniz “Services” içerisine giriş yapmak;. DCE-RPC altına giriş yaptıktan sonra, DCE-RPC’ye sağ tıklayıp, “New DCE-RPC” demek. Sonrasında karşınıza çıkacak ekranı aşağıdaki şekilde doldurmanız yeterli olacaktır. Bu işlemler sonrası DPM, Checkpoint üzerinde izne sahip olacak ve yedekleme işlemleri başlamış olacaktır. Error 30112 while Exchange Backup on DPM 2010. To Re...
yusufozturk.info
Yusuf Ozturk » 2014 » November
http://www.yusufozturk.info/2014/11
Getting distribution groups by sender authentication status via PowerShell. Posted in Exchange Server. 6,775 views 29/11/2014 15:48. You may need get distribution group list by their sender authentication status. If sender authentication is disabled:. If sender authentication is enabled:. That will output distribution groups. My Exchange Server Mailbox Migration Notes. Posted in Exchange Server. 1,833 views 27/11/2014 02:32. These are just notes for me to remember later :). Posted in Exchange Server.
yusufozturk.info
Yusuf Ozturk » 2014 » December
http://www.yusufozturk.info/2014/12
PowerShell ile Hyper-V Yönetimi Sunumu. Posted in Windows Powershell. 1,858 views 31/12/2014 16:49. CozumParkTV’ye 4 bölümlük PowerShell ile Hyper-V Yönetimi başlıklı eğitim videosu ekledim. Http:/ tv.cozumpark.com/video/641/PowerShell-ile-Hyper-V-Yonetimi-Bolum-1. Http:/ tv.cozumpark.com/video/642/PowerShell-ile-Hyper-V-Yonetimi-Bolum-2. Http:/ tv.cozumpark.com/video/643/PowerShell-ile-Hyper-V-Yonetimi-Bolum-3. Http:/ tv.cozumpark.com/video/644/PowerShell-ile-Hyper-V-Yonetimi-Bolum-4. Yaratın ve VM’ in.
yusufozturk.info
Yusuf Ozturk » Linux Server
http://www.yusufozturk.info/category/linux-server
How to stop a Linux Service via PowerShell DSC? Posted in Linux Server. 1,799 views 12/06/2014 22:44. This is an example for nxService of PowerShell DSC. You will able to stop a service like postfix on Linux by using PowerShell DSC. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19. Linuxdsc.cloudapp.net -. Configuration StopService {. Module nx Node linuxdsc.cloudapp.net. NxService StopService {. After you run DSC, postfix service will be stopped on destination Linux Server. Posted in Linux Server. Instal...
yusufozturk.info
Yusuf Ozturk » 2015 » February
http://www.yusufozturk.info/2015/02
PowerShell Performance Tips for Large Text Operations Part 2: Text Manipulation. Posted in Windows Powershell. 2,019 views 28/02/2015 09:31. Well, if you read first part, now we will continue with text manipulations on PowerShell. 424390 lines, 200 MB Microsoft IIS Log. In first part, winner was “System.IO.StreamReader” so I’ll continue with that. Let’s try a Replace. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16. System.IO.FileMode ]. System.IO.FileAccess ]. System.IO.FileShare ]. So what happens if I use Regex.