By default, when you make changes to a table using the SQL Management Studio GUI, it doesn’t allow to save
Category: Servers
Find AD accounts that are expiring
[sourcecode language=”powershell”] Search-ADAccount -AccountExpiring -TimeSpan ([TimeSpan]::FromDays(7)) | Select-Object name*,userpri*,accou* [/sourcecode] “FromDays(7)” = this will search accounts that are expiring in
Exchange 2013 & Online, Grand Full Access to Mailboxes
You can easily provide Full Access Permissions using the GUI, just Edit the mailbox you want, go to Mailbox Delegation
Create a Disk in specific Storage Account and Attach it to a VM in Azure
There are many reasons to have your Disks stored at separate Storage Accounts, per Cloud Service. One is that a Storage
Manage Office 365 password expiration
Check if the password is set to never expire for one user: Get-MSOLUser -UserPrincipalName username | Select PasswordNeverExpires Check if