CodeCowboyOrg
CodeCowboyOrg
  • 211
  • 6 742 331

Video

Dell OpenManage (OMSA) | Clear Foreign HDD State | PERC RAID Controller
zhlédnutí 57Před 21 dnem
How to clear the Foreign Hard Drive State for a PERC RAID Controller on the Dell OpenManage Server Administrator
Dell OpenManage (OMSA) | Assign Hot Spare | PERC RAID Controller
zhlédnutí 28Před 21 dnem
How to Assign a Hot Spare or Hot Swap to a PERC RAID Controller in the Dell OpenManage Server Administrator
Dell OpenManage (OMSA) | Expand Virtual Disk Array RAID5 | PERC Controller Add Disk
zhlédnutí 55Před 21 dnem
How to add an extra disk to expand an Existing RAID5 Virtual Disk Array in the Dell OpenManage Server Administrator OMSA for the PERC RAID Controller Chapters 00:00 - Overview 00:35 - Reconfigure Array 02:30 - Reconstructing Array 03:20 - Busy Errors 03:55 - Extend Volume in Windows
How to install Dell OpenManage Server Administrator (OMSA) Step By Step
zhlédnutí 115Před 21 dnem
Download the following first 1) Dell Open Manage Server Admin - www.dell.com/support/home/en-us/drivers/driversdetails?driverid=xggcn 2) Visual C Redistributable - learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 3) Open JRE JDK - www.openlogic.com/openjdk-downloads Chapters 00:00 - What is OMSA 01:20 - Getting the Software 04:30 - Visual C Redistributeable Explain...
Can't RDP | CredSSP Encryption Oracle Remediation | Remote Desktop Problem
zhlédnutí 4,8KPřed rokem
Can't RDP | CredSSP Encryption Oracle Remediation | Remote Desktop Problem 1. Open gpedit.msc 2. Policy path: Computer Configuration, Administrative Templates, System Credentials Delegation 3. Setting name: Encryption Oracle Remediation 4. Disable or Choose Policy "Vulnerable" support.microsoft.com/en-us/topic/credssp-updates-for-cve-2018-0886-5cbf9e5f-dc6d-744f-9e97-7ba400d6d3ea
OpenAI writes PowerShell Code! | ChatGPT Artificial Intelligence Coding
zhlédnutí 4,2KPřed rokem
OpenAI writes PowerShell Code! ChatGPT Artificial Intelligence Coding Artificial Intelligence writes Powershell Code Chapters 00:00 - PowerShell Code 00:55 - Terraform 01:50 - Weather API 03:00 - Excel VLookUp 03:30 - Algorithm for Palindrome 04:40 - C# Code 07:15 - Java Quick Sort 08:10 - Who wins World Cup?
Grafana - Bar Chart with Multiple Series | How To Tutorial Example
zhlédnutí 38KPřed 2 lety
How to Create a Grafana Bar Chart with Multiple Series Example using SQL Server Database. The Database used here is AdventureWorks downloadable here docs.microsoft.com/en-us/sql/samples/adventureworks-install-configure?view=sql-server-ver15&tabs=ssms SELECT TOP 10 * FROM Sales.SalesOrderDetail SELECT DATEPART(Year, ModifiedDate) AS [Year], DATEPART(Month, ModifiedDate) AS [Month], COUNT(Modifie...
Grafana and IIS - Windows Server Installation Setup and Configuration
zhlédnutí 5KPřed 2 lety
Step by Step - How to Install Grafana with IIS using URL Rewrite and Application Request Routing Preparation 1. Get the Software a. IIS URL Rewrite - www.iis.net/downloads/microsoft/url-rewrite b. Application Request Routing - www.iis.net/downloads/microsoft/application-request-routing c. Grafana Enterprise - grafana.com/grafana/download?platform=windows 2. Configure IIS WebSite 3. Configure Ho...
How to Create a Nuget Package for .NET Framework Class Libaries
zhlédnutí 9KPřed 4 lety
How to Create and Upload a Nuget Package for .NET Framework Class Libaries 1) Sign up for a nuget account - www.nuget.org 2) Download the "nuget.exe" CLI utility - dist.nuget.org/win-x86-commandline/latest/nuget.exe , place in C:\windows 3) Create a Class DLL 4) Fill in the Assembly Info 5) Create the nuspec file using "nuget spec filename.csproj" command 6) Edit Licensing info in nuspec xml fi...
Create SSL with Subject Alternative Name | Self Signed Certificate | How To using PowerShell
zhlédnutí 14KPřed 4 lety
How to easily create a Self Signed Certificate with a SAN (Subjective Alternative Name) with PowerShell Install the Module if its missing 1. Install-Module PKI Look at the PKI module verify you have it 2. Get-Command -Module PKI Run the Command, Example below 3. New-SelfSignedCertificate -Subject "CN=domainname.com" -FriendlyName "domainname.com" -DnsName "domainname.com" -NotAfter (Get-Date).A...
Azure - Disable Accelerated Networking | How to Correct Resize Error for VM
zhlédnutí 4,5KPřed 4 lety
How to Correct Resize Error for VM by Disabling Accelerated Networking az network nic update name [nic_name] resource-group [resource_group_name] accelerated-networking false
SQL Server - How to reset LOST Admin Password | Recover SysAdmin Administrator Password
zhlédnutí 20KPřed 4 lety
How to Recover and Reset the SysAdmin Administrator Password for SQL Server 2008, 2012, 2014, 2016, 2018, 2019 Start Single User Mode Step by Step 0) SQL Server Configuration Manager - Make sure to enable NamedPipes/TCP Locally 1) List the Services a) net start b) services.msc 2) Stop the Service - net stop [SQL-SERVICENAME] 3) Start Single User Mode a) net start [SQL-SERVICENAME] -m"SQLCMD" b)...
Script for How to Disable TLS 1.0 SSL 2.0 3.0 and Enable TLS 1.1 1.2 for Windows Server Security
zhlédnutí 31KPřed 6 lety
Registry Script - bit.ly/TLS-Security-Fix (rename to .reg) SSL Labs - entrust.ssllabs.com/ Microsoft SQLServer TLS Support - blogs.msdn.microsoft.com/psssql/2016/01/31/tls-1-2-support-for-sql-server-2008-2008-r2-2012-and-2014/ Microsoft TLS Poodle Fix - www.microsoft.com/en-us/download/details.aspx?id=30253 Security Standards Council - blog.pcisecuritystandards.org/are-you-ready-for-30-june-201...
Windows Server 2012 - Script Fix TLS 1.0 Security (TLS 1.0, 1.1, 1.2, RC4, SSL 2.0, SSL 3.0)
zhlédnutí 3,4KPřed 6 lety
Registry Script - bit.ly/TLS-Security-Fix (rename to .reg) SSL Labs - entrust.ssllabs.com/ Microsoft SQLServer TLS Support - blogs.msdn.microsoft.com/psssql/2016/01/31/tls-1-2-support-for-sql-server-2008-2008-r2-2012-and-2014/ Microsoft TLS Poodle Fix - www.microsoft.com/en-us/download/details.aspx?id=30253 Security Standards Council - blog.pcisecuritystandards.org/are-you-ready-for-30-june-201...
Windows Server - How to Enable TLS 1.2 Registry Script (Disable TLS 1.0, 1.1, RC4, SSL 2.0, 3.0, DH)
zhlédnutí 65KPřed 6 lety
Windows Server - How to Enable TLS 1.2 Registry Script (Disable TLS 1.0, 1.1, RC4, SSL 2.0, 3.0, DH)
TLS 1.0 Security Fix for Windows Server (TLS 1.0, 1.1, 1.2, RC4, SSL 2.0, SSL 3.0)
zhlédnutí 4,6KPřed 6 lety
TLS 1.0 Security Fix for Windows Server (TLS 1.0, 1.1, 1.2, RC4, SSL 2.0, SSL 3.0)
Windows Server 2008 R2 - Script for TLS 1.0 Security Fix (TLS 1.0, RC4, SSL 2.0, SSL 3.0)
zhlédnutí 2,9KPřed 6 lety
Windows Server 2008 R2 - Script for TLS 1.0 Security Fix (TLS 1.0, RC4, SSL 2.0, SSL 3.0)
IIS Web Server - Script for Security Vulnerability Fix | TLS 1.0 | RC4 | SSL 2.0 | SSL 3.0
zhlédnutí 1,3KPřed 6 lety
IIS Web Server - Script for Security Vulnerability Fix | TLS 1.0 | RC4 | SSL 2.0 | SSL 3.0
Windows Server - How to Disable SSL 2.0, 3.0 and RC4 Cipher Registry Script
zhlédnutí 8KPřed 6 lety
Windows Server - How to Disable SSL 2.0, 3.0 and RC4 Cipher Registry Script
HTTPS SSL Security Fix | TLS 1.0 | RC4 | SSL 2.0 | SSL 3.0 | For Windows Server
zhlédnutí 318Před 6 lety
HTTPS SSL Security Fix | TLS 1.0 | RC4 | SSL 2.0 | SSL 3.0 | For Windows Server
Windows 2016 - TLS 1.0 Security Vulnerabity Fix Script (TLS 1.0, RC4, SSL 2.0, SSL 3.0)
zhlédnutí 9KPřed 6 lety
Windows 2016 - TLS 1.0 Security Vulnerabity Fix Script (TLS 1.0, RC4, SSL 2.0, SSL 3.0)
IIS | Free SSL Certificates for Windows Server
zhlédnutí 34KPřed 7 lety
IIS | Free SSL Certificates for Windows Server
Free SSL Certificates | Lets Encrypt Root Certificate Authority
zhlédnutí 7KPřed 7 lety
Free SSL Certificates | Lets Encrypt Root Certificate Authority
Tableau Server | Copy and Move Sites
zhlédnutí 6KPřed 7 lety
Tableau Server | Copy and Move Sites
Tableau Server | Disaster Recovery Tips
zhlédnutí 2,9KPřed 7 lety
Tableau Server | Disaster Recovery Tips
Tableau Server | SSL Self Signed Certificate Install
zhlédnutí 20KPřed 7 lety
Tableau Server | SSL Self Signed Certificate Install
Tableau Server | Trouble Shooting Server Won't Start Can't Login (Repository stuck on 'Setting Up')
zhlédnutí 9KPřed 7 lety
Tableau Server | Trouble Shooting Server Won't Start Can't Login (Repository stuck on 'Setting Up')
Tableau Server | How to Import Export Entire Sites
zhlédnutí 6KPřed 7 lety
Tableau Server | How to Import Export Entire Sites
Tableau Desktop | Publishing Extract Data Source
zhlédnutí 34KPřed 7 lety
Tableau Desktop | Publishing Extract Data Source

