Find All Disabled Users in Active Directory with Powershell
In Active Directory Module for Windows Powershell run this command : Search-ADAccount -AccountDisabled -UsersOnly | Format-Table name, sid -AutoSize
Iordanis Kazanas – Virtual Systems Administrator
In Active Directory Module for Windows Powershell run this command : Search-ADAccount -AccountDisabled -UsersOnly | Format-Table name, sid -AutoSize
Save the code below to a ps1 file and execute. $User = read-host -Prompt “Enter Username” “User ” + $User + ” is a member of the following groups:” ForEach ($Group in Get-DistributionGroup) { ForEach ($Member in Get-DistributionGroupMember -identity $Group | Where { $_.Name –eq $User }) { $Group.name } } Saved the file as … Read more
Unable to install certain windows updates? Look here : http://support.microsoft.com/mats/windows_update Try this too : http://support.microsoft.com/kb/971058 If that does not work then put Windows XP into Clean boot and try updating again.. Step 1: Start the System Configuration Utility Click Start, click Run, type msconfig, and then click OK. The System Configuration Utility dialog box is … Read more
From the Lync management shell : get-csuser | Select-Object DisplayName, SAMAccountname, SIPAddress >c:\lync_enabled_users.log
http://www.macyourself.com/2009/08/03/how-to-reset-your-mac-os-x-password-without-an-installer-disc/ Reset 10.5 Leopard & 10.6 Snow Leopard password Power on or restart your Mac. At the chime (or grey screen if your chime is turned off), hold down Command+S on your keyboard to enter single-user mode. This step is optional, but it’s a good idea because it checks the consistency of the hard disk … Read more
SO you have French windows and want and English vSphere Client ? Here is what you do : http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1020512 To force vSphere Client to use English: Ensure that the operating system running the vSphere Client has the English language pack installed. Right-click the vSphere Client icon on your desktop and click Properties. Click the Shortcut tab … Read more
http://www.expta.com/2011/02/script-to-force-download-of-lync.html You can use the Update-CsAddressBook cmdlet on the Lync server to force the server to update the address book which will take between 1 to 60 minutes (random). If you cannot wait then make a .bat file with the following commands : @echo off echo Clearing Lync Address Books… reg add HKCU\Software\Policies\Microsoft\Communicator /v GALDownloadInitialDelay … Read more
Lync Attendee is a conferencing client that allows non domain or external users to fully participate in Lync Server meetings including video conferences. The Lync web app does not allow Video, only audio. Microsoft Lync 2010 Attendee – Admin Level Install Lync 2010 Attendee Hotfix KB 2752160 (Admin level install) Microsoft Lync 2010 Attendee – … Read more
http://www.wholesalesolar.com/deep-cycle-battery-info.html Future Trends Companies world-wide are quickly adjusting to the increased global market for solar systems by developing batteries that are better suited for photovoltaic systems. At some distant point in the future, it is likely that lead-acid batteries will become extinct, as newer technologies in lithium ion and Nickel metal hydride continue to evolve. … Read more
http://www.windsun.com/Batteries/Battery_FAQ.htm What is a Battery? Types of Batteries Battery Lifespan Starting, Marine, or Deep Cycle? Deep Cycle Battery as a Starting Battery? What Batteries are made of Industrial Batteries (fork lift type) Sealed Batteries Battery Size Codes Gel Cells (and why we don’t like them) AGM Batteries (and why we do like them) Temperature Effects … Read more