SCCM Tools : Client Context Menu Tools
My SCCM right click tool collection (those I collected and those I wrote) were based on VBS,Batch and HTA, so Shay Levy my friend and a PowerShell Guru suggested that I should write a new set of tools based on PowerShell and Windows Forms. I ... המשך לקרוא>
doli , 03-23-2012 15:49
Counting objects in PowerShell 3.0
Consider the following command, how many objects are in $dir? PS> $dir = Get-ChildItem The most common way to find it is to check the Count property: PS> $dir.Count But… the Count property is available only if Get-Something returns more ... המשך לקרוא>
ScriptFanatic , 03-19-2012 16:31
Local Account Management PowerShell Module
var addthis_config = {"data_track_clickback":true}; Microsoft PowerShell version 2 is a powerful tool and has many useful cmdlets, nevertheless the absence of account management cmdlets is eminent . Microsoft has published an Active ... המשך לקרוא>
doli , 02-20-2012 11:49
מדריך – איך מגדירים PowerShell מול Office 365
במאמר הקודם כתבתי כמה הניהול של Office 365 יעיל באמצעות PowerShell ומה היתרונות. במאמר הנוכחי אני אסביר מה מתקינים ואיך מתחברים. ישנם כמה אפשרויות להגדיר powershell ל-Office 365, על מנת להגדיר Office365 עם PowerShell יש לבצע את הפעולות הבאות ... המשך לקרוא>
eshlomo9 , 01-31-2012 13:22
Free-Tool : Ping-Them 1.5 (new Version)
var addthis_config = {"data_track_clickback":true}; Ping-them ,originally, was designed to validate computer accounts in Active Directory even though it can be used for testing any given IP Addresses. In this version I added IP Resolving ... המשך לקרוא>
doli , 01-22-2012 9:47
Auto reconnect to a server you just rebooted with PowerShell 3.0
Yesterday I saw a tweet that caught my eye: Sounds familiar? What do you usually do to reconnect to your server once it is back online? How do you monitor it’s availability? In this post , Justin shares a great function (115 lines) that restarts ... המשך לקרוא>
ScriptFanatic , 01-08-2012 18:51
נקודות למחשבה בעת מעבר מ- Active Directory המבוסס על Windows Server 2003 ל- Windows Server 2008 R2 (חלק...
מאת: דניאל פטרי כל מי שחושב או ממש מתכוון לשדרג את ה- Active Directory הארגוני מגרסת Windows Server 2003 ל- Windows Server 2008 R2 וודאי יודע שעל מנת לשמור על רציפות תפעולית של הארגון ולמזער הפרעות, תהליך השדרוג מצריך תכנון נכון, מיפוי הכשלים ... המשך לקרוא>
kraiten , 01-01-2012 15:53
PowerShell from Here
The CMD From Here make life more easier and I using it many times. So now I have added the PowerShell from here to the registry that will do the same as the CMD but with PowerShell instead. To allow PowerShell from here follow this guide 1. ... המשך לקרוא>
eshlomo9 , 12-27-2011 23:08
SCCM Tools : Collection Context Menu Tools
SCCM Tools Collection Context Menu Tools (Right Click Tools ) ... המשך לקרוא>
doli , 11-22-2011 14:09
שכפול שרתי DC - עכשיו זה אפשרי
מאת: דניאל פטרי, Premier Field Engineer במיקרוסופט ישראל היתרונות של שימוש בטכנולוגיות וירטואליזציה - כמו ניהול משותף וחסכון במשאבים - הם משמעותיים לכל ארגון. כדי להפוך את כל תשתית השרתים בארגון לוירטואלית יש צורך בכלים מתאימים שיאפשרו לנו להגדיר ... המשך לקרוא>
TechnetIL , 11-14-2011 11:29
Page 4 of 24 (237 items) « First ... < Previous 2 3 4 5 6 Next > ... Last »