IT and Network solution

بایگانی
get-macaddress "ComputerName"


function Get-MACAddress { 
    param ($strComputer) 
     
    $colItems = get-wmiobject -class "Win32_NetworkAdapterConfiguration" -computername $strComputer |Where{$_.IpEnabled -Match "True"}  
     
    foreach ($objItem in $colItems) {  
     
        $objItem |select Description,MACAddress  
     
    } 
}
  • جلال شاهوند


طبق گفته مایکروسافت: "svchost.exe نام نوعی process میزبان برای سرویس هایی است که از درون fileهای DLL اجرا می شوند".

در حقیقت svchost.exe نامی عمومی برای عملکردهایی است که از طریق DLLها و یا از داخل آنها اجرا می شوند

مایکروسافت در ویندوز 10 (v1703) سرویس های SvcHost رو برای سیستم هایی که بیش تر از 3.5 گیگابایت رم دارند رو جدا کرده قبلا به این صورت بود که سرویس هایی که مشترک کار میکردند در یک گروه SvcHost قرار میگرفتند  مانند کانکشن های ویندوزدر16 سرویس در قالب 11 هاست SvcHost قرار میگرفت این فرآیند احتمال خطا و آسیب پذیری ویندوز رو افزایش می داد و می توانست یک سرویس غیر مهم بر روی اتصالات شبکه تاثیر بگذارد.

مزایای این تغییرات عبارتند از :

  • افزایش قابلیت اطمینان با جدا سازی سرویس های حیاتی شبکه از خراب شدن سرویس دیگر غیر شبکه ای در svchost
  • و اضافه کردن توانایی ریکاوری اتصالات شبکه بصورت یکپارچه هنگام کرش کردن اجزای آن.
  • کاهش هزینه ای پشتیبانی و راحتتر شدن troubleshooting
  • افزایش امنیت با جداسازی سرویس های اضافی
  • افزایش دسترسی به تظیمات هر سرویس در مقیاس پذیری بزگ
  • بهبود مدیریت منابع از طریق CPU  در هر سرویس و بهبود مدیریت I / O
  • گزارش بهتر در مورد هر سرویس

برای امتحان کردن این موضوع میتونید ماشین مجازی با ویندوز 10 v1703 راه اندازی کنید و رم 3484 مگابایت یا کمتر برای دیدن SvCHost گروه بندی شده و رم 3486 یا بیشتر برای دیدن SvCHost های جدا شده .

برخی از سرویس های دستگاهایی که 3.5 گیگ یا بیشتر رم دارند, گروه بندی می شوند مانند Base Filtering Engine و فایروال ویندوز با هم در یک گروه قرار می گیرند

این تغییر از طریق رجیستری قابل غیر فعال سازی هست .


برگرفته از وبلاگ مایکروسافت
  • جلال شاهوند

برای رفع این مشکل 

محتویات داخل این فولدر رو پاک کنید و کامپیوتر را یکبار ری استارت کنید 

c:\Windows\System32\GroupPolicy\Machine

Click image for larger version

Name:	Capture.PNG
Views:	1
Size:	5.8 KB
ID:	469625

  • جلال شاهوند

"Exit Explorer" shortcut

شنبه, ۳ تیر ۱۳۹۶، ۰۹:۵۲ ق.ظ

CTRL+SHIFT+RIGHT_CLICK Taskbar to get the "Exit Explorer" shortcut.


  • جلال شاهوند


اطلاعات تکمیلی

https://developer.microsoft.com/en-us/windows/ready-for-windows#/

  • جلال شاهوند

نمایش اطلاعات عملکرد GPU در TaskManager

شنبه, ۳ تیر ۱۳۹۶، ۰۸:۴۷ ق.ظ
یکی از گزینه های مهمی که در آپدیت جدید ویندوز به چشم میخوره نمایش عملکرد GPU در TaskManager هست 


اطلاعات تکمیلی از آپدیت جدید رو از اینجا ببینید
https://blogs.windows.com/windowsexperience/2017/06/21/announcing-windows-10-insider-preview-build-16226-pc/amp/
  • جلال شاهوند

