Powershell script to download the given links in text file, it’s like your download manager
‘Powershell script to download the given links in text file, it’s like your download manager $folder = “E:ThinkPad W500” $userAgent […]
All about Enterprise Mobility | Azure | MECM | SCCM | Intune
All about Enterprise Mobility | Azure | MECM | SCCM | Intune
‘Powershell script to download the given links in text file, it’s like your download manager $folder = “E:ThinkPad W500” $userAgent […]
Export the task sequence SCCM 2012 to XML format (legacy format of sccm 2007) SCCM 2012 task sequences can be […]
import-module ActiveDirectory #get list of accounts to check$systemAccounts = Get-Content “c:ScriptsSystemAccounts.txt” #check if any of these accounts are locked$lockedAccounts = […]
Last password changed PS #> $searcher=New-Object DirectoryServices.DirectorySearcherPS #> $searcher.Filter=”(&(samaccountname=user1))”PS #> $results=$searcher.findone()PS #> [datetime]::fromfiletime($results.properties.pwdlastset[0])
Below is a PowerShell script, this will list WDS Service status against of List of servers. Below is a powershell […]
Script to check Disk Space #Purpose: Script to check the drive space in the server against the threshold value and […]
Steps Involved: Open Visual Studio 2010. Go to File => New => Project. Select Class Library template, enter the name […]
Stage 1 WebCast: Scott Hanselman – Developer Productivity Tools Part 3 WebCast: PowerShell Week – Day 2: CmdLets Tutorial: MS […]
If you want to create Systems Management Server (SMS) 2003 or System Center Configuration Manager (ConfigMgr / SCCM) 2007, Container […]
Power Shell Scripts for System Center (Master Collection)