#Create new account object $oAccount = New-Object Microsoft.EnterpriseManagement.Monitoring.Security.MonitoringWindowsCredentialSecureData. #Input basic account details $oAccount.Domain = “MyDomain” $oAccount.UserName = “testaccount” …
Read more from the original source:
Adding Run AS accounts using powershell
August 27th, 2008 | windows-powershell | No Comments »
SqlConnection “server=$svr;database=master;Integrated Security=sspi” $cn.Open() $sql = $cn.CreateCommand() $sql.CommandText = “SELECT @@SERVERNAME AS ServerName, SERVERPROPERTY(’ProductVersion’) AS Version, …
Read more from the original source:
SQL Server Version with Powershell
August 27th, 2008 | windows-powershell | No Comments »
ConnectionString = “Server = $SqlServer; Database = $SqlCatalog; Integrated Security = True”. $SqlCmd = New-Object System.Data.SqlClient.SqlCommand. $SqlAdapter = New-Object System.Data.SqlClient.SqlDataAdapter. $SqlConnection.Open() …
See original here:
Powershell WSUS export script for reporting
August 26th, 2008 | windows | No Comments »
Windows PowerShell - PowerShellPlus V2.0. Debugging stuff Tom - SOS Best Practice: Match the SOS version with the process being analyzed …
See the original post here:
Interesting Finds: August 26, 2008 - [Rough Draft]
August 26th, 2008 | security | No Comments »
For increased control of your servers, efficient management, and configured Web tasks, there’s Windows PowerShell, Windows Server Manager and IIS7. eNetwork Access Protection and Read-Only Domain Controller protect and fortify the …
Read the original:
Windows Server 2008 Set To Deliver Web-based Experiences
August 25th, 2008 | shell | No Comments »
Get-shell where $ pipeline unix; v2; ; video; wallpaper; webcast free english version of windows powershell book available for download. Secure shell (ssh) at slac: unix at slac security: updated: may and open source clients available …
See more here:
Unix shell in windows + free download. Name: unix in a nutshell th …
August 23rd, 2008 | powershell | No Comments »
Ø Windows, PowerShell, and Windows Management Instrumentation: Unveiling Microsoft’s Best Kept Secret, Ben Pearce. Ø Windows Logins Revealed, Mark Minasi. Ø Virtualization and Security: What Does it Mean For Me? Steve Riley …
View original here:
TechEd US Sessions online
August 21st, 2008 | windows | No Comments »
PowerShell Provider for IIS7 [CTP] (x86) and (x64); Administration Pack for IIS7 [CTP] (x86) and (x64); Database Manager for IIS7 [CTP] (x86) and (x64); IIS Manager for Remote Administration [RTW] (x86) and (x64). Security …
See the original post here:
August 21st, 2008 | powershell security | No Comments »
PowerShell Provider for IIS7 [CTP] (x86) and (x64); Administration Pack for IIS7 [CTP] (x86) and (x64); Database Manager for IIS7 [CTP] (x86) and (x64); IIS Manager for Remote Administration [RTW] (x86) and (x64). Security …
Go here to read the rest:
But Wait – There’s More! IIS 7.0 Extensions.
August 21st, 2008 | shell | No Comments »
An email is automatically created and sent to the configured recipients (such as the AD Administrators group and/or Information Security…), which is fantastic from an end-to-end accountability and auditing point of view (who did it, …
See the original post here:
UPDATED Disable AD Accounts with Powershell
August 21st, 2008 | shell | No Comments »