Komentáře

  • @snowy0110
    @snowy0110 Před 2 dny

    it is easier to see it once than to read and re-read books over and over. Thanks mate, it was very clear!

  • @creatormike1853
    @creatormike1853 Před 4 dny

    Still very helpful!!

  • @JuanaMariaGomez
    @JuanaMariaGomez Před 4 dny

    how can i sync base on the latest one in time

  • @Rarity-12-02
    @Rarity-12-02 Před 6 dny

    good

  • @Sistemamozart
    @Sistemamozart Před 9 dny

    muchas gracias!"!!!!

  • @Danny_GT
    @Danny_GT Před 17 dny

    10 years later and you save me

  • @IanJordao12
    @IanJordao12 Před 18 dny

    Greatest Video!! With it I can configure my Dell Server with OpenManage, following your steps. Awesome! Congratulations from Brazil!

  • @theinttheintthu5835
    @theinttheintthu5835 Před 22 dny

    if cdc enable table in the same database, capture job is work?

  • @555Balakrishna
    @555Balakrishna Před 25 dny

    I am getting below error when i am trying to connect SQL instance using SQL CMD post restarting SQL in single user mode. All the protocols are enabled (named pipes/tcpip) SQLCMD : Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Named Pipes Provider: Could not open a connection to SQL Server [53]. . At line:1 char:1 + SQLCMD -S MSSQLSERVER + ~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (Sqlcmd: Error: ... Server [53]. .:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : Login timeout expired. Sqlcmd: Error: Microsoft SQL Server Native Client 11.0 : A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online..

  • @supriyochatterjee4095

    Brilliant video, kindly make videos on how to configure Dell OMSA , Dell CMC on VMware vcenter and how to upgrade firmwares for Dell OMSA, CMC, OME in details steps, waiting for this videos, please kindly make them all.

  • @GereHadush
    @GereHadush Před měsícem

    It is very helpful. They need to add this to the help page.

  • @felipeseron7353
    @felipeseron7353 Před měsícem

    Lo intente en un stb android y no desactivo el modo desarrollador.

  • @twodudesbuilding5127
    @twodudesbuilding5127 Před měsícem

    Is jQuery (edge) okay?

  • @JatinSinghjs
    @JatinSinghjs Před 2 měsíci

    I had the same thing as you mentioned but my server is not trusting its own CA and the self signed certificate

  • @rahuldey2740
    @rahuldey2740 Před 2 měsíci

    Wow..great explanation❤

  • @krisztianfekete3277
    @krisztianfekete3277 Před 2 měsíci

    0:21 🎯🎯 🤣🤣

  • @davidwilliams5259
    @davidwilliams5259 Před 2 měsíci

    How would you use -resumesupport=off to prevent the .fileshare being added to filename if you don't have rename rights in remote directory?

  • @devakumar2911
    @devakumar2911 Před 2 měsíci

    Hi, I am trying to do the partition on one of the existing table for the year 2023 on Monthly basis so can you please help me with Partition Function and Partition Scheme queries please. Here I am using uploaddate column as a partition key.

  • @robertomaceda7280
    @robertomaceda7280 Před 2 měsíci

    I cannot make it work...🥲

  • @Widkey
    @Widkey Před 2 měsíci

    Dumb question, what is the benefit of using CDC with Transactional Replication? Can't transactional replication do the job by itself?

  • @kishorKumarGantyala
    @kishorKumarGantyala Před 2 měsíci

    Can you please provide access to download code from your google drive

  • @KJC63
    @KJC63 Před 2 měsíci

    Thank you!!!! 😊

  • @MuStafa-bd1qd
    @MuStafa-bd1qd Před 2 měsíci

    Love you sir

  • @megitristisan14
    @megitristisan14 Před 3 měsíci

    how to connect to azure with mikrotik using sstp vpn ?

  • @bloxxersgames
    @bloxxersgames Před 3 měsíci

    I’m getting this error- sftp protocol violation invalid response message type (77) in WinSCP software please help me fix this issue. Thank you so much ❤

  • @AlloyedFrequencies
    @AlloyedFrequencies Před 3 měsíci

    Thank you so much for explaining this

  • @TheStevoth
    @TheStevoth Před 3 měsíci

    Ossum!

  • @4DSSolucoes
    @4DSSolucoes Před 3 měsíci

    Thanks bro, you help my work in my company

  • @gerritgelder9990
    @gerritgelder9990 Před 3 měsíci

    Very bad audio. You can do better than this! Use AI to get rid of all the hiss

  • @ronaldocorrea8007
    @ronaldocorrea8007 Před 4 měsíci

    Great

  • @rahulg
    @rahulg Před 4 měsíci

    This is how everyone must teach Databases

  • @atomwang8502
    @atomwang8502 Před 4 měsíci

    After 7 years this video is still helpful thank u so much : )

  • @shaikbasha4677
    @shaikbasha4677 Před 4 měsíci

    Vnware is waste just play with virtual box

  • @deepakchand3782
    @deepakchand3782 Před 4 měsíci

    Thank you so much this solved my issues with adding multiple virtual directories.

  • @ellinshaia7133
    @ellinshaia7133 Před 4 měsíci

    👏👏👏👏👏👏

  • @mikemccormick5559
    @mikemccormick5559 Před 4 měsíci

    testing with the simple client - error in processing 5.7.3 STARTTLS is required to send to i was sending to port 587 - use authentication is checked

  • @shakool2kool
    @shakool2kool Před 5 měsíci

    Great vid

  • @user-ok3nr1hn5f
    @user-ok3nr1hn5f Před 5 měsíci

    Is there any way to change the file extension of the files on the remote server after they have been uploaded to the remote server? I have tried "!ren *.txt *.csv" but it has no effect on the local files. if I do ren *.txt *.csv it renames them on the remote server.

  • @kumargaurav2640
    @kumargaurav2640 Před 5 měsíci

    Thanks for sharing this video. I have made the script for our environment. I need one more info on this. How to ignore or skip sync particular directory or folder from local to SFTP.

  • @joshuasolano9631
    @joshuasolano9631 Před 5 měsíci

    this 10 year old vid helped me more than all the new ones

  • @antwanwimberly1729
    @antwanwimberly1729 Před 6 měsíci

    Thank you Codecowboy Org!

  • @martinolowe6516
    @martinolowe6516 Před 6 měsíci

    Thanks for the demo, can you please provide access to the script.

  • @VIPINKUMAR-mu3de
    @VIPINKUMAR-mu3de Před 6 měsíci

    Such a great topic

  • @user-cr3jv8se1u
    @user-cr3jv8se1u Před 6 měsíci

    Would this still work with 9.2.3? On mine, I have to take the month field and do month as time. Then I get a strange timestamp, not 1 2 3 4 5 as in your example. Maybe your version was a bit more tolerant with x-axis values?

    • @user-cr3jv8se1u
      @user-cr3jv8se1u Před 6 měsíci

      Grafana doc sez: Only one data frame is supported and it must have at least one string field that will be used as the category for an X or Y axis and one or more numerical fields. Seems to no longer be true.

  • @squaremale
    @squaremale Před 6 měsíci

    BIG THANKS!

  • @hassuunna
    @hassuunna Před 7 měsíci

    The right order of playlist 1- MSSQL - Overview of the Isolation Level Videos 2- MSSQL - Understanding Isolation Level by Example (Read Uncommitted) 3- MSSQL - Difference Between Dirty Read and Phantom Read 4- MSSQL - Understanding Isolation Level By Example (Repeatable Read) 5- MSSQL - Understanding Isolation Level By Example (Serializable) 6- MSSQL - Understanding Isolation Level By Example (Snapshot) Great Explanation ❤

  • @hassuunna
    @hassuunna Před 7 měsíci

    The right order of playlist 1- MSSQL - Overview of the Isolation Level Videos 2- MSSQL - Understanding Isolation Level by Example (Read Uncommitted) 3- MSSQL - Difference Between Dirty Read and Phantom Read 4- MSSQL - Understanding Isolation Level By Example (Repeatable Read) 5- MSSQL - Understanding Isolation Level By Example (Serializable) 6- MSSQL - Understanding Isolation Level By Example (Snapshot) Great Explanation ❤

  • @hassuunna
    @hassuunna Před 7 měsíci

    The right order of playlist 1- MSSQL - Overview of the Isolation Level Videos 2- MSSQL - Understanding Isolation Level by Example (Read Uncommitted) 3- MSSQL - Difference Between Dirty Read and Phantom Read 4- MSSQL - Understanding Isolation Level By Example (Repeatable Read) 5- MSSQL - Understanding Isolation Level By Example (Serializable) 6- MSSQL - Understanding Isolation Level By Example (Snapshot) Great Explanation ❤

  • @hassuunna
    @hassuunna Před 7 měsíci

    The right order of playlist 1- MSSQL - Overview of the Isolation Level Videos 2- MSSQL - Understanding Isolation Level by Example (Read Uncommitted) 3- MSSQL - Difference Between Dirty Read and Phantom Read 4- MSSQL - Understanding Isolation Level By Example (Repeatable Read) 5- MSSQL - Understanding Isolation Level By Example (Serializable) 6- MSSQL - Understanding Isolation Level By Example (Snapshot) Great Explanation ❤

  • @hassuunna
    @hassuunna Před 7 měsíci

    The right order of playlist 1- MSSQL - Overview of the Isolation Level Videos 2- MSSQL - Understanding Isolation Level by Example (Read Uncommitted) 3- MSSQL - Difference Between Dirty Read and Phantom Read 4- MSSQL - Understanding Isolation Level By Example (Repeatable Read) 5- MSSQL - Understanding Isolation Level By Example (Serializable) 6- MSSQL - Understanding Isolation Level By Example (Snapshot) Great Explanation ❤