Posted: November 20, 2013 | | Tags: Active Directory, dsacls, Fix, Permissions, PowerShell, SPN, Windows Server 2008, WinRM
I was getting an error at startup on a new Windows 2008 R2 Domain Controller. Apparently the WinRM attempts to create two SPNs after the startup process.
Since that WinRM runs under “Network Service” account, I was able to fix this warning by granting the “Validated Write to Service Principal Name” permission to the NETWORK SERVICE…
Updated: December 13, 2018 | | Tags: Cloud, Office 365, PowerShell, Troubleshoot
The GUI at Microsoft is great but sometimes we need to dig a bit deeper.
I ran into some issues with a Resource mailbox and had to do some troubleshooting in the Office 365 service.
Posted: June 25, 2013 | | Tags: Deployment, Exchange 2010, Mail, Patch, PowerShell, Script
To update the DAG members with new patches the process should be managed to prevent all of the DAG members from being offline at the same time.
You can move the active mailbox databases off a particular server so that it can be patched, and if necessary rebooted, without causing any downtime for mailbox users on that database.
Posted: June 4, 2013 | | Tags: Code, Exchange 2010, Mail, PowerShell, Script
Exchange Server 2010 Service Pack 1 introduced a new method for exporting mailboxes called Mailbox Export Requests. This new method replaces the previous Export-Mailbox command.
Before we look at how to create a new mailbox export request in Exchange 2010 SP1 there are a few things that you should understand.
Updated: December 29, 2013 | | Tags: Active Directory, Code, File and Storage Services, PowerShell, Script, Security
Some administrators prefer to do everything manually, other automated. I have always preferred to have as much as possible automated or at least set up with a script so the action can easily be repeated without varying end results.
I have written a script which verifies that all users that should have a home folder has one, and that it has the appropriate permissions.
Updated: June 7, 2016 | | Tags: Code, PowerShell, Security, VBs, www
Security is very important, especially when it comes to IT.
We’ve created a password generating script to assist in making sure we all use high security passwords.
Posted: November 16, 2012 | | Tags: Code, Mail, PowerShell, Script, SMTP
Lately I’ve been setting up a back-end script for one of our customers. The full script creates Domain users, generates passwords and emails the manager/CEO the user information.
This post will only contain the Email function, more functions will be posted later.
Updated: April 25, 2014 | | Tags: Active Directory, Code, Deployment, PowerShell, SCCM, Script, System Center
After setting up a new domain and deploying SCCM 2012 I came to realize how much work it actually is to set up new applications.
I have made a script which creates AD groups and Collections.
Posted: November 15, 2012 | | Tags: Code, PowerShell, VBs
I’ve always liked VB scripting, but I have officially converted to Powershellism (?!).
If you’d like to convert your old VBS scripts to Powershell check this out…
Posted: October 31, 2012 | | Tags: Code, File and Storage Services, PowerShell
The last few days I’ve been working with Powershell. The idea behind this function is to customize folders. In my case I needed to make sure that the file path does not contain spaces, yet show user friendly folder names to the end user.