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 … Continue reading WSUS Firewall/Ports/Proxy Requeriments

Advertisement

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 … Continue reading The Powershell pocket Active directory CMDLets

The Active Directory “computers” loving story default Container

  Hi to all Today we gonna talk about of ou loved container in the active directory called "computers"   and explain what kind of stuff we can do here ...   WTF is that?  It's a buil-in container object   wich means that are created when we make the dcpromo command for first time … Continue reading The Active Directory “computers” loving story default Container