About 224,000 results
Open links in new tab
  1. Computers, Monitors & Technology Solutions | Dell USA

    Dell provides technology solutions, services & support. Buy Laptops, Touch Screen PCs, Desktops, Servers, Storage, Monitors, Gaming & Accessories

  2. intune - How to initiate Dell Command updates remotely with a ...

    Feb 28, 2023 · In short, I have an environment with ~165 devices requiring firmware updates available through Dell Command/Support Assist. I've tested a few scripts by changing to the Dell Command …

  3. inner join - Display id, name, computer id and make of the computers ...

    Apr 10, 2021 · SELECT Id, EName, E.CompId AS CompId, Make FROM Employee E INNER JOIN Computer C ON E.CompId = C.CompId; output should be ID ENAME COMPID MAKE 3 Emily …

  4. How to uninstall dell support assist with powershell?

    May 16, 2019 · Uninstalls "Dell SupportAssist" and "Dell SupportAssist OS Recovery Plugin for Dell Update" Hope this helps someone else too.. The code probably could be cleaned up or simplified a …

  5. Display department and number of computers made by Dell allocated …

    Jun 26, 2022 · Display department and number of computers made by Dell allocated in that department Asked 3 years, 6 months ago Modified 3 years, 6 months ago Viewed 2k times

  6. Powershell - Join-Object with NO matching property value

    Mar 21, 2024 · This no longer works on any new machine where we install the module as it is wanting the LeftJoin and RightJoin properties. I have not been able to determine how to join the 2 without a …

  7. Append a column to a 2 dimensional array - Stack Overflow

    I have a 2d array in Python called "AllLines" [['Suppliers', 'Spend', 'Test Field\\n'], ['Dell Inc', '9000', '1\\n'], ['Dell Computers', '9000', '2\\n'], ['HBC Corp ...

  8. Retrieve Dell current Bios Version - Stack Overflow

    1 So I managed to write a powershell script that outputs a list of all computers in my domain with their bios version. Now the next task is to get the current BIOS Version of the respective laptops. With …

  9. Use powershell to get device names and their ipaddress on a home ...

    Jan 21, 2017 · Get-NetIPAddress | Format-Table I would like to be able to get a list of all devices on my home network. Including the device ip address, and some sort of name for that device. The previous …

  10. getting error while concatinating string in foreach loop

    Dec 23, 2015 · I want to show company name in code word like Dell Computers = DC , but getting error in concatenating string. string str = txtCompanyname.Text.Trim(); string ...