- Homepage
-
How to deploy Microsoft Office 2013 Via SCCM2012
Hi guys In the last days I dont have too much time… but today I’ll post a interesting guide to deploy Microsoft Office 2013 via sccm 2012 ( Special thanks to Ronni Pedersen) Here is the link to do it http://gallery.technet.microsoft.com/office/How-to-Deploying-Office-0f954e7f Enjoy it !
-
How To Install Windows 8 Into a USB ( Bootable OS – Portable )
Hi guys how are u ? 🙂 You need a OS portable ( win 8? ) . So You are lucky today! Today we gonna make a portable Windows 8 ( works for all versions ) , this one will be bootable via USB ( even 3.0 if the motherboard allows it ) . What we…
-
WSUS Firewall/Ports/Proxy Requeriments
How to Determine the Port Settings Used by WSUS Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2 When creating and configuring an active software update point or active Internet-based software update point…
-
The Powershell pocket Active directory CMDLets
Computer object commands List all computer accounts in a domain Get-ADComputer –Filter {Name –Like “*”} View all computers that are logged in for 90 days to the Active Directory Search-ADaccount -AccountInactive -Timespan 90 -ComputersOnly OR $lastLogon = (get-date).adddays(-90).ToFileTime() Get-ADComputer -filter {lastLogonTimestamp -gt $lastLogon} Find and delete all disabled Computer accounts in Active Directory Search-ADAccount -AccountDisabled…
-
Common WMI’S
Hi everyone … today we gonna talk about WMI WTF is WMI? ok lets read some wiki ( technet ofc 🙂 ) Purpose Windows Management Instrumentation (WMI) is the infrastructure for management data and operations on Windows-based operating systems. You can write WMI scripts or applications to automate administrative tasks on remote computers but…
