Use Outlook 2016 without an email account

To use Outlook 2016 as a personal information manager without an email account, use the following steps. Click the Windows key and then type Run. In the Run window, type Outlook.exe /PIM <your profile name> and then click OK. This will create a new profile in Outlook without an email account. You can then use Outlook to store your contacts, tasks, and calendar information. ...
Read More

Enable bitlocker without compatible TPM

1) Press the windows key and R and type gpedit.msc and click OK 2) Go to Local Computer Policy > Computer Configuration > Administrative Templates > Windows Components > BitLocker Drive Encryption > Operating System Drives And double-click the “Require additional authentication at startup” option 3) Enable and tick both to allow BitLocker without a compatible TPM ...
Read More

Stuck Office 365 Login in Chrome, Firefox, IE

Chrome: Settings > Show advanced settings > Content settings > All cookies and site data.. > Search for office365.com > Click "Remove all shown" Firefox Select Options > Privacy >  Click "remove individual cookies." > Search for office.365.com > Click Remove All Internet Explorer Select Internet Options > Click Settings under the General tab > Click View files >Search for and delete any cookies from office365.com > back in IE Navigate to the Caches and databases tab > Select office365.com and click Delete...
Read More

AD Get last password set and expiry info

get-aduser -filter * -properties passwordlastset, passwordneverexpires |ft Name, passwordlastset, Passwordneverexpires   to Export to CSV Get-ADUser -filter * -properties passwordlastset, passwordneverexpires | sort-object name | select-object Name, passwordlastset, passwordneverexpires | Export-csv -path c:\temp\user-password-info.csv...
Read More

disable (turn off) the default Windows 2012 Administrator Complexity

If the server is not on a domain 1. On the start menu type Administrative Tool 2. Select Local Security Policy. 3. Change the password Must Meet Complex Requirements option to Disabled.   In a domain enviroment Group Policy Management Expand Forrest >> Domains >> Your Domain Controller. Right click on the Default Domain Policy and click on the Edit from the context menu. Now Expand Computer Configuration -> Policies -> Windows Settings -> Security Settings -> Account Policies -> Password Policy Double-click on the Passwords Must Meet Complexity Requirements option in the right pane. Select Disabled  under define this policy setting: Click Apply then OK all the way out and close the GPO window. In order to refresh the policy type the following command: “gpupdate /force”  in the CMD window and click ENTER. ...
Read More