~Win10-1809::STAGE1::Stage Installation Files
| 4 Votes |
Description
Win10-1809::STAGE1::Stage Installation Files
- Stage all required installation files to "c:\temp\Win10" (Precache for future deployment)
Win10-1809::STAGE2::INSTALL
- Perform inplace upgrade to Window 10 1809
Win10-1809::STAGE3::Cleanup
- Removes the Stage Installation Files
Property Details
| 25593 | |
| Production - Fully Tested and Ready for Production | |
| ~Win10-1809::STAGE1::Stage Installation Files | |
| BESC | |
| Upgrade | |
| 4405149300 | |
| Microsoft | |
| Unspecified | |
| Unspecified | |
| 10/17/2017 12:00:00 AM | |
| Unspecified | |
| Stage 1809 | |
| True | |
| Ken on 1/9/2019 3:31:11 AM | |
| Ken on 1/9/2019 3:31:11 AM | |
| 8732 Views / 195 Downloads | |
* Average over 2 ratings.
** Log In or Register to add your rating.
|
Relevance
| Used in 368 fixlets | * Results in a true/false |
(if( name of operating system starts with "Win" ) then platform id of operating system != 3 else false) AND (if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
| Used in 5 fixlets | * Results in a true/false |
x64 of operating system AND not ia64 of operating system
| Used in 5 fixlets | * Results in a true/false |
(it starts with "Win" AND it does not start with "Win20") of name of operating system AND (exists value "CurrentMajorVersionNumber" of it AND value "CurrentMajorVersionNumber" of it as integer = 10) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion" of native registry
| Used in 4 fixlets | * Results in a true/false |
system ui language as string as lowercase = "English (United States)" as lowercase
| Used in 4 fixlets | * Results in a true/false |
exists value "EditionID" whose (it as string as lowercase = "EducationN" as lowercase OR it as string as lowercase = "Education" as lowercase OR it as string as lowercase = "ProfessionalN" as lowercase OR it as string as lowercase = "Professional" as lowercase OR it as string as lowercase = "EnterpriseN" as lowercase OR it as string as lowercase = "Enterprise" as lowercase) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion" of native registry
| Used in 2 fixlets | * Results in a true/false |
operating system as string does not contain "1809"
| Used in 2 fixlets | * Results in a true/false |
(not exists values "ClearCaseMajorVersion" whose (it as string as version < "10") of keys "HKLM\SOFTWARE\Atria\ClearCase\CurrentVersion" of (x32 registries; x64 registries))
| Used in 1 fixlet | * Results in a true/false |
if exist file "C:\temp\Win10\SW_DVD9_Win_Pro_Ent_Edu_N_10_1809_64-bit_English_MLF_X21-96501.ISO" then false else true
Actions
Action 1 (default)
Action Link Click
here to execute this action.
Script Type
BigFix Action Script
//Stage
begin prefetch block
add prefetch item name =SW_DVD9_Win_Pro_Ent_Edu_N_10_1809_64-bit_English_MLF_X21-96501.ISO sha1=6208B319DE3AAF0D8EC5B8D0F710E2744F89D0B4 size=4994043904 url={value of setting "_BESClient_AllowCustomRepoDownloads" of client | "http://MANUAL_BES_CACHING_REQUIRED/"}SW_DVD9_Win_Pro_Ent_Edu_N_10_1809_64-bit_English_MLF_X21-96501.ISO sha256=54B42DBD42C7839B8CF28E256763458AEB1C30CB858ACAA2029A08F8F54E5C28
end prefetch block
//CLEANUP any old attempts
waithidden "{pathname of system folder & "\cmd.exe"}" /C rmdir "c:\temp\Win10" /S /Q
//create new installation folders
if {not exist folder "c:\temp"}
waithidden "{pathname of system folder & "\cmd.exe"}" /C mkdir "c:\temp"
endif
if {not exist folder "c:\temp\Win10"}
waithidden "{pathname of system folder & "\cmd.exe"}" /C mkdir "c:\temp\Win10"
endif
move __Download\SW_DVD9_Win_Pro_Ent_Edu_N_10_1809_64-bit_English_MLF_X21-96501.ISO "c:\temp\Win10\SW_DVD9_Win_Pro_Ent_Edu_N_10_1809_64-bit_English_MLF_X21-96501.ISO"
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |
Comments
|
|
|
| First ensure that you have identified the size and sha1 of the ISO you are using and that both match within the fixlet. Then rename the ISO to the the sha1 and place in: BES Server\wwwrootbes\bfmirror\downloads\sha1 | |
|
|
|
| Hi, I'm trying to use your fixlet but I'm getting an error at the prefetch, but can't find what it is... //Stage begin prefetch block Failed add prefetch item name =SW_DVD9_Win_10_Pro_1089.1_64BIT_English_Pro_Ent_EDU_N_MLF_X22-03114.iso sha1:d2647da026ca6a6365333d8d87c8365b86460531 size:5254383616 url={"http://bigfix.firstbank.local:52311/Repository/"}SW_DVD9_Win_10_Pro_1089.1_64BIT_English_Pro_Ent_EDU_N_MLF_X22-03114.iso sha256:171baa4d0bff9a62c3a4ebb37471af202c42b9b5ee4354eb8ea3d59cd21957cb end prefetch block | |