I installed ConfigMgr 2012 with SP1 in my LAB environment yesterday. The SQL 2012 server is located on a remote server and I decided to use a single site (primary site) installation of ConfigMgr. Before I started the 'splash.hta', I extended the AD schema and created the 'System Management' OU.


The ConfigMgr prerequisite checker noticed me to add the computer account of the ConfigMgr server to the local administrator group of the sql server and to change the SQL server TCP/IP port configuration to static. Ok, so I added the account and changed the TCP/IP configuration and the wizard finished the installation of ConfigMgr 2012 successful. 

Afterwards, I checked the setup log files and found the following error message entries in the HMAN.log file:

Figure 1: HMAN.log

I opened the ODBC configuration of the ConfigMgr server and noticed that the System DSN named 'SMS SQL' had a wrong configuration (as you can see on figure number 2).

Figure 2: SQL Server DSN configuration

I closed the SQL Server DSN configuration wizard and opened it again to add the missing SQL instance name into the SQL server input box. Then I chose 'Windows NT authentication' and removed the SQL instance name from the default database input box. 
  • جلال شاهوند

If you use pushd and popd instead of cd you won't get that UNC error.


pushd <UNC path> will create a temporary virtual drive and get into it.

popd will delete the temporary drive and get you back to the path you were when you entered pushd.


Example:


C:\a\local\path> pushd \\network_host\a\network\path

U:\a\network\path> REM a temporary U: virtual drive has been created

U:\a\network\path> popd

C:\a\local\path> REM the U: drive has been deleted

C:\a\local\path>
  • جلال شاهوند

Microsoft Office 2010 or 2013 unattended installation

يكشنبه, ۱۸ بهمن ۱۳۹۴، ۰۳:۴۳ ب.ظ

Step 1: First step is to head over to Windows Answer Key File Generator website. Click Office menu and then click Office 2010 or 2013 to start customizing the default Config.xml.

Unattended or silent office 2010 or 2013 installation step1

Step 2: Enter general settings such as product key and installation path (if you want to install Office at a location other than the default one).

In addition to that, you can configure the setup to show user interface to the user when installation is being done, or you can completely hide the user interface. And there is an option to hide the completion notice but we suggest against it as the setup won’t notify you once its finishes the installation if you configure it to hide the completion notice.

Unattended or silent office 2010 or 2013 installation step2

Finally, select the programs that you would like to install. Select “The feature is not installed option” from the drop down menu next to the program name if you don’t want to install it. And selecting The feature is installed on the user’s computer will install the program.

Unattended or silent office 2010 or 2013 installation step3

Step 3: Once done, click on the Download File link (located at the bottom of the page) to download the customized Config.xml file. And if for some reason, the button isn’t working, please click on the Highlight All button, copy the code, paste it in Notepad, and then save the file as Config.xml.

Step 4: Next copy Config.xml file to Office 2010/2013 installation folder. Make sure to place the Config.xml in the root of installation folder where Setup.exe file is located.

Unattended or silent office 2010 or 2013 installation step4

Step 5: That’s it! You’re done. Launch Office setup now and see Config.xml file automatically installing Office for you. Good luck!

  • جلال شاهوند

باران

شنبه, ۱۰ بهمن ۱۳۹۴، ۰۱:۱۱ ب.ظ


باران که شدى مپرس ، این خانه ى کیست..
سقف حرم و مسجد و میخانه یکیست..
باران که شدى، پیاله ها را نشمار...
جام و قدح و کاسه و پیمانه یکیست...
باران ! تو که از پیش خدا مى آیی
توضیح بده عاقل و فرزانه یکیست...
بر درگه او چونکه بیفتند به خاک
شیر و شتر و پلنگ و پروانه یکیست
با سوره ى دل ، اگر خدارا خواندى
حمد و فلق و نعره ى مستانه یکیست
این بى خردان،خویش ، خدا مى دانند
اینجا سند و قصه و افسانه یکیست
از قدرت حق ، هرچه گرفتند به کار
در خلقت حق، رستم و موریانه یکیست
گر درک کنى خودت خدا را بینى
درکش نکنى , کعبه و بتخانه یکیست..

  • جلال شاهوند